<?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 - Automation Programming]]></title>
		<link>https://www.comfortforums.com/</link>
		<description><![CDATA[Comfort Automation/ Security System Forums - https://www.comfortforums.com]]></description>
		<pubDate>Mon, 27 Jul 2026 15:33:00 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Comfort Register Monitor]]></title>
			<link>https://www.comfortforums.com/thread-5634.html</link>
			<pubDate>Fri, 16 May 2025 03:23:13 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5634.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Register Monitor</span><br />
The new Register Monitor feature is very useful when you want to monitor     a range of Comfort registers; Zones/Inputs, Outputs, Counters,  Flags,    and Sensors. Before this, you had to go to Zones to monitor  zones,    Outputs to monitor outputs, Counters to monitor counters, etc.  This new    feature allows all required registers to be monitored in a  single    window. <br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/regmonitor.jpg" loading="lazy"  alt="" class="mycode_img" />&nbsp;&nbsp;<br />
&nbsp; see <a href="http://www.comfortforums.com/forum20/5149.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum20/5149.html</a> for details]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Register Monitor</span><br />
The new Register Monitor feature is very useful when you want to monitor     a range of Comfort registers; Zones/Inputs, Outputs, Counters,  Flags,    and Sensors. Before this, you had to go to Zones to monitor  zones,    Outputs to monitor outputs, Counters to monitor counters, etc.  This new    feature allows all required registers to be monitored in a  single    window. <br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/regmonitor.jpg" loading="lazy"  alt="" class="mycode_img" />&nbsp;&nbsp;<br />
&nbsp; see <a href="http://www.comfortforums.com/forum20/5149.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum20/5149.html</a> for details]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Occupancy Detection]]></title>
			<link>https://www.comfortforums.com/thread-5507.html</link>
			<pubDate>Fri, 16 Aug 2024 06:18:03 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5507.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Occupancy Status in Comfigurator</span><br />
