Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IpObserver] Yearly Raining WS3500 Weather Station #17658

Open
ATNALDC opened this issue Oct 29, 2024 · 4 comments
Open

[IpObserver] Yearly Raining WS3500 Weather Station #17658

ATNALDC opened this issue Oct 29, 2024 · 4 comments
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@ATNALDC
Copy link

ATNALDC commented Oct 29, 2024

Behavior

Since last firmware update on WS3500 weather station the yearlyrainin value is default set to -9999 but this value now comes in the totalrainin field.

Possible Solution

Create a new channel called "Total Rain" to register totalrainin value

Your Environment

  • Version used: 4.2.2
  • Operating System and version: Raspbian Buster
  • Weather Station Sainlogic WS3500
@ATNALDC ATNALDC added the bug An unexpected problem or unintended behavior of an add-on label Oct 29, 2024
@Skinah
Copy link
Contributor

Skinah commented Nov 4, 2024

Can you post some logs or more info on what the data looks like?

@ATNALDC
Copy link
Author

ATNALDC commented Nov 5, 2024

Hi Skinah,

This is the trace log:

Update received:tempf=54.5&humidity=91&dewptf=52.0&windchillf=54.5&winddir=167&windspeedmph=0.22&windgustmph=1.12&rainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.571&yearlyrainin=-9999&totalrainin=17.732&solarradiation=29.92&UV=0&indoortempf=72.0&indoorhumidity=54&absbaromin=27.900&baromin=30.215&lowbatt=0&dateutc=now&softwaretype=EasyWeatherPro_V5.1.6&action=updateraw&realtime=1&rtfreq=5

As you can see the parameter yearlyrainin is set by default to -9999 and the totalrainin corresponds to the yearlyrain

Other thing I've seen is that in IpObserverHandler, in setupServerChannels function, the createChannelHandler for Absolute Pressure is missing. Than could be the reason why this channel doesn't updates.

Thank you very much;
Kind regards,

@lsiepel
Copy link
Contributor

lsiepel commented Nov 6, 2024

Are you aware of some release notes or changelog? As this seems a breaking change on the firmware side. Not sure if this was intentionally or if it is a bug.

@ATNALDC
Copy link
Author

ATNALDC commented Nov 6, 2024

I've seen that since yesterday there is a new firmware release but nothing seems to be changed. The notes doesn't especify nothing but "fix some bugs".

The data format is still the same:

Update received:tempf=58.6&humidity=76&dewptf=51.1&windchillf=58.6&winddir=163&windspeedmph=0.45&windgustmph=1.12&rainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.571&yearlyrainin=-9999&totalrainin=17.732&solarradiation=116.71&UV=1&indoortempf=72.1&indoorhumidity=55&absbaromin=27.965&baromin=30.280&lowbatt=0&dateutc=now&softwaretype=EasyWeatherPro_V5.1.7&action=updateraw&realtime=1&rtfreq=5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

No branches or pull requests

3 participants