You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it might not be the most ideal approach, the RS decoders used in auto_rx handle these kinds of failures with humidity by clipping the value to either 100 or 0 (depending on the fault).
Is the best approach to not send the temperature and humidity values if they are out of range? We don't send temperature and humidity data until we received enough frames to calculate a valid temperature and humidity, so if we know the values are out of range, just don't send data we know is wrong.
Describe the bug
JSON sent to sondehub includes invalid json. Specifically in the humidity field we are receiving an
inf
value.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Data ends up in SondeHub
Screenshots
If applicable, add screenshots to help explain your problem.
SondeHub logs show:
Version and specific configuration:
Seems to be these versions:
Additional context
meow.
The text was updated successfully, but these errors were encountered: