Announcement

Collapse
No announcement yet.

CADDX Bypass Zones from Plugin??

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CADDX Bypass Zones from Plugin??

    I am running the CADDX Plugin 3.1.32.0 with Homeseer 2.1. to control an NX8E...

    I can arm disarm partitions, see and use zones in events, am running scripts etc. but do not see how to Bypass a Zone via the Plugin. Is this possible? What must I do?

    Thanks.

    #2
    Not available.

    We have requested this feature in the last 3 months. It is not available.
    James

    Running HS 3 on Win10 .

    Comment


      #3
      Dear Nitrox - Zones Bypass Capability Pls

      OK - well here is hoping Nitrox will add the ability to Bypass a Zone to the Plugin... One of my main goals was the ability to remotely arm my alarm system... if someone mistakenly left a window open without bypassing that zone...the Plugin user can NOT arm the system remotely at all.

      Dear Nitrox...pls add that Bypass power...it should be simple to do.

      Thanks.

      stevenslosangeles

      Comment


        #4
        A "Zone Bypass" has been added to my upcoming release, along with a "Sync Clock" function which syncs the panels internal clock with your PC.

        -Nitrox

        Comment


          #5
          How To Implement Bypass & Clock Sync

          Nitrox...

          Thanks for the new version...How does one access the Bypass and Clock Sync functionality... is this accessible as a control button (I have not found one in the new version) or is it a new script command...If script what is the syntax?

          Thanks.

          stevenslosangeles

          Comment


            #6
            I need to upload the newest release to the updater today as the current public version doesn't have these methods exposed. The new options are script interfaces only but I will be adding buttons for them in a future release. To use them you'll need to enable the options in your panel:

            Code:
            k) To enable the option of synchronizing the panel clock:
            
                (NX-584) Location 3, Segment 4, Data 4
                (NX-8e) Location 211, Segment 4, Data 4
            
            l) To enable the option of bypassing zones:
            
                (NX-584) Location 3, Segment 4, Data 8
                (NX-8e) Location 211, Segment 4, Data 8
            Then the syntax to bypass zone# 1 would be:

            Code:
            &hs.plugin("Caddx Plug-In").ScriptIFace "Zone Bypass,1"
            and to Sync the panel clock:

            Code:
            &hs.plugin("Caddx Plug-In").ScriptIFace "Sync Clock"
            -Nitrox

            Comment

            Working...
            X