zigbee_esphome
zigbee_esphome copied to clipboard
External zigbee component
Align basic cluster creation, remove obsolete get_character_string() function. Refactor attribute functions.
Hi there, I'm trying to setup an ESP32-C6 as a battery-based device with deep-sleep to initialize once every hour to take some measurements, including battery state, and report it to...
I have a config for controlling 5 LED strips via ledc and esphome monochromatic, however it doesn't actually appear to work correctly. esphome shows all 5 lights, and they work...
First of all: Thank you for putting this repo together. It helped my a lot to figure out my Zigbee troubles. I got the example configuration example_esp32c6.yaml to run on...
Hello, I'm trying to set up reporting from a PZEM-004T sensor using zigbee. After digging into the ZCL specs I came up with this config, and it's more or less...
I wanted to to use `zigbee_esphome` for a light that is connected to a HUE bridge. Therefore I had to configure the required `secret_zll_trust_center_key` and had to set the `app_device_version`....
@luar123 Espressif developer @P-R-O-C-H-Y is now working on a new Zigbee Wrapper library with a simpler API in Espressif's Arduino core for ESP32 (arduino-esp32) and he wrote that other developers...
I'm trying to get a zigbee control going for a RGB-WW-CW ceiling panel. The current config will generate almost all attributes, but the color temp is missing. [esphomeconfig (1).txt](https://github.com/user-attachments/files/23028024/esphomeconfig.1.txt) The...
Hello, great stuff this, got the basics working but would like to ask if someone could give a hint how to make temperatures being reported via zb when the value...
Hello, I would like to ask if someone could give an example how you can set a GPIO binary output in the ESP32 C6 via the ZigBee network and then...