Hedda
Hedda
@sean-lawless FYI, pete has now committed update from latest upstream SDK -> https://github.com/raspberrypi/pico-tflmicro/commit/82ee61dfddc56cc9b6d47785ea6a7975c432e972
 That build configuration is unclear. Do you select "**_Configure the Zigbee device type (Zigbee Coordinator or Router device)_**" option? Note that the second option to "_Configure the Zigbee radio...
On a side-note, @wejn now has whole multi-part blog-series on Reversing Philips Hue light driver (i.e. all parts was not posted): - https://wejn.org/2024/12/reversing-philips-hue-light-driver/
Missed this PR to upstream: - https://github.com/espressif/esp-zigbee-sdk/pull/659 Also posted this request: - https://github.com/espressif/arduino-esp32/issues/11900
There are by the way already Zigbee examples of "deep sleep" and "light sleep" (standby) modes for sleepy Zigbee End Device in the [esp32-zigbee-sdk](https://github.com/espressif/esp-zigbee-sdk) repository which could probably used by...
For reference, users has reported EmberZNet 8.0.2.0 to be working fine with both ZHA (zigpy) and Zigbee2MQTT (zigbee-herdsman). [Nerivec](https://github.com/Nerivec) has however informed Z2M users that the EmberZNet 8.1.0 firmware is...
I think this can be closed since not a firmware issue.
@P-R-O-C-H-Y Tip; here is a other Arduino library for creating Zigbee Home Automation devices (with links to some examples): * https://github.com/prairiesnpr/zha_arduino
> If you're taking requests these are the sort of things I would like to see: > > Human presence detector (PIR etc) > Luminosity/Light sensor > Time Client (get...
FYI, sounds like the initial Zigbee API / library wrapper might soon be merged into Espressif's upstream Arduino core for ESP32: * https://github.com/espressif/arduino-esp32/pull/10265