home-assistant.io/source/_components/homematicip_cloud.markdown
2018-07-13 14:13:24 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release, featured
layout title description date sidebar comments sharing footer logo 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 homematicip_cloud.png Hub Cloud Push 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.