Success - Created configuration for My Automation Devices (192.168.0.64)
Click Finish
See that ISY has been added to Home Assistant but with “Failed to Setup - Check the Logs”
Error setting up entry My Automation Devices (192.168.0.64) for isy994
Source: components/isy994/init.py:175
IndexError: list index out of range
Logfile
Logger: homeassistant.config_entries
Source: components/isy994/__init__.py:175
First occurred: 11:41:09 AM (3 occurrences)
Last logged: 12:27:39 PM
Error setting up entry My Automation Devices (192.168.0.64) for isy994
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 304, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/isy994/__init__.py", line 175, in async_setup_entry
await isy.initialize()
File "/usr/local/lib/python3.9/site-packages/pyisy/isy.py", line 138, in initialize
self.nodes = Nodes(self, xml=isy_setup_results[2])
File "/usr/local/lib/python3.9/site-packages/pyisy/nodes/__init__.py", line 108, in __init__
self.parse(xml)
File "/usr/local/lib/python3.9/site-packages/pyisy/nodes/__init__.py", line 380, in parse
Group(
File "/usr/local/lib/python3.9/site-packages/pyisy/nodes/group.py", line 48, in __init__
self._members_handlers = [
File "/usr/local/lib/python3.9/site-packages/pyisy/nodes/group.py", line 49, in <listcomp>
self._nodes[m].status_events.subscribe(self.update_callback)
File "/usr/local/lib/python3.9/site-packages/pyisy/nodes/__init__.py", line 477, in __getitem__
output = fun(val)
File "/usr/local/lib/python3.9/site-packages/pyisy/nodes/__init__.py", line 521, in get_by_index
if self.ntypes[i] in [TAG_GROUP, TAG_NODE]:
IndexError: list index out of range
Can you enable debug logging and share back, I’m curious where it’s getting hung up (there have been some random issues with naming–like special characters–in the past, but haven’t seen anything recently.
# Add to configuration.yaml
logger:
default: info
logs:
homeassistant.components.isy994: debug
pyisy: debug