Skip to content

Commit

Permalink
ADd photos to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mill1000 committed Nov 8, 2023
1 parent 255f18d commit 18f43f2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An ESPHome component for the Winix C545 air purifier.
## Features
- Full local control of the air purifier via Home Assistant or MQTT.
- Physical device controls remain functional and changes are immediately reflected in the frontend.
- AQI, AQI indicator, filter age and light intensity sensors.
- AQI, AQI indicator, filter age, filter lifetime and light intensity sensors.
- Switches to control Plasmawave, Auto and Sleep modes.
- Piggybacks on the OEM protocol with minimal hardware modifications required.
- The OEM app can (theoretically) remain functional.
Expand Down Expand Up @@ -50,7 +50,16 @@ Using the photos as reference, connect the marked points to the ESP32 pins.
| RX | IO25 | WiFi UART Rx (MCU->WiFi) |
| 5V | EXT_5V (5V) | 5 V Supply |
| GND | Ground | Ground |
| Q16 | N/A | WiFi RESETn <br/> Optionally tie to ground to disable OEM WiFi |
| Q16 | N/A | WiFi RESETn <br/> Tie to ground to disable OEM WiFi |

#### UART & Power Points
![UART & Power Board Points](docs/winix_c545_uart_power.jpg)

#### RESETn Point
![RESETn Point](docs/winix_c545_resetn.jpg)

#### Final Assembly
![Final Assembly](docs/winix_c545_final.jpg)

### Configure ESPHome Node
Use the [example configuration snippet](example.yaml) to configure your node.
Expand Down
Binary file added docs/winix_c545_final.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/winix_c545_resetn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/winix_c545_uart_power.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 18f43f2

Please sign in to comment.