Skip to content

Commit d813966

Browse files
authored
Merge pull request #344 from renaudallard/main
Update README: NK charging prediction works via charging.power
2 parents 71cbf36 + b7bc8aa commit d813966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ The integration is organized into focused modules:
464464
- The CarData API is read-only; sending commands remains outside this integration.
465465
- **Premature Continue in auth flow: If you hit Continue before authorizing on BMW's site, the device-code flow gets stuck. Cancel the flow and restart the integration (or Home Assistant) once you've completed the BMW login.**
466466
- **Older models (i3, i3s, iDrive 6 cars, older F-series)**: These vehicles send telemetry very infrequently — typically only when the car is stopped/turned off and when charging reaches 100%. There are no real-time MQTT updates while charging or driving, so most sensors will appear stale between events. The Predicted SOC sensor can help during charging, but accuracy depends on receiving at least an initial SOC value. This is a BMW platform limitation, not a bug in the integration.
467-
- **Neue Klasse (NK/NA5) vehicles**: BMW's CarData API does not currently provide `batteryManagement.header` or `charging.level` for NK vehicles. The integration uses `stateOfCharge.displayed` as the primary SOC source, with `trip...hvSoc` (trip-end battery level) as a last resort. `stateOfCharge.displayed` updates via API polls but may not refresh in real-time during driving. Charging prediction is not available. BMW may add proper NK support to CarData in the future.
467+
- **Neue Klasse (NK/NA5) vehicles**: BMW's CarData API does not provide `batteryManagement.header` or `charging.level` for NK vehicles. The integration uses `stateOfCharge.displayed` as the primary SOC source, with `trip...hvSoc` (trip-end battery level) as a last resort. `stateOfCharge.displayed` updates via API polls but may not refresh in real-time during driving. Charging prediction works via `charging.power`.
468468

469469
## Stale Issue Policy
470470

0 commit comments

Comments
 (0)