File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 88- Reads charging rate and consumed energy from a web-based wallbox interface.
99- Uses ** Selenium** to extract data dynamically.
1010- Sends notifications to ** Discord** when charging starts, stops, and after 5 minutes: charging rate.
11+ - Sends a notification to ** Discord** after charging stopped, summarizing consumed energy and time.
1112- ** Prevents false positives** by only detecting charging above ** 1.0 kW** .
1213- ** Handles missing values gracefully** .
1314
@@ -66,7 +67,14 @@ Save and exit.
6667⚡ 02.02.25, 22:20: charging started.
6768⏳ charging power: 2.30 kW
6869🔋 02.02.25, 22:30: charging stopped.
69- 🔍 consumed energy: 1.25 kWh
70+ 🔍 consumed: 1.25 kWh in 00:10 h
71+ ```
72+
73+ ```
74+ ⚡ 02.02.25, 22:20: charging started.
75+ ⏳ charging power: 3.55 kW
76+ 🔋 02.02.25, 23:30: charging stopped.
77+ 🔍 consumed: 3.75 kWh of 15.92 kWh in 01:10 h
7078```
7179
7280### ** 📝 Logging**
You can’t perform that action at this time.
0 commit comments