bimmerconnected / bimmer_connected

🚘 Library to query the status of your BMW or Mini from the ConnectedDrive portal
Apache License 2.0
364 stars 79 forks source link

Remote heating status #132

Closed odelma closed 3 years ago

odelma commented 4 years ago

Hi,

is the remote heating status (on, off, scheduled, remaining time) available through the API? If it is, could it be added to this librarby?

gerard33 commented 4 years ago

You can activate the remote climate as mentioned here. Scheduling can also be done via HA automations. Status is not available (as far as I know).

odelma commented 4 years ago

Yes, turning it on works great and it would have been excellent complimentary info to get the status as well (if it is on or off - and the remaining heating time). We also have a Volkswagen and the VW WeConnect service gives this info so I was wondering would it be available from ConnectedDrive. How about setting the scheduled leave time?

robthebold commented 4 years ago

Reading and setting the weekly and one-time departure times is supported by the protocol and is gonna get added to this library. I don't know of a way of checking that status of pre-conditioning, whether it's on or off and its estimated complete time. AFAICT, this isn't in the known functionality of the connected drive protocol.

Edited because spelling is hard . . .

robthebold commented 4 years ago

PR #137 adds some functionality to test out these features. So far, the charging profile parsing is extremely naive. See definition of structure here for some definitions. I'm not sure what features are unique to vehicles with electric drivetrains and which are more general, so I'm interested in what happens for ICE only cars, too.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

gerard33 commented 3 years ago

Closing this, feel free to open a new issue if this is still relevant.