Skip to content

Releases: scottyphillips/echonetlite_homeassistant

Bugfix for outdoor sensors

12 Jun 02:10
Compare
Choose a tag to compare

This fixes a breaking change to the outdoor sensor that was introduced with the rolling changes to mitsubishi_echonet v5.0.
The library is now version 0.5.1 so the custom component is now version 2.1.2.

Updated to support 'mitsubishi_echonet' v0.5

11 Jun 22:57
Compare
Choose a tag to compare

This is a release to hopefully address potentially issues related to the non-availability of 'Outdoor Temperature' ECHONET values for some systems.

This was a feature/bug that was introduced in v0.4.1 of the 'mitsubishi_echonet' library which I think is adversely impacting the 'update' routine in the Home Assistant component for some users. This feature/bug was not present in v0.3 of the library which is why it was probably working for most users on prior release 2.0.1 of the custom component.

The underlying bug has been addressed in v0.5 of the 'mitsubishi_echonet' library.

If users are still having issues, please add the following debug logging to your 'configuration.yaml' file:

logger:
  default: warning
  logs:
    custom_components.mitsubishi: debug

Look for the following details in the logs:

2021-06-12 08:46:08 DEBUG (MainThread) [custom_components.mitsubishi.climate] ECHONET lite HVAC X.X.X.X component added to HA
2021-06-12 08:46:08 DEBUG (MainThread) [custom_components.mitsubishi.climate] HVAC has the following get properties:
2021-06-12 08:46:08 DEBUG (MainThread) [custom_components.mitsubishi.climate] {'Operation status': 128, 'Air flow rate setting': 160, 'Operation mode setting': 176, 'Installation location': 129, 'Standard version information': 130, 'Identification number': 131, 'Set temperature value': 179, 'Manufacturers fault code': 134, 'Fault status': 136, 'Fault description': 137, 'Manufacturer code': 138, 'Measured value of room temperature': 187, 'Status change announcement property map': 157, 'Set property map': 158, 'Measured outdoor air temperature': 190, 'Operation power-saving': 143, 'Get property map': 159}
2021-06-12 08:46:08 DEBUG (MainThread) [custom_components.mitsubishi.climate] HVAC has the following set properties:
2021-06-12 08:46:08 DEBUG (MainThread) [custom_components.mitsubishi.climate] {'Operation status': 128, 'Installation location': 129, 'Operation power-saving': 143, 'Air flow rate setting': 160, 'Operation mode setting': 176, 'Set temperature value': 179}

That will give me a hint as to what any potential issues are when compared to my own setup.

Minor fixes

24 May 01:50
Compare
Choose a tag to compare

The Experimental branch containing all the async code updates for performance improvements has been merged into the master branch

Minor Fix

07 May 07:49
Compare
Choose a tag to compare

Fixed up initialisation behaviour if Home Assistant cannot poll the HVAC during boot up.

Minor fix

12 Apr 10:49
Compare
Choose a tag to compare

Updated Manifest file

Uplift to support Asyncio and inclusion of sensor for outdoor temperature.

09 Jul 03:35
5f3bb76
Compare
Choose a tag to compare
Merge pull request #7 from scottyphillips/experimental

Rebase to updated component from experimental.

Submission to Home Assistant Community Store

07 Oct 12:17
Compare
Choose a tag to compare

Submission to Home Assistant Community Store

Initial release

07 Oct 11:06
Compare
Choose a tag to compare

This is the initial release based upon the custom components from https://github.com/scottyphillips/mitsubishi_echonet