see <a href="http://www.comfortforums.com/view_topic.php?id=5158&amp;amp;forum_id=20&amp;amp;highlight=occupancy" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/view_topic.php?id=5158&amp;forum_id=20&amp;highlight=occupancy</a><br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Occupancy Status in Comfigurator</span><br />
see <a href="http://www.comfortforums.com/view_topic.php?id=5158&amp;amp;forum_id=20&amp;amp;highlight=occupancy" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/view_topic.php?id=5158&amp;forum_id=20&amp;highlight=occupancy</a><br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Counters and Flags for Interfacing to 3rd Party Systems]]></title>
			<link>https://www.comfortforums.com/thread-5465.html</link>
			<pubDate>Sun, 21 Jan 2024 05:49:24 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5465.html</guid>
			<description><![CDATA[Counters and&nbsp; Flags can be used to link or interface to and between 3rd party systems. <br />
<br />
For example, if Flag 1 is mapped to a KNX 1-bit object, and the same Flag is mapped to a Modbus Register, then this flags links the KNX and Modbus object together. That means that&nbsp; changing the state of the KNX object will also cause the Modbus&nbsp; register to&nbsp; be changed to the same state. <br />
<br />
Also changing tne state of the flag from a Comfort Response will change the state of both the KNX and Modbus Object. <br />
<br />
The same applies to Counters which are 16 bit registers (whereas Flags are 1 bit binary objects<br />
<br />
This applies to any pair of 3rd party systems eg KNX to Cbus, Cbus to Modbus, KNX to Universal UCM etc. It can also be applicable for 3 or more 3rd party systsmes eg KNX, Cbus and Modbus can be mapped to he same Flag or Counter.<br />
<br />
More to come..<br />
]]></description>
			<content:encoded><![CDATA[Counters and&nbsp; Flags can be used to link or interface to and between 3rd party systems. <br />
<br />
For example, if Flag 1 is mapped to a KNX 1-bit object, and the same Flag is mapped to a Modbus Register, then this flags links the KNX and Modbus object together. That means that&nbsp; changing the state of the KNX object will also cause the Modbus&nbsp; register to&nbsp; be changed to the same state. <br />
<br />
Also changing tne state of the flag from a Comfort Response will change the state of both the KNX and Modbus Object. <br />
<br />
The same applies to Counters which are 16 bit registers (whereas Flags are 1 bit binary objects<br />
<br />
This applies to any pair of 3rd party systems eg KNX to Cbus, Cbus to Modbus, KNX to Universal UCM etc. It can also be applicable for 3 or more 3rd party systsmes eg KNX, Cbus and Modbus can be mapped to he same Flag or Counter.<br />
<br />
More to come..<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Siren Status]]></title>
			<link>https://www.comfortforums.com/thread-5286.html</link>
			<pubDate>Wed, 17 Feb 2021 06:57:18 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=29"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5286.html</guid>
			<description><![CDATA[Hi,How can I remotely tell if my siren is on or off?&nbsp; Preferably in the iOS App?Thanks,Clinton.&nbsp;]]></description>
			<content:encoded><![CDATA[Hi,How can I remotely tell if my siren is on or off?&nbsp; Preferably in the iOS App?Thanks,Clinton.&nbsp;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Automation Contrrol when arming or Disarming the Securty System]]></title>
			<link>https://www.comfortforums.com/thread-5217.html</link>
			<pubDate>Sun, 06 Sep 2020 01:18:30 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5217.html</guid>
			<description><![CDATA[When the security system is armed to any mode ie Away, Night, or Day Mode, or when the system is disarmed to Security Off Mode, it is possible to execute a Response to control any device that is connected to the system.&nbsp; <br />
<br />
In Comfigurator 3.13.5 and above, go to Alarns &gt; Partition Events as shown below.<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/partitionEvents.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
<br />
Assign a Response to Security Off, Away Mode, Night Mode or Day Mode for each Partition. Comfort has up to 4 partitions. Partition 0 is used for Non-partitioned systems<br />
For example, in Away ode, you can switch off all lights and appliances, or in Night Mode switch off downstairs lights, but switch on the outside light. For Security Mode, you could turn on lights and appliances. The possibilities are endless.&nbsp; <br />
<br />
<br />
<br />
Note that this is NOT just for Partitioned systems. Even if the system is  not partitioned, the Security Off, Away, Night, Day Mode Responses must  be programmed here<br />
Note: Security Off, Away, Night, Day Mode Responses&nbsp; were  previously in Events &gt; Miscellaneous Events in older versions of Comfigurator prior to 3.13.5<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[When the security system is armed to any mode ie Away, Night, or Day Mode, or when the system is disarmed to Security Off Mode, it is possible to execute a Response to control any device that is connected to the system.&nbsp; <br />
<br />
In Comfigurator 3.13.5 and above, go to Alarns &gt; Partition Events as shown below.<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/partitionEvents.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
<br />
Assign a Response to Security Off, Away Mode, Night Mode or Day Mode for each Partition. Comfort has up to 4 partitions. Partition 0 is used for Non-partitioned systems<br />
For example, in Away ode, you can switch off all lights and appliances, or in Night Mode switch off downstairs lights, but switch on the outside light. For Security Mode, you could turn on lights and appliances. The possibilities are endless.&nbsp; <br />
<br />
<br />
<br />
Note that this is NOT just for Partitioned systems. Even if the system is  not partitioned, the Security Off, Away, Night, Day Mode Responses must  be programmed here<br />
Note: Security Off, Away, Night, Day Mode Responses&nbsp; were  previously in Events &gt; Miscellaneous Events in older versions of Comfigurator prior to 3.13.5<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Keypad Sign-in User Responses]]></title>
			<link>https://www.comfortforums.com/thread-5162.html</link>
			<pubDate>Wed, 22 Apr 2020 22:59:12 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5162.html</guid>
			<description><![CDATA[This feature applicable in Comfort Firmware 7.175 allows sign in on the keypad for any specified user to activate a User Response, which may be programmed for any purpose, for example to unlock a door, turn on lights or appliances<br />
The screen for Misc Events &gt; User Responses is shown below<br />
<br />
<br />
<img src="http://www.ytech.biz/images/screenshots/CF/userResp.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/userResp.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
an example of a user response is below<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/chiuUserResp.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
 The response is programmed to open the door, turn on lighrs and the photocopier machine if User 1 signs in. <br />
<br />
  The action Skip Annoucement has a different function when used in User Responses. It causes the keypad to exit without going on to the user menu eg \"Welcome, Security off.. etc\"Hence the keypad when signed in by a specirfic user will triiger the programmed user responses only and will bto go to user menu&nbsp; as usual. This allows the keypad to be used for access control<br />
<br />
see <a href="http://www.comfortforums.com/view_topic.php?id=5161&amp;amp;forum_id=79&amp;amp;jump_to=24912#p24912" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/view_topic.php?id=5161&amp;forum_id=79&amp;jump_to=24912#p24912</a> for Comfort 7175 firmware<br />
]]></description>
			<content:encoded><![CDATA[This feature applicable in Comfort Firmware 7.175 allows sign in on the keypad for any specified user to activate a User Response, which may be programmed for any purpose, for example to unlock a door, turn on lights or appliances<br />
The screen for Misc Events &gt; User Responses is shown below<br />
<br />
<br />
<img src="http://www.ytech.biz/images/screenshots/CF/userResp.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/userResp.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
an example of a user response is below<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/chiuUserResp.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
 The response is programmed to open the door, turn on lighrs and the photocopier machine if User 1 signs in. <br />
<br />
  The action Skip Annoucement has a different function when used in User Responses. It causes the keypad to exit without going on to the user menu eg \"Welcome, Security off.. etc\"Hence the keypad when signed in by a specirfic user will triiger the programmed user responses only and will bto go to user menu&nbsp; as usual. This allows the keypad to be used for access control<br />
<br />
see <a href="http://www.comfortforums.com/view_topic.php?id=5161&amp;amp;forum_id=79&amp;amp;jump_to=24912#p24912" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/view_topic.php?id=5161&amp;forum_id=79&amp;jump_to=24912#p24912</a> for Comfort 7175 firmware<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to use Timers for Delays]]></title>
			<link>https://www.comfortforums.com/thread-4931.html</link>
			<pubDate>Sat, 28 Jul 2018 22:22:23 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4931.html</guid>
			<description><![CDATA[Refer to this topic in the forum for how to make use of Timers<br />
<a href="http://www.comfortforums.com/forum92/4062.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum92/4062.html</a><br />
]]></description>
			<content:encoded><![CDATA[Refer to this topic in the forum for how to make use of Timers<br />
<a href="http://www.comfortforums.com/forum92/4062.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum92/4062.html</a><br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I combine holiday, timer and sunset responses]]></title>
			<link>https://www.comfortforums.com/thread-4810.html</link>
			<pubDate>Tue, 05 Dec 2017 21:22:14 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=2269"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4810.html</guid>
			<description><![CDATA[As the title says, I want a program to run at sunset, but only for a set number of days. <br />
Lets assume I want to turn on some lights at sunset, and off at midnight on those same days. I want this to happen for a month.<br />
<br />
I have a pair of responses to control the lights at the times, but cannot figure out what is the best way to trigger them.<br />
<br />
I can set a sunset response, but that will get triggered every day, all year.<br />
<br />
I can use a time program to run at a given time when its a holiday. The problem with this is, the time program happens at a given time which is great for the midnight turn off, but not for sunset. <br />
Also the holidays are single days, not for a duration of days. <br />
Add to this, there are only 24 holiday entries.<br />
<br />
If I could figure out how I can check which holiday has triggered my event I could set two holidays, one at the start and the other at the end, and then set or clear a flag that the sunset &amp; midnight responses could check.<br />
since I can\'t see a way to do this though, whats the best way to achieve what I am after ?<br />
<br />
Cheers,<br />
&nbsp;&nbsp;&nbsp; john.<br />
]]></description>
			<content:encoded><![CDATA[As the title says, I want a program to run at sunset, but only for a set number of days. <br />
Lets assume I want to turn on some lights at sunset, and off at midnight on those same days. I want this to happen for a month.<br />
<br />
I have a pair of responses to control the lights at the times, but cannot figure out what is the best way to trigger them.<br />
<br />
I can set a sunset response, but that will get triggered every day, all year.<br />
<br />
I can use a time program to run at a given time when its a holiday. The problem with this is, the time program happens at a given time which is great for the midnight turn off, but not for sunset. <br />
Also the holidays are single days, not for a duration of days. <br />
Add to this, there are only 24 holiday entries.<br />
<br />
If I could figure out how I can check which holiday has triggered my event I could set two holidays, one at the start and the other at the end, and then set or clear a flag that the sunset &amp; midnight responses could check.<br />
since I can\'t see a way to do this though, whats the best way to achieve what I am after ?<br />
<br />
Cheers,<br />
&nbsp;&nbsp;&nbsp; john.<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Control Menu Programming Simplified]]></title>
			<link>https://www.comfortforums.com/thread-4683.html</link>
			<pubDate>Sun, 30 Apr 2017 02:11:05 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4683.html</guid>
			<description><![CDATA[If the Voice menu is not needed, programming the Control menu for the iOS or Android apps can be&nbsp; simplified. This also applies to LGX01 Logic Engine and UCM/Logic which does not have a Voice Menu<br />
<br />
This applies to Comfigurator 3.11.13 and Comfort firmware 7.116 or above<br />
<br />
Instead of selecting words from the word list, enter any text in Alternative Phrases in Control Group, Control Key and Control Action. Leave out the Phrase words.<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/images/CF/controlGroups.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/controlGroupsalt.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
The Control groups will appear according to the text in Alternative Phrases<br />
<br />
<br />
In Control key, if the feedback is defined as Outputs, Inputs/Zones,  Flags, the Control Actions&nbsp; automatically become 0 for Off, 1 for On<br />
<img src="https://www.cytech.biz/images/screenshots/CF/outputfeedback.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<img src="https://www.cytech.biz/images/screenshots/CF/outputFeedback.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
Above example of Output Feedback. Note that OFF and ON are added automatically<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/controlOutputOnOff.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
The Output ON and OFF Responses do NOT need to be entered. Off will automatically set the feedback Output OFF, ON will automatically set the feedback Output ON, ie Output 1 in this example<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/controlFeedbackOnOff.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<img src="https://www.cytech.biz/images/screenshots/CF/flagFeedback.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
Above example of Flag Feedback. Note that OFF and ON are added automatically<br />
The OFF and ON Responses do not have to be created; Off will automatically set the feedback Flag OFF, ON will set Flag On<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/controlFeedbackInputs.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
Above example of Zone Feedback. Note that OFF and ON are added automatically<br />
However in this case OFF and ON Responses are not created automatically. Off and On responses for Zone feedback must be created manually.<br />
<br />
<br />
Counter Feedback is different<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/counterFeedback.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
When Counter is used in Feedback, there are no Off or ON responses created.<br />
In  the Comfort app, a slider will be seen when the Feedback is a counter. Changing the position of the slider sets the value of 0 to 255 into  the assigned counter<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/control8126.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
]]></description>
			<content:encoded><![CDATA[If the Voice menu is not needed, programming the Control menu for the iOS or Android apps can be&nbsp; simplified. This also applies to LGX01 Logic Engine and UCM/Logic which does not have a Voice Menu<br />
<br />
This applies to Comfigurator 3.11.13 and Comfort firmware 7.116 or above<br />
<br />
Instead of selecting words from the word list, enter any text in Alternative Phrases in Control Group, Control Key and Control Action. Leave out the Phrase words.<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/images/CF/controlGroups.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/controlGroupsalt.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
The Control groups will appear according to the text in Alternative Phrases<br />
<br />
<br />
In Control key, if the feedback is defined as Outputs, Inputs/Zones,  Flags, the Control Actions&nbsp; automatically become 0 for Off, 1 for On<br />
<img src="https://www.cytech.biz/images/screenshots/CF/outputfeedback.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<img src="https://www.cytech.biz/images/screenshots/CF/outputFeedback.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
Above example of Output Feedback. Note that OFF and ON are added automatically<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/controlOutputOnOff.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
The Output ON and OFF Responses do NOT need to be entered. Off will automatically set the feedback Output OFF, ON will automatically set the feedback Output ON, ie Output 1 in this example<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/controlFeedbackOnOff.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<img src="https://www.cytech.biz/images/screenshots/CF/flagFeedback.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
Above example of Flag Feedback. Note that OFF and ON are added automatically<br />
The OFF and ON Responses do not have to be created; Off will automatically set the feedback Flag OFF, ON will set Flag On<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/controlFeedbackInputs.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
Above example of Zone Feedback. Note that OFF and ON are added automatically<br />
However in this case OFF and ON Responses are not created automatically. Off and On responses for Zone feedback must be created manually.<br />
<br />
<br />
Counter Feedback is different<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/counterFeedback.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
When Counter is used in Feedback, there are no Off or ON responses created.<br />
In  the Comfort app, a slider will be seen when the Feedback is a counter. Changing the position of the slider sets the value of 0 to 255 into  the assigned counter<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/control8126.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Counters, Flags, Outputs, Sensors Control in Comfigurator]]></title>
			<link>https://www.comfortforums.com/thread-4677.html</link>
			<pubDate>Fri, 14 Apr 2017 06:31:25 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4677.html</guid>
			<description><![CDATA[A major improvement in Comfigurator 3.11.12 is the ability to change the  values of Counters, Sensors, Outputs, and Flags from Comfigurator. This  is a great help when testing&nbsp; programs especially for IRIO, UCMs like  KNX, Cbus, Modbus, Zwave which are based on mapping to Counters, Flags,  Sensors and Outputs.<br />
<br />
For Counters go to Events &gt; Counters and select a Counter<br />
check the \"Show Status\" box<br />
The current value of the selected Counter is seen<br />
Enter a new value from 0 to 255 in the box. This changes the value of the counter immediately.<br />
Note that changing the value of a counter from the UCM like this will also trigger the maped Counter Response<br />
<br />
<br />
<img src="https://www.cytech.biz/temp/Images/CF/counterSet.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/counterSet.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
Also see topic on Use of Counters in <a href="http://www.comfortforums.com/view_topic.php?id=4655&amp;amp;forum_id=128&amp;amp;jump_to=21977#p21977" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/view_topic.php?id=4655&amp;forum_id=128&amp;jump_to=21977#p21977</a><br />
<br />
<br />
<br />
<br />
For Flags&nbsp; go to Names &gt; Flags&nbsp; and select a Flag<br />
check the \"Show Status\" box<br />
The current value of the selected Flag is seen as On or Off. In fact all flags status is seen<br />
Click on the On or Off status to toggle it. This changes the value of he flag from On to Off or vice versa<br />
<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/flagSet.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
<br />
For Output&nbsp;&nbsp; go to Names &gt; Outputs&nbsp; and select an Output<br />
check the \"Show Status\" box<br />
The current value of the selected Output is seen as On or Off. In fact all Output&nbsp; status is seen<br />
Click on the On or Off status to toggle it. This changes the value of ehe Output&nbsp; from On to Off or vice versa<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/outputSet.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
<br />
<br />
For Sensors&nbsp; go to Events &gt; Sensors&nbsp; and select a Sensor<br />
check the \"Show Status\" box<br />
The current value of the selected Sensor is seen<br />
Enter a new value from 0 to 255 in the box. This changes the value of the Sensor immediately.<br />
Note that changing the value of a Sensor from the UCM like this will also trigger the mapped Sensor&nbsp; Response<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/sensorSet.jpg" loading="lazy"  alt="" class="mycode_img" />&nbsp; <br />
&nbsp;Another very useful feature is the Register Monitor, where you can select Counters, Sensors, Flags, Zone/Inputs , Oututs to monitor in the same window <br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/regmonitor.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
&nbsp;<br />
For details, see&nbsp; <a href="http://www.comfortforums.com/forum20/5149.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum20/5149.html</a><br />
<br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[A major improvement in Comfigurator 3.11.12 is the ability to change the  values of Counters, Sensors, Outputs, and Flags from Comfigurator. This  is a great help when testing&nbsp; programs especially for IRIO, UCMs like  KNX, Cbus, Modbus, Zwave which are based on mapping to Counters, Flags,  Sensors and Outputs.<br />
<br />
For Counters go to Events &gt; Counters and select a Counter<br />
check the \"Show Status\" box<br />
The current value of the selected Counter is seen<br />
Enter a new value from 0 to 255 in the box. This changes the value of the counter immediately.<br />
Note that changing the value of a counter from the UCM like this will also trigger the maped Counter Response<br />
<br />
<br />
<img src="https://www.cytech.biz/temp/Images/CF/counterSet.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/counterSet.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
Also see topic on Use of Counters in <a href="http://www.comfortforums.com/view_topic.php?id=4655&amp;amp;forum_id=128&amp;amp;jump_to=21977#p21977" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/view_topic.php?id=4655&amp;forum_id=128&amp;jump_to=21977#p21977</a><br />
<br />
<br />
<br />
<br />
For Flags&nbsp; go to Names &gt; Flags&nbsp; and select a Flag<br />
check the \"Show Status\" box<br />
The current value of the selected Flag is seen as On or Off. In fact all flags status is seen<br />
Click on the On or Off status to toggle it. This changes the value of he flag from On to Off or vice versa<br />
<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/flagSet.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
<br />
For Output&nbsp;&nbsp; go to Names &gt; Outputs&nbsp; and select an Output<br />
check the \"Show Status\" box<br />
The current value of the selected Output is seen as On or Off. In fact all Output&nbsp; status is seen<br />
Click on the On or Off status to toggle it. This changes the value of ehe Output&nbsp; from On to Off or vice versa<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/outputSet.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
<br />
<br />
For Sensors&nbsp; go to Events &gt; Sensors&nbsp; and select a Sensor<br />
check the \"Show Status\" box<br />
The current value of the selected Sensor is seen<br />
Enter a new value from 0 to 255 in the box. This changes the value of the Sensor immediately.<br />
Note that changing the value of a Sensor from the UCM like this will also trigger the mapped Sensor&nbsp; Response<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/sensorSet.jpg" loading="lazy"  alt="" class="mycode_img" />&nbsp; <br />
&nbsp;Another very useful feature is the Register Monitor, where you can select Counters, Sensors, Flags, Zone/Inputs , Oututs to monitor in the same window <br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/regmonitor.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
&nbsp;<br />
For details, see&nbsp; <a href="http://www.comfortforums.com/forum20/5149.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum20/5149.html</a><br />
<br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to Send Infrared Signals through any Output]]></title>
			<link>https://www.comfortforums.com/thread-4395.html</link>
			<pubDate>Wed, 13 Jan 2016 13:42:40 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4395.html</guid>
			<description><![CDATA[First, the Infrared Code of the remote control should be learned and saved into the Comfort IR library using a UCM as shown in <a href="http://www.comfortforums.com/forum126/4290.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum126/4290.html</a><br />
<br />
 Any Infrared code defined in Configuration &gt; IR Transmit Codes can be sent from any Comfort Output (with an infrared Transmitter Module eg IR01W or IR03W). Note that new IR codes can be learned using the UCM/USB, or Ethernet&nbsp; which have build in a IR Learner and using Comfigurator Tools &gt; IR Learner. This is described in the UCM Manual from <a href="https://www.cytech.biz/ucm_manual.html" target="_blank" rel="noopener" class="mycode_url">https://www.cytech.biz/ucm_manual.html</a>See this topic on Learning IR Codes <a href="http://www.comfortforums.com/forum126/4290.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum126/4290.html</a><br />
<br />
 The IR Transmit codes should be selected in Configuration &gt; IR Transmit codes<br />
<img src="https://www.cytech.biz/images/screenshots/CF/IRansmit.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/IRansmit.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/IRnew.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<img src="https://www.cytech.biz/images/screenshots/CF/IRansmit.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/IRransmit.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
Create a new Response using Add Response <br />
Select Output from the tabs on the left. A new window opens showing the Output actions available. Select Output &gt; Infrared Command.<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/outputActions.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/SendIRCode.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/sendIRCode.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
The right of the screen shows two boxes, \"IRTxName\" and \"Output Name\". Select the IR Code name to be used, and the Output number to send the IR signal from. Outputs 1 to 64 and RIO outputs 129 to 248 can be selected, provided the required number of Slaves (SEM) and LEM (Local Expansion Modules) or RIO01s are connected.<br />
]]></description>
			<content:encoded><![CDATA[First, the Infrared Code of the remote control should be learned and saved into the Comfort IR library using a UCM as shown in <a href="http://www.comfortforums.com/forum126/4290.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum126/4290.html</a><br />
<br />
 Any Infrared code defined in Configuration &gt; IR Transmit Codes can be sent from any Comfort Output (with an infrared Transmitter Module eg IR01W or IR03W). Note that new IR codes can be learned using the UCM/USB, or Ethernet&nbsp; which have build in a IR Learner and using Comfigurator Tools &gt; IR Learner. This is described in the UCM Manual from <a href="https://www.cytech.biz/ucm_manual.html" target="_blank" rel="noopener" class="mycode_url">https://www.cytech.biz/ucm_manual.html</a>See this topic on Learning IR Codes <a href="http://www.comfortforums.com/forum126/4290.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum126/4290.html</a><br />
<br />
 The IR Transmit codes should be selected in Configuration &gt; IR Transmit codes<br />
<img src="https://www.cytech.biz/images/screenshots/CF/IRansmit.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/IRansmit.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/IRnew.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<img src="https://www.cytech.biz/images/screenshots/CF/IRansmit.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/IRransmit.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
Create a new Response using Add Response <br />
Select Output from the tabs on the left. A new window opens showing the Output actions available. Select Output &gt; Infrared Command.<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/outputActions.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/SendIRCode.jpg" loading="lazy"  alt="" class="mycode_img" /><img src="https://www.cytech.biz/images/screenshots/CF/sendIRCode.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
The right of the screen shows two boxes, \"IRTxName\" and \"Output Name\". Select the IR Code name to be used, and the Output number to send the IR signal from. Outputs 1 to 64 and RIO outputs 129 to 248 can be selected, provided the required number of Slaves (SEM) and LEM (Local Expansion Modules) or RIO01s are connected.<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Time Programs]]></title>
			<link>https://www.comfortforums.com/thread-4369.html</link>
			<pubDate>Mon, 21 Dec 2015 12:55:14 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4369.html</guid>
			<description><![CDATA[32 Time Programs (for Ultra) are available which can be activated at any time of day and for any combination of days of the week and holidays. These Time Programs can be used to control appliances and lights on and off or for arming and disarming the security system. <br />
<br />
To Program Time Programs, go to Schedule &gt; Time Programs.<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/Timeprog.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
<br />
Each Time Program consists of an Activation Time, days of the week when active, and a Response. A Time Program can be specified for any combination of days of the week (Monday to Sunday) as well as Holidays. A Time program is activated if the current day of week is selected and the time matches the programmed time (to the minute). <br />
<br />
When this happens, the programmed Response is activated.<br />
<br />
For example, in an office, Time Program 1 above is programmed for 11:00 PM on Monday, Tuesday, Wednesday, Thursday, Friday to activate a Response which arms the security system to Away Mode and turns off the lights, air-conditioning and photocopying machine. <br />
<br />
The \"Enabled\" box when checked, enables the Time Program. If not checked, the Time Program will be inactive. Time Programs can also be Enabled or Disabled in the Time Program Menu on the keypad. (Program Voice Menu 6)<br />
<br />
See Enable and Disable Time Programs topic <a href="http://www.comfortforums.com/forum126/2265.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum126/2265.html</a><br />
]]></description>
			<content:encoded><![CDATA[32 Time Programs (for Ultra) are available which can be activated at any time of day and for any combination of days of the week and holidays. These Time Programs can be used to control appliances and lights on and off or for arming and disarming the security system. <br />
<br />
To Program Time Programs, go to Schedule &gt; Time Programs.<br />
<br />
<br />
<img src="https://www.cytech.biz/images/screenshots/CF/Timeprog.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<br />
<br />
Each Time Program consists of an Activation Time, days of the week when active, and a Response. A Time Program can be specified for any combination of days of the week (Monday to Sunday) as well as Holidays. A Time program is activated if the current day of week is selected and the time matches the programmed time (to the minute). <br />
<br />
When this happens, the programmed Response is activated.<br />
<br />
For example, in an office, Time Program 1 above is programmed for 11:00 PM on Monday, Tuesday, Wednesday, Thursday, Friday to activate a Response which arms the security system to Away Mode and turns off the lights, air-conditioning and photocopying machine. <br />
<br />
The \"Enabled\" box when checked, enables the Time Program. If not checked, the Time Program will be inactive. Time Programs can also be Enabled or Disabled in the Time Program Menu on the keypad. (Program Voice Menu 6)<br />
<br />
See Enable and Disable Time Programs topic <a href="http://www.comfortforums.com/forum126/2265.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum126/2265.html</a><br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to Learn Infrared Codes using UCM]]></title>
			<link>https://www.comfortforums.com/thread-4290.html</link>
			<pubDate>Thu, 30 Jul 2015 09:03:12 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4290.html</guid>
			<description><![CDATA[The UCM/ETH03 and UCM/USB is able to learn most Infrared signals from handheld remote controllers to be saved in the Infrared code library in Comfort. The IR Codes in the library can be sent to any Output connected to an Infrared Transmitter IRM01, IR01W, IR03W. See Output actions at <a href="http://www.comfortforums.com/forum92/4291.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum92/4291.html</a><br />
<br />
<br />
This information is also found in the UCM Manual<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Definitions</span><br />
<span style="font-weight: bold;" class="mycode_b">Ifr file</span><br />
A .ifr file contains the encoded infrared data for the commands for a specific appliance. For example, a TV file may have On/OFF, Channel 1, Channel 2, Mute, etc.. Each&nbsp; command in the ifr file can be assigned as an IR Transmit code and downloaded to&nbsp; Comfort via Comfigurator to be sent to any output using Infrared Command<br />
<br />
The commands in an ifr file can be learned with the infrared learner software in Comfigurator. The .ifr files are contained in the ifr sub directory in the Comfigurator directory.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Specification</span><ul class="mycode_list"><li>Infrared Carrier Frequency: 35 kHz to 50 kHz</li>
<li>Learning distance: 5 to 10 cm.</li>
<li>Angle for reception: +/- 25 degrees</li>
<li>Encoding: ifr format</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Limitations </span><br />
Some infrared signals cannot be captured or encoded by the software algorithm or used by Comfort because of limitations in the encoding system. The IR learner captures and encodes the IR signals, while Comfort decodes the encoded signals to transmit from any programmed output. The process of encoding and decoding will introduce errors between the reconstructed signal and the original signal. This works well in the majority of remote control signals tested, but not for all possible remote controls.<br />
<br />
]]></description>
			<content:encoded><![CDATA[The UCM/ETH03 and UCM/USB is able to learn most Infrared signals from handheld remote controllers to be saved in the Infrared code library in Comfort. The IR Codes in the library can be sent to any Output connected to an Infrared Transmitter IRM01, IR01W, IR03W. See Output actions at <a href="http://www.comfortforums.com/forum92/4291.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum92/4291.html</a><br />
<br />
<br />
This information is also found in the UCM Manual<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Definitions</span><br />
<span style="font-weight: bold;" class="mycode_b">Ifr file</span><br />
A .ifr file contains the encoded infrared data for the commands for a specific appliance. For example, a TV file may have On/OFF, Channel 1, Channel 2, Mute, etc.. Each&nbsp; command in the ifr file can be assigned as an IR Transmit code and downloaded to&nbsp; Comfort via Comfigurator to be sent to any output using Infrared Command<br />
<br />
The commands in an ifr file can be learned with the infrared learner software in Comfigurator. The .ifr files are contained in the ifr sub directory in the Comfigurator directory.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Specification</span><ul class="mycode_list"><li>Infrared Carrier Frequency: 35 kHz to 50 kHz</li>
<li>Learning distance: 5 to 10 cm.</li>
<li>Angle for reception: +/- 25 degrees</li>
<li>Encoding: ifr format</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Limitations </span><br />
Some infrared signals cannot be captured or encoded by the software algorithm or used by Comfort because of limitations in the encoding system. The IR learner captures and encodes the IR signals, while Comfort decodes the encoded signals to transmit from any programmed output. The process of encoding and decoding will introduce errors between the reconstructed signal and the original signal. This works well in the majority of remote control signals tested, but not for all possible remote controls.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TWS Lighting Control Module]]></title>
			<link>https://www.comfortforums.com/thread-4281.html</link>
			<pubDate>Sat, 25 Jul 2015 10:56:12 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4281.html</guid>
			<description><![CDATA[<img src="https://www.cytech.biz/images/big/tws02_new_1.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<span style="font-style: italic;" class="mycode_i">TWS02 with 2 circuits</span><br />
<br />
The TWS01 (Single circuit) and TWS02 (Dual Circuit) allows Comfort to control On/off Lighting but not dimming. The TWS consists of a lighting relay and Current sensor connected to a mechanical Two Way Switch, in such a way that independent control via the mechanical switch as well as by Comfort is possible. This allows Comfort to control the light regardless of the position of the two way switch. It also allows the mechanical switch to control the light even if Comfort is switched off or is not working. <br />
<br />
This is in contrast to other lighting systems that will not allow manual control of the lights if the system fails.<br />
]]></description>
			<content:encoded><![CDATA[<img src="https://www.cytech.biz/images/big/tws02_new_1.jpg" loading="lazy"  alt="" class="mycode_img" /><br />
<span style="font-style: italic;" class="mycode_i">TWS02 with 2 circuits</span><br />
<br />
The TWS01 (Single circuit) and TWS02 (Dual Circuit) allows Comfort to control On/off Lighting but not dimming. The TWS consists of a lighting relay and Current sensor connected to a mechanical Two Way Switch, in such a way that independent control via the mechanical switch as well as by Comfort is possible. This allows Comfort to control the light regardless of the position of the two way switch. It also allows the mechanical switch to control the light even if Comfort is switched off or is not working. <br />
<br />
This is in contrast to other lighting systems that will not allow manual control of the lights if the system fails.<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Comfort Built-in Thermostat functions for Heatng and Cooling]]></title>
			<link>https://www.comfortforums.com/thread-4280.html</link>
			<pubDate>Sat, 25 Jul 2015 10:44:04 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=1"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4280.html</guid>
			<description><![CDATA[See <a href="http://www.comfortforums.com/forum42/3547.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum42/3547.html</a> for description of this built in function<br />
]]></description>
			<content:encoded><![CDATA[See <a href="http://www.comfortforums.com/forum42/3547.html" target="_blank" rel="noopener" class="mycode_url">http://www.comfortforums.com/forum42/3547.html</a> for description of this built in function<br />
]]></content:encoded>
		</item>
	</channel>
</rss>