From 718c4a00e3717b8f9f95b7e167cc2f3d954e59c6 Mon Sep 17 00:00:00 2001 From: SukramJ Date: Sat, 19 Oct 2019 22:12:27 +0200 Subject: [PATCH] Add climate service to Homematic IP Cloud (#10842) * Add climate service to Homematic IP Cloud ... to select the active profile * fix stale name * Fixed service name --- .../_integrations/homematicip_cloud.markdown | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/source/_integrations/homematicip_cloud.markdown b/source/_integrations/homematicip_cloud.markdown index 3dd165384ec..920b69d2412 100644 --- a/source/_integrations/homematicip_cloud.markdown +++ b/source/_integrations/homematicip_cloud.markdown @@ -159,6 +159,7 @@ Within this delay the device registration should be completed in the App, otherw - `homematicip_cloud.activate_vacation`: Activates the vacation mode until the given time. - `homematicip_cloud.deactivate_eco_mode`: Deactivates the eco mode immediately. - `homematicip_cloud.deactivate_vacation`: Deactivates the vacation mode immediately. +- `homematicip_cloud.set_active_climate_profile`: Set the active climate profile index. ### Service Examples @@ -214,11 +215,26 @@ Deactivates the vacation mode immediately. ```yaml ... action: - service: homematicip_cloud.deactivate_vacation_mode + service: homematicip_cloud.deactivate_vacation data: accesspoint_id: 3014xxxxxxxxxxxxxxxxxxxx ``` +Set the active climate profile index. + +The index of the climate profile is 1-based. +You can get the required index from the native Homematic IP App. + +```yaml +... +action: + service: homematicip_cloud.set_active_climate_profile + data: + entity_id: climate.livingroom + climate_profile_index: 1 +``` + + ## Additional info Push button devices are only available with a battery sensor. This is due to a limitation of the vendor API (eq3).