<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Comfort Automation/ Security System Forums - 3rd Party Developers]]></title>
		<link>https://www.comfortforums.com/</link>
		<description><![CDATA[Comfort Automation/ Security System Forums - https://www.comfortforums.com]]></description>
		<pubDate>Fri, 21 Aug 2026 23:12:58 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Arduino RIO]]></title>
			<link>https://www.comfortforums.com/thread-4184.html</link>
			<pubDate>Fri, 17 Apr 2015 15:35:42 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=436"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4184.html</guid>
			<description><![CDATA[All,<br />
<br />
I thought I\'d share my little project with the community. For the last couple of months I fiddled with an interface between Arduino and Comfort for the purpose of interfacing to DS18B20 sensors. From the attachments you can see the little board I made that can take four sensors and connect directly to Comfort via the RS485 bus.<br />
<br />
My \'Arduino RIO\' as I call it, plugs into an Arduino UNO and has a passthrough for a LCD Shield. The idea is to have status and some basic configuration on the LCD but have a proper ComfortClient Plugin that can configure the device as Comfigurator has no idea what the new device is.<br />
<br />
Once this passes all my testing I will build a standalone unit the size of a real RIO board. For now the UNO connected device is perfect for me to do the software and firmware side of things.<br />
<br />
Cheers,<br />
Ingo<br />
<br />
PS. I had a longish post all typed up but then my browser crashed and I ended up with a short and to the point one - sorry.<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.comfortforums.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1611" target="_blank" title="">ArduinoRIO-Small.jpg</a> (Size: 194.52 KB / Downloads: 85)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[All,<br />
<br />
I thought I\'d share my little project with the community. For the last couple of months I fiddled with an interface between Arduino and Comfort for the purpose of interfacing to DS18B20 sensors. From the attachments you can see the little board I made that can take four sensors and connect directly to Comfort via the RS485 bus.<br />
<br />
My \'Arduino RIO\' as I call it, plugs into an Arduino UNO and has a passthrough for a LCD Shield. The idea is to have status and some basic configuration on the LCD but have a proper ComfortClient Plugin that can configure the device as Comfigurator has no idea what the new device is.<br />
<br />
Once this passes all my testing I will build a standalone unit the size of a real RIO board. For now the UNO connected device is perfect for me to do the software and firmware side of things.<br />
<br />
Cheers,<br />
Ingo<br />
<br />
PS. I had a longish post all typed up but then my browser crashed and I ended up with a short and to the point one - sorry.<br />
<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.comfortforums.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1611" target="_blank" title="">ArduinoRIO-Small.jpg</a> (Size: 194.52 KB / Downloads: 85)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Crestron Module]]></title>
			<link>https://www.comfortforums.com/thread-720.html</link>
			<pubDate>Sun, 15 Jul 2007 12:59:59 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=26"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-720.html</guid>
			<description><![CDATA[Hi,<br />
<br />
To kick off the 3rd party Development area I am working on a Crestron module to interface with Comfort Via Ethernet or RS232. <br />
<br />
Here is what I have working so far,<br />
<ul class="mycode_list"><li>Inital Login to UCM <br />
</li>
<li>Keypad emulation (a touch screen based keypad, works the same as the real keypad without the audio at the moment) <br />
</li>
<li>Security Mode feedback (to display in text on a touch panel&nbsp;which mode Comfort is in) <br />
</li>
<li>Zone status (On, Off, S/C, O/C) (Currently on a plan of the house, lights which zone has been triggered in a room) <br />
</li>
<li>Trigger any responce in Comforts 256 locations (comfort pro) <br />
</li>
<li>Feedback into the Crestron when the phone rings or doorbell (db)&nbsp;is pressed. I currently use this to pause what ever I am watching on tv!) <br />
</li>
<li>If engineer code is enabled or disabled</li>
</ul>
The next step is to compleate the following, (to do list)<br />
<ul class="mycode_list"><li>Set up a \'device poll\' join (in Crestron we just poll this join to query Comfort ie security mode, bypassed zones etc) <br />
</li>
<li>Show zone status, bypassed etc and be able to set bypass / unbypass zones. <br />
</li>
<li>Show the event log <br />
</li>
<li>Show if voice messages are waiting <br />
</li>
<li>Get Comfort voice / messaging to the touch panels <br />
</li>
<li>Show current alarm state <br />
</li>
<li>Show state of outputs</li>
</ul>
I am sure I will add to the to do list as I go along.<br />
<br />
&nbsp;<br />
<br />
Regards<br />
<br />
<br />
Dayle <img src="https://www.comfortforums.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
&nbsp;<br />
]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
To kick off the 3rd party Development area I am working on a Crestron module to interface with Comfort Via Ethernet or RS232. <br />
<br />
Here is what I have working so far,<br />
<ul class="mycode_list"><li>Inital Login to UCM <br />
</li>
<li>Keypad emulation (a touch screen based keypad, works the same as the real keypad without the audio at the moment) <br />
</li>
<li>Security Mode feedback (to display in text on a touch panel&nbsp;which mode Comfort is in) <br />
</li>
<li>Zone status (On, Off, S/C, O/C) (Currently on a plan of the house, lights which zone has been triggered in a room) <br />
</li>
<li>Trigger any responce in Comforts 256 locations (comfort pro) <br />
</li>
<li>Feedback into the Crestron when the phone rings or doorbell (db)&nbsp;is pressed. I currently use this to pause what ever I am watching on tv!) <br />
</li>
<li>If engineer code is enabled or disabled</li>
</ul>
The next step is to compleate the following, (to do list)<br />
<ul class="mycode_list"><li>Set up a \'device poll\' join (in Crestron we just poll this join to query Comfort ie security mode, bypassed zones etc) <br />
</li>
<li>Show zone status, bypassed etc and be able to set bypass / unbypass zones. <br />
</li>
<li>Show the event log <br />
</li>
<li>Show if voice messages are waiting <br />
</li>
<li>Get Comfort voice / messaging to the touch panels <br />
</li>
<li>Show current alarm state <br />
</li>
<li>Show state of outputs</li>
</ul>
I am sure I will add to the to do list as I go along.<br />
<br />
&nbsp;<br />
<br />
Regards<br />
<br />
<br />
Dayle <img src="https://www.comfortforums.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
&nbsp;<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Forum for 3rd party developers]]></title>
			<link>https://www.comfortforums.com/thread-717.html</link>
			<pubDate>Sun, 15 Jul 2007 00:28:38 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=86"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-717.html</guid>
			<description><![CDATA[This is an open forum for 3rd party developers working on Comfort -related products, software or modules, eg user interfaces, UCMs, or suppliers of related equipment (lighting, heating, etc) who wish to interface their products with Comfort. <br />
The UCM/Universal with RS232, RS485 or Ethernet Interface can be used to connect to 3rd party products<br />
The Comfort serial protocol&nbsp; can be requested from support@cytech.biz<br />
<br />
Examples of special purpose UCMs where custom firmware has been developed is UCM/CBUS, UCM/EIB, UCM/Smartfit and UCM/GSM<br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[This is an open forum for 3rd party developers working on Comfort -related products, software or modules, eg user interfaces, UCMs, or suppliers of related equipment (lighting, heating, etc) who wish to interface their products with Comfort. <br />
The UCM/Universal with RS232, RS485 or Ethernet Interface can be used to connect to 3rd party products<br />
The Comfort serial protocol&nbsp; can be requested from support@cytech.biz<br />
<br />
Examples of special purpose UCMs where custom firmware has been developed is UCM/CBUS, UCM/EIB, UCM/Smartfit and UCM/GSM<br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Developing Third Party Devices to Display I/Os]]></title>
			<link>https://www.comfortforums.com/thread-44.html</link>
			<pubDate>Mon, 15 May 2006 23:37:36 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=0"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-44.html</guid>
			<description><![CDATA[The UCM01 (RS232) or UCM/Ethernet may be used&nbsp;to communicate with Comfort.<br />
The Serial Command Set, available&nbsp;from <a href="https://www.cytech.biz/techinfo.html" target="_blank" rel="noopener" class="mycode_url"><span style="text-decoration: underline;" class="mycode_u">[color=\"#0000ff\"]http://www.cytech-technology.com/techinfo.html[/color]</span></a> ,&nbsp;describes the UCM protocol.<br />
<br />
<br />
EDIT<br />
The link is at <a href="https://www.cytech.biz/serial_interface_protocol.html" target="_blank" rel="noopener" class="mycode_url">https://www.cytech.biz/serial_interface_protocol.html</a><br />
]]></description>
			<content:encoded><![CDATA[The UCM01 (RS232) or UCM/Ethernet may be used&nbsp;to communicate with Comfort.<br />
The Serial Command Set, available&nbsp;from <a href="https://www.cytech.biz/techinfo.html" target="_blank" rel="noopener" class="mycode_url"><span style="text-decoration: underline;" class="mycode_u">[color=\"#0000ff\"]http://www.cytech-technology.com/techinfo.html[/color]</span></a> ,&nbsp;describes the UCM protocol.<br />
<br />
<br />
EDIT<br />
The link is at <a href="https://www.cytech.biz/serial_interface_protocol.html" target="_blank" rel="noopener" class="mycode_url">https://www.cytech.biz/serial_interface_protocol.html</a><br />
]]></content:encoded>
		</item>
	</channel>
</rss>