Releases: ReneNulschDE/mbapi2020
Release 0.4.1 - Add option to disable capabilities check
New Integration Options:
- Disable Capability Check: By default the component checks the capabilities of a car. Active this option to disable the capability check.
- Debug Save Messages: Enable this option to save all relevant received message into the messages folder of the component
Fix:
- StopInteration Bug if the given VIN is unknown in a service call
Release 0.4.0 - Auxheat and more
New sensors:
- Aux Heat Status (Thanks: @danielrheinbay)
- oilLevel
New switch:
- AuxHeat
New Lock
- Lock (with Pin support if the pin is not stored in the integration options, restart required if you remove or add a pin the integration options)
New Services
- Auxheat_start
- Auxheat_stop
Changes:
- Refactored the component setup, most platforms have an icon now
- Capabilities check for Services, Switches and Lock - Checking the capabilities of the car now
- version tag added to manifest.yaml (see: https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes)
- added hassfest codechecks (see: https://developers.home-assistant.io/blog/2020/04/16/hassfest/)
- rework integration unload
Breaking changes:
- Hopefully none :-)
Release v0.3.4 - Fix missing attribute liquidconsumptionstart
Fix:
- missing attribute liquidconsumptionstart
- missing attribute gasTankLevelPercent
Release v0.3.3 - Add ignition sensor
New sensor:
- Ignition state
Internal Name: ignitionstate Values Description_short Description_long "0" "lock" "Ignition lock" "1" "off" "Ignition off" "2" "accessory" "Ignition accessory" "4" "on" "Ignition on" "5" "start" "Ignition start"],
Release v0.3.2 - Fix binary sensors not updated
Fix:
- try to fix binary sensor updates
Release v0.3.1 - Fix missing tire attributes
New Sensor:
Car - Show information about received messages and last state/result of last executed action
EngineState
remoteStartActive
Breaking Change:
Values are shown based on the regional settings of the MB-App now. If you have some special calculations, please check the values.
Fixes:
- Sensor gets updated only im the timestamp of the attributes are newer. (Protect agains some race conditions, when to many messages come in at the same time)
- Missing Tire Sensor attributes added again
Release v0.3.0
New Sensor:
Car - Show information about received messages and last state/result of last executed action
EngineState
remoteStartActive
Breaking Change:
- Values are shown based on the regional settings of the MB-App now. If you have some special calculations, please check the values.
Fixes:
Sensor gets updated only im the timestamp of the attributes are newer. (Protect agains some race conditions, when to many messages come in at the same time)
Release v0.2.0
New Services:
- Windows_Open
- Windows_Close
- Preheat_Start_DepartureTime
New Sensors:
- starterBatteryState
Removed Sensor:
- warninglowbattery
Fixes:
- Handling when no data is delivered, added timeout
- Odometer crashes, when HA Unit System is imperial
Initial Release
Most of the stuff is working. Switching to releases for HACS