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
Hmm thats a complicated one. So its saying reference index 1 which is why we are showing cooling... guess we could add in an extra check for "Emergency Heat" being the status.
See my proposed fix. I figure since it's data from the server that is wrong, the best thing to do is to sanitize it when it comes in. I'm not sure if this is the right place or right coding style, but it fixes the issue.
Describe the bug
My thermostat reports "Cooling" when in "Emergency Heat" mode. That's sort of the opposite :)
To Reproduce
Fetch the equipement info and check
equipment.mode
Expected behavior
The contents of the equipment info indicate the right status but wrong value:
Additional context
I'll keep looking into this issue myself and update as I can.
The text was updated successfully, but these errors were encountered: