Releases: scottyphillips/echonetlite_homeassistant
Version 3.8.0
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
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
New Contributors
Full Changelog: 3.8.0-beta9...3.8.0-rc1
Version 3.8.0-beta9
Version 3.8.0-beta9
- Cleaned ENL_OP_CODES(Home air conditioner)
- Simplified async_update_callback() processing for Climate, Fan
- Adjust the hot water temperature setting
- Set CONF_MINIMUM to 0x02-0x6B 0xD4
- Remove sensors that overlap with input entities
- Bump pychonet 2.6.5
Full Changelog: 3.8.0-beta8...3.8.0-beta9
Version 3.8.0-beta8
- 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
- Do not stop polling when device is marked unavailable
- Ref. #167
Full Changelog: 3.8.0-beta6...3.8.0-beta7
Version 3.8.0-beta6
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
- Fix #165 Prevent entities from being double configured
Full Changelog: 3.8.0-beta4...3.8.0-beta5
Version 3.8.0 Beta4
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
Version 3.8.0 Beta3
Bump pychonet 2.6.2
Full Changelog: 3.8.0-beta2...3.8.0-beta3
Version 3.8.0 Beta2
Extensive refactoring
Full Changelog: 3.8.0-beta1...3.8.0-beta2