#DIY Zigbee End Point

1 messages · Page 1 of 1 (latest)

raven bramble
#

I've created Zigbee temperature sensor EP using an ESP32-C6 and the Arduino Zigbee library from Express. I'm using the Express example to test :https://github.com/espressif/arduino-esp32/tree/master/libraries/Zigbee/examples/Zigbee_Temperature_Sensor
Te device joins my ZHA network and reports in but the temperature reported never change in HA after the initial report when I subject the device to temperature change using a coffee mug warmer. I have logging set to verbose. The log shows Zigbee updates being sent without error. The RSSI and LQI values are updating, as is the last seen time, so the device is reporting in over Zigbee. If I go into Manage Zigbee device and read the temperature cluster the temperature updates in HA. Not sure where to go from here to figure out what's going on

GitHub

Arduino core for the ESP32. Contribute to espressif/arduino-esp32 development by creating an account on GitHub.