mirror of https://github.com/arendst/Tasmota.git
Revert c2556eef8a7918457fdaa17d1f60b413d340f86e...42f69f0a222d0619440aa86a406dfde9e466b757 on Sonoff iFan03
parent
42513d1477
commit
543c53765e
|
@ -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 (6.6.0.2 or newer)
|
||||
- Select the firmware file that you want to flash
|
||||
- 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,8 +43,6 @@ 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"
|
||||
|
@ -107,8 +105,6 @@ 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