mirror of https://github.com/arendst/Tasmota.git
Updated Sonoff iFan03 (markdown)
parent
2380f0e43c
commit
42f69f0a22
|
@ -11,7 +11,7 @@ To flash the latest `sonoff.bin` file to the iFan03:
|
|||
![](https://github.com/tim-dcl/BRUH3-Home-Assistant-Configuration/blob/master/IMG_20190817_155847511_HDR.jpg)
|
||||
2. Once you are ready to flash your device then hold down the large white tipped button on the iFan03 while connecting the serial adapter flashing device to your computer. This will power the adapter and the iFan03. **Do not release the button on the iFan03 until flashing is completed in step 5.**
|
||||
3. Open your flashing software window. If using NodeMCU Pyflasher (recommended):
|
||||
- Select the firmware file that you want to flash
|
||||
- Select the firmware file that you want to flash (6.6.0.2 or newer)
|
||||
- Set the COM port for your serial programming adapter
|
||||
- Ensure that flash mode `Dual Output (DOUT)`, and baud rate of `115200` is selected
|
||||
- If you are flashing Tasmota for the first time, also select "yes, wipes all data".
|
||||
|
@ -43,6 +43,8 @@ There are two different configurations that need to be used depending on the met
|
|||
|
||||
To use the iFan03 along with the [Fan Control Entity Row](https://github.com/finity69x2/fan-control-entity-row) then use the configuration below:
|
||||
|
||||
(Using the fan: component in Home Assistant)
|
||||
|
||||
```yaml
|
||||
- platform: mqtt
|
||||
name: "iFan03-2 Test Fan"
|
||||
|
@ -105,6 +107,8 @@ If you will be using the regular toggle to control off & on and using the pop up
|
|||
|
||||
### Fan Light
|
||||
|
||||
(Using the switch: component in Home Assistant)
|
||||
|
||||
```yaml
|
||||
- platform: mqtt
|
||||
name: "iFan03-2 Light"
|
||||
|
|
Loading…
Reference in New Issue