![]() |
|
|||||||
| The C-Bus Community Forums is place where C-Bus users can share information and help others with C-Bus. From time to time you will see Clipsal staff on the forums, but this is not an official support channel. If you really need help contact the official support services of Clipsal. More information about the purpose of this forum is available here. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am using a PAC to do the logic and have Cytech's Comfort alarm panel connected to CBUS.
Comfort has 4 alarm levels, that is OFF,Day,Night, and Away. When I tested GetStringIBSystemIO("Security Armed Level Name", armLevel) with the alarm panel in DAY mode, I got "disarmed" which is not entirely accurate, should this be the case? Or am I doing something wrong (again)? |
|
#2
|
|||
|
|||
|
I am using a PAC to do the logic and have Cytech's Comfort alarm panel connected to CBUS.
When I tested GetIntIBSystemIO("Security Armed Level") it returns 0, no matter what the current Alarm Level is. Is this function not PAC supported? |
|
#3
|
||||
|
||||
|
Both of the above make it sound like the PAC is not receiving the bus messages from the Comfort... can you see anything in, say the Application log of Toolkit, or the LOG in PICED when running this project?
Nick |
|
#4
|
|||
|
|||
|
I can see messages in Application 208 in both (Toolkit and PICED logs) and I use GetBoolIBSystemIO("Security Zone Secure",ZoneName) for motion controlled GAs and they behave as expected.
|
|
#5
|
||||
|
||||
|
Can you extract and post the messages you see in the PICED log?
Specifically where it should be changing the armed mode. Nick |
|
#6
|
|||
|
|||
|
Quote:
Code:
09/02/2010 05:14:11 PM C-Bus Rx : Ramp Comfort Zone Status, Scullery Movement Off over 4s 09/02/2010 05:14:25 PM C-Bus Rx : Security Application : Zone 7 Sealed 09/02/2010 05:14:25 PM C-Bus Rx : Ramp Comfort Zone Status, Patio Outside Doors Off over 4s 09/02/2010 05:14:27 PM C-Bus Rx : Security Application : Zone 19 Unsealed 09/02/2010 05:14:27 PM C-Bus Rx : Ramp Comfort Zone Status, Scullery Movement On over 4s 09/02/2010 05:14:36 PM C-Bus Rx : Security Application : Exit delay started 09/02/2010 05:14:36 PM C-Bus Rx : Security Application : Arm Ready 09/02/2010 05:14:39 PM C-Bus Rx : Security Application : Zone 19 Sealed 09/02/2010 05:14:39 PM C-Bus Rx : Ramp Comfort Zone Status, Scullery Movement Off over 4s 09/02/2010 05:14:40 PM C-Bus Rx : Set AlarmSystemMode to Day Mode 09/02/2010 05:14:40 PM C-Bus Rx : Security Application : System Arm State : Armed 09/02/2010 05:14:58 PM C-Bus Rx : Set AlarmSystemMode to OFF Mode |
|
#7
|
|||
|
|||
|
I see the same on my system. Running PICED 4.7.2 with the latest Comfort firmware on all components (UCM/CBus and Main firmware). Output in the log also shows system being armed correctly but the built-in system io variable stays on 0.
My workaround was to set a CBus group, from the Comfort side, to either On or Off depending on the Armed level. It uses 4 CBus groups but it works every time. Ingo |
|
#8
|
|||
|
|||
|
Quote:
I have a work-around, one GA (50 OFF, 100 DayMode, 150 Night Mode, 200 Away Mode, 250 Vacation) which Comfort setup at arming/disarming. I found out a couple days ago that with some power failures PACS initialises and the status of the GA is unknown (Zero/OFF), to which I had to setup another workaround, that is ask Comfort to set the GA again at PACS initialise which works, but I hate the fact that I am doing a work-around of a work-around, hence why am trying to get the right method working. Maybe we have faulty units? Josh |
|
#9
|
||||
|
||||
|
Hi Josh.
I don't think it's faulty units... I suspect it's more a case of the subtlties of how the security application works. The "Armed Level" is actually the level that the slave device has requested, whereas the "Armed State" is what the master device (the panel) has actually done in response to this request. Unfortunately the log doesn't give exact details of the messages, and who sent what.. Now that the protocols have all been made public, the latest version of the Diagnostic Utility (you can download it here) has more or less the same level of information as our internal tools, and shows and decodes the full message from the bus. Could I trouble you to download it and post another log? Nick Last edited by NickD; 11 Feb 10 at 01:58 PM. |
|
#10
|
|||
|
|||
|
Quote:
I have CBus Diagnostic Utility v 2.0.0.0. Any settings I need to change or would the Basic Mode do? Josh |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Write system IO c-touch object | DiscoStu | C-Touch/HomeGate/SchedulePlus/PICED | 2 | 23 Nov 07 02:57 PM |
| Triggering scenes using security system | remotesolutions | General Discussion | 7 | 23 Jun 06 03:01 AM |
| Comfort Security System | Josh | C-Touch/HomeGate/SchedulePlus/PICED | 5 | 20 Jun 06 05:48 PM |
| Timer delay off (Now that's a newbie question) | Mithril | C-Bus Toolkit/C-Gate | 12 | 01 Sep 04 04:41 PM |