-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature request: sense between heating/cooling operation mode #13
Comments
Not sure is if the mode for the entire system is available in the api that watts is providing. I'll have to look into this. |
It seems the "climate" entity for each thermostate already containts the current operation mode (either cooling, heating, off or unknown), which can be retrieved from the entity's "state". So this entity can be used to retrieve the current operation mode via one (or more) of the individual thermostats. However, changing the operation mode has to be done at system level and is locked within the individual thermostats (at least when connected to a central wifi unit). This is the case for both the actual BT-D03 RF, as for the climate/thermostat entity in home assistant. In this case, the central unit is in control of the operation mode. The desired feature would in that case become to control (write and read) its cool/heat operation mode. For now, this has to be changed via the menu at the central wifi unit (note the official watts vision app also does not have this feature) It has to be noted that when the the BT-HCM02 RF heat/cool module is used, and configured to be in control of the heat/cool operation mode via external inputs, the heat/cool mode can not be changed via the central unit or thermostat. |
see my fork for this. |
This is more a feature request instead of an issue.
When using watts vision in a setup which allows for cooling and heating operation modes, it would be very usefull to identify which mode the system is currently on. Currently this information is not available, and would be very valuable to, for example, properly control a heatpump based on the thermostat status.
I am not sure though what the best approach is, either sense the current operation mode of the entire system (cooling / heating mode), or detect the actual operation mode of the individual thermostat(s) (which change between heating or cooling mode depending on the system setting.
The text was updated successfully, but these errors were encountered: