I'm trying to integrate an IHC Visual 2 HW6.1 system running 2.7.199 into Home Assistant.
I created an extra user in my IHC controller just for Home Assistant:
user: HomeAssistant
pass: Test (will change that when I get it working ;-) )
System is located at 192.168.1.3, but with ports 5010 & 5020, so need to that that along in the configuration...
I integrated the following in configuration.yaml:
ihc:
- url: 'http://192.168.1.3:5010'
username: HomeAssistant
password: Test
auto_setup: true
info: True
But HomeAssistant runs into some problems and get 2 errors:
First:
Setup failed for ihc: Integration failed to initialize.
20:27:20–setup.py(ERROR)
Details:
Logger:homeassistant.setup
Source:setup.py:138
First occurred:20:27:20(1occurrences)
Last logged:20:27:20
Setup failed for ihc: Integration failed to initialize.
Second:
Unable to read project from IHC controller
20:27:20–ihc(ERROR)
Details:
Logger:homeassistant.components.ihc
Source:components/ihc/__init__.py:281
Integration:ihc(documentation,issues)
First occurred:20:27:20(1occurrences)
Last logged:20:27:20
Unable to read project from IHC controller
Any idea what is going on?
Or is the fact my controller is still based on 2.7.199 the problem? (I had issues with 2.7.220, so went back to this 'stable' version)
Spørgsmål
Infernoken
Hi,
I'm trying to integrate an IHC Visual 2 HW6.1 system running 2.7.199 into Home Assistant.
I created an extra user in my IHC controller just for Home Assistant:
user: HomeAssistant
pass: Test (will change that when I get it working ;-) )
System is located at 192.168.1.3, but with ports 5010 & 5020, so need to that that along in the configuration...
I integrated the following in configuration.yaml:
Logger: homeassistant.setup
Setup failed for ihc: Integration failed to initialize.Source: setup.py:138
First occurred: 20:27:20 (1 occurrences)
Last logged: 20:27:20
Second:
Logger: homeassistant.components.ihc
Source: components/ihc/__init__.py:281
Integration: ihc (documentation, issues)
First occurred: 20:27:20 (1 occurrences)
Last logged: 20:27:20
Unable to read project from IHC controller
Any idea what is going on?
Or is the fact my controller is still based on 2.7.199 the problem? (I had issues with 2.7.220, so went back to this 'stable' version)
Thanks for any help...
Link til kommentar
Del på andre sites
4 svar på dette spørgsmål
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.