Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.17k stars 1.68k forks source link

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

Closed lennon101 closed 5 months ago

lennon101 commented 5 months ago

What happened?

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 commented 5 months ago

Update:

nono20004 commented 5 months ago

Hello, I have the same problem

Nerivec commented 5 months ago

This is already being discussed in https://github.com/Koenkk/zigbee2mqtt/issues/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 commented 5 months ago

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 commented 5 months ago

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

Nerivec commented 5 months ago

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

clertonraf commented 3 months ago

Just to comment that I had the same configuration and the same problem. I went through https://github.com/Koenkk/zigbee2mqtt/issues/22453 and tried a bunch of things, but this proposed solution solved my issues.

lennon101 commented 2 months ago

but this proposed solution solved my issues.

What proposed solution are you referring to? Do you mine that I posted above here link

Nerivec commented 2 months ago

As mentioned in the other thread, issue should be solved in September release (current dev branch).

lennon101 commented 2 months ago

As mentioned in the other thread, issue should be solved in September release (current dev branch).

Had a good dig around "the other thread" but couldn't find where anyone mentions the fix. Could you provide a link to a specific post? I'm glad to hear that the issue is getting fixed!

Nerivec commented 2 months ago

https://github.com/Koenkk/zigbee2mqtt/issues/22453#issuecomment-2294108058 https://github.com/Koenkk/zigbee2mqtt/issues/22453#issuecomment-2295280123