Created Tuya generic wifi curtain motor WIP (markdown)

Shantur Rathore 2019-09-26 12:16:18 +01:00
parent d059285e63
commit f3bf20efce
1 changed files with 31 additions and 0 deletions

@ -0,0 +1,31 @@
55aa0007000501010001010f Says auto power mode is on - Maybe
55aa00070005650400010075 says Curtain motor is opening or opened - Confirmed working
55aa000700086602000400000032ac Control percentage 50%
55aa00070005670100010074 report working state ( opening or closing )
55aa000700086802000400000032ae report percentage
DPIDs
01 -> Auto power mode on or off ( Can be configured as relay )
0x65 101 -> Curtain mode ( open / close / stop)
0x66 102 -> Curtain open percentage
0x67 103 -> report work state
0x68 104 -> Curtain percentage report only.
Commands worked
SerialSend5 55aa00060005650400010276 Forward
SerialSend5 55aa00060005650400010074 Reverse
SerialSend5 55aa00060005650400010175 Stop
More Possible Commands (Untested)
SerialSend5 55aa000600086802000400000032ad Should open curtain to 20%
or
SerialSend5 55aa000600086602000400000032ab should open curtain to 20%
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.