Replies: 1 comment
-
To my knowledge, only the newest cars (current 3 series, i4, iX, iX3,...) actually support the However I was not able to pinpoint any specified required head units or ilevels yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to know when the car is driving or not...
I am using the vehicle status
is_vehicle_active
, referring to the code below.You can also find an extract of the
bimmerconnected status
. In this status you find back 2 properties: "is_vehicle_active" and "inMotion" (see extract below). The function in the library returns the property "inMotion" (see code below).What is the difference between both properties "is_vehicle_active" and "inMotion"?
I get the "bimmerconnected status" while the car is driving, however the status return "false" for both properties "is_vehicle_active" and "inMotion" (the extract of the status below is a real example while the car was driving).
Has somebody the same experience? Somebody requested the status of the car while driving?
Thanks for feedback!
Beta Was this translation helpful? Give feedback.
All reactions