I’m setting up HA for the first time. I’ve got the bulk of my Integrations & devices working correctly. One I cannot get to work is my Global Cache Flex w/Relay&Sensor cable.
I see 2 GC Integrations, GC100 and iTach/IR. Neither of these are for Flex. I do know that on other systems both the GC and the iTach drivers can typically be used with Flex. I think the GC protocols are pretty compatible accross the whole lineup.
Both of these Integrations are set up in configuration.yaml which I took my first stab at editing this file.
Following the guide for the GC100 (the GC100 has the relay capability), the Integration does not show up in the gui and HA loads with an error:
socket.gaierror: [Errno -2] Name does not resolve
This is my config.yaml lines:
.# GC Flex [replacing: # Example configuration.yaml entry]
gc100:
host: 198.168.0.201:4998
Adding these lines for the device, and also trying the values ‘1:1’ & ‘1:2’.
switch:
platform: gc100
ports:
‘4:1’: Siren
‘4:2’: Sprinkler
Resultant additional error:
Unable to prepare setup for platform ‘gc100.switch’: Unable to set up component.
This is the code block that is working for me, both the relays and the sensors. I did not attempt DPDT or SPDT, only SPST. I suspect the correct settings could be discovered, likely a subset of the 4 CC commands.