Skip to content

Releases: bimmerconnected/bimmer_connected

0.8.7 Beta 1

10 Dec 15:30
Compare
Choose a tag to compare
0.8.7 Beta 1 Pre-release
Pre-release

What’s Changed

  • Fix charging_end_time by sending local time in milliseconds (#382) @rikroe
  • Switch lat & lon for China GPS conversion (#381) @rikroe

0.8.6

07 Dec 19:29
b090f8d
Compare
Choose a tag to compare

What’s Changed

See full changelog for details: https://github.com/bimmerconnected/bimmer_connected/compare/0.8.5..0.8.6

Bugfixes for cli and more

03 Dec 19:34
Compare
Choose a tag to compare

What’s Changed

Load is_vehicle_tracking_enabled from MyBMW

30 Nov 16:30
39213b8
Compare
Choose a tag to compare

What’s Changed

  • Add is_vehicle_tracking_enabled on Vehicle (#370) @rikroe

Bugfixes for MyBMW

28 Nov 22:57
Compare
Choose a tag to compare

What’s Changed

  • Bugfixes for 0.8.2 @rikroe
    • Force english responses (especially for china)
    • Store response from VEHICLE_FINDER service in VehicleStatus (important for older cars that do not report vehicleLocation in their status)
      • IMPORTANT: This will only work if bimmer_connected is imported into a Python module/file, as the is not stored when using bimmerconnected cli.
      • You have to specify your location, e.g. via the command line interface. When using HomeAssistant, the location of your HA instance will be used (note that the integration has to be reloaded after a HA location change).
    • Fix AM/PM parsing of charging_time_remaining
    • Add additional charging_end_time property
    • Fix Python 3.6 tz-issues
  • Migrate CI pipeline to Github Actions @rikroe, @gerard33

0.8.3 Beta 4

26 Nov 23:29
Compare
Choose a tag to compare
0.8.3 Beta 4 Pre-release
Pre-release

What’s Changed

  • Force english responses (especially for china) (#364) @rikroe
  • Store response from VEHICLE_FINDER service in vehicle status (important for older cars that do not report vehicleLocation in their status)
    • IMPORTANT: This will only work if bimmer_connected is imported into a Python module/file, as the is not stored when using bimmerconnected cli.
    • You have to specify your location, e.g. via the command line interface. When using HomeAssistant, the location of your HA instance will be used (note that the integration has to be reloaded after a HA location change).
  • Fix AM/PM parsing of charging_time_remaining

0.8.3 Beta 3

26 Nov 22:58
Compare
Choose a tag to compare
0.8.3 Beta 3 Pre-release
Pre-release

What’s Changed

  • Force english responses (especially for china) (#364) @rikroe
  • Store response from VEHICLE_FINDER service in vehicle status (important for older cars that do not report vehicleLocation in their status)
    • IMPORTANT: This will only work if bimmer_connected is imported into a Python module/file, as the is not stored when using bimmerconnected cli.
    • You have to specify your location, e.g. via the command line interface. When using HomeAssistant, the location of your HA instance will be used (note that the integration has to be reloaded after a HA location change).
  • Fix AM/PM parsing of charging_time_remaining

0.8.3 Beta 2

26 Nov 22:22
Compare
Choose a tag to compare
0.8.3 Beta 2 Pre-release
Pre-release

What’s Changed

  • Force english responses (especially for china) (#364) @rikroe
  • Store response from VEHICLE_FINDER service in vehicle status (important for older cars that do not report vehicleLocation in their status)
    IMPORTANT: This will only work if bimmer_connected is imported into a Python module/file, as the is not stored when using bimmerconnected cli.
  • Fix AM/PM parsing of charging_time_remaining

0.8.3 Beta 1

26 Nov 21:50
Compare
Choose a tag to compare
0.8.3 Beta 1 Pre-release
Pre-release

What’s Changed

  • Force english responses (especially for china) (#364) @rikroe
  • Store response from VEHICLE_FINDER service in vehicle status (important for older cars that do not report vehicleLocation in their status)
    IMPORTANT: This will only work if bimmer_connected is imported into a Python module/file, as the is not stored when using bimmerconnected cli.
  • Fix AM/PM parsing of charging_time_remaining

Fix dependency management

24 Nov 21:24
Compare
Choose a tag to compare

What’s Changed