filipvh / hass-nhc2

Niko Home Control II Home Assistant Integration
MIT License
36 stars 26 forks source link

Error setting up entry default for nhc2 #54

Open DjovDev opened 1 year ago

DjovDev commented 1 year ago

I am receiving this error message when connecting to a default touchscreen profile

2023-02-08 19:31:17.055 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry default (192.168.1.201) for nhc2
File "/config/custom_components/nhc2/__init__.py", line 70, in async_setup_entry
File "/config/custom_components/nhc2/coco.py", line 16, in <module>
File "/config/custom_components/nhc2/coco_climate.py", line 7, in <module>

I am receiving a similar error when connecting with the hobby API key:

2023-02-08 19:13:50.106 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry hobby (192.168.1.201) for nhc2
File "/config/custom_components/nhc2/__init__.py", line 70, in async_setup_entry
File "/config/custom_components/nhc2/coco.py", line 16, in <module>
File "/config/custom_components/nhc2/coco_climate.py", line 7, in <module>

what does this mean?

MarioJonckers commented 1 year ago

I got the same error