w1ll1am23 / pyeconet

Python 3 interface to the EcoNet API
MIT License
34 stars 18 forks source link

Water heater schedule is disabled when mode set to OFF #15

Open ekos2001 opened 3 years ago

ekos2001 commented 3 years ago

Hello, I'm using water heater with schedule, created by Econet native android app. At the same time I would like to have possibility to control water heater via HomeAssistant. Problem is: when I set operation mode to OFF, water heater is set to disabled, and it's own schedule is no longer working. Using Econet android app I can control operation mode (Off, Eco, Heat Pump, etc) and Enable/Disable unit separately. May be it is good idea to add Enabled and Disabled to the WaterHeaterOperationMode and enable/disable unit only if it was explicitly requested?

If it is acceptable, I can create PR.

Thanks.

w1ll1am23 commented 2 years ago

Hmm interesting. Yeah that seems like it might work. Wonder what that would look like in Home Assistant. Feel free to open a PR and we can try to get it added.