Hi All. New to Home Assistant, but less new to ISY994i. I started with Hassbian, because my Raspberry Pi was a 3B+ model and the website says only Hassbian works with that hardware currently. Got the ISY devices to load once, but then it stopped working for seemingly no reason, claiming a config error. Ended up trying Hass.io, turns out it now works on the RPi3B+ hardware now. Configured ISY994 in configuration.yaml, and all devices loaded up the first time. Restarted the Pi, and ever since then, it’s broken again. Nothing was changed in the ISY or in HomeAssistant, but I can’t for the life of me get it to work. I even went so far as to reformat and start again from scratch. Still, it doesn’t work. I get the following message in the error log.
Error during setup of component isy994
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/setup.py”, line 145, in _async_setup_component
component.setup, hass, processed_config)
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/isy994.py”, line 381, in setup
use_https=https, tls_ver=tls_version, log=_LOGGER)
File “/usr/lib/python3.6/site-packages/PyISY/ISY.py”, line 84, in init
self.nodes = Nodes(self, xml=self.conn.getNodes())
File “/usr/lib/python3.6/site-packages/PyISY/Nodes/init.py”, line 52, in init
self.parse(xml)
File “/usr/lib/python3.6/site-packages/PyISY/Nodes/init.py”, line 238, in parse
Group(self, nid, nname, members, controllers), ntype)
File “/usr/lib/python3.6/site-packages/PyISY/Nodes/group.py”, line 43, in init
self.update()
File “/usr/lib/python3.6/site-packages/PyISY/Nodes/group.py”, line 83, in update
if self.parent[m].status > 0:
File “/usr/lib/python3.6/site-packages/VarEvents/init.py”, line 255, in gt
return self._val > other
TypeError: ‘>’ not supported between instances of ‘NoneType’ and ‘int’
I have read every single post I can find about the ISY and I’ve tried it all. Deleted ISY device folders, added/removed variables, restarted everything, checked the formatting in the configuration.yaml file at least a hundred times. I also tried to update PyISY, but never managed to figure out how to accomplish that.
Can anyone help me out, here? Any advice? ISY version is 4.6.2, and HA is 0.68.1. Is there any older HA version I can revert to that perhaps doesn’t have this issue? Everything else I have tried is working, such as cameras, HAdashboard, etc., I just can’t get ISY to work anymore at all.