Skip to content

Releases: scottyphillips/echonetlite_homeassistant

Fix deprecated constants and fix Single Function Lighting

05 Jan 08:46
Compare
Choose a tag to compare

HA 2024.1.0 started making a lot of noise about deprecated constants in the log. This release should hopefully resolve this issue.
Also fixes long standing issue where Single Function lighting (0291) is now correctly configured as a light entity.

Bump pychonet to 3.4.0

16 Dec 09:13
Compare
Choose a tag to compare

This release updates pychonet to version 3.4.0 to address issue #149.

Version 3.7.7

29 Nov 13:01
Compare
Choose a tag to compare

Automatic tracking when device IP address changes

Correct error handling and trigger automatic reload when there is no response from the device during setup. It also detects IP address changes and automatically reconfigures with the new IP address.

Related #144 and #140

Full Changelog: 3.7.6...3.7.7

Version 3.7.6

23 Sep 08:00
c6fccf0
Compare
Choose a tag to compare

Support for KDK (Panasonic rebrand) fans.

This release brings in initial support for ECHONETLite enabled Panasonic/KDK Ceiling Fans available in Japan. Thanks @scumbug for the contribution.

What's Changed

New Contributors

Full Changelog: 3.7.5...3.7.6

Version 3.7.5

10 Sep 07:17
Compare
Choose a tag to compare

Extended list of swing mode in Climate UI

Change the list of swing modes in the climate entity UI to list of air directions, including auto air direction. The list items are
configurable in the Config flow. Along with this, translations for fan mode, air direction and swing mode are also added.

Full Changelog: 3.7.4...3.7.5

echonetlite-climate-ui

Version 3.7.4

17 Aug 11:57
fb0665e
Compare
Choose a tag to compare
  • Fix #141 Support hvac_mode on climate.set_temperature service

Full Changelog: 3.7.3...3.7.4

Version 3.7.3

23 May 12:25
Compare
Choose a tag to compare
  • Maintain backward compatibility (of async_setup_platforms)
  • Added support for home battery storage. (#130)
  • And fixed some minor bugs.

Version 3.7.2

15 Jan 02:27
Compare
Choose a tag to compare

Version 3.7.1

Version 3.7.0

10 Oct 01:48
Compare
Choose a tag to compare
  • Fixed a bug with home air conditioner humidity settings. ( #116 )
  • Changed the unique ID generation method so that unique IDs to avoid duplication even on devices with multiple instances.
    • But unique ID of existing configurations will not be changed. However, if you delete and reconfigure the integration, the unique ID will change, so some adjustments, such as automation, may be required.
  • Added a step to automatically obtain an IP address if possible in the integration's configuration flow.
  • Immediate states updates via service "homeassistant.update_entity".
  • Polling to update other attributes when data updates are received for air conditioners, lights, and fans.
  • Support Low voltage smart electric energy meter (Smart Meter).
  • Bump pychonet to 2.3.9
  • Other minor fixes and refactorings.