z2b crashes #23568
Replies: 2 comments
-
Here is log output when using ember. [2024-08-09 08:06:07] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/unit1', payload '{"action":"single","battery":95,"linkquality":188,"update":{"installed_version":28,"latest_version":28,"state":"idle"},"voltage":3100}' |
Beta Was this translation helpful? Give feedback.
-
Problem was immediately solved when I downgraded the firmware of the adapter to 7.4.2.0. Specifically this one: https://github.com/darkxst/silabs-firmware-builder/blob/main/firmware_builds/zbdonglee/ncp-uart-hw-v7.4.2.0-zbdonglee-115200.gbl |
Beta Was this translation helpful? Give feedback.
-
I excuse for the bad title, but I really don't know how to explain this shortly.
I have just started using z2b. I want to investigate its potential for a use case. My use case is that I have up to 20 buttons (this one https://www.zigbee2mqtt.io/devices/3RSB22BZ.html). I have set up a Sonoff ZBDongle-E as configurator. Installed z2b and mosquitto on a Windows 10 machine.
Each of the buttons must be able to deliver clicks as quickly as one per second. With minimum delay and without any lost packages.
However, what I see with even just one device is that the adapter driver crashes as soon as I click 3-4 times within for example 10 seconds. I tried ezsp and ember drivers. Both have similar behavior so maybe z2b isnt just a good use case or there is some configuration I need to make for this to run.
An example log output looks like this (hitting a button 4 times):
[2024-08-08 22:41:21] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/unit1', payload '{"battery":95,"linkquality":172,"update":{"installed_version":28,"latest_version":28,"state":"idle"},"voltage":3100}'
[2024-08-08 22:41:21] info: z2m: Zigbee2MQTT started!
[2024-08-08 22:41:22] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/unit1', payload '{"action":"single","battery":95,"linkquality":220,"update":{"installed_version":28,"latest_version":28,"state":"idle"},"voltage":3100}'
[2024-08-08 22:41:31] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/unit1', payload '{"action":"single","battery":95,"linkquality":144,"update":{"installed_version":28,"latest_version":28,"state":"idle"},"voltage":3100}'
[2024-08-08 22:41:35] error: zh:ezsp:uart: --> Error: Error: {"sequence":5} after 4000ms
[2024-08-08 22:41:35] error: zh:ezsp:uart: -!- break waiting (5)
[2024-08-08 22:41:35] error: zh:ezsp:uart: Can't send DATA frame (4,1,0): 34000134000053b204010600010100010000090a0518610b0100
[2024-08-08 22:41:39] error: zh:ezsp:uart: --> Error: Error: {"sequence":5} after 4000ms
[2024-08-08 22:41:39] error: zh:ezsp:uart: -!- break rewaiting (5)
[2024-08-08 22:41:39] error: zh:ezsp:uart: Can't resend DATA frame (4,1,1): 34000134000053b204010600010100010000090a0518610b0100
[2024-08-08 22:41:39] error: zh:ezsp:uart: Port error: Error: Writing to COM port (GetOverlappedResult): Operation aborted
[2024-08-08 22:41:45] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/unit1', payload '{"action":"single","battery":95,"linkquality":104,"update":{"installed_version":28,"latest_version":28,"state":"idle"},"voltage":3100}'
[2024-08-08 22:41:47] error: zh:ezsp:uart: --> Error: Error: {"sequence":-1} after 10000ms
[2024-08-08 22:41:47] error: zh:ezsp:uart: Failed to reset on Error Frame: Error: Reset error: Error: {"sequence":-1} after 10000ms
[2024-08-08 22:41:47] error: zh:ezsp:uart: Port error: Error: Writing to COM port (GetOverlappedResult): Operation aborted
[2024-08-08 22:41:47] error: z2m: Adapter disconnected, stopping
[2024-08-08 22:41:47] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"offline"}'
[2024-08-08 22:41:47] info: z2m: Disconnecting from MQTT server
[2024-08-08 22:41:47] info: z2m: Stopping zigbee-herdsman...
[2024-08-08 22:41:47] info: z2m: Stopped zigbee-herdsman
[2024-08-08 22:41:47] info: z2m: Stopped Zigbee2MQTT
I hope I can find some help in this forum. Thank you.
br
Jesper
Beta Was this translation helpful? Give feedback.
All reactions