StephanJoubert / home_assistant_solarman

Home Assistant component for Solarman collectors used with a variety of inverters.
Apache License 2.0
510 stars 190 forks source link

Config flow could not be loaded: {"message":"Invalid handler specified"} #423

Closed admkhe closed 4 months ago

admkhe commented 8 months ago

Hi,

When trying to add a solarman device, I get this:

image

That's even before filling in anything.

thanks in adv

dj9717 commented 8 months ago

hello, the same problem here too. Homeassistent 2023.10.3 docker-compose Solarman Integration 1.5.1 please for support gg

jweea commented 8 months ago

Try change it back

https://github.com/StephanJoubert/home_assistant_solarman/commit/a1a5de42f1033b7a0403ad4581ba6fe4b90f6e36#diff-bbed67ea80599e4ac504d7f56d3475b028def737c2fd65a11d3aad364fc1711dL8-L14

KoblerS commented 8 months ago

unfortunately I do receive the same error, does anyone got a solution for this?

asgaardwro commented 7 months ago

got the same error :(

AnnoyingTechnology commented 7 months ago

Just proposed a PR to fix that. In the meantime, edit the following file custom_components/solarman/const.py

from

from datetime import timedelta

to

from datetime import timedelta
import os
chrisvanmeer commented 6 months ago

That solved my issue.