Skip to content

Commit 2847758

Browse files
author
Markus Rebbert
committed
docs(readme): document v0.1.46 EV sub-device naming convention
Rename "EV vehicle" → "Vehicle" in the device tree to match the translated category label that the integration now ships, and add a sentence calling out that the same convention (translated label as device name + real manufacturer/model) now applies to all sub-devices including the Vehicle.
1 parent f4cd5e4 commit 2847758

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@ Entities are grouped under one system parent device plus per-asset sub-devices,
166166

167167
```
168168
1k5° System (parent)
169-
├── Inverter (Sungrow / SH6.0RT-V112 / …)
170-
├── Battery — entities live on the inverter sub-device (hybrid inverter)
171-
├── Heat pump (Stiebel Eltron / WPMsystem / …)
172-
├── Smart meter (Chint / DTSU666 / …)
173-
├── Wallbox (go-e / HOMEfix 11kW / …)
174-
└── EV vehicle (Volkswagen / ID.5 / …)
169+
├── Inverter (Sungrow / SH6.0RT-V112 / …)
170+
├── Battery — entities live on the inverter sub-device (hybrid inverter)
171+
├── Heat pump (Stiebel Eltron / WPMsystem / …)
172+
├── Smart meter (Chint / DTSU666 / …)
173+
├── Wallbox (go-e / HOMEfix 11kW / …)
174+
└── Vehicle (Volkswagen / ID.5 / …)
175175
```
176176

177-
Manufacturer, model and firmware are populated from the 1KOMMA5° cloud's `status_and_assets` payload. Devices the platform doesn't classify (`Asset.type = UNKNOWN`, e.g. a Shelly Pro 3EM CT-clamp meter behind the smart meter) stay attached to the parent — no empty placeholder devices.
177+
Every sub-device follows the same naming convention: a translated category label as the device name (Inverter / Heat pump / Smart meter / Wallbox / Vehicle), with `manufacturer` and `model` carrying the real hardware values. The asset sub-devices pull from the 1KOMMA5° cloud's `status_and_assets` payload (PII-safe — manufacturer, model, firmware only); the Vehicle sub-device pulls from the EV profile (manufacturer, model). Devices the platform doesn't classify (`Asset.type = UNKNOWN`, e.g. a Shelly Pro 3EM CT-clamp meter behind the smart meter) stay attached to the parent — no empty placeholder devices.
178178

179179
`entity_id`s and `unique_id`s are unchanged versus earlier versions, so long-term statistics, automations, Energy-Dashboard configuration and dashboard cards keep working without any migration.
180180

0 commit comments

Comments
 (0)