This is from a fresh install of hassio. The target ISY is running 5.0.16 with Polyglot nodeservers installed. The blow error is what I receive on component init.
2019-11-19 23:34:57 ERROR (MainThread) [homeassistant.setup] Error during setup of component isy994
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 176, 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/isy994/__init__.py", line 430, in setup
log=_LOGGER,
File "/usr/local/lib/python3.7/site-packages/PyISY/ISY.py", line 84, in __init__
self.nodes = Nodes(self, xml=self.conn.getNodes())
File "/usr/local/lib/python3.7/site-packages/PyISY/Nodes/__init__.py", line 52, in __init__
self.parse(xml)
File "/usr/local/lib/python3.7/site-packages/PyISY/Nodes/__init__.py", line 238, in parse
Group(self, nid, nname, members, controllers), ntype)
File "/usr/local/lib/python3.7/site-packages/PyISY/Nodes/group.py", line 40, in __init__
for m in self.members]
File "/usr/local/lib/python3.7/site-packages/PyISY/Nodes/group.py", line 40, in <listcomp>
for m in self.members]
AttributeError: 'Nodes' object has no attribute 'status'
Testing with another ISY running same 5.0.16 but without any nodeservers the component loads correctly.
Does anyone else have this issue with the ISY component against and ISY 5.0.16 with nodeservers running?