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 |
{"NAME":"LSC Connect Smart IR Panel Heater","GPIO":[0,2272,0,2304,0,0,0,0,0,0,0,0,0,0],"FLAG":0,"BASE":54}
Functions
dpID 1controls device power - turns the device on offdpID 2sets target temperaturedpID 3reports ambient temperature using the built in temperature sensordpID 4control heating modes:0- day mode1- eco mode2- P13- P24- P35- Fr
dpID 5control ECO mode (on or off)dpID 6control child lock mode (lock on device controls)dpID 10heating timer in hoursdpID 11unknown?!dpID 19timer 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 20shown timer in minutesdpID 26error reportdpID 103dimming the displaydpID 104unknown?!dpID 105unknown?!
Configuration
backlog tuyamcu 11,1; tuyamcu 12,103; tuyamcu 98,26; tuyamcu 71,3; tuyamcu 72,2; tuyamcu 81,20; tuyamcu 61,4; tuyamcu 63,19, tempres 0, tuyatempsetres 0
Relay1maps todpID1for power controlRelay2maps todpID103for 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:
backlog webbutton1 Power; webbutton2 DimmDisplay`
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:
TuyaMCU 61,4
Set Enum1 range (in this case the max enum is 5).
TuyaEnumList 1,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.
TuyaEnumList Enum1,5,Enum2,5