|
|
@@ -19,6 +19,12 @@ Current temperature is also displayed.
|
|
|
|
|
|
Current temperature is also displayed.
|
|
|
|
|
|
+**GECO Heaters**
|
|
|
+* **power** (on/off)
|
|
|
+* **target temperature** (`15`-`35` in °C)
|
|
|
+
|
|
|
+Current temperature is also displayed.
|
|
|
+
|
|
|
**Dehumidifiers**
|
|
|
* **power** (on/off)
|
|
|
* **mode** (Normal, Low, High, Dry clothes, Air clean)
|
|
|
@@ -43,7 +49,12 @@ There was previously a sensor option, however this is easily achieved using a [t
|
|
|
---
|
|
|
|
|
|
### Warning
|
|
|
-Please note, this component has currently only been tested with the Goldair GPPH (inverter), GPDH420 (dehumidifier), and GCPF315 fan, however theoretically it should also work with GEPH and GPCV heater devices, may work with the GPDH440 dehumidifier and any other Goldair heaters, dehumidifiers or fans based on the Tuya platform.
|
|
|
+Please note, this component has currently only been tested with the Goldair GPPH (inverter), GPDH420 (dehumidifier), and GCPF315 fan, however theoretically it should also work with GECO/GEPH and GPCV heater devices, may work with the GPDH440 dehumidifier and any other Goldair heaters, dehumidifiers or fans based on the Tuya platform.
|
|
|
+
|
|
|
+GPCV support is based on feedback from etamtlosz on Issue #27
|
|
|
+GECO support is based on work in KiLLeRRaT/homeassistant-goldair-climate and the feature set from the online manual for these heaters. GEPH heaters appear to be the same as the GECO270, so may also work with this setting. This heater is almost compatible with the GPCV but without the Low/High mode.
|
|
|
+
|
|
|
+The models above are autodetected, so if your model is identical to one of the supported devices, it should just work. However if your model has additional features, then it may be misdetected as a different device by the simplistic detection algorithm, even though it is similar to one of the other devices. In this case, try the type you think it is similar to manually, and feedback if it works so the auto detection can be improved.
|
|
|
|
|
|
---
|
|
|
|
|
|
@@ -92,7 +103,7 @@ goldair_climate:
|
|
|
[as per the instructions below](#finding-your-device-id-and-local-key).
|
|
|
|
|
|
#### type
|
|
|
- *(string) (Optional)* The type of Goldair device. `auto` to automatically detect the device type, or if that doesn't work, select from the available options `heater`, `gpcv_heater`, `dehumidifier` or `fan`.
|
|
|
+ *(string) (Optional)* The type of Goldair device. `auto` to automatically detect the device type, or if that doesn't work, select from the available options `heater`, `gpcv_heater`, `geco_heater`, `dehumidifier` or `fan`.
|
|
|
|
|
|
*Default value: auto*
|
|
|
|
|
|
@@ -103,7 +114,7 @@ goldair_climate:
|
|
|
*Default value: true*
|
|
|
|
|
|
#### display_light
|
|
|
- *(boolean) (Optional)* Whether to surface this appliance's LED display control as a light. (not supported for GPCV heaters)
|
|
|
+ *(boolean) (Optional)* Whether to surface this appliance's LED display control as a light. (not supported for GPCV or GECO heaters)
|
|
|
|
|
|
*Default value: false*
|
|
|
|