I'm trying to modify the existing example "HA_temperature_sensor" in the ESP-ZIGBEE-SDK but cannot get the reporting info to work. I want to set it up as a MultiState Input Cluster instead. The change seems straight forward but I cannot get it to work. The call that fails is this:...
1.3.1 version release of ESP-ZIGBEE-SDK is based on esp-idf v5.1.3 Features Updated esp-zboss-lib to v1.3.1 Updated esp-zigbee-lib to v1.3.1 Bug Fixes Fixed the movement transition for color control Fixed the jitter of broadcast endpoint handler Fixed the failure in Zigbee fla...
Re: Adding esp32 zigbee sdk to vscodeby fb_iceg » Wed Apr 17, 2024 12:55 am 直接用Vscode打开sdk内examples文件夹里边的例程,先clean,再更改 target 就可以直接编译了。 注意不要直接复制例程到其余文件夹,除非你修改了 cmakelst.txt4 posts • Page 1 of 1 Return to “ESP-IDF” Jump to...
I'm trying to modify the existing example "HA_temperature_sensor" in the ESP-ZIGBEE-SDK but cannot get the reporting info to work. I want to set it up as a MultiState Input Cluster instead. The change seems straight forward but I cannot get it to work. The call that fails is this:...
When I try HA switch/light example which is part of esp-idf everything works fine. Please can you advice me what is wrong?Radek.Dymak Posts: 3 Joined: Thu Oct 05, 2023 9:40 am Re: ESC32-C6-Devkit-C-1 don't run esp-zigbee-sdk examples esp_zigbee_HA_sampleby...