mirror of https://github.com/arendst/Tasmota.git
Updated Tuya generic wifi curtain motor WIP (markdown)
parent
d982dc6daf
commit
f37f07f1b5
|
@ -39,8 +39,9 @@ It might be that it needs commands start opening after setting the percentage.
|
|||
SerialSend5 55aa0006000501010001010e -> Should enable auto close mode
|
||||
SerialSend5 55aa0006000501010001000d -> should disable auto close mode.
|
||||
|
||||
If you send the direction changing too fast (from open to close and vice versa) the motor can be blocked by security reasons.
|
||||
Consider to send delay (1 sec) before changing direction.
|
||||
If you send the direction changing too fast (from open to close and vice versa)
|
||||
the motor can be blocked by security reasons.
|
||||
Consider sending delay (1 sec) before changing direction.
|
||||
For example the commands in console works OK and don't make the motor block:
|
||||
backlog delay 10;SerialSend5 55aa00060005650400010276 open
|
||||
backlog delay 10;SerialSend5 55aa00060005650400010074 close
|
||||
|
|
Loading…
Reference in New Issue