You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, I think the ZHA / Z2MQTT should make visible only controls related to the selected covering type. Will check how ZHA acts there and give you the feedback.
About additional stuff you mentioned, do you have any attributes that are not implemented in the WindowCovering endpoint you want us to add?
Zigbee2MQTT - the TILT setting slider does not disappear for any type of selected roller shutter. ZHA - there is no way to check.
Yes, at the moment, I would like to add two attributes - setting the maximum position in the current position of the roller shutter and setting the minimum position in the current position of the roller shutter. Setting these positions is provided using physical buttons on the GPIO and / or using software buttons in HA.
Zigbee2MQTT - the TILT setting slider does not disappear for any type of selected roller shutter. ZHA - there is no way to check.
Yes, at the moment, I would like to add two attributes - setting the maximum position in the current position of the roller shutter and setting the minimum position in the current position of the roller shutter. Setting these positions is provided using physical buttons on the GPIO and / or using software buttons in HA.
Will check the ZHA
Do you have any manufactured device that is working like that and have the buttons visible in HA?
No. At the moment I don't have a working manufactured device. This is what I want to do. I did a similar algorithm before, but via WiFi through MQTT. Now I want to implement it via Zigbee. I'm just learning this direction.
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
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).Sketch
Example Sketch - "Zigbee Window Covering"
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: