TA2k / ioBroker.bmw

ioBroker Adapter for BMW
MIT License
14 stars 6 forks source link

ChargingState Path changed #41

Closed omc69 closed 1 year ago

omc69 commented 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

TA2k commented 1 year ago

should be automatically under state

omc69 commented 1 year ago

Issue seems to be fixed in 2.6.1 manually installed from github