Skip to content

Releases: bimmerconnected/bimmer_connected

0.13.2

27 Apr 16:07
09d2774
Compare
Choose a tag to compare

What’s Changed

New features

Others

0.13.1

05 Apr 11:14
1a0e421
Compare
Choose a tag to compare

What’s Changed

0.13.0

25 Feb 15:43
0a81d51
Compare
Choose a tag to compare

Breaking change

The RemoteServices.trigger_charge_now() service is renamed to RemoteServices.trigger_charge_start().

What’s Changed

  • Add remote services for electric vehicles (#520) @rikroe
    • trigger_charge_start() (instead of trigger_charge_now()) and trigger_charge_stop() for supported EVs (thanks @colinbendell)
    • trigger_charging_settings_update(target_soc, ac_limit) for supported EVs (thanks @fredriklj)
    • trigger_charging_profile_update(charging_mode, precondition_climate) for all EVs (thanks @RutgerBeyen)
    • Added CLI commands (charge, chargingsettings, chargingprofile)
    • Fixed JSON encoding (thanks @kriscremers)
    • All remote services have been refactored to include checks against the vehicle capabilities (provided in the state API). If your vehicle does not support a service, a ValueError will be raised.
      For example, not all EVs will support charging start/stop - it seems that you need an ID8 head unit for this (e.g. i4, i7, iX, but not iX3).

0.13.0 Beta 2

22 Feb 19:00
Compare
Choose a tag to compare
0.13.0 Beta 2 Pre-release
Pre-release

Breaking change

The RemoteServices.trigger_charge_now() service is renamed to RemoteServices.trigger_charge_start().

What’s Changed

  • Add remote services for electric vehicles (#520) @rikroe

    • trigger_charge_start() (instead of trigger_charge_now()) and trigger_charge_stop() for supported EVs (thanks @colinbendell)
    • trigger_charging_settings_update(target_soc, ac_limit) for supported EVs (thanks @fredriklj)
    • trigger_charging_profile_update(charging_mode, precondition_climate) for all EVs (thanks @RutgerBeyen)
    • Added CLI commands (charge, chargingsettings, chargingprofile)
    • Fixed JSON encoding (thanks @kriscremers)

    All remote services have been refactored to include checks against the vehicle capabilities (provided in the state API). If your vehicle does not support a service, a ValueError will be raised.
    For example, not all EVs will support charging start/stop - it seems that you need an ID8 head unit for this (e.g. i4, i7, iX, but not iX3).

0.13.0 Beta 1

19 Feb 09:12
Compare
Choose a tag to compare
0.13.0 Beta 1 Pre-release
Pre-release

Breaking change

The RemoteServices.trigger_charge_now() service is renamed to RemoteServices.trigger_charge_start().

What’s Changed

  • Add remote services for electric vehicles (#520) @rikroe

    • trigger_charge_start() (instead of trigger_charge_now()) and trigger_charge_stop() for supported EVs (thanks @colinbendell)
    • trigger_charging_settings_update(target_soc, ac_limit) for supported EVs (thanks @fredriklj)
    • trigger_charging_profile_update(charging_mode, precondition_climate) for all EVs (thanks @RutgerBeyen)
    • Added CLI commands (charge, chargingsettings, chargingprofile)

    All remote services have been refactored to include checks against the vehicle capabilities (provided in the state API). If your vehicle does not support a service, a ValueError will be raised.
    For example, not all EVs will support charging start/stop - it seems that you need an ID8 head unit for this (e.g. i4, i7, iX, but not iX3).

0.12.3 add extra attributes for electric cars

12 Feb 19:32
3e1bb9e
Compare
Choose a tag to compare

What’s Changed

Make new attributes available for HA (#517) @gerard33

  • charging target
  • charging limit

also added:

  • charging mode
  • charging preference
  • charging_start_time which is already part of sensor.py in HA but isn't available without this change
  • is_pre_entry_climatization_enabled

v0.12.3b3

11 Feb 21:11
a222f93
Compare
Choose a tag to compare
v0.12.3b3 Pre-release
Pre-release

Now with the right branch

0.12.3b1

11 Feb 19:30
99456d5
Compare
Choose a tag to compare
0.12.3b1 Pre-release
Pre-release
  • Make new attributes available for HA #517

0.12.2

11 Feb 16:18
3633a5d
Compare
Choose a tag to compare

What’s Changed

0.12.1

05 Feb 21:26
c84bae9
Compare
Choose a tag to compare

What’s Changed