<?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 - Questions on Using Comfort]]></title>
		<link>https://www.comfortforums.com/</link>
		<description><![CDATA[Comfort Automation/ Security System Forums - https://www.comfortforums.com]]></description>
		<pubDate>Fri, 11 Sep 2026 11:35:18 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Cancelling dial-outs after an alarm?]]></title>
			<link>https://www.comfortforums.com/thread-5823.html</link>
			<pubDate>Wed, 31 Dec 2025 05:53:05 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=5873">caravanboy</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5823.html</guid>
			<description><![CDATA[I have a long running problem where I usually cannot sign-in to Comfort when it dials me after an alarm. (separate forum thread about that)<br />
<br />
Is there any way I can force the dial-outs to stop?  If it is in Night Mode and I'm at home, I have signed in on a keypad and set Security Off but the system still keeps trying to dial-out.<br />
<br />
Is there any Action I can execute which will cancel the ongoing dial-out attempts?]]></description>
			<content:encoded><![CDATA[I have a long running problem where I usually cannot sign-in to Comfort when it dials me after an alarm. (separate forum thread about that)<br />
<br />
Is there any way I can force the dial-outs to stop?  If it is in Night Mode and I'm at home, I have signed in on a keypad and set Security Off but the system still keeps trying to dial-out.<br />
<br />
Is there any Action I can execute which will cancel the ongoing dial-out attempts?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Siren Output ]]></title>
			<link>https://www.comfortforums.com/thread-5631.html</link>
			<pubDate>Wed, 14 May 2025 11:15:49 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=164"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5631.html</guid>
			<description><![CDATA[Hi there,<br />
<br />
I am testing an external relay which I want to trigger specifically on a siren event.<br />
<br />
To do so as a catch all, I am using the Siren Output setting within default partition 0 (I\'m not using partitions 1-3) to trigger the relay on an output zone.  <br />
<br />
1. Please confirm that the Siren Output within the partitions setting is in ADDITION to the regular siren output - ie BOTH will trigger on siren event.<br />
<br />
2. So as not to disturb neighbours, I need to do extensive testing without triggering the physical bell box for this scenario.  I believe the Bell Out needs to be left to Yes in order to trigger the Siren Output in partitions.   What is the best way to disable the siren from sounding in this scenario.  Without going into the bell box.  <br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi there,<br />
<br />
I am testing an external relay which I want to trigger specifically on a siren event.<br />
<br />
To do so as a catch all, I am using the Siren Output setting within default partition 0 (I\'m not using partitions 1-3) to trigger the relay on an output zone.  <br />
<br />
1. Please confirm that the Siren Output within the partitions setting is in ADDITION to the regular siren output - ie BOTH will trigger on siren event.<br />
<br />
2. So as not to disturb neighbours, I need to do extensive testing without triggering the physical bell box for this scenario.  I believe the Bell Out needs to be left to Yes in order to trigger the Siren Output in partitions.   What is the best way to disable the siren from sounding in this scenario.  Without going into the bell box.  <br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Auto Arm Night Mode without Announcement on key pad]]></title>
			<link>https://www.comfortforums.com/thread-5617.html</link>
			<pubDate>Sat, 15 Mar 2025 07:19:06 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=5072"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5617.html</guid>
			<description><![CDATA[I would like Night Mode auto arm to make no noise from the key pads on auto arm or auto disarm.<br />
I have been following the advice in this thread:<br />
[url=http://www.comfortforums.com/view_topic.php?id=384&amp;amp;forum_id=1]http://www.comfortforums.com/view_topic.php?id=384&amp;amp;forum_id=1[/url]<br />
<br />
Auto arm still announces \"night mode\" on the key pads but with no beeps.Audio disarm is completely silent as expected.<br />
My \"Auto Arm Night from Security Off only\" response looks like this:[code]If SecurityMode = SecurityOff Then&amp;nbsp; Keypad AllKeypads Broadcast Disable <br />
&amp;nbsp;Wait 1 Seconds using Timer01 <br />
&amp;nbsp;AutoArm NightMode&amp;nbsp; <br />
Wait 20 Seconds using Timer01&amp;nbsp; <br />
Keypad AllKeypads BroadcastEnable&amp;nbsp; <br />
End If[/code]<br />
<br />
Firmware is 8.013<br />
Can anyone help advise how to silence the announcement?]]></description>
			<content:encoded><![CDATA[I would like Night Mode auto arm to make no noise from the key pads on auto arm or auto disarm.<br />
I have been following the advice in this thread:<br />
[url=http://www.comfortforums.com/view_topic.php?id=384&amp;amp;forum_id=1]http://www.comfortforums.com/view_topic.php?id=384&amp;amp;forum_id=1[/url]<br />
<br />
Auto arm still announces \"night mode\" on the key pads but with no beeps.Audio disarm is completely silent as expected.<br />
My \"Auto Arm Night from Security Off only\" response looks like this:[code]If SecurityMode = SecurityOff Then&amp;nbsp; Keypad AllKeypads Broadcast Disable <br />
&amp;nbsp;Wait 1 Seconds using Timer01 <br />
&amp;nbsp;AutoArm NightMode&amp;nbsp; <br />
Wait 20 Seconds using Timer01&amp;nbsp; <br />
Keypad AllKeypads BroadcastEnable&amp;nbsp; <br />
End If[/code]<br />
<br />
Firmware is 8.013<br />
Can anyone help advise how to silence the announcement?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rs232 connection]]></title>
			<link>https://www.comfortforums.com/thread-5493.html</link>
			<pubDate>Tue, 18 Jun 2024 09:52:54 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=2628"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5493.html</guid>
			<description><![CDATA[Hello and first of all scuse me for my bad English.I am using Cytech Comfort since about 15 years and it is connected to a Pc via serial port because on the Pc is running \"Homeseer\" software and Cytech is perfectly integrated.Now, i would like do send and receive rs232 data on \"Arduino\" board rather then \"Pc\".<br />
I am trying but this seems a little difficult.I have mounted on the Arduino a TTL (with max232 chip) and Db9 Female plug and a \"gender changer connector\".<br />
If i connect the cable from Cytech to \"Pc\", i can receive every data, but no data seems to be read from Arduino.Maybe somethink wrong on connection? Or maybe i need to do something i don\'t know?<br />
Thank you very much.<br />
Ema from Italy <br />
]]></description>
			<content:encoded><![CDATA[Hello and first of all scuse me for my bad English.I am using Cytech Comfort since about 15 years and it is connected to a Pc via serial port because on the Pc is running \"Homeseer\" software and Cytech is perfectly integrated.Now, i would like do send and receive rs232 data on \"Arduino\" board rather then \"Pc\".<br />
I am trying but this seems a little difficult.I have mounted on the Arduino a TTL (with max232 chip) and Db9 Female plug and a \"gender changer connector\".<br />
If i connect the cable from Cytech to \"Pc\", i can receive every data, but no data seems to be read from Arduino.Maybe somethink wrong on connection? Or maybe i need to do something i don\'t know?<br />
Thank you very much.<br />
Ema from Italy <br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to disable a zone being trouble via sms or mobile phone?]]></title>
			<link>https://www.comfortforums.com/thread-5449.html</link>
			<pubDate>Mon, 23 Oct 2023 07:38:36 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=58"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5449.html</guid>
			<description><![CDATA[As being away and without a window based laptop (only macbook is a available), and there is a zone been being trouble. Its on/off or fault/ restore states causing Comfort sending out too many sms alerts - âZone xxxx troubledâ. How we can disable this trouble zone remotely in this situation only via sms or mobile phone calls?<br />
Thank you.]]></description>
			<content:encoded><![CDATA[As being away and without a window based laptop (only macbook is a available), and there is a zone been being trouble. Its on/off or fault/ restore states causing Comfort sending out too many sms alerts - âZone xxxx troubledâ. How we can disable this trouble zone remotely in this situation only via sms or mobile phone calls?<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Power outage]]></title>
			<link>https://www.comfortforums.com/thread-5419.html</link>
			<pubDate>Fri, 17 Feb 2023 06:37:25 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=101"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5419.html</guid>
			<description><![CDATA[I will be having work done to the mains power supply to my property, I will have no mains power for up to 48 hours. My first question is - how long will the backup battery keep my Comfort 2 Ultra going without mains power. EDIT - I worked this out from a table I found, not long enough! My second question; I have a Reson8 bell box. If there is no power to Comfort and I disconnect the battery the siren goes off as it has an independent battery. Is there an easy way (not having to get my ladders out and climb up to the bell box) to stop this happening?<br />
Cheers]]></description>
			<content:encoded><![CDATA[I will be having work done to the mains power supply to my property, I will have no mains power for up to 48 hours. My first question is - how long will the backup battery keep my Comfort 2 Ultra going without mains power. EDIT - I worked this out from a table I found, not long enough! My second question; I have a Reson8 bell box. If there is no power to Comfort and I disconnect the battery the siren goes off as it has an independent battery. Is there an easy way (not having to get my ladders out and climb up to the bell box) to stop this happening?<br />
Cheers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Phone messages]]></title>
			<link>https://www.comfortforums.com/thread-5416.html</link>
			<pubDate>Thu, 26 Jan 2023 04:31:09 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=101"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5416.html</guid>
			<description><![CDATA[Comfort 2 Ultra. As we move more and more to online shopping I get an endless stream of deliveries. My&amp;nbsp; wife shops a lot!!&amp;nbsp;Delivery drivers tend to ring the doorbell and leave the package on the doorstep. When I am out and the alarm is set to away I get a phone call from Comfort.&amp;nbsp;Is there a way I can stop getting phone calls from the doorbell being pressed but still receive notifications from other alarm events?]]></description>
			<content:encoded><![CDATA[Comfort 2 Ultra. As we move more and more to online shopping I get an endless stream of deliveries. My&amp;nbsp; wife shops a lot!!&amp;nbsp;Delivery drivers tend to ring the doorbell and leave the package on the doorstep. When I am out and the alarm is set to away I get a phone call from Comfort.&amp;nbsp;Is there a way I can stop getting phone calls from the doorbell being pressed but still receive notifications from other alarm events?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Interfacing with Zigbee, Tuya Smart devices]]></title>
			<link>https://www.comfortforums.com/thread-5338.html</link>
			<pubDate>Sat, 30 Oct 2021 17:14:33 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=0">ptdoyle</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5338.html</guid>
			<description><![CDATA[Hi,<br />
I bought a Comfort system many years ago but for various reasons I am only getting to install it now. I apologize in advance if my question is answered somewhere on the forum but cannot find any recent posts on this topic.<br />
I understand Comfort can interface with many 4rd party systems such as ZWave, KNX, C-Bus etc., but devices for these systems seem very expensive compared to the zigbee, Tuya Smart type devices currently available.<br />
Does Comfort have a UCM or other capability to interface with such devices? I see that back in 2006 there was some focus on the UCM/Pi but have things moved on since then?<br />
Thanks,Paul<br />
PS: thanks to the Comfort team and the many forum users because its been very helpful as I installed my system.]]></description>
			<content:encoded><![CDATA[Hi,<br />
I bought a Comfort system many years ago but for various reasons I am only getting to install it now. I apologize in advance if my question is answered somewhere on the forum but cannot find any recent posts on this topic.<br />
I understand Comfort can interface with many 4rd party systems such as ZWave, KNX, C-Bus etc., but devices for these systems seem very expensive compared to the zigbee, Tuya Smart type devices currently available.<br />
Does Comfort have a UCM or other capability to interface with such devices? I see that back in 2006 there was some focus on the UCM/Pi but have things moved on since then?<br />
Thanks,Paul<br />
PS: thanks to the Comfort team and the many forum users because its been very helpful as I installed my system.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Volumes]]></title>
			<link>https://www.comfortforums.com/thread-5200.html</link>
			<pubDate>Sun, 19 Jul 2020 06:02:30 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=101"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5200.html</guid>
			<description><![CDATA[I have recently been setting up the control menu.It works but the volume from my keypads when announcing the titles of the items in control menu is significantly lower then other announcements. Is there a way to adjust that volume separately?]]></description>
			<content:encoded><![CDATA[I have recently been setting up the control menu.It works but the volume from my keypads when announcing the titles of the items in control menu is significantly lower then other announcements. Is there a way to adjust that volume separately?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Howto activate input &quot;IN&quot; of AJAX OcBridge Wired to Wireless interface]]></title>
			<link>https://www.comfortforums.com/thread-5175.html</link>
			<pubDate>Fri, 08 May 2020 13:07:56 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=47415"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5175.html</guid>
			<description><![CDATA[Hi,<br />
I am testing a new Wired to Wireless interface from AJAX called OcBridge connected to Comfort II.[url=https://ajax.systems/products/ocbridgeplus/]https://ajax.systems/products/ocbridgeplus/[/url]<br />
This new wireless solution is bidireccional and has some level of control on the polling of the devices (sensors).One of the \"advantages\" is to be able to spare (extend) battery life of sensors by reducing activity under certain circumstances determined by the state of the interface OcBridge being \"armed\" or \"disarmed\".And this is achieved by command of the input \"IN\" of OcBridge:<br />
[i]The input Ã¢â¬ÅINÃ¢â¬Â is designated for connecting transistor output or the[/i][i]central unit (panel) relay (PICTURE 1). If the Ã¢â¬ÅINÃ¢â¬Â input condition changes[/i][i](Closing/Opening), the whole set of sensors connected to the receiver[/i][i]are set to Ã¢â¬ÅpassiveÃ¢â¬Â mode (except for the sensors ticked as 24 h active),[/i][i]with the initial state restore Ã¢â¬â the sensors are set to Ã¢â¬ÅactiveÃ¢â¬Â, and the red[/i][i]light is on. In case several groups of sensors are used independently on[/i][i]the central unit, the ocBridge is to be set to the Ã¢â¬ÅactiveÃ¢â¬Â mode even if[/i][i]only one group of central unit is in armed mode. Only when all groups on[/i][i]central unit are deactivated, is possible to set the ocBridge and sensors to[/i][i]Ã¢â¬ÅpassiveÃ¢â¬Â. Use of Ã¢â¬ÅpassiveÃ¢â¬Â mode of the sensors when system disarmed[/i][i]will significantly improve battery life of the sensors.[/i][i]<br />
[/i]How can I use a Comfort output to set \"IN\" armed or disarmed (in OcBridge-ian terms) ?<br />
Thanks.Carlos.<br />
]]></description>
			<content:encoded><![CDATA[Hi,<br />
I am testing a new Wired to Wireless interface from AJAX called OcBridge connected to Comfort II.[url=https://ajax.systems/products/ocbridgeplus/]https://ajax.systems/products/ocbridgeplus/[/url]<br />
This new wireless solution is bidireccional and has some level of control on the polling of the devices (sensors).One of the \"advantages\" is to be able to spare (extend) battery life of sensors by reducing activity under certain circumstances determined by the state of the interface OcBridge being \"armed\" or \"disarmed\".And this is achieved by command of the input \"IN\" of OcBridge:<br />
[i]The input Ã¢â¬ÅINÃ¢â¬Â is designated for connecting transistor output or the[/i][i]central unit (panel) relay (PICTURE 1). If the Ã¢â¬ÅINÃ¢â¬Â input condition changes[/i][i](Closing/Opening), the whole set of sensors connected to the receiver[/i][i]are set to Ã¢â¬ÅpassiveÃ¢â¬Â mode (except for the sensors ticked as 24 h active),[/i][i]with the initial state restore Ã¢â¬â the sensors are set to Ã¢â¬ÅactiveÃ¢â¬Â, and the red[/i][i]light is on. In case several groups of sensors are used independently on[/i][i]the central unit, the ocBridge is to be set to the Ã¢â¬ÅactiveÃ¢â¬Â mode even if[/i][i]only one group of central unit is in armed mode. Only when all groups on[/i][i]central unit are deactivated, is possible to set the ocBridge and sensors to[/i][i]Ã¢â¬ÅpassiveÃ¢â¬Â. Use of Ã¢â¬ÅpassiveÃ¢â¬Â mode of the sensors when system disarmed[/i][i]will significantly improve battery life of the sensors.[/i][i]<br />
[/i]How can I use a Comfort output to set \"IN\" armed or disarmed (in OcBridge-ian terms) ?<br />
Thanks.Carlos.<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to determine CCTV compatibility?]]></title>
			<link>https://www.comfortforums.com/thread-5156.html</link>
			<pubDate>Tue, 31 Mar 2020 07:42:27 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=8666"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5156.html</guid>
			<description><![CDATA[I\'m leaning towards purchasing the following Hikvision cameras and was wondering how I could confirm if they will work with the Comfort app?<br />
[url=https://www.use-ip.co.uk/hikvision-ds-2cd2385g1-i.html]https://www.use-ip.co.uk/hikvision-ds-2cd2385g1-i.html[/url]<br />
[url=https://www.use-ip.co.uk/hikvision-ds-2cd2545fwd-is.html]https://www.use-ip.co.uk/hikvision-ds-2cd2545fwd-is.html[/url]]]></description>
			<content:encoded><![CDATA[I\'m leaning towards purchasing the following Hikvision cameras and was wondering how I could confirm if they will work with the Comfort app?<br />
[url=https://www.use-ip.co.uk/hikvision-ds-2cd2385g1-i.html]https://www.use-ip.co.uk/hikvision-ds-2cd2385g1-i.html[/url]<br />
[url=https://www.use-ip.co.uk/hikvision-ds-2cd2545fwd-is.html]https://www.use-ip.co.uk/hikvision-ds-2cd2545fwd-is.html[/url]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Proximity sensor]]></title>
			<link>https://www.comfortforums.com/thread-5135.html</link>
			<pubDate>Wed, 08 Jan 2020 08:26:33 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=4337"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5135.html</guid>
			<description><![CDATA[Hi has anyone fitted&amp;nbsp; a \"proximity sensor\" Not a PIR to a comfort system and what how was it connected and activated on the system, what were the requirements to do so, what were/are the issues of using a proximity sensor. be much appreciated if anyone has any first hand experiance on this<br />
<br />
]]></description>
			<content:encoded><![CDATA[Hi has anyone fitted&amp;nbsp; a \"proximity sensor\" Not a PIR to a comfort system and what how was it connected and activated on the system, what were the requirements to do so, what were/are the issues of using a proximity sensor. be much appreciated if anyone has any first hand experiance on this<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KT05 - Videos and pictures in action]]></title>
			<link>https://www.comfortforums.com/thread-5071.html</link>
			<pubDate>Thu, 13 Jun 2019 06:09:41 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=271"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5071.html</guid>
			<description><![CDATA[I\'m interested in the KT05, but I\'d like to see it in action. Does anyone know of a source of videos and pictures of it in use?<br />
Thanks!]]></description>
			<content:encoded><![CDATA[I\'m interested in the KT05, but I\'d like to see it in action. Does anyone know of a source of videos and pictures of it in use?<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Z-wave Module]]></title>
			<link>https://www.comfortforums.com/thread-5044.html</link>
			<pubDate>Tue, 16 Apr 2019 08:51:05 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=2376"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-5044.html</guid>
			<description><![CDATA[Hi I am trying to connect the Z-Wave module to Samsung Smart Things but am unable to find the network. Is it possible to connect it directly or do I need a Z-wave remote control first?]]></description>
			<content:encoded><![CDATA[Hi I am trying to connect the Z-Wave module to Samsung Smart Things but am unable to find the network. Is it possible to connect it directly or do I need a Z-wave remote control first?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Reduce PIR sensitivity when armed]]></title>
			<link>https://www.comfortforums.com/thread-4944.html</link>
			<pubDate>Wed, 08 Aug 2018 04:42:45 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.comfortforums.com/member.php?action=profile&uid=5341"></a>]]></dc:creator>
			<guid isPermaLink="false">https://www.comfortforums.com/thread-4944.html</guid>
			<description><![CDATA[Hi all, I use my PIR\'s for occupancy detection during the day so they are set to be sensitive, but I need to reduce the sensitivity when armed as they occasionally trigger a random alarm which I put down to insects. I looked at the VibrationAnalyse response but I am not sure how to implement this for the PIRs when the system is armed to night or away.<br />
Any help would be appreciated.]]></description>
			<content:encoded><![CDATA[Hi all, I use my PIR\'s for occupancy detection during the day so they are set to be sensitive, but I need to reduce the sensitivity when armed as they occasionally trigger a random alarm which I put down to insects. I looked at the VibrationAnalyse response but I am not sure how to implement this for the PIRs when the system is armed to night or away.<br />
Any help would be appreciated.]]></content:encoded>
		</item>
	</channel>
</rss>