Skip to content

Releases: bimmerconnected/bimmer_connected

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

Support for china with My BMW API

24 Nov 12:27
Compare
Choose a tag to compare

What’s Changed

Change to My BMW API

18 Nov 10:24
5652c8a
Compare
Choose a tag to compare

What’s Changed

  • Rebase to My BMW APIs (#348) @rikroe
  • It is now possible to add -j/--json to only get a single JSON output (i.e. bimmerconnected status -j {user} {password} {region}.
    This will output all data retrieved from the API (on vehicle: attributes, status.status, status.properties) as well as all properties that our library puts on top of the original output. (#348) @rikroe

Breaking changes

  • Support for region china dropped (see #347 for details & workaround).
  • The following services have been removed due to not being available using the MyBMW API:
    • All Trips
    • Last Trips
    • Destinations
    • Range Map
    • Efficiency
    • Navigation
    • Send Message (Send POI is still available)
  • The module bimmer_connected.state has been removed. Please use bimmer_connected.vehicle_status instead. If you want to access the current status of your vehicle, use vehicle.vehicle_status.
  • Removed attributes in VehicleStatus: chargingconnectiontype, charginginductivepositioning, lastchargingendreason, lastchargingendresult

BETA for MyBMW API: Fix login

BETA for MyBMW API: Fix vehicle updates

17 Nov 07:43
Compare
Choose a tag to compare

BETA for MyBMW API: Fix login & missing vehicles