
Available from:
Bol.com
Install method:
Replace module
GPIO # | Component |
---|---|
GPIO00 | None |
GPIO01 | Tuya Tx |
GPIO02 | None |
GPIO03 | Tuya Rx |
GPIO04 | None |
GPIO05 | None |
GPIO09 | None |
GPIO10 | None |
GPIO12 | None |
GPIO13 | None |
GPIO14 | None |
GPIO15 | None |
GPIO16 | None |
GPIO17 | None |
Functions
dpID 1
controls device power - turns the device on offdpID 2
sets target temperaturedpID 3
reports ambient temperature using the built in temperature sensordpID 4
control heating modes:0
- day mode1
- eco mode2
- P13
- P24
- P35
- Fr
dpID 5
control ECO mode (on or off)dpID 6
control child lock mode (lock on device controls)dpID 10
heating timer in hoursdpID 11
unknown?!dpID 19
timer set in minutes, shown in hours on display0
- timer off1
- timer 60 min2
- timer 120 min3
- timer 180 min4
- timer 240 min5
- timer 300 min
dpID 20
shown timer in minutesdpID 26
error reportdpID 103
dimming the displaydpID 104
unknown?!dpID 105
unknown?!
Configuration
Relay1
maps todpID1
for power controlRelay2
maps todpID103
for dimming the display
In the webUI an ambient temperature sensor, temperature set sensor and a Timer1 will be shown.
Set temperature using TuyaSend2 2,x where x is the desired temperature (0 decimals allowed).
Label webUI buttons:
TuyaEnum
As of Tasmota 9.1.0.1 #9769 it is possible to map Type4 dpIDs (such as dpID4) to an Enum fn ID.
Map dpID4 to Enum1 fnID:
Set Enum1 range (in this case the max enum is 5).
Now you can control the heating mode with TuyaEnum1 <x>
where x is 0/1/2/3/4/5. If you try a number outside the Enum1 range it will throw an error.
To do the same for timer select do TuyaMCU 63,19
then TuyaEnumList 2,5
. Control with TuyaEnum2 0/1/2/3/4/5
.