Skip to content

Releases: jwillemsen/daikin_onecta

v4.0.6

04 Mar 14:47
f890703
Compare
Choose a tag to compare

What's Changed

  • Further simplify sensors

Full Changelog: v4.0.5...v4.0.6

v4.0.5

04 Mar 10:26
647668c
Compare
Choose a tag to compare

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

28 Feb 17:49
198fd1f
Compare
Choose a tag to compare

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

28 Feb 14:29
f98bd6e
Compare
Choose a tag to compare

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

27 Feb 08:32
319748e
Compare
Choose a tag to compare

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

26 Feb 13:35
2daa612
Compare
Choose a tag to compare

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

26 Feb 10:37
5133228
Compare
Choose a tag to compare

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 in daikin_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

14 Feb 14:30
42ee71f
Compare
Choose a tag to compare

What's Changed

  • Support floorHeatingAirflow

Full Changelog: v3.4.0...v3.4.1

v3.4.0

08 Feb 07:41
2b28f68
Compare
Choose a tag to compare

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

25 Jan 14:03
3145296
Compare
Choose a tag to compare

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