Zigbee Router: Feedback wanted! #16
Replies: 9 comments 30 replies
-
I tried to flash your router firmware 8.0.2.0 to a sonoff dongle-e several times now. I tried the silabs web flasher from darkxst and secureCRT. No errors, everything seems to work fine. The external converter is installed too. But i am not shure. z2m says firmware is 1.0.0 and i have no reset button? Device type Router The secureCRT terminal says Sonoff v1.0.1 / Gecko Bootloader v1.12.00. Is everything fine? How can i check if your firmware is flashed? |
Beta Was this translation helpful? Give feedback.
-
I flashed the file https://github.com/Nerivec/silabs-firmware-builder/releases/download/v2024.6.2-update2/sonoff_zbdonglee_zigbee_router_8.0.2.0_115200_sw_flow.gbl to a brand new Sonoff Dongle E. It originally showed up in z2m as unsupported. After doing other things in HA, I restarted HA, went into z2m, and the device has now disappeared! I have tried putting it into pairing mode, but no matter what buttons are pressed, I can't get it back into pairing mode. Using the SiLabs Flasher, it can't find any firmware when I try to connect it to change back to coordinator firmware, and using SecureCRT, I can't get into the bootloader to try flashing again. Any ideas please? |
Beta Was this translation helpful? Give feedback.
-
I have sorted it!!🙏 I added the external converter into the z2m add-on configuration, and it just worked. Thanks for all of your help, much appreciated. |
Beta Was this translation helpful? Give feedback.
-
I need some advices: What firmware shuld I use for Home Assistant (nabucasa) yellow ?
|
Beta Was this translation helpful? Give feedback.
-
About to dive into v8.0.2 using 3 SLZB-6M and an SLZB-7 on two HAOS instances. |
Beta Was this translation helpful? Give feedback.
-
Thanks Nerivec, |
Beta Was this translation helpful? Give feedback.
-
What's the difference between the Sonoff Dongle-E router FW here vs the 2 year old one found at https://github.com/itead/Sonoff_Zigbee_Dongle_Firmware/blob/master/Dongle-E/Router/Z3RouterUSBDonlge_EZNet6.10.3_V1.0.0.gbl ? I flashed my Sonoff Dongle-E routers with 2 year old firmware, everything seems to work, but I'm surprised that the routers can only have 20 direct children max. Does the FW here allow for more children? |
Beta Was this translation helpful? Give feedback.
-
Aside of error I reported in #19 , it looks like router firmware is damn good ) I am running this for couple of weeks on couple of routers and everything is perfect. Even quite sensitive to everything Danfoss TRVs works as a charm behind them. |
Beta Was this translation helpful? Give feedback.
-
Zigbee router firmware are now added for most adapters.
https://github.com/Nerivec/silabs-firmware-builder/releases/tag/v2024.6.2-update3
We need some feedback on the new features, how it performs, issues using it, etc.!
As a reminder, here are some details on it:
The router should automatically try to join a nearby open network every 10 seconds as long as it is not already joined (will continue indefinitely as long as it has power).
Using the
reset
button in the device's Z2M page, should allow you to enter the bootloader on the device, making flashing "from router firmware" easier (no need to open the casing, short pins, etc.). If USB, ensure you plug your device into the computer you intend to use for flashing BEFORE you press thereset
button. Flashers should then be able to detect the launched bootloader and allow immediate flashing. If you press this by accident, a simple unplug/short wait/replug should take your device out of the bootloader. The button is one-way, since the device should disconnect immediately after pressing it, to enter the bootloader.More advanced use:
When plugged into a computer (or over the network for TCP adapters), you can monitor the activity on the router using a serial/TCP monitor (various terminals can do it, also the extension in VSCode, and Ember ZLI as of 2.9.0). These logs may offer insights into misbehaving devices (e.g. during joins), from the perspective of a router, instead of the usual logs from the coordinator from Z2M.
Note: The logs are in silabs' short-hand, which is not always easy to read, but someone should be able to help decipher, if you ask nicely!. 😉
Devices supporting LED/button integration will have these extra features (currently:
Sonoff ZBDongle-E
):Tip
Toggled statuses from button only remain effective while the adapter is powered on. Power cycling the adapter will bring them back to defaults.
Tip
If the device doesn't appear as it should in Z2M after flashing the router firmware, and it was previously joined to Z2M, trigger a re-interview to force the information to update. Among other updated properties,
Firmware build date
should now read2024...
.Tip
If you are getting weird errors from your router after flashing (like
failed to configure
), it may mean some leftovers from previous use (coordinator) are causing troubles (since this information is not erased when flashing). Try clearing the NVM3 on the adapter. You can find the appropriate GBLs to do so here.Notes on configuration for the external converter:
Example snippet (note the indentation):
configuration.yaml
to set it up (in HA, it's usually under thezigbee2mqtt
folder).configuration.yaml
(indentation is important, it should be on its own lines, and without spaces at the beginning ofexternal_converters:
).Beta Was this translation helpful? Give feedback.
All reactions