Paulus Schoutsen 41955dc31a
Remove url prefix pt 2 (#5014)
* Migrate the non blog posts to use no domain

* Update demo links

* Remove Zanzito references from owntracks docs
2018-03-24 22:14:34 -07:00

1.3 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 variables:

  • host (Required): The hostname/IP address of your GC100 device.
  • port (Optional): The port on which the GC100 is listening.