Releases: ReneNulschDE/mbapi2020
v0.9.5 - Fix Tirepressure sensor, Flip chinese coordinates calculation
v0.9.4 - StateClasses, China Maps and other small things
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
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
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
Fixes:
- EQA/B/? - maxSoc is missing
- Update MB Api endpoints Region China (Thanks @gnep88 for the PR)
v0.9.0 - Support Chinese Market
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
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
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
Bugfix:
- Fix Error in Config Flow "NameError: name '_LOGGER' is not defined"
v0.8.3 - Fix Config_flow
Bugfix:
- Fix Error in Config Flow "NameError: name '_LOGGER' is not defined"