Close

Zigbee to MQTT bridge in Arduino

A project log for Esp32-C6-Bug + Esp32-Bug-Eth

Playing with the new Esp32-C6FH4: https://www.crowdsupply.com/prokyber-s-r-o/esp32-c6-bug

allexokallexoK 02/24/2024 at 17:500 Comments

Over the last couple of days, I was experimenting with making a simple Zigbee to MQTT bridge in Arduino using the Esp32-C6-Bug+Esp32-Bug-Eth combination, and today I succeed! The code is available from here. It's a proof of concept, so only the basic functionality is implemented, like turning on/off Zigbee devices via MQTT.

I was surprised that even some commercial Zigbee devices (tested with Sonoff S26R2ZBTPE smart plug) connect to the bridge out-of-the-box!

The MQTT functionality was tested via MQTT explorer

Discussions