fustom / ariston-remotethermo-home-assistant-v3

Ariston NET remotethermo integration for Home Assistant based on API
MIT License
157 stars 37 forks source link

Ariston Velis missing program entity since 0.15.3 #167

Closed hipco closed 1 year ago

hipco commented 1 year ago

Since the addition of the following feature

Add on/off feature for velis water heater by @fustom in https://github.com/fustom/ariston-remotethermo-home-assistant-v3/pull/160

I miss this entity with my Velis

Entity

And have this error in the log

File "/usr/lib/python3.10/site-packages/homeassistant/components/water_heater/__init__.py", line 202, in capability_attributes if self.supported_features & WaterHeaterEntityFeature.OPERATION_MODE: File "/etc/homeassistant/custom_components/ariston/water_heater.py", line 116, in supported_features features |= WaterHeaterEntityFeature.ON_OFF File "/usr/lib/python3.10/enum.py", line 437, in __getattr__ raise AttributeError(name) from None AttributeError: ON_OFF

fustom commented 1 year ago

Yeah. You need to upgrade your Home Assistant to the latest version.

hipco commented 1 year ago

Yep this is the thing I suspected. Problem is that the Gentoo Linux Homeassistant Overlay is stuck at 2023.04.06. The author is struggling with some major problems after some changes related to the Gentoo Pypi integration. Nonetheless this HA installation method is THE way for a small efficient footprint and absolut control.

https://git.edevau.net/onkelbeh/HomeAssistantRepository

So I will stay on 0.15.2. Maybe you can add quirk that can handle older versions of HA?

hipco commented 1 year ago

Well done !!! Thanks a lot for your effort. I'm absolutely flattered how fast you solved the cause.