Skip to content

Releases: scottyphillips/echonetlite_homeassistant

Version 3.8.0 Beta3

06 Feb 15:46
Compare
Choose a tag to compare
Version 3.8.0 Beta3 Pre-release
Pre-release

Bump pychonet 2.6.2

Full Changelog: 3.8.0-beta2...3.8.0-beta3

Version 3.8.0 Beta2

06 Feb 08:45
Compare
Choose a tag to compare

Version 3.8.0 Beta1

04 Feb 12:33
Compare
Choose a tag to compare
Version 3.8.0 Beta1 Pre-release
Pre-release

Adding new devices and input entities, And Ability to adjust the number of batch requests

New devices

  • Electrically operated shutter
  • Electrically operated curtain
  • Electrically operated rain sliding door/shutter
  • Electrically operated gate
  • Electrically operated window
  • Automatically operated entrance door/sliding door
  • Electric water heater
  • Floor heater
  • Storage battery
  • Distribution panel metering
  • Lighting system

New input entities

  • Number
  • Time

Auto-configured input entities

The following entities are automatically configured when settable:

  • Select
  • Switch
  • Time

Ability to adjust the number of batch requests

Added automatic adjustment and user settings for the number of batch requests.

What's Changed

  • Support detect timeout and available state via pychonet by @nao-pon in #158
  • Automatic adjustment of maximum number of batch requests (OPC number) by @nao-pon in #159
  • Merge branch 'xen2/electric_board_channels' into xen2_enh by @nao-pon in #160
  • Add Number, Time, Input entity component by @nao-pon in #164

Full Changelog: 3.7.9...3.8.0-beta1

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.