There are three blue led indicators on each buttons.
You can use following command to turn it on/off
Turn off: TuyaSend4 7,0
Turn on: TuyaSend4 7,1
How to turn off the blue led on the shutter buttons?
Re: How to turn off the blue led on the shutter buttons?
Pressing the pause button three times in succession switches the brightness levels of the LEDs in the switch background! Light-medium-off-...
Re: How to turn off the blue led on the shutter buttons?
The change seems to be not persistent.
Which events does it revert? How to make it persistent?
EDIT: Workaround - Execute automation in home assistant:
Which events does it revert? How to make it persistent?
EDIT: Workaround - Execute automation in home assistant:
Code: Select all
alias: LED off
description: ""
triggers:
- trigger: time
at: "12:20:00"
conditions: []
actions:
- action: mqtt.publish
metadata: {}
data:
qos: "2"
topic: cmnd/MyShutte1/TuyaSend4
payload: 7,0
mode: single