TA2k / ioBroker.bmw

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

inMotion alway false #28

Closed bubiman closed 2 years ago

bubiman commented 2 years ago

Hi, I do not know if I am doing something wrong but the datapoint "inMotion" (bmw.0.xxx.properties.inMotion) is alway false.

I what to get a notification when the car is in my driveway, the engine is off and the car is not locked (well you can gues why). While driving the position is not been updated so I thought I could use inMotion:

bmw.0.xxx.properties.inMotion = false bmw.0.xxx.properties.vehicleLocation.address.formatted = myStreet bmw.0.xxx.properties.areDoorsLocked = false

Is there any other way to figure out if the car engine in runing or the car is moving?

A while back there was a datapoint that gave the reason why the status was updated but that datapoint went away in an update

TA2k commented 2 years ago

the adapter shows only what the app is showing. you can delete the datapoint and restart the adapter to check if bmw still provides the datapoint

bubiman commented 2 years ago

Thanks for your answer