Open
Description
Board
ESP32h2
Device Description
ESP32-H2 Supermini
Hardware Configuration
Nothing attached
Version
latest stable Release (if not listed below)
IDE Name
Arduino IDE
Operating System
Windows 11 x64
Flash frequency
64 MHz
PSRAM enabled
yes
Upload speed
115200
Description
- When selecting the blind type -
zbCovering.setCoveringType(ROLLERSHADE)
- the "Tilt" attribute remains available, which is not possible for horizontal blinds. In this case, only the "Lift" attribute can be available (Zigbee2Mqtt). - How can I add additional clusters to the "WindowsCovering" EP, for example, buttons in HA, with which I can set the maximum/minimum position for the blinds in the position they are in at the moment, or a light sensor with reflection in HA for subsequent automations.
Sketch
Example Sketch - "Zigbee Window Covering"
Debug Message
Debug Message for unattached Device:
11:16:07.225 -> Calling Zigbee.begin()
11:16:07.225 -> [ 2217][D][ZigbeeCore.cpp:145] zigbeeInit(): Initialize Zigbee stack
11:16:07.225 -> [ 2232][D][ZigbeeCore.cpp:152] zigbeeInit(): Register all Zigbee EPs in list
11:16:07.264 -> [ 2235][I][ZigbeeCore.cpp:160] zigbeeInit(): List of registered Zigbee EPs:
11:16:07.264 -> [ 2236][I][ZigbeeCore.cpp:162] zigbeeInit(): Device type: Window Covering client, Endpoint: 10, Device ID: 0x0202
11:16:07.264 -> [ 2237][I][ZigbeeCore.cpp:162] zigbeeInit(): Device type: On/Off Light Device, Endpoint: 10, Device ID: 0x0100
11:16:07.264 -> [ 2242][V][ZigbeeCore.cpp:379] esp_zb_app_signal_handler(): ZDO signal: ZDO Config Ready (0x17), status: ESP_FAIL
11:16:07.264 -> [ 2243][I][ZigbeeCore.cpp:241] esp_zb_app_signal_handler(): Zigbee stack initialized
11:16:07.264 -> [ 2244][D][ZigbeeCore.cpp:242] esp_zb_app_signal_handler(): Zigbee channel mask: 0x07fff800
11:16:07.264 -> [ 2247][I][ZigbeeCore.cpp:248] esp_zb_app_signal_handler(): Device started up in factory-reset mode
11:16:07.264 -> [ 2248][I][ZigbeeCore.cpp:255] esp_zb_app_signal_handler(): Start network steering
11:16:07.264 -> Connecting to network
11:16:07.264 -> .......................[ 4476][I][ZigbeeCore.cpp:317] esp_zb_app_signal_handler(): Network steering was not successful (status: ESP_FAIL)
11:16:09.590 -> ................................[ 7705][I][ZigbeeCore.cpp:317] esp_zb_app_signal_handler(): Network steering was not successful (status: ESP_FAIL)
11:16:12.783 -> ................................[ 10934][I][ZigbeeCore.cpp:317] esp_zb_app_signal_handler(): Network steering was not successful (status: ESP_FAIL)
11:16:15.945 -> .................................[ 14163][I][ZigbeeCore.cpp:317] esp_zb_app_signal_handler(): Network steering was not successful (status: ESP_FAIL)
11:16:19.245 -> ................................[ 17392][I][ZigbeeCore.cpp:317] esp_zb_app_signal_handler(): Network steering was not successful (status: ESP_FAIL)
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.