You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Install Tasmota Version 7 or above and homeassistant core-2021.4.0 or above.
14
-
2. Run the command `TuyaMCU 12,8`
15
-
3. Run the command
14
+
2. Run the command `TuyaMCU 12,8` (This will allow control over the Oscilation)
15
+
3. Run the command `TuyaMCU 13,101` (This will allow control over the fan light)
16
+
4. Run the command
16
17
17
18
```console
18
19
rule1 on TuyaReceived#Data=55AA00070005020400010012 do publish2 stat/lounge_fan/speed 1 endon on TuyaReceived#Data=55AA00070005020400010113 do publish2 stat/lounge_fan/speed 2 endon on TuyaReceived#Data=55AA00070005020400010214 do publish2 stat/lounge_fan/speed 3 endon on TuyaReceived#Data=55AA00070005020400010315 do publish2 stat/lounge_fan/speed 4 endon on TuyaReceived#Data=55AA00070005020400010416 do publish2 stat/lounge_fan/speed 5 endon on TuyaReceived#Data=55AA00070005020400010517 do publish2 stat/lounge_fan/speed 6 endon on TuyaReceived#Data=55AA00070005020400010618 do publish2 stat/lounge_fan/speed 7 endon on TuyaReceived#Data=55AA00070005020400010719 do publish2 stat/lounge_fan/speed 8 endon on TuyaReceived#Data=55AA00070005020400010719 do publish2 stat/lounge_fan/speed 9 endon on TuyaReceived#Data=55AA0007000502040001091B do publish2 stat/lounge_fan/speed 10 endon on TuyaReceived#Data=55AA00070005020400010A1C do publish2 stat/lounge_fan/speed 11 endon on TuyaReceived#Data=55AA00070005020400010B1D do publish2 stat/lounge_fan/speed 12 endon
19
20
```
20
21
Press enter than run this command
21
22
``` Rule1 1 ```
22
23
23
-
4. Add the following to Home Assistant to your FAN section:
24
+
5. Add the following to Home Assistant to your FAN section:
24
25
25
26
{% highlight yaml %}
26
27
{% raw %}
@@ -72,7 +73,12 @@ Press enter than run this command
0 commit comments