Skip to content

Commit e50af50

Browse files
authored
Update README.md
1 parent 37e58be commit e50af50

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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**

0 commit comments

Comments
 (0)