Hi@Goose66,
I am seeing the same symptoms as @tjmeiner reported. After upgrading to 5.9.1 the node stays in a disconnected status. I attempted to delete and reinstall in a different slot with no change. However according to the debug log it looks like it can't find the module pyschlage. Any suggestions on what to try?
2025-08-12 23:04:56.494 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last):
2025-08-12 23:04:56.495 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026262_6/main.py", line 9, in <module>
2025-08-12 23:04:56.495 MainThread udi_interface ERROR udi_interface:write: from schlagens import SchlageNS
2025-08-12 23:04:56.495 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026262_6/schlagens/__init__.py", line 5, in <module>
2025-08-12 23:04:56.495 MainThread udi_interface ERROR udi_interface:write: from .schlagens import SchlageNS, NS_VERSION_STRING, NS_NAME
2025-08-12 23:04:56.495 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026262_6/schlagens/schlagens.py", line 14, in <module>
2025-08-12 23:04:56.496 MainThread udi_interface ERROR udi_interface:write: from .nodes import Lock
2025-08-12 23:04:56.496 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026262_6/schlagens/nodes.py", line 11, in <module>
2025-08-12 23:04:56.496 MainThread udi_interface ERROR udi_interface:write: import pyschlage
2025-08-12 23:04:56.496 MainThread udi_interface ERROR udi_interface:write: ModuleNotFoundError
2025-08-12 23:04:56.496 MainThread udi_interface ERROR udi_interface:write: :
2025-08-12 23:04:56.496 MainThread udi_interface ERROR udi_interface:write: No module named 'pyschlage'