marthoc / homeseer

HomeSeer Custom Integration for Home Assistant
MIT License
29 stars 12 forks source link

Integration not found #36

Closed erdie721 closed 3 years ago

erdie721 commented 3 years ago

Following the instructions in the README I get:

Any suggestions? My entry in configuration.yaml is below:

Integration of Homeseer with Home Assistant (README: https://github.com/marthoc/homeseer/blob/main/README.md)

homeseer: host: 192.168.1.12 namespace: homeseer http_port: 80 ascii_port: 11000 username: REDACTED password: REDACTED name_template: '{{ device.name }}' allow_events: True forced_covers: [ 10, 20, 30 ]

I used File Editor to pull the code from github.

marthoc commented 3 years ago

This can happen if you don’t restart HA after downloading the integration but before adding the lines to configuration.yaml... the integration code isn’t loaded at that point so the config checker looks for the integration but can’t find it.

My suggestion - remove the lines from config.yaml, restart HA, add the lines to config.yaml, do config check, if all ok, restart HA again.

erdie721 commented 3 years ago

now my logs have this: 2021-02-21 13:59:06 WARNING (MainThread) [homeassistant.setup] Setup of hassio is taking over 10 seconds. 2021-02-21 13:59:06 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/options request 2021-02-21 13:59:08 WARNING (MainThread) [DenonAVR] Not able to match sound mode: 'PRO LOGIC', returning raw sound mode. 2021-02-21 13:59:11 ERROR (MainThread) [homeassistant] Error doing job: Unclosed connection 2021-02-21 13:59:19 WARNING (MainThread) [slixmpp.stringprep] Using slower stringprep, consider compiling the faster cython/libidn one. 2021-02-21 13:59:20 WARNING (MainThread) [slixmpp.basexmpp] Legacy XMPP 0.9 protocol detected. 2021-02-21 14:08:39 ERROR (MainThread) [homeassistant.components.hassio] Component error: homeseer - Integration 'homeseer' not found.

marthoc commented 3 years ago

At this point my suggestion is, let's not troubleshoot this further. I'm going to be releasing version 1.0.0 of the component tonight that will allow you to configure the integration from the web UI.

erdie721 commented 3 years ago

Sweet! looking forward to testing it. Clearly I am not smart enough for this version.