You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer/data-models.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,6 @@ Grid meter data with import/export and phase-level measurements:
303
303
EV charger data with charge/discharge metrics and phase-level measurements. This DER type represents the charger's capability as a flexible load/source (uni- or bi-directional), with optional vehicle-specific attributes.
304
304
305
305
**Example:**
306
-
307
306
```json
308
307
{
309
308
"type": "charger",
@@ -321,8 +320,7 @@ EV charger data with charge/discharge metrics and phase-level measurements. This
321
320
"L3_A": 9.444,
322
321
"L3_W": 2150,
323
322
"offered_A": 10.0,
324
-
"connected": true,
325
-
"charging": true,
323
+
"status": "charging",
326
324
"vehicle_id": "my_tesla_model3",
327
325
"vehicle_capacity_Wh": 75000,
328
326
"vehicle_SoC_fract": 0.65,
@@ -350,8 +348,7 @@ EV charger data with charge/discharge metrics and phase-level measurements. This
350
348
|`L3_A`| A | float | L3 Phase Current |
351
349
|`L3_W`| W | float | L3 Phase Power (computed as V * A) |
352
350
|`offered_A`| A | float | Current offered by charger (from OCPP) |
353
-
|`connected`| - | boolean | Is a vehicle connected? |
354
-
|`charging`| - | boolean | Is active charging/discharging occurring? |
0 commit comments