File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
7574Check logs in:
7675``` bash
77- cat /home/pi/wallbox_monitor.log
76+ cat /home/pi/wallbox-monitor/ wallbox_monitor.log
7877```
7978
8079### ** 🛠 Troubleshooting**
You can’t perform that action at this time.
0 commit comments