cryptk / haomnilogic-local

A Home Assistant integration for Hayward OmniLogic/OmniHub pool controllers using the local UDP api
Apache License 2.0
18 stars 4 forks source link

Unable to turn heater on or off with automation #110

Open firstone opened 2 weeks ago

firstone commented 2 weeks ago

File "/usr/src/homeassistant/homeassistant/components/water_heater/init.py", line 349, in async_turn_off await self.hass.async_add_executor_job(ft.partial(self.turn_off, *kwargs)) File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/water_heater/init.py", line 345, in turn_off raise NotImplementedError NotImplementedError