Skip to content

Commit 1602e3f

Browse files
authored
Update goldair_sleepsmart_GCPF315 (#1888)
Added Fan Light Control
1 parent cf360d4 commit 1602e3f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

_templates/goldair_sleepsmart_GCPF315

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ link2: https://www.target.com.au/p/goldair-sleep-smart-pedestal-fan-gspf315/6225
1111
---
1212

1313
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
1617

1718
```console
1819
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
1920
```
2021
Press enter than run this command
2122
``` Rule1 1 ```
2223

23-
4. Add the following to Home Assistant to your FAN section:
24+
5. Add the following to Home Assistant to your FAN section:
2425

2526
{% highlight yaml %}
2627
{% raw %}
@@ -72,7 +73,12 @@ Press enter than run this command
7273
payload_not_available: Offline
7374
speed_range_min: 1
7475
speed_range_max: 12
76+
preset_mode_state_topic: "stat/lounge_fan/POWER3"
77+
preset_mode_command_topic: "cmnd/lounge_fan/POWER3"
78+
preset_modes:
79+
- "ON"
80+
- "OFF"
7581
{% endraw %}
7682
{% endhighlight %}
7783

78-
Please note if you want to change the topic name, you need to change it in the rule as well
84+
Please note if you want to change the topic name, you need to change it in the rule as well.

0 commit comments

Comments
 (0)