Hi there
(I’ve already posted a question here: ZHA with docker - #12 by Tediore Re-posting here, because I’m not sure if the old thread will reappear).
I’m attempting to set up Conbee II with ZHA using a Docker container running on Linux (Debian). In the logs, I see the following output:
2023-09-21 19:35:20.578 DEBUG (MainThread) [zigpy_deconz.api] Command Command.change_network_state (<NetworkState.CONNECTED: 2>,)
2023-09-21 19:35:20.581 DEBUG (MainThread) [zigpy_deconz.api] Received command change_network_state[0]
2023-09-21 19:35:20.582 DEBUG (MainThread) [zigpy_deconz.api] Change network state response: OFFLINE
2023-09-21 19:35:20.586 DEBUG (MainThread) [zigpy_deconz.api] Command Command.device_state (0, 0, 0)
2023-09-21 19:35:20.589 DEBUG (MainThread) [zigpy_deconz.api] Received command device_state[<DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|130: 162>, 0, 16]
2023-09-21 19:35:20.589 DEBUG (MainThread) [zigpy_deconz.api] Device state response: [<DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|130: 162>, 0, 16]
2023-09-21 19:35:20.589 DEBUG (MainThread) [zigpy_deconz.api] Network state transition: OFFLINE -> CONNECTED
2023-09-21 19:35:20.593 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Couldn't re-open '/dev/ttyACM0' serial port, retrying in 32s: 1
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/zigpy_deconz/zigbee/application.py", line 564, in _reconnect_loop
await self.initialize()
File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 151, in initialize
self._persist_coordinator_model_strings_in_db()
File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 1224, in _persist_coordinator_model_strings_in_db
cluster = self._device.endpoints[1].add_input_cluster(
~~~~~~~~~~~~~~~~~~~~~~^^^
KeyError: 1
Any idea what that could mean?
Thanks a lot!