From 121760500a19aa5d8638b65be7d9d5cc1231dcbd Mon Sep 17 00:00:00 2001 From: Tadas Date: Mon, 14 Nov 2022 22:08:45 +0200 Subject: [PATCH] 1.3.6 release --- README.md | 8 ++++++-- custom_components/daikin_altherma/manifest.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7eca6f7..8414282 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Daikin altherma custom component for Home assistant This HA integration is for BRP069A62 (should work with BRP069A61) Daikin Altherma LAN adapter. -The integration connects to device locally and it does not need internet access to work. +Also, it has been successfully tested with D2CND with gateway DRGATEWAYAA. + + +The integration connects to device locally, thus internet connection is not required. **NOTE**: This is a very early release, and comes without any guarantees. So, use it at your own risk. @@ -59,8 +62,9 @@ This integration allows to control the following options # Climate control component +I do not own room thermostat, therefore I cannot properly test it. In this case I just control leaving water temperature. Daikin device allows to control leaving water temperature which is not what you expect your room temperature to be it is either higher or lower (if cooling is turned on). -So, in order to have thermostat type control you can use [generic thermostat](https://www.home-assistant.io/integrations/generic_thermostat/) with the integration +If you don't have thermostat you can use [generic thermostat](https://www.home-assistant.io/integrations/generic_thermostat/) which comes with HA by default. Put this into your `configuration.yaml`: diff --git a/custom_components/daikin_altherma/manifest.json b/custom_components/daikin_altherma/manifest.json index d66db5e..93e712b 100755 --- a/custom_components/daikin_altherma/manifest.json +++ b/custom_components/daikin_altherma/manifest.json @@ -16,5 +16,5 @@ "@tadasdanielius" ], "iot_class": "local_polling", - "version": "1.3.5" + "version": "1.3.6" }