Announcement

Collapse
No announcement yet.

Custom message script problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Custom message script problem

    Mark,

    I just noticed something that is no longer working as intended.

    I have a script that gets loaded when the panel indicates an alarm. To accomplish this my event is looking for a Vista Alarm Message to become "P1 DISARM ORALARM WILL OCCUR" and the event does run. But somewhere between loading the script and getting to the scripts' conditional statements the message must be changing because they never speak. Instead, the script ends without speaking the conditional warnings and then reloads. I see multiple log entries that show this.

    The script is set to only allow one instance to run.

    Maybe it was a bug and now fixed that make my script no longer work. I'm guessing I find another way to accomplish the task (The reason for the if is to mute the script if the system is disarmed.

    Sep-21 3:41:18 PM Event Event Trigger "Ademco Alarm has been disarmed"
    Sep-21 3:41:17 PM TTS Speak ():The alarm's siren will activate in less than 60 seconds.
    Sep-21 3:41:17 PM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
    Sep-21 3:41:17 PM Event Event Trigger "Ademco Alarm has been tripped"
    Sep-21 3:41:11 PM TTS Speak ():The alarm's siren will activate in less than 60 seconds.
    Sep-21 3:41:11 PM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
    Sep-21 3:41:11 PM Event Event Trigger "Ademco Alarm has been tripped"
    Sep-21 3:41:05 PM TTS Speak ():The alarm's siren will activate in less than 60 seconds.
    Sep-21 3:41:05 PM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
    Sep-21 3:41:05 PM Event Event Trigger "Ademco Alarm has been tripped"
    Sep-21 3:40:59 PM TTS Speak ():The alarm's siren will activate in less than 60 seconds.
    Sep-21 3:40:59 PM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
    Sep-21 3:40:59 PM Event Event Trigger "Ademco Alarm has been tripped"
    Sep-21 3:40:59 PM Vista Alarm P1 DISARM ORALARM WILL OCCUR

    Here is the script:

    Code:
    sub main()
    
    	hs.speak "The alarm's siren will activate in less than 60 seconds."
    
    	if hs.DeviceString(265) = "P1 DISARM ORALARM WILL OCCUR" then
    		hs.speak "Proceed to nearest keypad and enter your code.",true,"*:*"
    		hs.waitsecs 5
    	End if
    
    	if hs.DeviceString(265) = "P1 DISARM ORALARM WILL OCCUR" then 
    		hs.speak "The home's perimeter video surveillance has recorded your entry and that is now stored in the cloud.",true,"*:*" 
    		hs.waitsecs 5
    	End if 
    
    	if hs.DeviceString(265) = "P1 DISARM ORALARM WILL OCCUR" then 
    		hs.speak "Upon siren activation the police will be notified and these recordings will be made available to them.",true,"*:*"
    		hs.waitsecs 5
    	End if
    
    end sub
    -Rick

    #2
    what version of the plugin are you running? Also, make sure the panel message in the log matches what you have in your script; including spaces, etc
    Mark

    HS3 Pro 4.2.19.5
    Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
    Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
    Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

    Comment


      #3
      3.0.0.33

      The message does match as its the event trigger as well and the event runs.

      -r
      -Rick

      Comment


        #4
        can you enable debug mode, and post the panel msg that is triggering the event
        Mark

        HS3 Pro 4.2.19.5
        Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
        Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
        Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

        Comment


          #5
          Sure, meanwhile another item has popped as I have been tripping the alarm a lot today in testing and I notice the goto stuff is flipping out again.

          -r

          Sep-21 6:30:19 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:30:16 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:30:16 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:30:14 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:30:12 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:30:12 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:30:10 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:30:08 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:30:07 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:30:05 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:30:03 PM Device Control Device: Foyer Z-Wave Door Lock to Lock (255)
          Sep-21 6:30:03 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:30:03 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:30:01 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:30:00 PM Status Script completed normally
          Sep-21 6:30:00 PM HVAC Monitor Completed Normally
          Sep-21 6:30:00 PM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakTextList.txt
          Sep-21 6:30:00 PM Event Event Trigger "Recurring Speak Text (Reminders) Message"
          Sep-21 6:30:00 PM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/HVAC-Monitor.txt
          Sep-21 6:30:00 PM Event Event Trigger "Recurring HVAC Actions"
          Sep-21 6:30:00 PM HTML Strip Log‑on to P1 Part. 1 Complete
          Sep-21 6:29:59 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:29:59 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:29:57 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:29:54 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:29:54 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:29:53 PM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/LockAlert-FrontDoor.txt
          Sep-21 6:29:53 PM Event Event Trigger "Device Value Change Security Alert Deadbolts Activity FD"
          Sep-21 6:29:53 PM Z-Wave Device: Foyer Z-Wave Door Lock Set to 255
          Sep-21 6:29:52 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:29:51 PM Device Control Device: Foyer Z-Wave Door Lock to Lock (255)
          Sep-21 6:29:50 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:29:50 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:29:48 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:29:46 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:29:45 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:29:43 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:29:41 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:29:41 PM Vista Alarm ALARM 02 DELAYEDENTRY DOOR
          Sep-21 6:29:41 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:29:39 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:29:37 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:29:37 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:29:35 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:29:32 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:29:32 PM Vista Alarm Sending Goto Partition 0 command to alarm
          Sep-21 6:29:30 PM Vista Alarm Sending Display Faults command to alarm
          Sep-21 6:29:28 PM Vista Alarm Sending Goto Partition 1 command to alarm
          Sep-21 6:29:28 PM Vista Alarm ALARM 02 DELAYEDENTRY DOOR
          -Rick

          Comment


            #6
            Is this what you had in mind?


            Sep-21 7:05:04 PM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
            Sep-21 7:05:04 PM Event Event Trigger "Ademco Alarm has been tripped"
            Sep-21 7:05:04 PM Vista Alarm [0011050110000000----],0c0,[f74f000010c0858c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
            Sep-21 7:05:04 PM Vista Alarm Processing msg on Partition 1
            Sep-21 7:05:04 PM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1

            it's not the initial trigger - that works. My script once launched looks to that message as a way to stop the script from continuing if a code is entered that deactivates the alarm. Worked fine for a long time then ...

            -r
            -Rick

            Comment


              #7
              You're doing two speaks back-to back. Can they be stacked like that?

              Maybe move the delay to between the two instead of after the 2nd one:

              Also check that 265 is the correct device ref.

              Code:
              sub main()
                  dim ref = 265
              
                  hs.speak "The alarm's siren will activate in less than 60 seconds."
                  hs.waitsecs 5
              
                  hs.writelog('debug', hs.DeviceString(ref))
              
                  if hs.DeviceString(ref) = "P1 DISARM ORALARM WILL OCCUR" then
                      hs.speak "Proceed to nearest keypad and enter your code.",true,"*:*"
                  End if
              
                  if hs.DeviceString(ref) = "P1 DISARM ORALARM WILL OCCUR" then 
                      hs.speak "The home's perimeter video surveillance has recorded your entry and that is now stored in the cloud.",true,"*:*" 
                  End if 
              
                  if hs.DeviceString(ref) = "P1 DISARM ORALARM WILL OCCUR" then 
                      hs.speak "Upon siren activation the police will be notified and these recordings will be made available to them.",true,"*:*"
                  End if
              
              end sub

              Comment


                #8
                Wolfpack,

                Thanks for the suggestions. I rewrote the routine to not rely on the panel message after the event initially runs the script. It may be a better way to have handled it in the first place. But the problem still persists in the event will fire multiple times during one alarm and this is the new behavior for the plugin. That was a point of my post as this code had been running since March without a hiccup. The hiccups started some time ago but I didn;t notice it and not too long ago I upgraded to the latest plug-in version on the updates. (I have dim memory that you might have had me update to beta version for some other issues but that memory is iffy at best) So anyway I have dealt with it by not relying on the panel message for ending the script upon successful disarm.

                Code:
                sub main()
                
                	hs.speak "The alarm's siren will activate in less than 60 seconds."
                	hs.waitsecs 1
                	hs.speak "Proceed to nearest keypad and enter your disarm code.",true,"*:*"
                	hs.waitsecs 4
                	
                	If hs.devicevalue(269) <> 1 then
                		hs.speak "The home's perimeter video surveillance has recorded your entry and that is now stored in the cloud.",true,"*:*" 
                		hs.waitsecs 4
                	end if
                
                	if hs.devicevalue(269) <> 1 then 
                		hs.speak "Upon siren activation the police will be notified and these recordings will be made available to them.",true,"*:*"
                	end if 
                end sub
                -Rick

                Comment


                  #9
                  in the most recent beta I did change how the 'last panel message' is displayed.

                  I added a line break <br> in the middle if its a two line message.

                  this is stored in the string value of the hs device

                  this would have affected your script
                  Mark

                  HS3 Pro 4.2.19.5
                  Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
                  Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
                  Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

                  Comment


                    #10
                    I don't believe HTML has anything to do with this issue. The entire issue (to me) seems that something has changed with how the plug-in handles messages that I'm (HS3) is using used for custom triggers. It's like the plug-in now sees the same message as it is resent by the panel alerting a specific condition as a new trigger and between the initial message "P1 DISARM OR ALARM WILL OCCUR" it's changing to another status that the panel then resends "P1 DISARM OR ALARM WILL OCCUR" and the plug-in is then retriggering the same event again.

                    As I was typing this I did have a thought that might be where this has gone off the tracks. Some weeks ago you had suggested I activate a programming feature in the panel to prefix the partition to the message. If I was a betting man I'll bet that when my scripts became broken. A further guess is a behavior of how the plug-in handles these messages is different now that the panel is prefixing the partition to the message. I have rewritten my script to no longer rely on the panel message to mute it if a valid disarm code is entered which was the point if conditional test so I didn't have to listen to the hose blabber outdated warnings.

                    So now the remaining issue, is the plug-in keeps trying to relaunch the script. I disable it from relaunching by limiting the event it to a single occurrence (you can see that in the log I have attached) , but once the script is finished and no longer running the next time the plug-in sees "P1 DISARM OR ALARM WILL OCCUR" it reloads the script for round 2., then round 3, etc, etc, etc. I could set a not to re-trigger event of a few minutes to hide this problem but...

                    I have attached the log that I annotated with comments in parens where I thought relevant. Note I don;t know if my arm/disarm code was buried in the strings so I created a throwaway test panel code so no worries about revealing it to the public as its already deleted.

                    Message/Source
                    Sep-22 8:57:18 AM Vista Alarm Sending *
                    Sep-22 8:57:16 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:57:16 AM Vista Alarm !Sending.done
                    Sep-22 8:57:16 AM Vista Alarm !Sending.done
                    Sep-22 8:57:16 AM Vista Alarm [0001000111000000----],102,[f74f0400100280002a0200000d0000],"ALARM 02 DELAYEDENTRY DOOR "
                    Sep-22 8:57:16 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:57:16 AM Vista Alarm MessageKey=FAULT-102
                    Sep-22 8:57:16 AM Vista Alarm !Sending.done
                    Sep-22 8:57:16 AM Vista Alarm [0001010110000000----],0c0,[f740000000c0010028020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:57:16 AM Vista Alarm Ignoring Message
                    Sep-22 8:57:16 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:57:16 AM Vista Alarm !Sending.done
                    Sep-22 8:57:16 AM Vista Alarm [0001000110000000----],002,[f74f04001002800c28020000000000],"P1 DISARMED ZONES IN ALARM "
                    Sep-22 8:57:16 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:57:16 AM Vista Alarm MessageKey=P1 DISARMED ZONES IN ALARM 1
                    Sep-22 8:57:16 AM Vista Alarm Sending [code]+*0
                    Sep-22 8:57:14 AM HTML Strip P2 ARMED AWAY ** ALL SECURE **
                    Sep-22 8:57:14 AM Vista Alarm Sending *
                    Sep-22 8:57:13 AM Speak Alarm Armed script completed
                    Sep-22 8:57:12 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:57:12 AM Vista Alarm !Sending.done
                    Sep-22 8:57:12 AM Vista Alarm !Sending.done
                    Sep-22 8:57:12 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:57:12 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:57:12 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:57:12 AM Vista Alarm [0001000111000000----],002,[f74f0400100280002a020000000000],"ALARM 02 DELAYEDENTRY DOOR "
                    Sep-22 8:57:12 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:57:12 AM Vista Alarm MessageKey=FAULT-2
                    Sep-22 8:57:12 AM Vista Alarm !Sending.done
                    Sep-22 8:57:12 AM Vista Alarm [0001010110000000----],1c0,[f740000000c00100280200000d0000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:57:12 AM Vista Alarm Ignoring Message
                    Sep-22 8:57:12 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:57:12 AM Vista Alarm [0001010110000000----],0c0,[f740000000c0010028020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:57:12 AM Vista Alarm Ignoring Message
                    Sep-22 8:57:12 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:57:12 AM Vista Alarm !Sending.done
                    Sep-22 8:57:11 AM Vista Alarm [0001000110000000----],002,[f74f04001002800c28020000000000],"P1 DISARMED ZONES IN ALARM "
                    Sep-22 8:57:11 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:57:11 AM Vista Alarm MessageKey=P1 DISARMED ZONES IN ALARM 1
                    Sep-22 8:57:11 AM Vista Alarm Sending [code]+*0
                    Sep-22 8:57:09 AM Vista Alarm Sending *
                    Sep-22 8:57:07 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:57:07 AM Vista Alarm !Sending.done
                    Sep-22 8:57:07 AM Vista Alarm !Sending.done
                    Sep-22 8:57:07 AM Vista Alarm [0001000111000000----],002,[f74f0400100280002a020000000000],"ALARM 02 DELAYEDENTRY DOOR "
                    Sep-22 8:57:07 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:57:07 AM Vista Alarm MessageKey=FAULT-2
                    Sep-22 8:57:07 AM Vista Alarm !Sending.done
                    Sep-22 8:57:07 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:57:07 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:57:07 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:57:07 AM Vista Alarm [0001010110000000----],1c0,[f740000000c00100280200000d0000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:57:07 AM Vista Alarm Ignoring Message
                    Sep-22 8:57:07 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:57:07 AM Vista Alarm !Sending.done
                    Sep-22 8:57:07 AM Vista Alarm [0001000110000000----],002,[f74f04001002800c28020000000000],"P1 DISARMED ZONES IN ALARM "
                    Sep-22 8:57:07 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:57:07 AM Vista Alarm MessageKey=P1 DISARMED ZONES IN ALARM 1
                    Sep-22 8:57:07 AM Vista Alarm Sending [code]+*0
                    Sep-22 8:57:05 AM Vista Alarm Sending *
                    Sep-22 8:57:03 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:57:03 AM Vista Alarm !Sending.done
                    Sep-22 8:57:03 AM Vista Alarm !Sending.done
                    Sep-22 8:57:03 AM Vista Alarm [0001000111000000----],002,[f74f0400100280002a020000000000],"ALARM 02 DELAYEDENTRY DOOR "
                    Sep-22 8:57:03 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:57:03 AM Vista Alarm MessageKey=FAULT-2
                    Sep-22 8:57:03 AM Vista Alarm [0001000110000000----],0c0,[f74f040010c0800c28020000000000],"P1 DISARMED ZONES IN ALARM "
                    Sep-22 8:57:03 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:57:03 AM Vista Alarm MessageKey=P1 DISARMED ZONES IN ALARM 1
                    Sep-22 8:57:03 AM Vista Alarm Sending [code]+*0
                    Sep-22 8:57:01 AM Vista Alarm Sending *
                    Sep-22 8:56:58 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:56:58 AM Vista Alarm !Sending.done
                    Sep-22 8:56:58 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:56:58 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:56:58 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:56:58 AM Vista Alarm [0001010111000000----],1c0,[f740000000c001002a0200000d0000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:56:58 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:58 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:56:58 AM Vista Alarm [0001010111000000----],0c0,[f740000000c001002a020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:56:58 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:58 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:56:58 AM Vista Alarm !Sending.done
                    Sep-22 8:56:58 AM Vista Alarm !Sending.done
                    Sep-22 8:56:58 AM Vista Alarm !Sending.done
                    Sep-22 8:56:58 AM Vista Alarm [0001000110000000----],0c0,[f74f040010c0800c28020000000000],"P1 DISARMED ZONES IN ALARM "
                    Sep-22 8:56:58 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:58 AM Vista Alarm MessageKey=P1 DISARMED ZONES IN ALARM 1
                    Sep-22 8:56:58 AM Vista Alarm Sending [code]+*0
                    Sep-22 8:56:56 AM Vista Alarm Sending *
                    Sep-22 8:56:54 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:56:54 AM Vista Alarm !Sending.done
                    Sep-22 8:56:54 AM Vista Alarm [0001010111000000----],0c0,[f740000000c001002a020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:56:54 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:54 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:56:54 AM Vista Alarm [0001010111000000----],0c0,[f740000000c001002a020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:56:54 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:54 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:56:54 AM Vista Alarm !Sending.done
                    Sep-22 8:56:54 AM Vista Alarm [0001000111000000----],102,[f74f0400100280002a0200000d0000],"ALARM 02 DELAYEDENTRY DOOR "
                    Sep-22 8:56:54 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:54 AM Vista Alarm MessageKey=FAULT-102
                    Sep-22 8:56:54 AM Vista Alarm !Sending.done
                    Sep-22 8:56:54 AM Vista Alarm !Sending.done
                    Sep-22 8:56:54 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:56:54 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:56:54 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:56:54 AM Vista Alarm [0001000110000000----],0c0,[f74f040010c0800c28020000000000],"P1 DISARMED ZONES IN ALARM "
                    Sep-22 8:56:54 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:54 AM Vista Alarm MessageKey=P1 DISARMED ZONES IN ALARM 1
                    Sep-22 8:56:54 AM Vista Alarm Sending [code]+*0
                    Sep-22 8:56:52 AM Vista Alarm Sending *
                    Sep-22 8:56:50 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:56:50 AM Vista Alarm !Sending.done
                    Sep-22 8:56:50 AM Vista Alarm [0001010111000000----],0c0,[f740000000c001002a020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:56:50 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:50 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:56:50 AM Vista Alarm [0001010111000000----],0c0,[f740000000c001002a020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:56:50 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:50 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:56:50 AM Vista Alarm !Sending.done
                    Sep-22 8:56:50 AM Vista Alarm !Sending.done
                    Sep-22 8:56:50 AM Vista Alarm !Sending.done
                    Sep-22 8:56:50 AM Vista Alarm [0001000110000000----],1c0,[f74f040010c0800c280200000d0000],"P1 DISARMED ZONES IN ALARM "
                    Sep-22 8:56:50 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:50 AM Vista Alarm MessageKey=P1 DISARMED ZONES IN ALARM 1
                    Sep-22 8:56:50 AM Vista Alarm Sending [code]+*0
                    Sep-22 8:56:48 AM Vista Alarm Sending *
                    Sep-22 8:56:45 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:56:45 AM Vista Alarm !Sending.done
                    Sep-22 8:56:45 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:56:45 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:56:45 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:56:45 AM Vista Alarm [0001010111000000----],0c0,[f740000000c001002a020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:56:45 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:45 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:56:45 AM Vista Alarm [0001010111000000----],0c0,[f740000000c001002a020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:56:45 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:45 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:56:45 AM Vista Alarm !Sending.done
                    Sep-22 8:56:45 AM Vista Alarm [0001000111000000----],002,[f74f0400100280002a020000000000],"ALARM 02 DELAYEDENTRY DOOR "
                    Sep-22 8:56:45 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:45 AM Vista Alarm MessageKey=FAULT-2
                    Sep-22 8:56:45 AM Vista Alarm Zone changed. Set device Vista Zone 2 to Value=Fault
                    Sep-22 8:56:45 AM Vista Alarm !Sending.done
                    Sep-22 8:56:45 AM Vista Alarm !Sending.done
                    Sep-22 8:56:45 AM Vista Alarm [0001000110000000----],1c0,[f700040010c0800c280200000d0000],"P1 DISARMED ZONES IN ALARM "
                    Sep-22 8:56:45 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:45 AM Vista Alarm MessageKey=P1 DISARMED ZONES IN ALARM 0
                    Sep-22 8:56:45 AM Vista Alarm [0001010110000000----],0c0,[f74f000010c0010c28020000000000],"P1 DISARMED ZONES IN ALARM "
                    Sep-22 8:56:45 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:45 AM Vista Alarm MessageKey=P1 DISARMED ZONES IN ALARM 1
                    Sep-22 8:56:45 AM Vista Alarm Sending [code]+*0
                    Sep-22 8:56:43 AM Vista Alarm Sending *
                    Sep-22 8:56:41 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:56:41 AM Vista Alarm Setting System to Faulted
                    Sep-22 8:56:40 AM Vista Alarm Setting Partition 1 to Faulted
                    Sep-22 8:56:40 AM Vista Alarm !Sending.done
                    Sep-22 8:56:40 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:56:40 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:56:40 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:56:40 AM Vista Alarm [0011010111100000----],0c0,[f740000000c001802b020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:56:40 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:40 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:56:40 AM Vista Alarm [0011070111100000----],002,[f74f0400100287802b020000000000],"ALARM 02 DELAYEDENTRY DOOR "
                    Sep-22 8:56:40 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:40 AM Vista Alarm MessageKey=ALARM 02 DELAYEDENTRY DOOR 1
                    Sep-22 8:56:40 AM Vista Alarm Setting System to Burglar Alarm
                    Sep-22 8:56:40 AM Vista Alarm Setting Partition 1 to Burglar Alarm
                    Sep-22 8:56:40 AM Vista Alarm Sending [code]+*0
                    Sep-22 8:56:38 AM Vista Alarm !Sending.done
                    Sep-22 8:56:38 AM Vista Alarm Sending [code]+1
                    Sep-22 8:56:38 AM Vista Alarm !Sending.done
                    Sep-22 8:56:36 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:56:36 AM Device Control Device: Wiring Vista Alarm Partition 1 Status to Disarm (101) by/from: CAPI Control Handler
                    Sep-22 8:56:33 AM Vista Alarm [0011070110100000----],102,[f74f04001002878c290200000d0000],"P1 ARMED STAY ZONES IN ALARM "
                    Sep-22 8:56:33 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:33 AM Vista Alarm MessageKey=P1 ARMED STAY ZONES IN ALARM 1
                    Sep-22 8:56:33 AM Vista Alarm Setting System to Armed Away
                    Sep-22 8:56:33 AM Event Event Trigger "Ademco Door (Delay Entry) Lock door if Alarm is armed - Front"
                    Sep-22 8:56:33 AM TTS Speak (*:*):The alarm will become fully armed in less than 60 seconds.
                    Sep-22 8:56:33 AM Speak Alarm Armed script started
                    Sep-22 8:56:33 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/AlarmStoreSetTime.txt
                    Sep-22 8:56:33 AM Event Event Trigger "Ademco P1 Store time of last activaiton"
                    Sep-22 8:56:33 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmArmed.txt
                    Sep-22 8:56:33 AM Event Event Trigger "Ademco P1 Armed with Stay Speak"
                    Sep-22 8:56:33 AM Vista Alarm Setting Partition 1 to Armed Stay
                    Sep-22 8:56:31 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:56:31 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:56:31 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:56:27 AM Vista Alarm [0011070111100000----],002,[f74f0400100287802b020000000000],"ALARM 02 DELAYEDENTRY DOOR "
                    Sep-22 8:56:27 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:27 AM Vista Alarm MessageKey=ALARM 02 DELAYEDENTRY DOOR 1
                    Sep-22 8:56:27 AM Vista Alarm Setting System to Burglar Alarm
                    Sep-22 8:56:27 AM Vista Alarm Setting Partition 1 to Burglar Alarm
                    Sep-22 8:56:27 AM TTS Speak (*:*):Upon siren activation the police will be notified and these recordings will be made available to them.
                    Sep-22 8:56:25 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:56:25 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:56:25 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:56:22 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:56:22 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:22 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 0
                    Sep-22 8:56:21 AM Warning Not running script since its already running: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt Single instance option enabled in event properties
                    Sep-22 8:56:21 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
                    Sep-22 8:56:21 AM Event Event Trigger "Ademco Alarm has been tripped"
                    Sep-22 8:56:21 AM Vista Alarm [0011050110000000----],1c0,[f74f000010c0858c280200000d0000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:56:21 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:21 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1
                    Sep-22 8:56:19 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:56:19 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:56:19 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:56:16 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:56:16 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:16 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 0
                    Sep-22 8:56:16 AM TTS Speak (*:*):The home's perimeter video surveillance has recorded your entry and that is now stored in the cloud.
                    Sep-22 8:56:15 AM Warning Not running script since its already running: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt Single instance option enabled in event properties
                    Sep-22 8:56:15 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
                    Sep-22 8:56:15 AM Event Event Trigger "Ademco Alarm has been tripped"
                    Sep-22 8:56:15 AM Vista Alarm [0011050110000000----],0c0,[f74f000010c0858c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:56:15 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:15 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1
                    Sep-22 8:56:13 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:56:13 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:56:13 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:56:10 AM Vista Alarm [0011000110000000----],1c0,[f700040010c0808c280200000d0000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:56:10 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:10 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 0
                    Sep-22 8:56:09 AM Warning Not running script since its already running: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt Single instance option enabled in event properties
                    Sep-22 8:56:09 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
                    Sep-22 8:56:09 AM Event Event Trigger "Ademco Alarm has been tripped"
                    Sep-22 8:56:09 AM Vista Alarm [0011050110000000----],0c0,[f74f000010c0858c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:56:09 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:09 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1
                    Sep-22 8:56:07 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:56:07 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:56:07 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:56:04 AM TTS Speak (*:*):Proceed to nearest keypad and enter your code.
                    Sep-22 8:56:04 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:56:04 AM Vista Alarm Ignoring Message
                    Sep-22 8:56:04 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 0
                    Sep-22 8:56:03 AM TTS Speak ():The alarm's siren will activate in less than 60 seconds.
                    Sep-22 8:56:03 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
                    Sep-22 8:56:03 AM Event Event Trigger "Ademco Alarm has been tripped"
                    Sep-22 8:56:03 AM Vista Alarm [0011050110000000----],0c0,[f74f000010c0858c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:56:03 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:56:03 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1
                    Sep-22 8:56:01 AM Vista Alarm [0101000110000000----],116,[f71000002016800c2c0200000d0000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:56:01 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:56:01 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:55:58 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:55:58 AM Vista Alarm Ignoring Message
                    Sep-22 8:55:58 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 0
                    Sep-22 8:55:57 AM Warning Not running script since its already running: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt Single instance option enabled in event properties
                    Sep-22 8:55:57 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
                    Sep-22 8:55:57 AM Event Event Trigger "Ademco Alarm has been tripped"
                    Sep-22 8:55:57 AM Vista Alarm [0011050110000000----],0c0,[f74f000010c0858c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:55:57 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:55:57 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1
                    Sep-22 8:55:55 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:55:55 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:55:55 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:55:52 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:55:52 AM Vista Alarm Ignoring Message
                    Sep-22 8:55:52 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 0
                    Sep-22 8:55:51 AM Warning Not running script since its already running: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt Single instance option enabled in event properties
                    Sep-22 8:55:51 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
                    Sep-22 8:55:51 AM Event Event Trigger "Ademco Alarm has been tripped"
                    Sep-22 8:55:51 AM Vista Alarm [0011050110000000----],1c0,[f74f000010c0858c280200000d0000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:55:51 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:55:51 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1
                    Sep-22 8:55:51 AM TTS Speak (*:*):Upon siren activation the police will be notified and these recordings will be made available to them.
                    Sep-22 8:55:49 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:55:49 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:55:49 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:55:46 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:55:46 AM Vista Alarm Ignoring Message
                    Sep-22 8:55:46 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 0
                    Sep-22 8:55:46 AM Warning Not running script since its already running: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt Single instance option enabled in event properties
                    Sep-22 8:55:46 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
                    Sep-22 8:55:46 AM Event Event Trigger "Ademco Alarm has been tripped"
                    Sep-22 8:55:46 AM Vista Alarm [0011050110000000----],0c0,[f74f000010c0858c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:55:46 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:55:46 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1
                    Sep-22 8:55:43 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:55:43 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:55:43 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:55:40 AM TTS Speak (*:*):The home's perimeter video surveillance has recorded your entry and that is now stored in the cloud. (expected response)
                    Sep-22 8:55:40 AM Vista Alarm [0011000110000000----],1c0,[f700040010c0808c280200000d0000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:55:40 AM Vista Alarm Ignoring Message
                    Sep-22 8:55:40 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 0
                    Sep-22 8:55:39 AM Warning Not running script since its already running: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt Single instance option enabled in event properties
                    Sep-22 8:55:39 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
                    Sep-22 8:55:39 AM Event Event Trigger "Ademco Alarm has been tripped"
                    Sep-22 8:55:39 AM Vista Alarm [0011050110000000----],0c0,[f74f000010c0858c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:55:39 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:55:39 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1
                    Sep-22 8:55:37 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:55:37 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:55:37 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:55:34 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:55:34 AM Vista Alarm Ignoring Message
                    Sep-22 8:55:34 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 0
                    Sep-22 8:55:34 AM Warning Not running script since its already running: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt Single instance option enabled in event properties
                    Sep-22 8:55:34 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt
                    Sep-22 8:55:34 AM Event Event Trigger "Ademco Alarm has been tripped"
                    Sep-22 8:55:33 AM Vista Alarm [0011050110000000----],0c0,[f74f000010c0858c28020000000000],"P1 DISARM ORALARM WILL OCCUR" (not expected becase its the same event)
                    Sep-22 8:55:33 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:55:33 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1
                    Sep-22 8:55:31 AM Vista Alarm [0101000110000000----],116,[f71000002016800c2c0200000d0000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:55:31 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:55:31 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:55:28 AM TTS Speak (*:*):Proceed to nearest keypad and enter your code. (expected respsone)
                    Sep-22 8:55:28 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 DISARM ORALARM WILL OCCUR"
                    Sep-22 8:55:28 AM Vista Alarm Ignoring Message
                    Sep-22 8:55:28 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 0
                    Sep-22 8:55:28 AM Vista Alarm Entering HSEvent
                    Sep-22 8:55:27 AM TTS Speak ():The alarm's siren will activate in less than 60 seconds. (expected response)
                    Sep-22 8:55:27 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmTripped.txt (expected response)
                    Sep-22 8:55:27 AM Event Event Trigger "Ademco Alarm has been tripped" (Expected response)
                    Sep-22 8:55:27 AM Vista Alarm [0011050110000000----],0c0,[f74f000010c0858c28020000000000],"P1 DISARM ORALARM WILL OCCUR" (expected response used as trigger)
                    Sep-22 8:55:27 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:55:27 AM Vista Alarm MessageKey=P1 DISARM ORALARM WILL OCCUR 1 (expected response I faulted zone to trip alarm
                    Sep-22 8:55:26 AM Z-Wave Device: Foyer Z-Wave Door Lock Set to Unlocked
                    Sep-22 8:55:25 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:55:25 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:55:25 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:55:22 AM Vista Alarm [0011000110000000----],0c0,[f74f040010c0808c28020000000000],"P1 ARMED STAY ZONE BYPASSED "
                    Sep-22 8:55:22 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:55:22 AM Vista Alarm MessageKey=P1 ARMED STAY ZONE BYPASSED 1
                    Sep-22 8:55:19 AM Vista Alarm [0101000110000000----],116,[f71000002016800c2c0200000d0000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:55:19 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:55:19 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:55:16 AM Vista Alarm [0011000110000000----],0c0,[f74f040010c0808c28020000000000],"P1 ARMED STAY ZONE BYPASSED "
                    Sep-22 8:55:16 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:55:16 AM Vista Alarm MessageKey=P1 ARMED STAY ZONE BYPASSED 1
                    Sep-22 8:55:14 AM Z-Wave Device: Foyer Z-Wave Door Lock Set to 255 (expected response)
                    Sep-22 8:55:13 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:55:13 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:55:13 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:55:12 AM Device Control Device: Foyer Z-Wave Door Lock to Lock (255) (expected response)
                    Sep-22 8:55:11 AM Z-Wave Device: Garage Z-Wave Alarm Status Light Set to 255 (expected response)
                    Sep-22 8:55:11 AM Speak Alarm Armed script completed (expected response)
                    Sep-22 8:55:11 AM Device Control Device: Garage Z-Wave Alarm Status Light to On (255) by/from: CAPI Control Handler (expected response)
                    Sep-22 8:55:10 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 ARMED STAY ZONE BYPASSED "
                    Sep-22 8:55:10 AM Vista Alarm Ignoring Message
                    Sep-22 8:55:10 AM Vista Alarm MessageKey=P1 ARMED STAY ZONE BYPASSED 0
                    Sep-22 8:55:10 AM Vista Alarm [0011000110000000----],0c0,[f74f000010c0808c28020000000000],"P1 ARMED STAY ZONE BYPASSED "
                    Sep-22 8:55:10 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:55:10 AM Vista Alarm MessageKey=P1 ARMED STAY ZONE BYPASSED 1
                    Sep-22 8:55:07 AM Vista Alarm [0101000110000000----],116,[f71000002016800c2c0200000d0000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:55:07 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:55:07 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:55:07 AM TTS Speak (*:*):The alarm is now fully armed the home is secure. (expected response from pending activation)
                    Sep-22 8:55:06 AM TTS Speak (*:*):1 (expected response from pending activation)
                    Sep-22 8:55:05 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:55:05 AM Vista Alarm Ignoring Message
                    Sep-22 8:55:05 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 0
                    Sep-22 8:55:05 AM Vista Alarm [0011000110000000----],0c0,[f74f000010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:55:05 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:55:05 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 1
                    Sep-22 8:55:05 AM TTS Speak (*:*):2 (expected response from pending activation)
                    Sep-22 8:55:03 AM TTS Speak (*:*):3 (expected response from pending activation)
                    Sep-22 8:55:01 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:55:01 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:55:01 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:54:59 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:59 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:59 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 0
                    Sep-22 8:54:59 AM Vista Alarm [0011000110000000----],1c0,[f74f000010c0808c280200000d0000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:59 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:54:59 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 1
                    Sep-22 8:54:56 AM TTS Speak (*:*):The alarm will become fully armed in about five seconds. (expected response from pending activation)
                    Sep-22 8:54:55 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:54:55 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:54:55 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:54:54 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:54 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:54 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 0
                    Sep-22 8:54:53 AM Vista Alarm [0011000110000000----],0c0,[f74f000010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:53 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:54:53 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 1
                    Sep-22 8:54:50 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:49 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:49 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 0
                    Sep-22 8:54:49 AM Vista Alarm [0101000110000000----],116,[f71000002016800c2c0200000d0000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:54:49 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:54:49 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:54:49 AM Vista Alarm [0011000110000000----],0c0,[f74f000010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:49 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:54:49 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 1
                    Sep-22 8:54:43 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:54:43 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:54:43 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:54:43 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:43 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:43 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 0
                    Sep-22 8:54:43 AM Vista Alarm [0011000110000000----],0c0,[f74f000010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:43 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:54:43 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 1
                    Sep-22 8:54:38 AM Vista Alarm [0011000110000000----],1c0,[f700040010c0808c280200000d0000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:38 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:38 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 0
                    Sep-22 8:54:37 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:54:37 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:54:37 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:54:37 AM Vista Alarm [0011000110000000----],0c0,[f74f000010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:37 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:54:37 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 1
                    Sep-22 8:54:36 AM TTS Speak (*:*):The alarm will become fully armed in less than 30 seconds. (expected response from pending activation)
                    Sep-22 8:54:32 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:32 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:32 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 0
                    Sep-22 8:54:31 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:54:31 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:54:31 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:54:31 AM Vista Alarm [0011000110000000----],1c0,[f74f000010c0808c280200000d0000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:31 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:54:31 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 1
                    Sep-22 8:54:25 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:54:25 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:54:25 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:54:25 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:25 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:25 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 0
                    Sep-22 8:54:25 AM Vista Alarm [0011000110000000----],0c0,[f74f000010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:25 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:54:25 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 1
                    Sep-22 8:54:20 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:20 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:20 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 0
                    Sep-22 8:54:19 AM Vista Alarm [0101000110000000----],116,[f71000002016800c2c0200000d0000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:54:19 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:54:19 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:54:19 AM Vista Alarm [0011000110000000----],0c0,[f74f000010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:19 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:54:19 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 1
                    Sep-22 8:54:13 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:54:13 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:54:13 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:54:13 AM Vista Alarm [0011010110000000----],0c0,[f740000000c0018028020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:54:13 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:13 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:54:12 AM Vista Alarm !Sending.done
                    Sep-22 8:54:12 AM Vista Alarm !Sending.done
                    Sep-22 8:54:12 AM Vista Alarm [0011000110000000----],0c0,[f700040010c0808c28020000000000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:12 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:12 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 0
                    Sep-22 8:54:12 AM TTS Speak (*:*):The alarm will become fully armed in less than 60 seconds. (expected response from pending activation)
                    Sep-22 8:54:12 AM Speak Alarm Armed script started
                    Sep-22 8:54:12 AM Vista Alarm [0011030110000000----],1c0,[f74f000010c0038c280200000d0000],"P1 ARMED STAY You may exit now"
                    Sep-22 8:54:12 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:54:12 AM Vista Alarm MessageKey=P1 ARMED STAY You may exit now 1
                    Sep-22 8:54:12 AM Vista Alarm Setting System to Armed Away
                    Sep-22 8:54:12 AM Event Event Trigger "Ademco Door (Delay Entry) Lock door if Alarm is armed - Front"
                    Sep-22 8:54:12 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/AlarmStoreSetTime.txt
                    Sep-22 8:54:12 AM Event Event Trigger "Ademco P1 Store time of last activaiton"
                    Sep-22 8:54:12 AM Event Running script in background: C:/Program Files/HomeSeer HS3/scripts/SpeakAlarmArmed.txt
                    Sep-22 8:54:12 AM Event Event Trigger "Ademco P1 Armed with Stay Speak"
                    Sep-22 8:54:12 AM Vista Alarm Setting Partition 1 to Armed Stay (responding to command to arm from plug-in)
                    Sep-22 8:54:12 AM Vista Alarm !Sending.done
                    Sep-22 8:54:12 AM Vista Alarm [1001010110000000----],0c0,[f740000000c0011028020000000000],"Log-on to P1 Part. 1 Complete"
                    Sep-22 8:54:12 AM Vista Alarm Ignoring Message
                    Sep-22 8:54:12 AM Vista Alarm MessageKey=Log-on to P1 Part. 1 Complete 0
                    Sep-22 8:54:12 AM Vista Alarm [1001000110000000----],0c0,[f74f040010c0801c28020000000000]," MORTON RES READY TO ARM "
                    Sep-22 8:54:12 AM Vista Alarm Processing msg on Partition 1
                    Sep-22 8:54:12 AM Vista Alarm MessageKey=MORTON RES READY TO ARM 1
                    Sep-22 8:54:12 AM Vista Alarm !Sending.done
                    Sep-22 8:54:12 AM Vista Alarm [0101000110000000----],016,[f71000002016800c2c020000000000],"P2 ARMED AWAY ** ALL SECURE **"
                    Sep-22 8:54:12 AM Vista Alarm Processing msg on Partition 2
                    Sep-22 8:54:12 AM Vista Alarm MessageKey=P2 ARMED AWAY ** ALL SECURE ** 2
                    Sep-22 8:54:12 AM Vista Alarm Sending [code]+*0
                    Sep-22 8:54:10 AM Vista Alarm Sending [code]+3
                    Sep-22 8:54:10 AM Vista Alarm !Sending.done
                    Sep-22 8:54:08 AM Vista Alarm Sending [code]+*1
                    Sep-22 8:54:08 AM Device Control Device: Wiring Vista Alarm Partition 1 Status to Arm-Stay (104) by/from: CAPI Control Handler
                    Sep-22 8:54:07 AM Vista Alarm [1001000110000000----],0c0,[f74f040010c0801c28020000000000]," MORTON RES READY TO ARM "
                    -Rick

                    Comment


                      #11
                      Getting back to this.

                      Before I updated the plugin from the update or when I activated the Ademco option to prefix partition number to the panel messages I had no trouble with using a custom message to launch a script when the alarm was tripped. It was a one-time event and didn't take any coding or option setting for the event to NOT retrigger. Now its re-triggering (or trying too) when I don't want it.

                      So the question comes down do I just band-aid it by picking some arbitrary time limit and set the event to not allow re-triggering for x minutes or is this something that is or should be better managed by the plugin?

                      Alternatively any suggestion how to change triggers to better accomplish my goal.

                      Thanks in advance for any help

                      -r
                      Attached Files
                      -Rick

                      Comment


                        #12
                        can you outline what exactly you are trying to do and maybe we can come up with a better solution?

                        you might need to set your own virtual hs devices to capture the alarm msg in one script and then compare the latest msg with your virtual device value in a second script and check for the time between the msgs.

                        you don't want to put delay's in a script expecting it to read the next panel msg. the timing won't work.
                        Mark

                        HS3 Pro 4.2.19.5
                        Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
                        Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
                        Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

                        Comment


                          #13
                          Mark,

                          There are three events that speak and perform other actions that I use with the normal acts of arming, leaving, returning and disarming the alarm that I find useful. The first one and last one work fine as far I now right now and are provided for context.

                          When leaving the house and arming the system an event is triggered by the partition status changing and becoming armed (level), it runs a script (speakalarmarmed.txt) and speaks of impending alarm activation and gives an announcement of the time remaining before the alarm is active. The time remaining is just a simple timer that doesn't need any interaction from the plugin. After 60 seconds elapsed from arming, it turns on a nightlight in the garage and stores the time of activation. Works fine

                          Upon returning and entering the home and setting off the alarm, an event is run that runs a script (speakalarmtripped.txt) that blabbers on about video of the entry being sent to the cloud and calling the police and blah, blah, blah and to enter the disarm code, it also speaks the time remaining before siren activation and call to dispatch. I move slowly because of my wheelchair and it's a nice verbal indicator if I'm moving quickly enough to get the system disarmed eliminating the uncertainty. This trigger is a custom partition message consisting of "P1 DISARM OR ALARM WILL OCCUR" that runs a script. I do set single instance. This is the one that's causing me problems. This event and script will refire and this is new behavior since plugin update or changing the messages to include the partition number. Also, I have been trying to make the script shut up once a valid disarm code has been entered and that's why you see:

                          If hs.devicevalue(269) <> 1 then
                          code...
                          end if

                          I do know I could set an arbitrary time fence to prevent the script from rerunning but just doesn't seem right. It may end up being the right way and whatever issues that let my event and script run okay for years might be some other situation that I can't explain. It would be nice if there was a trigger like * Disarm * that I use in the final example described below or some other existing trigger that I am overlooking.

                          The final event and script are triggered when partition 1 becomes * disarmed * and it turns off the garage status light and runs the script (alarmoffcid.txt) and this script waits for the delay zone to become normal, then waits a minute and recites any new phone calls between the time of alarm activation and now. This works fine.
                          Attached Files
                          -Rick

                          Comment


                            #14
                            i think the retriggering is based on the P1/P2 in the msg. the plugin sees these are unique msgs and thus retriggers. It doesn't know that the msgs are just bouncing back and forth. without the P1/P2, it looked like the same msg, so the plugin didnt' retrigger.

                            I think your solution of preventing the event from retriggering within 60 secs is a good idea.

                            programming suggestion...change the following

                            for x = 1 to 2

                            if x = 1 then seconds=60
                            if x = 2 then seconds=30
                            to this

                            for seconds = 60 to 30 step -30
                            my suggestion should run twice: once with a value of 60 then again with a value of 30.
                            Mark

                            HS3 Pro 4.2.19.5
                            Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
                            Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
                            Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

                            Comment


                              #15
                              Mark,

                              Thanks for taking the time. And its useful to me to understand how seemingly stable code becomes unstable with the simple change of asking the panel to prefix the message with the partition number. Makes the do not retrigger choice more appealing though not perfect as it does allow for retriggering when not expected once the time fence expires or won't fire at all if the alarm is exercised between arm, fault, disarm within the time fence. But in the overall scheme and use these situations shouldn't become a real issue.

                              -r
                              -Rick

                              Comment

                              Working...
                              X