Releases: scottyphillips/echonetlite_homeassistant
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
Version 3.8.0 Beta1
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