SCSGate


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

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.