Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions source/_components/alarm_control_panel.homematicip_cloud.markdown

This file was deleted.

21 changes: 0 additions & 21 deletions source/_components/binary_sensor.homematicip_cloud.markdown

This file was deleted.

21 changes: 0 additions & 21 deletions source/_components/climate.homematicip_cloud.markdown

This file was deleted.

21 changes: 0 additions & 21 deletions source/_components/cover.homematicip_cloud.markdown

This file was deleted.

111 changes: 69 additions & 42 deletions source/_components/homematicip_cloud.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,57 @@ comments: false
sharing: true
footer: true
logo: homematicip_cloud.png
ha_category: Hub
ha_category:
- Hub
- Alarm
- Binary Sensor
- Climate
- Cover
- Light
- Sensor
- Switch
ha_iot_class: "Cloud Push"
ha_release: 0.66
featured: false
redirect_from:
- /components/alarm_control_panel.homematicip_cloud/
- /components/binary_sensor.homematicip_cloud/
- /components/climate.homematicip_cloud/
- /components/cover.homematicip_cloud/
- /components/light.homematicip_cloud/
- /components/sensor.homematicip_cloud/
- /components/switch.homematicip_cloud/
---

The [HomematicIP](http://www.homematic-ip.com) component platform is used as an interface to the cloud server. Since there is no official documentation about this API, everything was done via reverse engineering. The [homematicip-rest-api](https://github.com/coreGreenberet/homematicip-rest-api) is used for communicating. Use at your own risk.

There is currently support for the following device types within Home Assistant:

* Alarm
* Binary Sensor
* Climate
* Cover
* Light
* Sensor
* Switch

## {% linkable_title Setup the component via the frontend %}

Menu: *Configuration* -> *Integrations*

Fill the form:

* Your **access point ID** (SGTIN)
* Optional a **name** to identify your access point, this will be used to prefix your device names.

The authentification token will be generated and stored internally.

## {% linkable_title Setup the component using the configuration files %}

Generate the authentication token:

`generate_auth_token.py`

Add the information to your `configuration.yaml` file:

```yaml
Expand Down Expand Up @@ -60,39 +87,39 @@ authtoken:

## {% linkable_title Implemented and tested devices %}

- homematicip_cloud.alarm_control_panel
- Security zones (*HmIP-SecurityZone*)

- homematicip_cloud.binary_sensor
- Window and door contact (*HmIP-SWDO, -I*)
- Rotary Handle Sensor (*HmIP-SRH*)
- Smoke sensor and alarm (*HmIP-SWSD*)
- Motion detectors (*HmIP-SMI*)
- 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
- Switch actuator and meter for brand switches (*HmIP-BSM*)
- Dimming actuator for brand switches (*HmIP-BDT*)
- Dimming actuator flush-mount (*HmIP-FDT*)
- Switch Actuator and Meter – flush-mount (*HmIP-FSM*)
- homematicip_cloud.sensor
- Accesspoint duty-cycle (*HmIP-HAP, -B1*)
- Wall-mounted thermostat (*HmIP-WTH, -2*)
- 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*)
- homematicip_cloud.switch
- Pluggable Switch (*HmIP-PS*)
- Pluggable Switch and Meter (*HmIP-PSM*) - should also work with (*HmIP-PSM-CH, -IT, -UK, -PE*)
- homematicip_cloud.shutter
- Blind actuator for brand switches (*HmIP-BBL*)
- Shutter actuator brand-mount (*HmIP-BROLL*)
- Shutter actuator flush-mount (*HmIP-FROLL*)
* homematicip_cloud.alarm_control_panel
* Security zones (*HmIP-SecurityZone*)

* homematicip_cloud.binary_sensor
* Window and door contact (*HmIP-SWDO, -I*)
* Rotary Handle Sensor (*HmIP-SRH*)
* Smoke sensor and alarm (*HmIP-SWSD*)
* Motion detectors (*HmIP-SMI*)
* 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
* Switch actuator and meter for brand switches (*HmIP-BSM*)
* Dimming actuator for brand switches (*HmIP-BDT*)
* Dimming actuator flush-mount (*HmIP-FDT*)
* Switch Actuator and Meter – flush-mount (*HmIP-FSM*)

* homematicip_cloud.sensor
* Accesspoint duty-cycle (*HmIP-HAP, -B1*)
* Wall-mounted thermostat (*HmIP-WTH, -2*)
* 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*)

* homematicip_cloud.switch
* Pluggable Switch (*HmIP-PS*)
* Pluggable Switch and Meter (*HmIP-PSM*) - should also work with (*HmIP-PSM-CH, -IT, -UK, -PE*)

* homematicip_cloud.shutter
* Blind actuator for brand switches (*HmIP-BBL*)
* Shutter actuator brand-mount (*HmIP-BROLL*)
* Shutter actuator flush-mount (*HmIP-FROLL*)
21 changes: 0 additions & 21 deletions source/_components/light.homematicip_cloud.markdown

This file was deleted.

21 changes: 0 additions & 21 deletions source/_components/sensor.homematicip_cloud.markdown

This file was deleted.

21 changes: 0 additions & 21 deletions source/_components/switch.homematicip_cloud.markdown

This file was deleted.