Skip to content

Commit a90310a

Browse files
authored
Update README.md
minor fixes and updates
1 parent 0e86918 commit a90310a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- Uses **Selenium** to extract data dynamically.
1010
- Sends notifications to **Discord** when charging starts, stops, and after 5 minutes: charging rate.
1111
- **Prevents false positives** by only detecting charging above **1.0 kW**.
12-
- Stores last state in `/tmp/wallbox_state.txt` to avoid duplicate alerts.
1312
- **Handles missing values gracefully**.
1413

1514
## Setup & Installation
@@ -65,16 +64,16 @@ Save and exit.
6564
📢 Discord Notifications
6665
```
6766
⚡ 02.02.24, 14:35: charging started.
68-
charging power: 3.55 kW
67+
charging power: 3.55 kW
6968
🔋 02.02.24, 15:05: charging stopped.
70-
consumed energy: 3.38 kWh
69+
🔍 consumed energy: 3.38 kWh
7170
```
7271

7372
### **📝 Logging**
7473

7574
Check logs in:
7675
```bash
77-
cat /home/pi/wallbox_monitor.log
76+
cat /home/pi/wallbox-monitor/wallbox_monitor.log
7877
```
7978

8079
### **🛠 Troubleshooting**

0 commit comments

Comments
 (0)