From 57fdc1e49ba8a1908ee29da8eb8d9f7feb4de3b4 Mon Sep 17 00:00:00 2001 From: Markus Jankowski Date: Sun, 3 Mar 2019 11:24:20 +0100 Subject: [PATCH 1/5] Update HomematicIP overview add missing devices --- source/_components/homematicip_cloud.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_components/homematicip_cloud.markdown b/source/_components/homematicip_cloud.markdown index c2706495025f..ec20cac33e2c 100644 --- a/source/_components/homematicip_cloud.markdown +++ b/source/_components/homematicip_cloud.markdown @@ -98,7 +98,6 @@ authtoken: * Water detector (*HmIP-SWD*) * homematicip_cloud.climate - * Radiator thermostat (*HmIP-eTRV,-2*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1, -C*) * Climate group (*HmIP-HeatingGroup*) * homematicip_cloud.light @@ -106,14 +105,18 @@ authtoken: * Dimming actuator for brand switches (*HmIP-BDT*) * Dimming actuator flush-mount (*HmIP-FDT*) * Switch Actuator and Meter – flush-mount (*HmIP-FSM*) + * Switch Actuator for brand switches – with signal lamp (*HmIP-BSL*) * homematicip_cloud.sensor * Accesspoint duty-cycle (*HmIP-HAP, -B1*) * Wall-mounted thermostat (*HmIP-WTH, -2*) + * Radiator thermostat (*HmIP-eTRV,-2*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1, -C*) + * Radiator thermostat compact (*HMIP-eTRV-C*) * Temperature and humidity sensor (*HmIP-STH*) * Temperature and humidity Sensor with display (*HmIP-STHD*) * Outdoor temperature and humidity sensor (*HmIP-STHO, -A*) * Illuminance sensor (*HmIP-SMI*) + * Light Sensor outdoor (*HmIP-SLO*) * homematicip_cloud.switch * Pluggable Switch (*HmIP-PS*) From 00512ccf07c0bf1ca8a796001c0748a4a4ce983c Mon Sep 17 00:00:00 2001 From: Markus Jankowski Date: Sun, 3 Mar 2019 11:38:44 +0100 Subject: [PATCH 2/5] added HmIP-MOD-OC8 --- source/_components/homematicip_cloud.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/homematicip_cloud.markdown b/source/_components/homematicip_cloud.markdown index ec20cac33e2c..bfd188555f49 100644 --- a/source/_components/homematicip_cloud.markdown +++ b/source/_components/homematicip_cloud.markdown @@ -121,6 +121,7 @@ authtoken: * homematicip_cloud.switch * Pluggable Switch (*HmIP-PS*) * Pluggable Switch and Meter (*HmIP-PSM*) - should also work with (*HmIP-PSM-CH, -IT, -UK, -PE*) + * Switch actuator with open collector output (*HmIP-MOD-OC8*) * homematicip_cloud.shutter * Blind actuator for brand switches (*HmIP-BBL*) From 79cd8f7ef9836f09552198ad3f31a7ad6e346b88 Mon Sep 17 00:00:00 2001 From: Markus Jankowski Date: Sun, 3 Mar 2019 11:39:34 +0100 Subject: [PATCH 3/5] fix --- source/_components/homematicip_cloud.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/homematicip_cloud.markdown b/source/_components/homematicip_cloud.markdown index bfd188555f49..783ec0662d6d 100644 --- a/source/_components/homematicip_cloud.markdown +++ b/source/_components/homematicip_cloud.markdown @@ -110,7 +110,7 @@ authtoken: * homematicip_cloud.sensor * Accesspoint duty-cycle (*HmIP-HAP, -B1*) * Wall-mounted thermostat (*HmIP-WTH, -2*) - * Radiator thermostat (*HmIP-eTRV,-2*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1, -C*) + * Radiator thermostat (*HmIP-eTRV,-2*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1*) * Radiator thermostat compact (*HMIP-eTRV-C*) * Temperature and humidity sensor (*HmIP-STH*) * Temperature and humidity Sensor with display (*HmIP-STHD*) From 42b75cecc7cbcb79e84e3902a5821275464a8c48 Mon Sep 17 00:00:00 2001 From: Markus Jankowski Date: Sun, 3 Mar 2019 19:48:25 +0100 Subject: [PATCH 4/5] added climate entity related devices --- source/_components/homematicip_cloud.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/_components/homematicip_cloud.markdown b/source/_components/homematicip_cloud.markdown index 783ec0662d6d..65da7148d969 100644 --- a/source/_components/homematicip_cloud.markdown +++ b/source/_components/homematicip_cloud.markdown @@ -99,6 +99,11 @@ authtoken: * homematicip_cloud.climate * Climate group (*HmIP-HeatingGroup*) + * This includes temperature/humidity measures for climate devices of a room delivered by: + * HmIP-WTH, -2 + * HmIP-eTRV, -2, -C + * HmIP-STH, HmIP-STHD + * HmIP-BWTH, -24 * homematicip_cloud.light * Switch actuator and meter for brand switches (*HmIP-BSM*) @@ -110,8 +115,8 @@ authtoken: * homematicip_cloud.sensor * Accesspoint duty-cycle (*HmIP-HAP, -B1*) * Wall-mounted thermostat (*HmIP-WTH, -2*) - * Radiator thermostat (*HmIP-eTRV,-2*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1*) - * Radiator thermostat compact (*HMIP-eTRV-C*) + * Radiator thermostat valve position (*HmIP-eTRV,-2*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1*) + * Radiator thermostat compact valve position (*HMIP-eTRV-C*) * Temperature and humidity sensor (*HmIP-STH*) * Temperature and humidity Sensor with display (*HmIP-STHD*) * Outdoor temperature and humidity sensor (*HmIP-STHO, -A*) From 74d3b48a2c016791ce053acc6c9ff070a25aba6b Mon Sep 17 00:00:00 2001 From: Markus Jankowski Date: Mon, 4 Mar 2019 03:58:51 +0100 Subject: [PATCH 5/5] Added description --- source/_components/homematicip_cloud.markdown | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source/_components/homematicip_cloud.markdown b/source/_components/homematicip_cloud.markdown index 65da7148d969..7da8e4f6fab1 100644 --- a/source/_components/homematicip_cloud.markdown +++ b/source/_components/homematicip_cloud.markdown @@ -100,10 +100,11 @@ authtoken: * homematicip_cloud.climate * Climate group (*HmIP-HeatingGroup*) * This includes temperature/humidity measures for climate devices of a room delivered by: - * HmIP-WTH, -2 - * HmIP-eTRV, -2, -C - * HmIP-STH, HmIP-STHD - * HmIP-BWTH, -24 + * Wall-mounted thermostat (*HmIP-WTH, -2*) + * Brand Wall-mounted thermostat (*HmIP-BWTH, -24*) + * Radiator thermostat (*HmIP-eTRV, -2, -C*) + * Temperature and humidity sensor (*HmIP-STH*) + * Temperature and humidity Sensor with display (*HmIP-STHD*) * homematicip_cloud.light * Switch actuator and meter for brand switches (*HmIP-BSM*) @@ -115,8 +116,8 @@ authtoken: * homematicip_cloud.sensor * Accesspoint duty-cycle (*HmIP-HAP, -B1*) * Wall-mounted thermostat (*HmIP-WTH, -2*) - * Radiator thermostat valve position (*HmIP-eTRV,-2*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1*) - * Radiator thermostat compact valve position (*HMIP-eTRV-C*) + * Brand Wall-mounted thermostat (*HmIP-BWTH, -24*) + * Radiator thermostat (valve position only) (*HmIP-eTRV,-2*, -C) - should also work with (*HmIP-eTRV-2-UK, -B, -B1*) * Temperature and humidity sensor (*HmIP-STH*) * Temperature and humidity Sensor with display (*HmIP-STHD*) * Outdoor temperature and humidity sensor (*HmIP-STHO, -A*)