home-assistant.io/source/_components/homematicip_cloud.markdown
Mattias Welponer 5e3d83e97b Update homematicip cloud components (#5248)
* Rename homematicip to homematicip_cloud

* Fix homematicip_cloud naming

* Update link and formating

* Update of configuration and new componets for homematicip_cloud

* Update binary_sensor.homematicip_cloud.markdown

* Update light.homematicip_cloud.markdown

* Update switch.homematicip_cloud.markdown
2018-05-27 17:31:51 -04:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, ha_release, featured
layout title description date sidebar comments sharing footer ha_category ha_iot_class ha_release featured
page HomematicIP Cloud Instructions for integrating HomematicIP into Home Assistant. 2018-04-02 13:40 true false true true Hub Cloud Polling 0.66 false

The HomematicIP component platform is used as an interface to the cloud server. For for communication homematicip-rest-api is used.

To set up the component:

  • generate the authentication token:
generate_auth_token.py
  • add the information to your configuration.yaml file:
homematicip_cloud:
  - accesspoint: IDENTIFIER
    authtoken: AUTHTOKEN
  - name: Location2
    accesspoint: IDENTIFIER2
    authtoken: AUTHTOKEN2   

Configuration variables (global):

  • name (Optional): Name to identify your access point, this will be used to prefix your device names.
  • accesspoint (Required): This is the access point id (SGTIN)
  • authtoken (Required): Authentification token generated with generate_auth_token.py.