Closed omc69 closed 1 year ago
Describe the bug VIN.properties.chargingState.chargePercentage seems to be obsolete and it's never gonna updated anymore . The new object and attributes are:
"electricChargingState": { "chargingLevelPercent": 43, "chargingStatus": "NOT_CHARGING", "chargingTarget": 100, "isChargerConnected": true, "range": 215
I used bimmerconnected dumping the entire JSON Object from BMW's server.
Hope it helps !
Best, Christian
should be automatically under state
Issue seems to be fixed in 2.6.1 manually installed from github
Describe the bug
VIN.properties.chargingState.chargePercentage seems to be obsolete and it's never gonna updated anymore . The new object and attributes are:
"electricChargingState": { "chargingLevelPercent": 43, "chargingStatus": "NOT_CHARGING", "chargingTarget": 100, "isChargerConnected": true, "range": 215
I used bimmerconnected dumping the entire JSON Object from BMW's server.
Hope it helps !
Best, Christian