mirror of https://github.com/arendst/Tasmota.git
Updated Tuya generic wifi curtain motor WIP (markdown)
parent
2012896c71
commit
af3e3ef093
|
@ -38,14 +38,14 @@ Commands may be necessary to start opening after setting the percentage.
|
||||||
`SerialSend5 55aa0006000501010001000d` -> should disable 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 may be blocked by built in failsafes. Consider sending delay (1 sec) before changing direction. For example, these commands work and don't make the motor block:
|
If you send the direction changing too fast (from open to close and vice versa), the motor may be blocked by built in failsafes. Consider sending delay (1 sec) before changing direction. For example, these commands work and don't make the motor block:
|
||||||
`Backlog delay 10;SerialSend5 55aa00060005650400010276` open
|
`Backlog delay 10; SerialSend5 55aa00060005650400010276` open
|
||||||
`Backlog delay 10;SerialSend5 55aa00060005650400010074` close
|
`Backlog delay 10; SerialSend5 55aa00060005650400010074` close
|
||||||
`SerialSend5 55aa00060005650400010175` stop
|
`Backlog delay 10; SerialSend5 55aa00060005650400010175` stop
|
||||||
|
|
||||||
And if you use html requests:
|
And if you use html requests:
|
||||||
`http://ip/cm?cmnd=backlog%20delay%210%3BSerialSend5%2055aa00060005650400010276` open
|
`http://ip/cm?cmnd=backlog%20delay%205%3B%20SerialSend5%2055aa00060005650400010276` open
|
||||||
`http://ip/cm?cmnd=backlog%20delay%210%3BSerialSend5%2055aa00060005650400010074` close
|
`http://ip/cm?cmnd=backlog%20delay%205%3B%20SerialSend5%2055aa00060005650400010074` close
|
||||||
`http://ip/cm?cmnd=SerialSend5%2055aa00060005650400010175` stop
|
`http://ip/cm?cmnd=backlog%20delay%205%3B%20SerialSend5%2055aa00060005650400010175` stop
|
||||||
|
|
||||||
![The motor](https://user-images.githubusercontent.com/16508296/65697684-01ae0f00-e084-11e9-91d5-eb85f312ef84.jpg)
|
![The motor](https://user-images.githubusercontent.com/16508296/65697684-01ae0f00-e084-11e9-91d5-eb85f312ef84.jpg)
|
||||||
![Inside](https://user-images.githubusercontent.com/16508296/65697737-1d191a00-e084-11e9-8752-6d5d78ce8abf.jpg)
|
![Inside](https://user-images.githubusercontent.com/16508296/65697737-1d191a00-e084-11e9-8752-6d5d78ce8abf.jpg)
|
||||||
|
|
Loading…
Reference in New Issue