Add new devices to HomematicIP Cloud (#12112)

plus some fixes
This commit is contained in:
SukramJ 2020-02-20 11:07:46 +01:00 committed by GitHub
parent dc3bf47ecf
commit 6da2ea90d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ Within this delay the device registration should be completed in the App, otherw
* homematicip_cloud.binary_sensor * homematicip_cloud.binary_sensor
* Acceleration Sensor (*HMIP-SAM*) * Acceleration Sensor (*HMIP-SAM*)
* Window and door contact (*HmIP-SWDO, -I*) * Window and door contact (*HmIP-SWDO, HmIP-SWDO-PL, HmIP-SWDO-I, HmIP-SWDM, HmIP-SWDM-B2*)
* Contact Interface flush-mount 1 channel (*HmIP-FCI1*) * Contact Interface flush-mount 1 channel (*HmIP-FCI1*)
* Contact Interface (*HmIP-SCI*) * Contact Interface (*HmIP-SCI*)
* Window Rotary Handle Sensor (*HmIP-SRH*) * Window Rotary Handle Sensor (*HmIP-SRH*)
@ -111,11 +111,13 @@ Within this delay the device registration should be completed in the App, otherw
* homematicip_cloud.climate * homematicip_cloud.climate
* Climate group (*HmIP-HeatingGroup*) * Climate group (*HmIP-HeatingGroup*)
* This includes temperature/humidity measures for climate devices of a room delivered by: * This includes temperature/humidity measures for climate devices of a room delivered by:
* Wall-mounted thermostat (*HmIP-WTH, WTH-2*) * Wall-mounted thermostat (*HmIP-WTH, HmIP-WTH-2, HmIP-WTH-B*)
* Brand Wall-mounted thermostat (*HmIP-BWTH, BWTH-24*) * Brand Wall-mounted thermostat (*HmIP-BWTH, HmIP-BWTH-24*)
* Radiator thermostat (*HmIP-eTRV,-2,-C*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1*) * Radiator thermostat (*HmIP-eTRV, HmIP-eTRV-2, HmIP-eTRV-C*) - should also work with (*HmIP-eTRV-2-UK, HmIP-eTRV-2-B, HmIP-eTRV-2-B1*)
* Temperature and humidity sensor (*HmIP-STH*) * Temperature and humidity sensor (*HmIP-STH*)
* Temperature and humidity Sensor with display (*HmIP-STHD*) * Temperature and humidity Sensor with display (*HmIP-STHD*)
* Alpha IP Wall Thermostat Display (*ALPHA-IP-RBG*)
* Alpha IP Wall Thermostat Display analog (*ALPHA-IP-RBGa*)
* There is no need to directly support the following devices by Home Assistant, because their integration is done by the required wall thermostats: * There is no need to directly support the following devices by Home Assistant, because their integration is done by the required wall thermostats:
* Floor Heating Actuator 6x channels, 230V (*HMIP-FAL230-C6*) * Floor Heating Actuator 6x channels, 230V (*HMIP-FAL230-C6*)
* Floor Heating Actuator 10x channels, 230V (*HMIP-FAL230-C10*) * Floor Heating Actuator 10x channels, 230V (*HMIP-FAL230-C10*)
@ -138,9 +140,9 @@ Within this delay the device registration should be completed in the App, otherw
* Switch Actuator for brand switches with signal lamp (*HmIP-BSL*) * Switch Actuator for brand switches with signal lamp (*HmIP-BSL*)
* homematicip_cloud.sensor * homematicip_cloud.sensor
* Cloud Access point duty-cycle (*HmIP-HAP, -B1*) * Cloud Access point duty-cycle (*HmIP-HAP, HmIP-HAP-B1*)
* Wall Mounted Thermostat Pro with Display (*HmIP-WTH, WTH2*) * Wall Mounted Thermostat (*HmIP-WTH, HmIP-WTH2, HmIP-WTH-B*)
* Radiator thermostat (*HmIP-eTRV,-2, -C*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1*) * Radiator thermostat (*HmIP-eTRV, HmIP-eTRV-2, HmIP-eTRV-C*) - should also work with (*HmIP-eTRV-2-UK, HmIP-eTRV-2-B, HmIP-eTRV-2-B1*)
* Temperature and Humidity Sensor without display - indoor (*HmIP-STH*) * Temperature and Humidity Sensor without display - indoor (*HmIP-STH*)
* Temperature and Humidity Sensor with display - indoor (*HmIP-STHD*) * Temperature and Humidity Sensor with display - indoor (*HmIP-STHD*)
* Temperature and Humidity sensor - outdoor (*HmIP-STHO, -A*) * Temperature and Humidity sensor - outdoor (*HmIP-STHO, -A*)
@ -149,11 +151,13 @@ Within this delay the device registration should be completed in the App, otherw
* Presence Sensor indoor (*HmIP-SPI*) * Presence Sensor indoor (*HmIP-SPI*)
* Light Sensor - outdoor (*HmIP-SLO*) * Light Sensor - outdoor (*HmIP-SLO*)
* Passage Sensor with Direction Recognition (*HmIP-SPDR*) (delta counter) * Passage Sensor with Direction Recognition (*HmIP-SPDR*) (delta counter)
* Alpha IP Wall Thermostat Display (*ALPHA-IP-RBG*)
* Alpha IP Wall Thermostat Display analog (*ALPHA-IP-RBGa*)
* homematicip_cloud.switch * homematicip_cloud.switch
* Pluggable Switch (*HmIP-PS*) * Pluggable Switch (*HmIP-PS*)
* Pluggable Switch and Meter (*HmIP-PSM*) - should also work with (*HmIP-PSM-CH, -IT, -UK, -PE*) * Pluggable Switch and Meter (*HmIP-PSM*) - should also work with (*HmIP-PSM-CH, HmIP-PSM-IT, HmIP-PSM-UK, HmIP-PSM-PE*)
* Switch Actuator and Meter flush-mount (*HmIP-FSM, -FSM16*) * Switch Actuator and Meter flush-mount (*HmIP-FSM, HmIP-FSM16*)
* Open Collector Module Receiver - 8x (*HmIP-MOD-OC8*) * Open Collector Module Receiver - 8x (*HmIP-MOD-OC8*)
* Multi IO Box - 2x (*HmIP-MIOB*) * Multi IO Box - 2x (*HmIP-MIOB*)
* Switch Circuit Board - 1x channels (*HmIP-PCBS*) * Switch Circuit Board - 1x channels (*HmIP-PCBS*)