-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bad Temperature readings do not update correctly #7
Comments
To clarify, this means that the temperature sensor is missing from the controller and reads as 0C on the website. |
It is noted that commit MAGLaboratory/haldor@cd1a0e7 changed the handling of a missing temperature sensor from "--" to "XX" which may or may not have changed the website behavior. |
it should be further noted that development efforts made did not correct this problem completely. The JS updater now turns XX into NaN when updating the synoptic view under temperature sensor failure conditions. |
JS updater still turns XX into NaN. |
A bad temperature reading updates to 0C instead of showing as an invalid number (XX or the like).
The text was updated successfully, but these errors were encountered: