mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00
1.4 KiB
1.4 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
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 %}
device:
description: The path to your device, e.g., /dev/ttyACM0
.
required: true
type: string
{% endconfiguration %}
{% 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.