Skip to content
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

Sanity Check / Behavior of "roomTemp" #9

Open
mwstowe opened this issue Oct 18, 2019 · 1 comment
Open

Sanity Check / Behavior of "roomTemp" #9

mwstowe opened this issue Oct 18, 2019 · 1 comment

Comments

@mwstowe
Copy link

mwstowe commented Oct 18, 2019

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!

@mwstowe
Copy link
Author

mwstowe commented Oct 18, 2019

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}}}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant