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

zh:ember: Delivery of BROADCAST failed for "65533" on fw 7.4.1, 7.4.2, and 7.43 #22816

Closed
lennon101 opened this issue May 29, 2024 · 6 comments
Closed
Labels
problem Something isn't working

Comments

@lennon101
Copy link

lennon101 commented May 29, 2024

What happened?

  • Journal of steps
    • upgraded zigbee2mqtt to 1.37
    • received the zh:ezsp: Deprecated driver 'ezsp' currently in use, 'ember' will become the officially supported EmberZNet driver in next release. If using Zigbee2MQTT see https://github.com/Koenkk/zigbee2mqtt/discussions/21462
    • changed adapter: ezsp to adapter: ember and restarted
    • got an error that my coordinator was not on EZSP
    • upgraded my coordinator firmware to FW ncp-uart-hw-v7.4.2.0-zbdonglee-230400
    • changed config in zigbee2mqtt to adapter: ember + rtscts: false
    • restarted zigbee2mqtt and I can open the webpage but
      • now at startup I get the message zh:ember: Delivery of BROADCAST failed for "65533"
      • the coordinator can only find the non-router devices
      • all powered devices are missing from the network map
      • switching back to adapter: ezsp doesn't work either as I then get the error zh:controller:greenpower: Received undefined command from '0'.
    • Found this closed issue saying reporting exactly the same issue saying that 7.4.2 was the problem:
    • Downgraded zigbee coordinator fw to 7.4.1
      • using: universal-silabs-flasher --device /dev/ttyACM0 flash --firmware ncp-uart-hw-v7.4.1.0-zbdonglee-115200.gbl --force
    • got the same error as before: zh:ember: Delivery of BROADCAST failed for "65533"
    • upgraded zigbee coordinator fw to 7.4.3 using: universal-silabs-flasher --device /dev/ttyACM0 flash --firmware ncp-uart-hw-v7.4.3.0-zbdonglee-115200.gbl --force
    • got the same error as before: zh:ember: Delivery of BROADCAST failed for "65533"

zigbee2mqtt docker compose:

version: '3.8'
services:
  zigbee2mqtt:
    container_name: zigbee2mqtt
    image: koenkk/zigbee2mqtt:1.37.1
    restart: unless-stopped
    volumes:
      - /home/<usernam>/docker/zigbee2mqtt/data:/app/data
      - /run/udev:/run/udev:ro
    ports:
      - 8089:8080
    environment:
      - TZ=Australia/Brisbane
    devices:
      - /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230220095219-if00:/dev/ttyACM0
    group_add:
      - dialout
    user: hidden:hidden
    privileged: 'true'

zigbee2mqtt configuration.yaml

homeassistant: true
permit_join: false
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://hidden ip and port
  user: hidden
  password: hidden
serial:
  port: /dev/ttyACM0
  adapter: ember
  baudrate: 115200
  rtscts: false
frontend: true
availability: true
devices:
  <removed but you get the idea>
advanced:
  log_syslog:
    app_name: Zigbee2MQTT
    eol: /n
    host: localhost
    localhost: localhost
    path: /dev/log
    pid: process.pid
    port: 514
    protocol: udp4
    type: '5424'
  last_seen: ISO_8601_local
  log_level: error

What did you expect to happen?

No response

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.37.1

Adapter firmware version

ncp-uart-hw-v7.4.3.0-zbdonglee-115200

Adapter

zbdongle-e

Setup

docker container

Debug log

log.log

@lennon101 lennon101 added the problem Something isn't working label May 29, 2024
@lennon101
Copy link
Author

lennon101 commented May 29, 2024

Update:

  • rolled back to zigbee2mqtt server version1.36.1 and changed the settings in the configuation.yaml

    ```
    serial:
      port: /dev/ttyACM0
      adapter: ezsp
      baudrate: 115200
      rtscts: false
    ```
    
  • Network returned to a completely working state (all devices have returned to network and all routers have also returned)
    • no errors in the log either
  • Final state of working system is:

    • Zigbee2mqtt Server Version: 1.36.1 running docker container
    • Zigbee2mqtt coordinator version: 7.4.3
    • configuration.yaml settings specific to fixing this issue:

      ```
      serial:
        adapter: ezsp
      ```
      

@nono20004
Copy link

Hello, I have the same problem

@Nerivec
Copy link
Collaborator

Nerivec commented Jun 1, 2024

This is already being discussed in #22453
Unfortunately, there appears to be a half dozen or so different "fixes" from different people, all pointing to nowhere specific at the moment... And we have yet to be able to reproduce it in this manner, making it that much harder to dissect...

@lennon101
Copy link
Author

Apologies for the duplication! I did a search but didn't find that thread. I appreciate any/all efforts you are all doing to get this fixed. I'll endevour to keep looking it on my end and report back with any findings. Thanks!

@kwetnico
Copy link

Hello
I have the same problem..
Sonoff with firmware 7.4.2

@Nerivec
Copy link
Collaborator

Nerivec commented Jun 15, 2024

Closing this thread in favor of the other one mentioned above to avoid feedback in multiple places.

@Nerivec Nerivec closed this as completed Jun 15, 2024
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

4 participants