🎉 New: zigbee-on-host support with OpenThread RCP firmware #47
Replies: 5 comments 7 replies
|
Do we need to repair devices ? |
|
I tried to build the firmware, but it terminates with the following error:
Any clues, what's wrong here? |
|
@jnilo1 I can confirm that flashing via I can also confirm that running this together with the Home assistant OpenThread border router addon works and I was able to pair devices/perform OTA updates of these devices. Any plans to e.g. add https://github.com/openthread/ot-br-posix to the firmware in order to have a self sustaining Thread border router? I guess the hardware should be powerful enough as even an esp32 is able to act as a thread border router (https://github.com/espressif/esp-thread-br)? |
|
Following @reey's suggestion about integrating |
|
Hi all, |
Uh oh!
There was an error while loading. Please reload this page.
A new firmware option is now available for your favorite gateway: 26-OT-RCP — an OpenThread RCP firmware that works with https://github.com/Nerivec/zigbee-on-host, the amazing open-source Zigbee stack developed by @Nerivec
Why zigbee-on-host?
Unlike the previous RCP-UART firmware which requires Silicon Labs' proprietary
zigbeed,zigbee-on-hostis:zohadapterQuick Setup:
Flash the firmware via J-Link/SWD:
commander flash firmware/ot-rcp.gbl --device EFR32MG1B232F256GM48ℹ️ Only hardware flashing (J-Link) has been tested. UART/Xmodem flashing via
universal-silabs-flashermight work but hasn't been tested.Then configure Zigbee2MQTT:
That's it!
Status
Successfully tested with a Xiaomi LYWSD03MMC temperature sensor. The firmware uses 115200 baud with hardware flow control over TCP via
serialgateway.zigbee-on-hostis still under active development. Not recommended for production environments. Check https://github.com/Nerivec/zigbee-on-host for updates and to report issues.Links
All reactions