Releases: ReneNulschDE/mbapi2020
v0.11.2-beta.3 - Reauth fix
Fixes:
Reauth error (KeyError)
Add async lock to refresh-token
v0.11.2-beta.2 - Reauth fix
Fixes:
- Reauth error (KeyError)
- Add async lock to refresh-token
v0.11.2-beta.1 - Reauth fix
Fixes:
- Reauth error (KeyError)
v0.11.1 - Parking events, Charging Program selection, Smarts ...
New:
- Sensor: lastParkEvent (datetime), Attributes parkEventType (area of the car where the incident happened), parkEventLevel (level of the incident (low,medium,high) (see readme for int translation)
- Sensor: Interior Protection (int), 0 and 1 = Not active, 2 = Active
- Add "_last_full_message" to diagnostic log (contains the original MB data)
- Experimental: New Service Charge_Program_Configure to select the active charge_program 0=default, 2=Home, 3=Work
Fixes:
- Smart cars are available again
- AuxHeat switch is back
Other:
- Protos updated to latest Google Protobuf version
v0.11.0-beta.2 - Parking events, Smarts, Auxheat, ...
New:
- Sensor: lastParkEvent (datetime), Attributes parkEventType (area of the car where the incident happened), parkEventLevel (level of the incident (low,medium,high) (see readme for int translation)
- Sensor: Interior Protection (int), 0 and 1 = Not active, 2 = Active
- Add "_last_full_message" to diagnostic log (contains the original MB data)
- Experimental: New Service Charge_Program_Configure to select the active charge_program 0=default, 2=Home, 3=Work
Fixes:
- Smart cars are available again
- AuxHeat switch is back
Other:
- Protos updated to latest Google Protobuf version
v0.11.0-beta.1 - Parking events, Smarts, Auxheat, ...
New:
- Sensor: lastParkEvent (datetime), Attributes parkEventType (area of the car where the incident happened), parkEventLevel (level of the incident (low,medium,high) (see readme for int translation)
- Sensor: Interior Protection (int), 0 and 1 = Not active, 2 = Active
- Add "_last_full_message" to diagnostic log (contains the original MB data)
Fixes:
- Smart cars are available again
- AuxHeat switch is back
Other:
- Protos updated to latest Google Protobuf version
v0.10.1 - Fix Services, Units, Multi-User Migration
Thanks for the fast upgrade to v0.10.0 and your feedback. Here is a bugfix release that addresses most of the reported issues
Fixes:
- Migration to multi-user fails when the refresh token in the old auth-file is invalid (#192)
- Error message in the auth process gives a better information about the failure reason on MB side now (#192)
- Service calls are working again (#194)
- Wrong unit KW was changed back to kW. (Please use the statistic repair function developer-tools/statistics to fix it) (#193),(#195)
- Remove vin and dealer from diagnostic logs
Still open:
v0.10.0 - Multi-user support, better diagnostics
I have to push a bigger release without beta versions to be in line with required changes related to the HA release 2024.02.
What's new:
- Multi-user support: You can now add multiple MB accounts.
- Better diagnostics: The diagnostic download now has more information in a better format
What changed:
- The user tokens are now stored in the .storage directory and the HA configuration database. Please use the "Delete token function" in the configuration.
- Hundreds of other code changes to be in line with the actual HA code base
Breaking changes:
- I had to change the way how units are handled. This change was added very late to HA and I have not tested all the different countries and options. So please expect some open topics.
- the version 0.9.9 created sensors for functionality that a car not has. This releases will fix this but you have to delete the sensors manually or wait 30 days then HA will delete the sensors.
Notes:
- When you add additional accounts please make sure that the same car is not added multiple times (secondary drivers). The system will handle this case but some errors will reported in the error log. There is no standard functionality in HA for this use-case and I have to find a way to handle it.
- Please try always to register the cars with your primary car account. Future functionality may not work with secondary accounts.
v0.9.11b3 - Pin, Pin, Pin
This test release is addressing the Pin not received issue
v0.9.9 - Core Changes and Charging Power sensor creation
Notable changes:
- Sensor "Charging Power" gets created even if the API does not provide values at HA startup.
Fixes:
Removal of a couple of deprecation warnings that otherwise would appear in Home Assistant 2024.1.0
Notes:
The sensor "charging power" is created for all vehicles, even if the vehicle has no charging options. Please ignore or hide the sensor if needed.