Can't get HA to connect with EISE

Just replaced and clean-installed my HA. Old one worked fine, new one sees EISY and connects, but won’t load any of the modules … I’m getting these errors in the HA log:

Logger: pyisy
Source: runner.py:289
First occurred: 5:42:21 PM (3 occurrences)
Last logged: 5:42:21 PM
ISY Reported an Invalid Command Received /networking/resources
ISY Reported an Invalid Command Received /vars/definitions/1
ISY Reported an Invalid Command Received /vars/definitions/2

and

Logger: homeassistant.config_entries
Source: config_entries.py:769
First occurred: 5:42:22 PM (1 occurrence)
Last logged: 5:42:22 PM
Error setting up entry IoX (192.168.7.5) for isy994
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 769, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/isy994/init.py”, line 111, in async_setup_entry
await isy.initialize()
File “/usr/local/lib/python3.14/site-packages/pyisy/isy.py”, line 150, in initialize
self.nodes = Nodes(self, xml=isy_setup_results[2])

File "/usr/local/lib/python3.14/site-packages/pyisy/nodes/__init__.py", line 138, in **init**
self.parse(xml)
~~~~~~~~~~^^^^^
File "/usr/local/lib/python3.14/site-packages/pyisy/nodes/__init__.py", line 465, in parse
Group(
~~~~~^
self,
^^^^^
...<6 lines>...
flag=flag,
^^^^^^^^^^
),
^
File "/usr/local/lib/python3.14/site-packages/pyisy/nodes/[group.py](https://group.py/)", line 63, in **init**
self._update()
~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/pyisy/nodes/[group.py](https://group.py/)", line 112, in _update
node_obj.status is not None
^^^^^^^^^^^^^^^
AttributeError: 'Nodes' object has no attribute 'status'

Any pointers or help deeply appreciated