Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.4 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page SCSGate Instructions on how to integrate SCSGate into Home Assistant. 2016-01-31 19:20 true false true true bus_scs.png Hub 0.13 Local Polling

The SCSGate component support the SCSGate device. This a home-brew device allows to interact with the MyHome system from BTicino/Legrande.

To enable SCSGate in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
scsgate:
  device: PATH_TO_DEVICE

Configuration variables:

  • device (Required): The path to your device, e.g., /dev/ttyACM0

{% linkable_title How to find the scs_id for your devices %}

The SCSGate component relies on the scsgate Python module.

This module provides also a command line tool called scs-monitor. This program can be used to find the IDs of your lights, switches and roller shutters and produce the YAML snippet to insert into your configuration.yaml file.

For more information checkout this section of scsgate's documentation.