Skip to content

Releases: scottyphillips/echonetlite_homeassistant

Version 3.8.2

15 May 11:09
Compare
Choose a tag to compare

What's Changed

Supports Refrigerator (0x03-0xB7)

New Contributors

Full Changelog: 3.8.1...3.8.2

Version 3.8.1

22 Apr 11:41
Compare
Choose a tag to compare

What's Changed

  • Fix #179 Energy-related sensors are not enabled by default by @nao-pon in #180

Full Changelog: 3.8.0...3.8.1

Version 3.8.0

11 Apr 14:33
Compare
Choose a tag to compare

New devices

  • Electrically operated shutter as cover entity
  • Electrically operated curtain as cover entity
  • Electrically operated rain sliding as cover entity
  • Electrically operated gate as cover entity
  • Electrically operated window as cover entity
  • Automatically operated entrance door/sliding door
  • Electric water heater
  • Floor heater
  • Distribution panel metering (Thx @xen2)

New input entities

  • Number
  • Time

New option of the device

  • Add an option "Maximum number of properties for batch requests"
  • Add an option "Enable energy-related sensors (if available)"
    • It has been reported that these sensors become unavailable when enabled on some devices. In that case, disable this option. See, #169

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 option settings for the number of batch requests.

Breaking changes

The entity ID or kinds of entities will change in the following cases. Adjustment is required if you are using it for automation, etc.

  • Sensor entities that can be set with Number, Time, Select input entities will be replaced by them.
  • About Panasonic Advanced Series Link Plus, the entity ID will be change.

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
  • climate: Return None for current temperature if not returned by device by @tom3q in #168
  • Update README to include MAC-588IF-E support and port 3610 by @abowen in #171
  • Electric blinds & covers by @xen2 in #174
  • Maintaining the Cover entity by @nao-pon in #177

New Contributors

Full Changelog: 3.7.9...3.8.0

Version 3.8.0 RC1

15 Mar 14:43
Compare
Choose a tag to compare
Version 3.8.0 RC1 Pre-release
Pre-release

In Version 3.8.0 beta, the device name was not given as a prefix for the sensor name. As a result, the entity ID could change in some environments.

Version 3.8.0 RC1 fixes that issue. However, if you were using the beta version, there may be an environment where the entity ID changes again, in which case you will need to change the entity ID or adjust automation etc.

Additionally, we've added the option "Enable energy-related sensors (if available)" for environments where the device becomes unresponsive when collecting energy-related data.

What's Changed

  • Update README to include MAC-588IF-E support and port 3610 by @abowen in #171

New Contributors

Full Changelog: 3.8.0-beta9...3.8.0-rc1

Version 3.8.0-beta9

Version 3.8.0-beta8

14 Feb 12:44
Compare
Choose a tag to compare
Version 3.8.0-beta8 Pre-release
Pre-release
  • climate: Return None for current temperature if not returned by device by @tom3q
  • Fixed an issue where a setup error may occur when inputting switch or select
  • climate: Measured value of room temperature
  • Climate strict handling of current temp value
  • Supports indeterminate set temperature values that may be returned during auto mode
  • Support when pychonet EPC_CODE name is undefined
  • Bump pychonet 2.6.4

Full Changelog: 3.8.0-beta7...3.8.0-beta8

Version 3.8.0 Beta7

12 Feb 12:37
Compare
Choose a tag to compare
Version 3.8.0 Beta7 Pre-release
Pre-release
  • Do not stop polling when device is marked unavailable

Full Changelog: 3.8.0-beta6...3.8.0-beta7

Version 3.8.0-beta6

08 Feb 15:22
Compare
Choose a tag to compare
Version 3.8.0-beta6 Pre-release
Pre-release

Electric Water Heater

  • Bump pychonet 2.6.3
  • Complete the electric water heater definition settings

Full Changelog: 3.8.0-beta5...3.8.0-beta6

Version 3.8.0-beta5

07 Feb 15:17
Compare
Choose a tag to compare
Version 3.8.0-beta5 Pre-release
Pre-release
  • Fix #165 Prevent entities from being double configured

Full Changelog: 3.8.0-beta4...3.8.0-beta5

Version 3.8.0 Beta4

06 Feb 16:27
Compare
Choose a tag to compare
Version 3.8.0 Beta4 Pre-release
Pre-release

Use Use HW ID (Only Panasonic Panasonic WTY2001 Link Plus)

This will change the entity ID, so you will need to manually restore
the entity ID or use automation to modify it with the new entity ID.
However, with this change, even if you add a switch, you can continue
using it without any problems.

Full Changelog: 3.8.0-beta3...3.8.0-beta4