[eval_frecords]

- added charge power
This commit is contained in:
2024-10-31 09:28:57 +01:00
parent 564c6dd763
commit 0873229206
2 changed files with 10 additions and 2 deletions
+6 -1
View File
@@ -9,7 +9,7 @@ USER = 'alex'
# Default show data of today
sel_years = (2024, time.gmtime().tm_year)
sel_month = (10, time.gmtime().tm_mon)
sel_days = (28, time.gmtime().tm_mday)
sel_days = (31, time.gmtime().tm_mday)
t_interval_s = 5 * 60
eps = {
@@ -23,6 +23,11 @@ eps = {
"values": "data/measurements/fuelLevelStatus/value/currentSOC_pct",
"timestamps": "data/measurements/fuelLevelStatus/value/carCapturedTimestamp"
},
"chgpwr":
{
"values": "data/charging/chargingStatus/value/chargePower_kW",
"timestamps": "data/charging/chargingStatus/value/carCapturedTimestamp"
},
"range":
{
"values": "data/fuelStatus/rangeStatus/value/totalRange_km",