kk7ds / somecomfort

A python client and utility for interacting with Honeywell thermostats
GNU General Public License v3.0
35 stars 27 forks source link

Operation Mode Auto not supported #24

Open cdkonecny opened 5 years ago

cdkonecny commented 5 years ago

The code currently defaults to heat setpoint if the check does not return cooling. Is there a way to add a check for Auto as well and support dual setpoints?

stmrocket commented 5 years ago

I am seeing the same issue with my install. Is there a possible fix for this?

mjcumming commented 5 years ago

My thermostat does not have an auto mode - is this an installer setting or a limitation of my thermostat?

The code shouldn't be hard to change

mjcumming commented 5 years ago

Found the option for auto change over ie auto in the installer menu. There are commands to set the heat and cool setpoints - I don't understand what isn't working?

cdkonecny commented 5 years ago

From what I can tell, it looks like in somecomfort that it only checks for cooling mode, and any other operation mode will default to returning a heat setpoint.

mjcumming commented 5 years ago

Still don't understand - there are separate commands for reading/setting heat and cool setpoints. So when does this issue appear?