
Available from:
Aliexpress.com
Install method:
Tuya-Convert
GPIO # | Component |
---|---|
GPIO00 | User |
GPIO01 | User |
GPIO02 | User |
GPIO03 | User |
GPIO04 | User |
GPIO05 | User |
GPIO09 | None |
GPIO10 | None |
GPIO12 | User |
GPIO13 | Tuya Rx |
GPIO14 | User |
GPIO15 | Tuya Tx |
GPIO16 | User |
GPIO17 | None |
{"NAME":"Zemismart Blind","GPIO":[1,1,1,1,1,1,0,0,1,2304,1,2272,1,0],"FLAG":0,"BASE":54}
{"NAME":"Zemismart Blin","GPIO":[255,255,255,255,255,255,0,0,255,108,255,107,255],"FLAG":0,"BASE":54}
Tuya-Convert might not be possible for this device since the template was added (2020-06-20).
TuyaMCU 11,7
to move the relay to an uncontrollable dpId. WebUI toggle will have no effect.
TuyaMCU 21,2
maps the position command to dimmer, will not update position state on its own without the following rule.
Feedback is sent on dpId 3 while the position is controlled using dpId 2. To have regular dimmer updates use:
Rule1 ON TuyaReceived#DpType2Id3 DO Dimmer %value% ENDON
Enable the rule with Rule1 1
. The rule watches dimmer status dpId and forwards them to Dimmer command.
This setup might create some micromovements on reboot or certain value dimmer commands due to difference in how the MCU calculates position value!
Functions
dpID 1
motor control: 0 = open / 1 = stop / 2 = close / 3 = continue
dpID 2
set position: 0 .. 100
dpID 3
current position: 0 .. 100
*report only
dpID 5
set motor direction: 0 = forward / 1 = back
dpID 7
working state: 0 = opening / 1 = closing
*report only, only appears when using remote
dpID 10
error notification: 0x00 = ok
/ ??? = error` *report only