2016-10-01 12:09:08 +02:00

1.3 KiB

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

The SCSGate component support the SCSGate device. This a homebrew 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.