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
When set to heat, roomTemp will return 20.5 degrees. When set to off, roomTemp will return 20.5 degrees. When set to vent, roomTemp will return 22.5 degrees -- this is weird enough, but when I set the mode back to off, the reading stays at 22.5 degrees -- the only thing that seems to set roomTemp back to 20.5 degrees (as far as I can tell, the actual temperature) is setting the mode to heat.
Is there something I'm misunderstanding about what roomTemp means or how to interpret it? I assumed it would pretty much always be the room temperature.
Thanks!
The text was updated successfully, but these errors were encountered:
Oct 17 22:45:40 zou npm[2269]: Got a PUT:/v0/room Oct 17 22:45:40 zou npm[2269]: PUT:/v0/roomTop Floor/mode/auto Oct 17 22:45:40 zou npm[2269]: {"r":{"indoorUnit":{"status":{"mode":"off"}}}} Oct 17 22:45:45 zou npm[2269]: PUT:/v0/roomTop Floor/status Oct 17 22:45:45 zou npm[2269]: {"r":{"indoorUnit":{"status":{"roomTemp":22.5,"mode":"autoCool","spCool":23,"spHeat":20,"vaneDir":"midpoint","fanSpeed":"auto","tempSource":"unset","activeThermistor":"unset","filterDirty":false,"hotAdjust":false,"defrost":false,"standby":false,"runTest":0}}}} Oct 17 22:46:01 zou npm[2269]: Got a PUT:/v0/room Oct 17 22:46:01 zou npm[2269]: PUT:/v0/roomTop Floor/mode/heat Oct 17 22:46:02 zou npm[2269]: {"r":{"indoorUnit":{"status":{"mode":"autoCool"}}}} Oct 17 22:46:07 zou npm[2269]: PUT:/v0/roomTop Floor/status Oct 17 22:46:07 zou npm[2269]: {"r":{"indoorUnit":{"status":{"roomTemp":20.5,"mode":"heat","spCool":23,"spHeat":20,"vaneDir":"midpoint","fanSpeed":"auto","tempSource":"unset","activeThermistor":"unset","filterDirty":false,"hotAdjust":false,"defrost":false,"standby":false,"runTest":0}}}}
When set to heat, roomTemp will return 20.5 degrees. When set to off, roomTemp will return 20.5 degrees. When set to vent, roomTemp will return 22.5 degrees -- this is weird enough, but when I set the mode back to off, the reading stays at 22.5 degrees -- the only thing that seems to set roomTemp back to 20.5 degrees (as far as I can tell, the actual temperature) is setting the mode to heat.
Is there something I'm misunderstanding about what roomTemp means or how to interpret it? I assumed it would pretty much always be the room temperature.
Thanks!
The text was updated successfully, but these errors were encountered: