arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.69k stars 4.72k forks source link

Zigbee2Tasmota Can't control smart curtain switch from Zigbee2Tasmota #21652

Closed qntris closed 1 week ago

qntris commented 2 weeks ago

PROBLEM DESCRIPTION

I have successfully installed two QS-Zigbee-S10-C04 curtain switches and paired them to Zigbee2Tasmota. When operating the curtains manually (through the physical button on my wall), I can see that that they report: tele/tasmota_7ECADF/7C1D/SENSOR = {"ZbReceived":{"Device":0x7C1D", "CurrentPositionLIftPercentage":20, "Endpoint":1, "LinkQuality":80}} Pressing the physical buttons of the switch also work correctly (trigger the up/down/stop position of the blinds). However I cannot find the right command to use with ZbSend through Zigbee2Tasmota. Can anyone help with that?

Tried sending commands such as the following, but nothing happens: ZbSend{"Device":"0x7C1D", "send":{"power":1} ZbSend{"Device":"0x7C1D", "send":{"power":2} ZbSend{"Device":"0x7C1D", "send":{"power":0}

What should I do so that I can control those? P.S. I am able to successfully operate (control/read) other devices through the same Zigbee2Tasmota - switches and sensors. I just don't know what's the right command format for this particular smart curtain switch.

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!