I’ve tried to use Tuya-Convert and was not possible. I tried soldering cables in the correct pins and I didn’t have success again. Maybe the problem is to put this device in Flash Mode but I am not sure.
After very HARD work I could flash TASMOTA on AVATTO FLS-02.
You need to soldering cables:
3,3v - VCC
GND - GND
TX - RX
RX - TX
GND - GPIO0
GND - RST PIN from the little MCU. There are 4 holes with “JP1” indicator in the circuit board. Just connect the GND in the first one from top to bottom. You can flash!
BUT, I have Tasmota working well but problems with the SWITCH. This Template from TASMOTE WEBSITE is not working well.
Just the FAN switch is working.
Fan Level and Ligh Switch are not!
Please see the following commands to apply in the Tasmota Console:
TuyaMCU 11,1; TuyaMCU 63,3; TuyaMCU 12,9;
Rule1
ON EVENT#3,0 DO Backlog Publish cmnd/%topic%/TuyaSend4 3,0; POWER1 ON endon
ON EVENT#3,2 DO Backlog Publish cmnd/%topic%/TuyaSend4 3,2; POWER1 ON endon
ON EVENT#3,4 DO Backlog Publish cmnd/%topic%/TuyaSend4 3,4; POWER1 ON endon
Rule2
ON TuyaReceived#Data=55AA03070005030400010016 DO Publish stat/%topic%/SPEED 3,0 endon
ON TuyaReceived#Data=55AA03070005030400010117 DO Publish stat/%topic%/SPEED 3,2 endon
ON TuyaReceived#Data=55AA03070005030400010218 DO Publish stat/%topic%/SPEED 3,2 endon
ON TuyaReceived#Data=55AA03070005030400010319 DO Publish stat/%topic%/SPEED 3,2 endon
ON TuyaReceived#Data=55AA0307000503040001041A DO Publish stat/%topic%/SPEED 3,4 endon
I have the same module, the light and the fan aren’t sync with the HA. so if i turn on the light from the wall switch in HA the state still show OFF.
i can’t figure the issue …
Hi there! was facing same issue here, to “fix” make sure that the slider in Tasmota is not placed on the initial position, because it’s affecting “Toggle 2” which is the light and not the Fan.
I belive something is wrong with the template, because the “dimmer function” should affect Toggle 1 which is the Fan speed.
Does anybody had success to make it works? In my case the light doesn’t works. Seems to me that TuyaMCU Command is not properly mapped…
I’m able to turn on and off on the wall, but if try to do it on the from Tasmota Web page toggle it doesn’t works.
So, the new HA fan configuration make it impossible to make it work…
Who managed to get the fan to work properly with the new settings and can share with us as well?
Well, after a lot of testing and settings I got (it seems to me) to the point that the Switch Avatto FLS-02 works well with HA. So here are the settings:
Tasmota console:
Backlog TuyaMCU 11,1; TuyaMCU 63,3; TuyaMCU 81,7; TuyaMCU 12,9;
Rule1
ON TuyaReceived#Data=55AA03070005030400010016 DO Backlog Publish stat/%topic%/SPEED low; POWER1 endon
ON TuyaReceived#Data=55AA03070005030400010117 DO Backlog Publish stat/%topic%/SPEED low; POWER1 endon
ON TuyaReceived#Data=55AA03070005030400010218 DO Backlog Publish stat/%topic%/SPEED medium; POWER1 endon
ON TuyaReceived#Data=55AA03070005030400010319 DO Backlog Publish stat/%topic%/SPEED medium; POWER1 endon
ON TuyaReceived#Data=55AA0307000503040001041A DO Backlog Publish stat/%topic%/SPEED high; POWER1 endon