home-assistant.github.io/source/_components/homematicip.markdown
2018-03-30 15:14:07 -07:00

1 KiB

layout title description date sidebar comments sharing footer ha_category ha_iot_class ha_release featured
page HomematicIP Instructions for integrating HomematicIP into Home Assistant. 2018-03-06 20: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:
  - name: NAME
    accesspoint: IDENTIFIER
    authtoken: AUTHTOKEN

Configuration variables (global):

  • name (Required): 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.