Klaas Schoute d1051028f0 Update Gc100 component configuration variable (#6879)
* Update Gc100 component configuration variable

* Minor change
2018-10-17 09:29:15 +02:00

1.4 KiB

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_release
layout title description date sidebar comments sharing footer ha_category ha_release
page gc100 Instructions on how to integrate gc100 with Home Assistant. 2017-10-26 17:20 true false true true Hub 0.57

The Global Caché GC-100 can be integrated into Home Assistant. GC-100 is a TCP-controllable hardware device which has an array of relays, RS232 serial ports, and flexible ports which can be programmed to be either digital inputs or IR blaster outputs. There are a variety of submodels of the GC-100 which have different amounts of each I/O type.

Currently, only relays and ports configured to be digital inputs are supported in Home Assistant. For IR support, please use the iTach remote platform (/components/remote.itach/), but note that it will likely not function concurrently on the same GC100 due to limitations in the TCP socket server implementation used by Global Caché.

To enable this device, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
gc100:
  host: 192.168.1.114
  port: 4998

{% configuration %} host: description: The hostname or IP address of your GC100 device. required: true type: string port: description: The port on which the GC100 is listening. required: false default: 4998 type: integer {% endconfiguration %}