-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
summary.py: added charged/discharged kWh, using location to determine…
… moved, small improvement in delta SOC
- Loading branch information
1 parent
22270f0
commit 0bf05a5
Showing
7 changed files
with
81 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Label, date , driven km, charged%, discharged%, charges, drives, km/kWh, kWh/100km, cost Euro | ||
DAY , 2022-09-17, 0.0, +4%, 0, 1, 0, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-18, 0.0, +2%, 0, 0, 0, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-19, 6.5, +0%, 0, 0, 2, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-20, 47.6, +0%, -14, 0, 2, 4.9, 20.6, 2.41 | ||
DAY , 2022-09-21, 5.2, +25%, 0, 2, 2, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-22, 1.9, +2%, 0, 1, 1, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-23, 1.7, +28%, 0, 2, 1, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-24, 407.8, +37%, -95, 1, 6, 6.1, 16.3, 16.36 | ||
DAY , 2022-09-25, 0.0, +8%, 0, 0, 0, 0.0, 0.0, 0.00 | ||
Period, date , driven km, charged%, charged kWh, discharged%, discharged kWh, #charges, #drives, km/kWh, kWh/100km, cost Euro | ||
DAY , 2022-09-17, 0.0, +4%, 2.8, 0%, 0.0, 1, 0, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-18, 0.0, +2%, 1.4, 0%, 0.0, 0, 0, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-19, 6.5, +0%, 0.0, -1%, -0.7, 0, 2, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-20, 47.6, +0%, 0.0, -14%, -9.8, 0, 2, 4.9, 20.6, 2.41 | ||
DAY , 2022-09-21, 5.2, +26%, 18.2, -1%, -0.7, 2, 2, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-22, 1.9, +2%, 1.4, -1%, -0.7, 1, 1, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-23, 1.7, +29%, 20.3, 0%, 0.0, 2, 1, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-24, 407.8, +37%, 25.9, -95%, -66.5, 1, 6, 6.1, 16.3, 16.36 | ||
DAY , 2022-09-25, 0.0, +8%, 5.6, 0%, 0.0, 0, 0, 0.0, 0.0, 0.00 |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Label, date , driven km, charged%, discharged%, charges, drives, km/kWh, kWh/100km, cost Euro | ||
DAY , 2022-09-17, 0.0, +4%, 0, 1, 0, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-18, 0.0, +2%, 0, 0, 0, 0.0, 0.0, 0.00 | ||
WEEK , 2022 W37 , 0.0, +6%, 0, 1, 0, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-19, 6.5, +0%, 0, 0, 2, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-20, 47.6, +0%, -14, 0, 2, 4.9, 20.6, 2.41 | ||
DAY , 2022-09-21, 5.2, +25%, 0, 2, 2, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-22, 1.9, +2%, 0, 1, 1, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-23, 1.7, +28%, 0, 2, 1, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-24, 407.8, +37%, -95, 1, 6, 6.1, 16.3, 16.36 | ||
DAY , 2022-09-25, 0.0, +8%, 0, 0, 0, 0.0, 0.0, 0.00 | ||
WEEK , 2022 W38 , 470.7, +100%, -110, 6, 14, 6.1, 16.4, 18.94 | ||
MONTH, 2022-09 , 470.7, +106%, -110, 7, 14, 6.1, 16.4, 18.94 | ||
YEAR , 2022 , 470.7, +106%, -110, 7, 14, 6.1, 16.4, 18.94 | ||
Period, date , driven km, charged%, charged kWh, discharged%, discharged kWh, #charges, #drives, km/kWh, kWh/100km, cost Euro | ||
DAY , 2022-09-17, 0.0, +4%, 2.8, 0%, 0.0, 1, 0, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-18, 0.0, +2%, 1.4, 0%, 0.0, 0, 0, 0.0, 0.0, 0.00 | ||
WEEK , 2022 W37 , 0.0, +6%, 4.2, 0%, 0.0, 1, 0, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-19, 6.5, +0%, 0.0, -1%, -0.7, 0, 2, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-20, 47.6, +0%, 0.0, -14%, -9.8, 0, 2, 4.9, 20.6, 2.41 | ||
DAY , 2022-09-21, 5.2, +26%, 18.2, -1%, -0.7, 2, 2, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-22, 1.9, +2%, 1.4, -1%, -0.7, 1, 1, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-23, 1.7, +29%, 20.3, 0%, 0.0, 2, 1, 0.0, 0.0, 0.00 | ||
DAY , 2022-09-24, 407.8, +37%, 25.9, -95%, -66.5, 1, 6, 6.1, 16.3, 16.36 | ||
DAY , 2022-09-25, 0.0, +8%, 5.6, 0%, 0.0, 0, 0, 0.0, 0.0, 0.00 | ||
WEEK , 2022 W38 , 470.7, +102%, 71.4, -112%, -78.4, 6, 14, 6.0, 16.7, 19.29 | ||
MONTH , 2022-09 , 470.7, +108%, 75.6, -112%, -78.4, 7, 14, 6.0, 16.7, 19.29 | ||
YEAR , 2022 , 470.7, +108%, 75.6, -112%, -78.4, 7, 14, 6.0, 16.7, 19.29 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters