Closed a-d-r-i-a-n-d closed 3 months ago
It looks like updating the zigbee radio firmware to https://github.com/xsp1989/zigbeeFirmware/blob/master/firmware/ZigbeeBridge_SM-011-signed/ncp-uart-sw_7.4.3.0_115200.ota and changing the driver from ezsp
to ember
at zigbee2mqtt should do the job.
https://github.com/arendst/Tasmota/discussions/21361#discussioncomment-9345723 https://github.com/xsp1989/zigbeeFirmware/issues/49#issuecomment-2137189283
Thanks, I was already on ncp-uart-sw_7.4.3.0_115200.ota
and yes I can confirm that switching the driver from ezsp
to ember
did the job.
Hi @syssi,
First, thanks for putting everything together to make things easier for newbies like myself. I've noticed a warning in the Zigbee2MQTT logs that looks like this:
I read through that discussion, but I couldn't find any non-serial Ember firmware for the zb-gw03. It seems they mostly tested the serial Zigbee adapters. Is it possible to switch from
ezsp
toember
on the zb-gw03? Would the flashing process remain the same, using telnet and lsx, but uploading a.gbl
file instead of a.ota
? Any help is much appreciated.