mvn23 / pyotgw

A library to interface with the OpenTherm Gateway through serial or network connection.
GNU General Public License v3.0
27 stars 16 forks source link

Feature request: SET_DWH_ENABLE_OPTION service #18

Closed anybody84 closed 4 years ago

anybody84 commented 4 years ago

It would be nice to implement a service for controlling domestic hot water enable option, cause if you're going on vacation it actually does not make sense to keep the water hot.

As per OTGW documentation the command is:

HW=state Hot Water - Control the domestic hot water enable option. If the boiler has been configured to let the room unit control when to keep a small amount of water preheated, this command can influence that. A state of 0 or 1 will tell the boiler whether or not to keep the water warm. Any other single character causes the gateway to let the thermostat control the boiler. Possible values are 0, 1, or any other single character. Examples: HW=1, HW=T

For more information please refer to this link.

mvn23 commented 4 years ago

This is already implemented.

If you're requesting an implementation for these functions in Home Assistant, then this is not the right place. Similar requests have been made before, but it does not have priority for me. Please post feature requests for Home Assistant in the Home Assistant repo.