Skip to content

Releases: ReneNulschDE/mbapi2020

Release v0.3.3 - Add ignition sensor

24 Jan 22:14
Compare
Choose a tag to compare

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

24 Jan 21:20
Compare
Choose a tag to compare

Fix:

  • try to fix binary sensor updates

Release v0.3.1 - Fix missing tire attributes

24 Jan 17:58
Compare
Choose a tag to compare

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

24 Jan 17:55
Compare
Choose a tag to compare

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

17 Jan 17:07
Compare
Choose a tag to compare

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

17 Jan 11:52
Compare
Choose a tag to compare

Most of the stuff is working. Switching to releases for HACS