Releases: jwillemsen/daikin_onecta
Releases · jwillemsen/daikin_onecta
v4.0.26
What's Changed
- Optimize
set_hvac_mode("off")
to not call the Daikin cloud when the device is already off
Full Changelog: v4.0.25...v4.0.26
v4.0.25
What's Changed
- When a device has no name configured fallback to the device model as done in the past. Could potentially change the sensor names when you haven't set a device name
Full Changelog: v4.0.24...v4.0.25
v4.0.24
What's Changed
- Corrected links to Daikin website
- Added some infrastructure for sensor translations, not complete yet
Full Changelog: v4.0.23...v4.0.24
v4.0.23
What's Changed
- When the access token refresh failed trigger the reauth config flow
Full Changelog: v4.0.22...v4.0.23
v4.0.22
What's Changed
- Rename schedule none to off
- For the leaving water offset climate entity return the leaving water temperature as current temperature matches better with the Onecta app
Full Changelog: v4.0.21...v4.0.22
v4.0.21
What's Changed
- Removed demandSelect support, currently the necessary data is not provided by Daikin
- Fixed clearing schedule
Full Changelog: v4.0.20...v4.0.21
v4.0.20
What's Changed
- Use binary sensor for all true/false sensors, check your existing dashboards/automations because the sensor ids have changed
- Add support for holiday mode (away preset mode)
- Add support for selecting a schedule
- Extended unit tests
- Internal cleanup and simplifications
Full Changelog: v4.0.19...v4.0.20
v4.0.19
What's Changed
- Add a select entity for showing the schedules available, and which has been selected, currently no support for setting the selected schedule
- Fixed possible error when retrieving device diagnostics
- Internal cleanup
Full Changelog: v4.0.18...v4.0.19
v4.0.18
What's Changed
- Extend tests, currently at 91% test coverage
- Some entities where missing some attributes
- Fixed device diagnostics
- Internal cleanup
Full Changelog: v4.0.17...v4.0.18
v4.0.17
What's Changed
- Extend tests, created a set of tests which tests the calls made to Daikin, currently at 87% test coverage
- Reduced the number of calls we make to Daikin when controlling your device
- Internal cleanup
Full Changelog: v4.0.16...v4.0.17