Updated documentation

This commit is contained in:
Martijn
2024-12-27 19:59:31 +01:00
parent 8f460f5cb9
commit 11a0ef1ff0
3 changed files with 32 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
# Getting Started
In order to get started with a 3 bar module, you should
1. Make sure you have [ESPHome](https://esphome.io) installed
2. Copy the file [3pages_TotalExample.yml](/examples/3pages_TotalExample.yml) to the root of the repository
3. Create a file secrets.yaml and add the following
```
wifi_ssid: "YOUR_SSID"
wifi_password: "YOUR_PASSWORD"
```
5. modify the yml file to your liking (optional)
6. Compile (Install, manual download) and download in modern format
7. Connect the B+ to your computer
8. Open a compatible browser such as Chrome and visit https://web.esphome.io
9. Load the downloaded file to your device and enjoy