dm82m / hass-Deltasol-KM2

Custom component for retrieving sensor information from Resol KM1/KM2, DL2/DL3, VBus/LAN, VBus/USB
MIT License
25 stars 6 forks source link

unable to connect #35

Closed lambertrutges closed 1 year ago

lambertrutges commented 1 year ago

when I try to connect mij KM2 the following messages appears in the log:

homeassistant.exceptions.IntegrationError: Error detecting Resol product - HTTPConnectionPool(host='http', port=80): Max retries exceeded with url: //192.168.2.190/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f205cb4e4d0>: Failed to establish a new

Thanx for your help!!

dm82m commented 1 year ago

Please post your configuration.yaml (remove the password)

lambertrutges commented 1 year ago

sensor:

dm82m commented 1 year ago

Change it to host: 192.168.2.190 and restart Home Assistant

lambertrutges commented 1 year ago

Thanx it works now!