Skip to content

Releases: ReneNulschDE/mbapi2020

v0.9.5 - Fix Tirepressure sensor, Flip chinese coordinates calculation

07 Oct 06:57
Compare
Choose a tag to compare

Fixes:

  • Tirepressure sensors are now showing the same value and unit like the MB App (#141)
  • Chinese coordinates calculation changed from WGS84-->GCJ02 to GCJ02-->WGS84 (#142)

v0.9.4 - StateClasses, China Maps and other small things

05 Oct 19:02
Compare
Choose a tag to compare

I hope you had a great summer or winter vacation season... (same like I had)

Here is a new minor release:

New:

  • China has a different geo coordinates system (GCJ-02) then other countries. The component has a new configuration option to enable the conversation from WGS-84 to GCJ-02 to better support the this. (Restart/Reload required, and this recalculation is not perfect - search for GCJ-02 in wikipedia for more details) fixes: #140

Improvements:

  • Better sensor state classes for multiple sensors (thanks to @Thomas55555 )
  • New attribute endOfChargeTimeWeekday --> sensor: rangeElectricKm fixes: #135
  • New attribute remoteStartTemperature --> sensor: Odometer, remoteStartActive
  • MBAPIApp version tags - as always

v0.9.3 - Maintenance release for HA 2023.08

31 Jul 12:03
Compare
Choose a tag to compare

minor release to be in line with the code quality requirements of the upcoming HA 2023.08 release.

  • Add Services Names and Description to translation files (en only)

v0.9.2 - EQx max_Soc handling v2

08 Apr 06:42
Compare
Choose a tag to compare

This minor release changes the handling of Max state of charge for EQ-cars with charging programs. These cars will get a new sensor max_soc and the attribute max_soc is added to the Soc sensor. For other electric/hybrid cars without charge programs in place the old attribute maxSoc is still in use.

New Sensor:
Max_Soc = shows the current configured maximum charge level based on the current selected charge program (has an attribute SelectedChargeProgram too), value in %, range 50-100 step 10

Other changes:

  • MB API version number updates (for the communication with the MB endpoints, no functional change)
  • Special handling of an error in HA core in case the supervisor information are not available on startup (fixes #126, needed for WSL detection)
  • Soc sensor: new attribute max_soc (EQs with charge programs only)

v0.9.1 - EQB maxSoc handling, Endpoint Update China

31 Mar 15:25
Compare
Choose a tag to compare

Fixes:

  • EQA/B/? - maxSoc is missing
  • Update MB Api endpoints Region China (Thanks @gnep88 for the PR)

v0.9.0 - Support Chinese Market

18 Mar 17:03
Compare
Choose a tag to compare

This release adds support for the Chinese Market. Chinese users can select "China" as a region in the onboarding dialog

Other fixes:

  • Remove warning "Unknown unit T12H found. Please report via issue https://www.github.com/renen...."
  • Support to login via mobile phone - use the format "+(country code phonenumber) without spaces" example: +4916212345

Special thanks to @gnep88 for the PR and tests

v0.9.0b2 - Beta Release - Support Chinese Market

18 Mar 12:56
Compare
Choose a tag to compare

BETA RELEASE

This release adds support for the Chinese Market. Chinese users can select "China" as a region on onboarding

Other fixes:

  • Remove warning "Unknown unit T12H found. Please report via issue https://www.github.com/renen...."
  • Support to login via mobile phone - use the format "+(country code phonenumber) without spaces" example: +4916212345

v0.9.0b1 - Beta Release - Support Chinese Market

10 Mar 14:58
Compare
Choose a tag to compare

BETA RELEASE

This release adds support for the Chinese Market. Chinese users can select "China" as a region on onboarding

Other fixes:

  • Remove warning "Unknown unit T12H found. Please report via issue https://www.github.com/renen...."
  • Support to login via mobile phone - use the format "+(country code phonenumber) without spaces" example: +4916212345

v0.8.4 - Fix Config_flow

26 Feb 13:35
Compare
Choose a tag to compare

Bugfix:

  • Fix Error in Config Flow "NameError: name '_LOGGER' is not defined"

v0.8.3 - Fix Config_flow

26 Feb 13:15
Compare
Choose a tag to compare

Bugfix:

  • Fix Error in Config Flow "NameError: name '_LOGGER' is not defined"