Im having the oddest issue with the Caseta plugin. - it works briefly after a restart of EISY, but then stops working after a couple of commands or minutes. - I did try to reinstall the plugin. - obviously that required a restart so it worked, but again only for a couple of minutes. There is an error message in the error log, but Im not savvy enough to interpret it.
2024-06-17 09:49:16.083 Command udi_interface.interface ERROR interface:_handleInput: _parseInput: failed scene12.runCmd(DON)
Traceback (most recent call last):
File "/var/polyglot/pg3/ns/0021b9026099_10/.local/lib/python3.11/site-packages/udi_interface/interface.py", line 967, in _handleInput
self.nodes_internal[item['address']].runCmd(item)
File "/var/polyglot/pg3/ns/0021b9026099_10/.local/lib/python3.11/site-packages/udi_interface/node.py", line 178, in runCmd
fun(self, command)
File "/var/polyglot/pg3/ns/0021b9026099_10/nodes/base.py", line 40, in activate
asyncio.run(self.sb.activate_scene(address))
File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/var/polyglot/pg3/ns/0021b9026099_10/pylutron_caseta/smartbridge.py", line 455, in activate_scene
await self._request(
File "/var/polyglot/pg3/ns/0021b9026099_10/pylutron_caseta/smartbridge.py", line 249, in _request
raise BridgeDisconnectedError()
pylutron_caseta.BridgeDisconnectedError