04-12-2014, 03:35 PM
A couple of people asked about this from a previous post, so I thought I would jot down what I did, as a rank amateur...
I have successfully got Comfort connected to Perceptive Automations Indigo running on a Mac mini. This allows interaction between Comfort and Indigo responses - so for example, Indigo can generate an iMessage when a particular event occurs on Comfort, or with Indigoââ¬â¢s interface with Applescript and MacOS trigger specific playlists in iTunes, or actions on other things it can control via ethernet such as Denon Receivers...
For those interested, you need the Cynical Network Plug-in for Indigo, configured as follows:
1) Make a new \'Device\' in Indigo: Type = Cynical Network, Model = TCP Out, Name = Comfort, IP = IP of Comfort on your network, Port 1001, Auto Connect = Check, Line Endings = Carriage Return.
2) You then need to get Indigo to log in to Comfort. More detail on issues with such log-ins is given here:
http://www.comfortforums.com/forum1/3653.html
Essentially, each command you send to Comfort has to be proceeded by binary 03 or ââ¬Å/03ââ¬Â
The code to log in is therefore /03liXXXX , where XXXX is your log in PIN number.
3/ Therefore to log Indigo into Comfort via Ethernet you need to make a new Action in Indigo using Send Text (Cynical Network) of /03liXXXX. Applying this action then logs into Comfort. Make sure that Comfigurator etc. is logged out as the UCM Ethernet only allows one connection.
4/ Indigo is now listening to the TCP/IP traffic out of Comfort. You can set up specific triggers to listen to the Comfort events using the serial protocol. https://www.cytech.biz/serial_interface_protocol.html To listen for anything really, security off, or specific zones on or off, Comfort streams of data out. It can be useful to watch this in Comfigurator or using a utility to understand the logic of how the protocol applies. http://www.comfortforums.com/forum1/3653.html
5/ To keep the connection alive, I have applied a regular scheduled login using the Log in action described in 3. Otherwise I have found it can drop.
6/ Remember when you want to log into Comfort via Comfigurator you need to suspend the Indigo log in.
Thanks as ever to Cytech support for their help in getting this working.
Henley
I have successfully got Comfort connected to Perceptive Automations Indigo running on a Mac mini. This allows interaction between Comfort and Indigo responses - so for example, Indigo can generate an iMessage when a particular event occurs on Comfort, or with Indigoââ¬â¢s interface with Applescript and MacOS trigger specific playlists in iTunes, or actions on other things it can control via ethernet such as Denon Receivers...
For those interested, you need the Cynical Network Plug-in for Indigo, configured as follows:
1) Make a new \'Device\' in Indigo: Type = Cynical Network, Model = TCP Out, Name = Comfort, IP = IP of Comfort on your network, Port 1001, Auto Connect = Check, Line Endings = Carriage Return.
2) You then need to get Indigo to log in to Comfort. More detail on issues with such log-ins is given here:
http://www.comfortforums.com/forum1/3653.html
Essentially, each command you send to Comfort has to be proceeded by binary 03 or ââ¬Å/03ââ¬Â
The code to log in is therefore /03liXXXX , where XXXX is your log in PIN number.
3/ Therefore to log Indigo into Comfort via Ethernet you need to make a new Action in Indigo using Send Text (Cynical Network) of /03liXXXX. Applying this action then logs into Comfort. Make sure that Comfigurator etc. is logged out as the UCM Ethernet only allows one connection.
4/ Indigo is now listening to the TCP/IP traffic out of Comfort. You can set up specific triggers to listen to the Comfort events using the serial protocol. https://www.cytech.biz/serial_interface_protocol.html To listen for anything really, security off, or specific zones on or off, Comfort streams of data out. It can be useful to watch this in Comfigurator or using a utility to understand the logic of how the protocol applies. http://www.comfortforums.com/forum1/3653.html
5/ To keep the connection alive, I have applied a regular scheduled login using the Log in action described in 3. Otherwise I have found it can drop.
6/ Remember when you want to log into Comfort via Comfigurator you need to suspend the Indigo log in.
Thanks as ever to Cytech support for their help in getting this working.
Henley