IHC integration error - get_discovery_info groupname = group.attrib["name"] KeyError: 'name'

Hi

I’m trying to get HA to talk to my IHC installation.

HA is on the same network as IHC
Administrator connection to IHC from that network works fine through browser.
If I enter wrong username and password in configurations.yaml the log reports authentication error, which makes me believe connection is made correctly when entering correct info.

configuration.yaml setting:

IHC Controller

ihc:
url: ‘http://192.168.x.x
username: username
password: password
auto_setup: true
info: true

The log reports:
Error during setup of component ihc
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 174, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/ihc/init.py”, line 211, in setup
if not ihc_setup(hass, config, controller_conf, index):
File “/usr/src/homeassistant/homeassistant/components/ihc/init.py”, line 230, in ihc_setup
hass, config, ihc_controller, controller_id
File “/usr/src/homeassistant/homeassistant/components/ihc/init.py”, line 296, in autosetup_ihc_products
discovery_info = get_discovery_info(component_setup, groups, controller_id)
File “/usr/src/homeassistant/homeassistant/components/ihc/init.py”, line 306, in get_discovery_info
groupname = group.attrib[“name”]
KeyError: ‘name’

Where to go fromhere? What are the requirements in IHC to make this work?

IHC Visual 2 - Hardware 6.1 - Firmware 2.7.220

I have a similar issue. I can manually configure ihc components, but not read my ihc project by using the auto setup feature.

Did you get this solved?

Hi,

My IHC integration has stopped working, and i got below errors

My configuration file looks like below
image

Have anyone see the same issue and know how to fix it.

Thanks,