-
Notifications
You must be signed in to change notification settings - Fork 7
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
"Listen to Broadcasts" odd behaviour #13
Comments
Most likely this happens because the WeatherLink device, for some reason, only sends the valid value every so often and in between it explicitly sends 0. I do want to point out that the device doesn't have to, and in fact, shouldn't broadcast 0 for these measurements, but for some reason it does. Could you send me a screenshot of the graph for these values so I can get a feel for how the 0s are distributed amongst the real values?
It's important to note that |
Thanks for the explanation. |
Unfortunately I haven't been able to reproduce this yet. I suspect this issue might be caused by a split setup. All ISS transmitters will regularly broadcast a value for rainfall and rain rate, but those that don't actually measure the rain will (thanks to questionable design decisions) always send 0. |
I think I could test your hypothesis by temporarily disabling the other sensors. I’ll get back to you! |
Unsurprisingly, I've determined removing sensors will leave just the ISS data - JSON attached - but no rain is forecast for a couple of days to observe the "live" behaviour (and I'm not intending to pour water into the gauge!). Until then... |
Some rain at last! I have determined the following:
|
Hmm, that doesn't really make sense to me... Taking a look at the live broadcasts might shine some light on this, but the integration currently doesn't expose a way to do that (not even visible in the logs). |
When it next rains (weekend?) I'll check out the behaviour with channels 1, 2 (or 3), 6 but add in 4 (Leaf/Soil: Temp on Port 1; Leaf Soil on Port 1) as I note that has data_structure_type 2. |
0.4mm rain today. I have added in station 4 (Leaf/Soil: Temp on Port 1; Leaf Soil on Port 1). All ok. (See attached files.) |
v0.5.1 : I've enabled "Listen to Broadcasts", the "Update Interval" is currently set to 30s, and I've restarted the server between tests. Each Entity's "Secondary Info" is set to "Last Updated" to illustrate how often updates are occurring.
Rain Today is being updated every few seconds - what looks like the correct value of reading '14.4 mm' flickers up very briefly, but the 'held' value is being displayed as '0 mm' [sic, no decimal place]. Rain Rate is also flickering with updates but otherwise '0 mm/h'.
Wind, Wind Direction, Wind Max, Temperature, Solar, UV etc seem to update at irregular intervals of 10s of seconds to minutes.
I don't know if it is expected but the "Last Updated" values of each Entity remain static e.g. "4 seconds ago" unless a browser refresh is forced.
The text was updated successfully, but these errors were encountered: