Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to call Bridge Start & unable to pair (no devices discovered) #25873

Open
dafocusz opened this issue Jan 17, 2025 · 0 comments
Open

Failed to call Bridge Start & unable to pair (no devices discovered) #25873

dafocusz opened this issue Jan 17, 2025 · 0 comments
Labels
problem Something isn't working

Comments

@dafocusz
Copy link

dafocusz commented Jan 17, 2025

log.log

What happened?

Recently I upgraded to a more recent build.

  • 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)

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

@dafocusz dafocusz added the problem Something isn't working label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant