fustom / ariston-remotethermo-home-assistant-v3

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

[BUG] Cannot start this on HomeAssistant 2024.10.4 #369

Closed rhjmoore closed 3 weeks ago

rhjmoore commented 3 weeks ago

Describe the bug When I go to Settings-> Devices and Settings -> Add Integration and choose "Ariston" it says "Config flow could not be loaded: {"message":"Invalid handler specified"}". On the command line I see "Cannot import Ariston from ariston".

Expected behavior It should start the wizard asking for user credentials.

Environment (please complete the following information):

Additional context, debug log Running HA in Docker.

fustom commented 3 weeks ago

Hi @rhjmoore!

It seems somehow you don't have the ariston python module. Home Assistant should automatically download that requirement. Try to reinstall the integration or restart HA.

rhjmoore commented 3 weeks ago

That's what I thought. I've tried reinstalling and restarting, to no avail. It's odd that it used to work. Is it confirmed working on 2024.10.4? If so I guess I'll figure it out myself.

rhjmoore commented 3 weeks ago

Thanks @fustom, you made me look again. I had placed a file in the config directory and I think that had confused everything.

My bad. I removed that, restarted and it's all fixed. Thanks again.