Releases: jwillemsen/daikin_onecta
Releases · jwillemsen/daikin_onecta
v4.0.6
v4.0.5
What's Changed
- Add
native_unit_of_measurement
for all temperature sensors with the value celcius - Simplified sensor implementation
Full Changelog: v4.0.4...v4.0.5
v4.0.4
What's Changed
- Added state class measurement to several sensors so that they are part of the statistics
Full Changelog: v4.0.3...v4.0.4
v4.0.3
What's Changed
- Add small check to support HA 2024.1.2
- Code layout changes
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Improve installation instructions
- Add ConfigOptions translation to some languages (still in English)
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
- Logging changes
- When a device has no fanControl don't return the mode off
- Add a boolean to the integration diagnostics whether we have a valid OAuth2 session
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
Starting with v4.0.0 the new OAuth2 Daikin Cloud API will be used, see rospogrigio/daikin_residential#182 (comment) for the Daikin Accouncement!
- Renamed integration to daikin_onecta
- Add support for Daikin enforced rate limits, the new API only allows 200 calls per day, high and low frequency polling can be configured through the device settings and are now part of the diagnostics
- Not all previously available sensors are available anymore because Daikin doesn't provide these, see #46 for the list of sensors that are removed
- The entity ids of the energy sensors changed in order to support devices which provide gas energy sensors in the future, check your energy dashboard after upgrading to v4.0.0
- on/off, performance, and operation mode and not available anymore as separate sensors, use the climate and water heater entities, see https://www.home-assistant.io/integrations/climate and https://www.home-assistant.io/integrations/water_heater
- When this integration is installed, make sure it is installed in the
daikin_onecta
directory, when installed indaikin_residential_altherma
the translations will very likely not work - Add some sensors for Air Purifiers
- Significant internal changes and cleanup, including changes how all sensor data is handled internally
Full Changelog: v3.4.1...v4.0.0
v3.4.1
v3.4.0
What's Changed
- Fixed HA 2024.2.0 compatibility, this is now the minimum required HA version
Full Changelog: v3.3.3...v3.4.0
v3.3.3
What's Changed
- Before setting the tank temperature to the Daikin cloud first check if it is settable
- Configure icon for
dryKeepSetting
Full Changelog: v3.3.2...v3.3.3