You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zigbee2MQTT version 2.0.0 (commit #060ae99cff715cc9ef6a0cfa7cae0cdcb17f0c8a)
zigbee-herdsman (3.2.1) started
adapter doscovery matched
Im running Z2M in a docker container. Using a Conbee II stick with latest firmware. Before setting up the new container everything was working well.
I now have two suspicious observations:
in the configuration I kept all my zigbee devices with their IDs and friendly names. They are not visible in the front end.
I tried to pair devices again. But it seems I cannot activate "permit join (all)" on front end (at least no visible reaction after clicking)
Checking the log file I spotted two error messages:
[2025-01-17 22:40:12] error: z2m: Failed to call 'Bridge' 'start' (TypeError: Cannot read properties of undefined (reading 'getDevice')
at Bridge.publishInfo (/app/lib/extension/bridge.ts:692:69)
at Bridge.start (/app/lib/extension/bridge.ts:179:9)
at Controller.callExtensions (/app/lib/controller.ts:368:17)
at Controller.start (/app/lib/controller.ts:186:9)
at start (/app/index.js:161:5))
[2025-01-17 22:40:12] info: z2m: Started frontend on port 8080
[2025-01-17 22:40:12] error: z2m: Failed to call 'HomeAssistant' 'start' (TypeError: Cannot read properties of undefined (reading 'deviceIeeeAddress')
at HomeAssistant.getBridgeEntity (/app/lib/extension/homeassistant.ts:1918:78)
at HomeAssistant.start (/app/lib/extension/homeassistant.ts:439:28)
at Controller.callExtensions (/app/lib/controller.ts:368:17)
at Controller.start (/app/lib/controller.ts:186:9)
at start (/app/index.js:161:5))
What did you expect to happen?
Launch container, known zigbee devices from config file loaded and everything is working.
How to reproduce it (minimal and precise)
Whenever I launch my container...
Zigbee2MQTT version
0.9.4 (front end; no other versions mentioned in front end)
log.log
What happened?
Recently I upgraded to a more recent build.
Im running Z2M in a docker container. Using a Conbee II stick with latest firmware. Before setting up the new container everything was working well.
I now have two suspicious observations:
Checking the log file I spotted two error messages:
What did you expect to happen?
Launch container, known zigbee devices from config file loaded and everything is working.
How to reproduce it (minimal and precise)
Whenever I launch my container...
Zigbee2MQTT version
0.9.4 (front end; no other versions mentioned in front end)
Adapter firmware version
deCONZ_ConBeeII_0x26780700.bin.GCF
Adapter
usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2668745-if00
Setup
plain on docker container, raspberry pi
Debug log
log.log
The text was updated successfully, but these errors were encountered: