Releases: rospogrigio/daikin_residential
Releases · rospogrigio/daikin_residential
Fix for HA 2023.06
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
In this release:
- fix for fan speed setting (1 to 5)
- added network parameters (wifi SSID, internal SSID, MAC address, serial number) as sensors (disabled by default)
- introduced room humidity sensor if available
Thank you @droscy for your contribution on 2) and 3) !
Wifi strength sensor and fix for BRP069B4x
- 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
- 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
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
- Introduced LTS support for Energy sensors (to use the consumption entities in the Energy menu)
- Introduced filtering for Altherma model, not supported by this integration (refer to https://github.com/speleolontra/daikin_residential_altherma integration instead)
More fixes
Fixes for what reported in Issue #38:
- crash on devices lacking streamer option
- crash on devices lacking roomTemperature sensor
Some fixes
- 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
- 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
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