Skip to content

Releases: bimmerconnected/bimmer_connected

0.8.11 🚘

20 Feb 15:41
b00ef21
Compare
Choose a tag to compare

What’s Changed

  • Don't store GCJ02 converted position to VehicleStatus (#421) @rikroe

0.8.10 🚘

14 Jan 07:46
Compare
Choose a tag to compare

What’s Changed

  • Always send user-agent header (fixes login to china) (#409) @rikroe

0.8.9 🚘

09 Jan 19:18
Compare
Choose a tag to compare

What’s Changed

0.8.8

09 Jan 16:01
Compare
Choose a tag to compare

What’s Changed

0.8.7

19 Dec 17:21
Compare
Choose a tag to compare

What’s Changed

  • Switch lat & lon for China GPS conversion (#381) @rikroe
  • Fixes around charging_end_time and fuelIndicators
    • Fix charging_end_time by sending local time in milliseconds (#382) @rikroe
    • Separate function for parsing charging_end_time (#384) @rikroe
    • Get charging_status and charging_start_time from fuelIndicators (#385) @rikroe

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

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