Skip to content

Releases: rospogrigio/daikin_residential

Fix for HA 2023.06

01 Jun 08:28
22f7d2e
Compare
Choose a tag to compare

HA 2023.6 upgrades python: this release upgrades the oic package to match the new python. (thank you @jwillemsen !)

Fix for fan speed and more

28 Oct 08:22
Compare
Choose a tag to compare

In this release:

  1. fix for fan speed setting (1 to 5)
  2. added network parameters (wifi SSID, internal SSID, MAC address, serial number) as sensors (disabled by default)
  3. introduced room humidity sensor if available
    Thank you @droscy for your contribution on 2) and 3) !

Wifi strength sensor and fix for BRP069B4x

20 Oct 10:43
Compare
Choose a tag to compare
  • add sensor for WiFi signal strength if available (thank you @droscy !)
  • fixed BRP069B4x devices not working (missing holidayMode)

Fix for HA 2022.07 and more

07 Jul 08:31
Compare
Choose a tag to compare
  • Updated oic to 1.4.0, in order to fix the error with HA 2022.07.0
  • Fix for "local variable 'res' referenced before assignment" error

Thank you @emanuelst for the fix!!

Introduced diagnostics

16 Feb 10:34
Compare
Choose a tag to compare

Introducing the possibility, available since HA 2022.02, to download the diagnostics.
It is possible to download:

  • integration diagnostics, which contains tokenset and full JSON data
  • device diagnostics, which contains only the subset of the JSON data related to the selected device

LTS support and Altherma filtering

25 Jan 13:39
Compare
Choose a tag to compare

More fixes

07 Dec 09:43
3ca544d
Compare
Choose a tag to compare

Fixes for what reported in Issue #38:

  • crash on devices lacking streamer option
  • crash on devices lacking roomTemperature sensor

Some fixes

03 Dec 12:11
52aed6a
Compare
Choose a tag to compare
  • Fixed crash in devices that don't provide econoMode preset mode
  • Fixed UnboundLocalError: local variable 'res' referenced before assignment in the logs
  • Removed double call to getCloudDeviceDetails on setup

More improvements

29 Sep 16:18
65299e5
Compare
Choose a tag to compare
  • introduced missing services.yaml (so the reload service is now available)
  • introduced missing await in set_preset_mode_status
  • correctly implemented turn_on and turn_off methods
  • fix for variable set to None in case requests methods raise exceptions

Thanks to @droscy for his contribution!

Introduced some improvements

23 Sep 08:33
521eb76
Compare
Choose a tag to compare

Introduced the following improvements:

  • fix a KeyError during integration reloading if started from Configuration->Integration
  • add support for unavailability of devices if they are not connected to cloud (maybe because they are without main power or without internet connection)
  • add support for hvac_mode parameter in climate.set_temperature service