Skip to content

Commit 7734ae5

Browse files
committed
update bi-directional charger type name
1 parent 1493e7c commit 7734ae5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/developer/data-models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ WALLET: user_abc123
9797
├─ DEVICE: hybrid_inverter_01 (Modbus-TCP)
9898
│ ├─ DER: pv_rooftop (Solar PV)
9999
│ └─ DER: battery_01 (Home Battery)
100-
├─ DEVICE: ev_charger_01 (MQTT)
101-
│ └─ DER: tesla_model3 (Charger)
100+
├─ DEVICE: v2x_charger_01 (ISO 15118)
101+
│ └─ DER: tesla_model3 (V2X Charger)
102102
└─ DEVICE: smart_meter_01 (P1)
103103
└─ DER: grid_meter (Meter)
104104
```
@@ -304,7 +304,7 @@ Grid meter data with import/export and phase-level measurements:
304304

305305
```json
306306
{
307-
"type": "ev_charger",
307+
"type": "v2x_charger",
308308
"make": "Ferroamp",
309309
"status": "charging",
310310
"protocol": "ISO_15118_20",
@@ -341,7 +341,7 @@ Grid meter data with import/export and phase-level measurements:
341341

342342
| Field | Unit | Data Type | Description |
343343
|-------|------|-----------|-------------|
344-
| `type` | - | string | Always "ev_charger" |
344+
| `type` | - | string | Always "v2x_charger" |
345345
| `make` | - | string | Manufacturer brand (e.g., Ferroamp, Ambibox) |
346346
| `status` | - | string | State (idle, charging, discharging, error, suspended) |
347347
| `protocol` | - | string | Active protocol (e.g., ISO_15118_2, ISO_15118_20, DIN) |

0 commit comments

Comments
 (0)