Zigbee Window Covering - mode attribute not writable #11392
Labels
Area: Zigbee
Issues and Feature Request about Zigbee
Status: Awaiting triage
Issue is waiting for triage
Board
ESP32-H2 Dev Module
Device Description
Just dev board on USB-C connected to zigbee2mqtt instance.
Hardware Configuration
No, this was manually verified with small changes to example sketch.
Version
latest stable Release (if not listed below)
IDE Name
Arduino IDE
Operating System
macOS
Flash frequency
64MHz
PSRAM enabled
yes
Upload speed
291600
Description
Hello,
If I take the example
Zigbee_Window_Covering.ino
, and change boolean args to thesetMode
method (line 74), then these changes are readable in eg. Zigbee2Mqtt.However I cannot write anything to the mode after
Zigbee.connected()
, not just via Zigbee2Mqtt but also in directly in code; adding asetMode
at the end of the example sketch'ssetup()
function also fails (see log output).Given the mode attribute's are settable before connect and these various values are readable in Z2M, but that they are not writable post-connect - is it possible some misconfiguration renders this attribute read-only?
Thank you
Sketch
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: