Available from:
Target.com
Manufacturer:
Holmesproducts.com
Install method:
Replace module
GPIO # | Component |
---|---|
GPIO00 | User |
GPIO01 | User |
GPIO02 | User |
GPIO03 | User |
GPIO04 | User |
GPIO05 | User |
GPIO09 | User |
GPIO10 | User |
GPIO12 | User |
GPIO13 | User |
GPIO14 | User |
GPIO15 | User |
GPIO16 | User |
GPIO17 | User |
{"NAME":"Generic","GPIO":[1,1,1,1,1,1,1,1,1,1,1,1,1,1],"FLAG":0,"BASE":54,"CMND":"TuyaMcu 11,1 | TuyaMcu 12,5 | WebButton1 Power | WebButton2 Oscillation "}
It has a WBR3 Chip not compatible with Tasmota, but there is also no need to transplant the chip, it’s very easy to replace it by just unplugging the little board and plug your ESP board instead with Dupont jumper wires!
STEPS
Have a Wemos D1 Mini (or similar) preflashed with Tasmota ready.
Take off the 5 screws with a regular Philips screw driver, press along the sim and the fan should come apart (FAN NEEDS TO BE UNPLUGED FROM THE MAIN POWER!).
Under the top control panel there is a PCB board with a WBR3 chip on it and a UART port which you need to unplug. Connect the unplugged port to your Wemos D1 Mini with Dupont jumpers or other means.
(ATENTION: the port supplies 5 VDC), so connect V from the fan to 5V of the ESP, G to G, T to Tx and R to Rx.
In Tasmota => Configuration => Configure Module select Tuya MCU (54).
In Tasmota=>Console put in:
Backlog TuyaMcu 11,1; TuyaMcu 12,5; WebButton1 Power; WebButton2 Oscillation
After that in the Main Menu you should be able to control the Power and Oscillation.
All functions command mapping:
POWER
ON 'TuyaSend1 1,1'
OFF 'TuyaSend1 1,0'
OSCILATOR
ON 'TuyaSend1 5,1'
OFF 'TuyaSend1 5,0'
MODE
NONE 'TuyaSend4 2,0'
BREEZE 'TuyaSend4 2,1'
SLEEP 'TuyaSend4 2,2'
SPEED
1. OFF 'TuyaSend2 3,0'
2. S1 'TuyaSend2 3,1'
3. S2 'TuyaSend2 3,2'
4. S3 'TuyaSend2 3,3'
TIMER
1. OFF 'TuyaSend4 22,0'
2. 1H 'TuyaSend4 22,1'
3. 2H 'TuyaSend4 22,2'
4. 3H 'TuyaSend4 22,3'
5. 4H 'TuyaSend4 22,4'
6. 5H 'TuyaSend4 22,5'
7. 6H 'TuyaSend4 22,6'
8. 7H 'TuyaSend4 22,7'
9. 8H 'TuyaSend4 22,8'
10. 9H 'TuyaSend4 22,9'
11. 10H 'TuyaSend4 22,10'
12. 11H 'TuyaSend4 22,11'
13. 12H 'TuyaSend4 22,12'
14. 13H 'TuyaSend4 22,13'
15. 14H 'TuyaSend4 22,14'
16. 15H 'TuyaSend4 22,15'
Assemble the fan back and enjoy!