Jump to content

belias

Members
  • Posts

    119
  • Joined

  • Last visited

Everything posted by belias

  1. I have a few Insteon Micro Dimmers set up with toggle switches on the input. I would like to create a program that detects the switch position. In other words... If [light output] is ON, AND [light switch] is OFF THEN WAIT 15 minutes Set [light output] to OFF This way the light only automatically shuts off if it was turned on by a program or scene request, but won't automatically turn off if the switch was turned on. Is this possible? Thanks, Brian
  2. OK - I'll email support and ask. Thank you!
  3. I have a few older ISY 99i units that I would like to use as basic automation controllers (through the network module). They're great, reliable and easy to program... Is there any way to do this without connecting a PLM? Thanks.
  4. I checked out the thread on the new leak sensors, and it looks like the major change is that the new version does not update the node status when the sensor goes from wet to dry. The issue (if I understand it correctly) is that this creates the situation where everything can look fine in the program (Status = 1; no emails) even though the sensor could be stuck in a Wet condition (and unable to report a new leak). I took a look at the programs, and came up with the following thoughts on a modification. I don't have the new version of the leak sensors, so it will be up to someone else to test and report back. Open for suggestions on how to streamline this as well... "Change Log" 1. If a heartbeat signal is received and the sensor is reporting "wet", the status will remain at 9 (causing future emails to be sent) 2. If a heartbeat signal is missed and the sensor is reporting "wet", the status will change to 2 (heartbeat missed; causing future emails) 3. This preserves the functionality of the Variable Control 3 program (regardless of wet / dry) to ensure that Variable Control 2 is running correctly 4. The modified program should work with old and/or new sensors Program Modifications (untested) 1. Variable Control 2 is split into 2 separate programs: Variable Control 2a If ( Control 'Leak Sensors / Kitchen Sink-Heartbeat' is switched On Or Control 'Leak Sensors / Kitchen Sink-Heartbeat' is switched Off ) And Status 'Leak Sensors / Kitchen Sink-Wet' is not On Then $sLeakKitchenSink = 1 Wait 25 hours $sLeakKitchenSink = 2 Else - No Actions - (To add one, press 'Action') Variable Control 2b If ( Control 'Leak Sensors / Kitchen Sink-Heartbeat' is switched On Or Control 'Leak Sensors / Kitchen Sink-Heartbeat' is switched Off ) And Status 'Leak Sensors / Kitchen Sink-Wet' is On Then Wait 25 hours $sLeakKitchenSink = 2 Else - No Actions - (To add one, press 'Action') 2. Modify Variable Control 3 If ( $sLeakKitchenSink is 1 And Time is Last Run Time for 'KitchenSink - Variable Control 2a' + 26 hours ) Or ( $sLeakKitchenSink is 9 And Time is Last Run Time for 'KitchenSink - Variable Control 2b' + 26 hours ) Then Wait 5 seconds $sLeakKitchenSink = 3 Else - No Actions - (To add one, press 'Action') That's it...please report back any findings and I will update the original post if it works properly. Thanks. - Brian
  5. Hi All. Glad the programs are working well, and apologies for my delay in getting back to this thread. I have updated the original program post to include the 5 second wait in the Variable Control 3 program. Thanks everyone for the feedback on this. - Brian
  6. EricK, et al., This has been bugging me for a while (why the VC 3 program would run and set the $Leak variable to 3). I think I figured it out, and have a proposed solution. Here's the scenario for how it happens: 1. Leak sensor goes offline for 25 hours 2. The VC2 program sets $Leak = 2 and then stops running 3. Sometime later, a heartbeat signal is received 4. The VC2 program now runs and sets $Leak = 1 5. ** Here's the problem: In this instant, the $Leak variable = 1, BUT the "last run time" of VC2 hasn't been updated, so all the conditions of VC3 are met and it runs, setting the variable to 3 6. So now, the $Leak variable is stuck in 3 So, here's my proposed fix: Add a 5 second wait at the top of all VC3 programs: Then Wait 5 seconds $sLeakKitchenSink = 3 This should allow enough time for the "Last Run Time" to be updated, once the leak sensor comes back online and the VC3 program won't run. If this works, please let me know and I'll update the original post. Thanks, - Brian
  7. Hi EricK, Sorry for my delayed response as well, but it looks like you're getting some good suggestions. If the VC2 program shows as "Running Then" in the status, I'm not sure why would get a notification email. If it continues to happen after the ISY restart, check the value of the variable itself (something like sLeakLaundry) - it should be either 1 (normal) or 2 (heartbeat missed). If it's 3 then at least we know why the email alert is being triggered...
  8. Yup - that's exactly what I've done as well. Any time the "All Off" is pressed, the ISY waits 3 sec. and runs a program to turn that button (scene) off...
  9. Hello, I have an 8-button KPL (latest revision from SH, just installed). Button A is the local load; Buttons B to G are various scenes; and Button H is the "Room Off" button. What I'm trying to accomplish is: pushing Button H should cause all room devices and KPL buttons to turn off. This should happen immediately on button push with no delay or KPL button flashing. So far, I've been able to get close, but not perfect (at least not without a program). Here's what I have so far: Case A - Set Button H as the controller of a scene with all room devices and all KPL buttons (A to G) as responders - Set device levels to 100% (under the main scene and under the Button H controller) - Set Button H as non-toggle OFF ---> This works, however when Button H is pressed it flashes for a few seconds on the KPL before the KPL buttons are shut off. This is a bit confusing to the user. Case B - Set Button H as the controller of a scene with all room devices and all KPL buttons (A to G) as responders - Set device levels to 0% (under the main scene and under the Button H controller) - Set Button H as non-toggle OFF ---> This results in all devices and KPL buttons turning off immediately when Button H is pressed; EXCEPT for Button H, which turns on and remains on. This is strange because it is definitely set as Non-Toggle OFF. Also, the ISY believes Button H is OFF until I query the KPL (local load), at which point is recognizes it's actually on. Pressing Button H again has no effect - it remains on until I issue an off command to the scene containing it. Any help would be greatly appreciated - even if it's just explaining WHY Case B is happening. Thanks! - Brian
  10. f.demello: You are correct that the Leak Startup program should show an "On" under the Run At Startup column. If right-clicking and selecting "Enable Run at Startup" isn't changing the status, then perhaps someone else with a bit more ISY knowledge could chime in - this works on my unit. Also, the "normal" status of the programs is that each "Variable Control 2" program should be in a "Running Then" status (which it appears yours are). If this occurs again, please be sure to get the status of the individual leak sensor (On / Off), as well as the current state of the leak sensor variables. If all is working correctly, you should get one email per device that activates. The program should only "reset" 10 seconds after receiving an "Off" signal from the leak sensor. Hope this helps. - Brian
  11. Hi Frank, See image below... Use the "Add And (..)" button, then use the "Move Line Up" button to move them into position. The parenthesis cause the program to be evaluated as: one from group 1 must be true AND one from group 2 must be true. Without the parenthesis, I'm not sure how to get the same result. Hope this helps. - Brian
  12. Sure - hopefully this helps. It's in the "Schedule" section but a little hidden...
  13. Thanks for the positive feedback...glad people are finding this useful. jzsjr: If you only see 2 nodes (wet and dry) for your leak sensors, you may have to update your ISY Firmware and remove/re-install the leak sensors. As of Firmware 4.0.1 (viewtopic.php?f=25&t=10770) the leak sensors should add with 3 nodes: dry, wet, and heartbeat. Then the programs should make more sense... LeeG: Thank you - I didn't realize heartbeat messages could be either on or off... - Brian
  14. Sure - hope it's useful. Thanks. - Brian
  15. I have 6 leak sensors that I have spent the past few months integrating in with the ISY. It took a while to get them to perform as I wanted, and I figured this might be helpful to others trying to figure out the same thing. Here goes... 1. Functionality 1a - A notification is sent twice a day for any problem with a leak sensor (i.e. missed heartbeat) at 9:00am and 6:00pm. This avoids the inevitable single email that I ignore and the problem goes uncorrected for weeks... 1b - A notification is sent immediately when a leak sensor is activated (and also again twice daily as above). This email is not sent repeatedly even if the sensor is "fluttering" at first activation, which it commonly does. 1c - The email notification shows the status of EVERY leak sensor (heartbeat received as expected, heartbeat missed, sensor activation, etc.) 1d - If the program monitoring heartbeat signals somehow fails or is shut down, a problem notification is sent. 1e - All functionality should survive an ISY reboot without user intervention. 2. Setup - First Leak Sensor 2a - Add the leak sensor device to the ISY, for this example we'll call it Kitchen Sink 2b - Create a state variable called sLeakKitchenSink; set Init = 1 and Value = 1 2c - Create a program called KitchenSink - Variable Control 1: If Status 'Leak Sensors / Kitchen Sink-Wet' is On Then $sLeakKitchenSink = 9 Else Wait 10 seconds $sLeakKitchenSink = 1 2d - Create a program called KitchenSink - Variable Control 2: If Control 'Leak Sensors / Kitchen Sink-Heartbeat' is switched On Or Control 'Leak Sensors / Kitchen Sink-Heartbeat' is switched Off Then $sLeakKitchenSink = 1 Wait 25 hours $sLeakKitchenSink = 2 Else - No Actions - (To add one, press 'Action') 2e - Create a program called KitchenSink - Variable Control 3: If $sLeakKitchenSink is 1 And Time is Last Run Time for 'KitchenSink - Variable Control 2' + 26 hours Then Wait 5 seconds $sLeakKitchenSink = 3 Else - No Actions - (To add one, press 'Action') Note: For ease of explanation, assume a second leak sensor named "Storage Room" has also been added using the steps above. 3. Setup - Core Components These only have to be set-up once, regardless of the number of leak sensors. 3a - Create an integer variable called iStartUp; set Init = 0 and Value = 1. 3b - Create a custom notification called "Leak Sensor Activation". This is the content I use: A water leak has been detected at the location below with a status value of "9": Kitchen Sink: (((Use "add variable" to add your sLeakKitchenSink variable here))) Storage Room: (((Use "add variable" to add your sLeakStorageRoom variable here))) ---Status Key--- 1 = Heartbeat OK (normal status) 2 = Heartbeat missed 3 = Heartbeat check program not running 9 = Leak detected ----------------- 3c - Create a custom notification called "Leak Sensor Problem". This is the content I use: A problem has been detected with a leak sensor. Details below: Kitchen Sink: (((Use "add variable" to add your sLeakKitchenSink variable here))) Storage Room: (((Use "add variable" to add your sLeakStorageRoom variable here))) ---Status Key--- 1 = Heartbeat OK (normal status) 2 = Heartbeat missed 3 = Heartbeat check program not running 9 = Leak detected ---------------- Note 1: It may take up to 36 hours for a "heartbeat missed" signal to clear. Note 2: Status Code 3 indicates the "Variable Control 2" program is not running for some reason. 3d - Create a program called Leak Startup and ENABLE RUN AT START-UP If $iStartUp is 0 Then Run Program 'KitchenSink - Variable Control 2' (Then Path) Run Program 'StorageRoom - Variable Control 2' (Then Path) Wait 5 seconds $iStartUp = 1 Else - No Actions - (To add one, press 'Action') ** Set to run at start-up ** 3e - Create a program called Leak Sensor Activation If $sLeakKitchenSink is 9 Or $sLeakStorageRoom is 9 Then Send Notification to 'Brian' content 'Leak Sensor Activation' Else - No Actions - (To add one, press 'Action') 3f - Create a program called Leak Sensor Problem If ( Time is 9:00:00AM Or Time is 6:00:00PM ) And ( $sLeakKitchenSink is not 1 Or $sLeakStorageRoom is not 1 ) Then Send Notification to 'Brian' content 'Leak Sensor Problem' Else - No Actions - (To add one, press 'Action') 3g - Test leak sensor in "wet" mode and ensure a notification is sent 4. Brief Explanation 4a - The 10 second wait in Variable Control 1 serves to stop multiple emails from being generated if the sensor "flutters" when it first activates. 4b - The Variable Control 2 program should always be in a "Running Then" state, looking for the heartbeat signal. If it's missed then it changes the variable to status = 2 which triggers a notification email. 4c - The Variable Control 3 program serves as a "watch-dog" for Variable Control 2. If it's stopped (manually, ISY issue, etc.), then it changes the variable to status = 3 which triggers a notification email. 4d - The iStartUp variable is initialized to 0 on start-up and this triggers the "Leak Startup" program to run. Without this program, the potential exists for a "dead" leak sensor to go undetected after the ISY starts up. 5. Procedure for Adding a New Leak Sensor 5a - Add device 5b - Add state variable (sLeakSensorName) 5c - Add programs: Variable Control 1, Variable Control 2, Variable Control 3 5d - Modify Leak Startup program 5e - Modify Leak Sensor Activation program and Leak Sensor Activation notification 5f - Modify Leak Sensor Problem program and Leak Sensor Problem notification 5g - Test leak sensor in "wet" mode and ensure notification is sent Edit 11/26/2013: Variable Control 2 program now allows either an Off or On signal for the heartbeat. Thanks LeeG.Edit 12/15/2014: Added Wait 5 seconds to top of Variable Control 3 program.
  16. belias

    Responding

    No...I find this consistent with other STATUS conditions. These all respond to any CHANGE in status. A CONTROL condition, by comparision, only responds to reciept of the expected (whether ON or OFF) command, regardless of whether this constitutes a change (receipt of two ON commands in a row would, for example, twice trigger the program, whereas only once for a STATUS). Neither will a CONTROL ON condition will trigger from receipt of an OFF command, or vice versa. Another difference is that CONTROL conditions respond only when the specified device is acted upon locally. STATUS will trigger whether initiated locally, or as a result of being a responder to another insteon device. Oberkc: I agree with everything above, with the addition that a STATUS condition can be queried to show the current state of the device. (For example a program with "If Status "Bedroom Light" = ON" can be run at anytime and will evaluate either True or False based on the CURRENT condition of the bedroom light). This is the part that the "Status = Not Responding" doesn't seem to follow (unless I'm missing something...). If I have a device showing a red ! (i.e. not responding), and I run the following program: If Status 'Device' is not Responding Then Send Notification to 'Brian E-Mail' content 'Not Responding' Else - No Actions - (To add one, press 'Action') It should return "True" and execute the "Then" for as long as the red ! is present. It does not do this, and according to TJF1960 this is by design. It should also (as you say) execute the "Then" anytime the device goes from Responding --> Not Responding. This works properly.
  17. belias

    Responding

    Hmm...so then it's behaving almost as a "Control" condition rather than a "Status" condition... At least I understand it now (thank you!), but it still seems a bit more intuitive if it behaved as any other "Status" type condition. In any case thanks for the quick reply! - Brian
  18. belias

    Responding

    I'm having an issue getting programs with the "Status is not Responding" to run as expected... Here's an example: If Status 'Brian's Room / Brian's TV Overheads' is not Responding Then Send Notification to 'Brian E-Mail' content 'Test Not Responding' Else - No Actions - (To add one, press 'Action') This program will evaluate True when the device goes from Responding to Not Responding (i.e. if I air-gap the switch and then query it). However, it will NOT evaluate to true on subsequent runs - even if the device is still "not-responding". For example, right now the device is showing with a red ! (because it is air-gapped), however, if I do a "Run If..." on the program, it will not evaluate to true. Any ideas? Thanks.
  19. belias

    IOLinc anomaly

    LeeG, Sorry, I should have made this more clear in my last post. See below for quick list of device types...a few of these are NOT IOLincs as you expected... 12.FA.3C - IO Linc v.36 (garage; sensor normally on) 13.32.2D - IO Linc v.36 (garage; sensor normally on) 14.73.02 - KPL v.36 1F.C2.B7 - IO Linc v.41 (garage; sensor normally on) 17.A4.9D - KPL v.00 15.BB.75 - IO Linc v.36 (monitors an external IR sensor; sensor normally off)
  20. belias

    IOLinc anomaly

    LeeG, My PLM is a 2413S at V92. Also, see below for an explanation of the other devices you noted in your last post: A few other comments: 1) I have a total of 6 IO Linc's in the house; 3 connected to the garage doors, and 3 used for other reasons. It's interesting that ONLY the garage door IOLincs are showing this anomaly. All but one are v.36. 2) I will attempt to move one of them closer to the PLM and see if this makes a difference. Also, around the time I started noticing this happen more frequently I believe I did add a dual band SwitchLinc nearby (although not on the same circuit). I will try removing this and seeing if there's any improvement. Frustratingly, this only happens about once per week on the Query All, so it makes it tough to troubleshoot... Thanks again for the help. - Brian
  21. belias

    IOLinc anomaly

    Good timing - I was just able to get this to occur while manually running the QueryAll program this morning with a Level 3 turned on. The IOLinc that incorrectly changed from Sensor ON to Sensor OFF is 12.FA.3C I have bolded these lines in the event trace below. I have also included the Level 3 Event Trace for when I right-click the device and perform a Query (and it return to the correct sensor status) at the bottom of the post. Thanks again for the help with this - much appreciated. ---QueryAll Level 3 Trace--- Sat 03/09/2013 10:49:38 AM : [ Time] 10:49:38 3(0) Sat 03/09/2013 10:49:38 AM : [iNST-TX-I1 ] 02 62 12 8F 6A 0F 19 00 Sat 03/09/2013 10:49:38 AM : [iNST-ACK ] 02 62 12.8F.6A 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:38 AM : [iNST-SRX ] 02 50 12.8F.6A 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:38 AM : [std-Direct Ack] 12.8F.6A-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:38 AM : [iNST-TX-I1 ] 02 62 0C 74 CC 0F 19 00 Sat 03/09/2013 10:49:38 AM : [iNST-ACK ] 02 62 0C.74.CC 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:39 AM : [iNST-SRX ] 02 50 0C.74.CC 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:39 AM : [std-Direct Ack] 0C.74.CC-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:39 AM : [iNST-TX-I1 ] 02 62 1B 8B FD 0F 19 00 Sat 03/09/2013 10:49:39 AM : [iNST-ACK ] 02 62 1B.8B.FD 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:39 AM : [iNST-SRX ] 02 50 1B.8B.FD 0F.9F.89 2B 00 FF (FF) Sat 03/09/2013 10:49:39 AM : [std-Direct Ack] 1B.8B.FD-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:39 AM : [iNST-TX-I1 ] 02 62 0C C5 DF 0F 19 00 Sat 03/09/2013 10:49:39 AM : [iNST-ACK ] 02 62 0C.C5.DF 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:40 AM : [iNST-SRX ] 02 50 0C.C5.DF 0F.9F.89 2B 00 FF (FF) Sat 03/09/2013 10:49:40 AM : [std-Direct Ack] 0C.C5.DF-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:40 AM : [iNST-TX-I1 ] 02 62 0C C3 F7 0F 19 00 Sat 03/09/2013 10:49:40 AM : [iNST-ACK ] 02 62 0C.C3.F7 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:40 AM : [iNST-SRX ] 02 50 0C.C3.F7 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:40 AM : [std-Direct Ack] 0C.C3.F7-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:40 AM : [iNST-TX-I1 ] 02 62 12 90 E6 0F 19 00 Sat 03/09/2013 10:49:40 AM : [iNST-ACK ] 02 62 12.90.E6 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:41 AM : [iNST-SRX ] 02 50 12.90.E6 0F.9F.89 2B 00 FF (FF) Sat 03/09/2013 10:49:41 AM : [std-Direct Ack] 12.90.E6-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:41 AM : [iNST-TX-I1 ] 02 62 12 8A 02 0F 19 00 Sat 03/09/2013 10:49:41 AM : [iNST-ACK ] 02 62 12.8A.02 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:41 AM : [iNST-SRX ] 02 50 12.8A.02 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:41 AM : [std-Direct Ack] 12.8A.02-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:41 AM : [iNST-TX-I1 ] 02 62 12 FA 3C 0F 19 01 Sat 03/09/2013 10:49:41 AM : [iNST-ACK ] 02 62 12.FA.3C 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:49:42 AM : [iNST-SRX ] 02 50 12.FA.3C 0F.9F.89 2B 00 01 (01) Sat 03/09/2013 10:49:42 AM : [std-Direct Ack] 12.FA.3C-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:42 AM : [iNST-TX-I1 ] 02 62 12 FA 3C 0F 19 00 Sat 03/09/2013 10:49:42 AM : [iNST-ACK ] 02 62 12.FA.3C 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:42 AM : [iNST-SRX ] 02 50 12.FA.3C 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:42 AM : [std-Direct Ack] 12.FA.3C-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:42 AM : [iNST-TX-I1 ] 02 62 12 FA 3C 0F 19 01 Sat 03/09/2013 10:49:42 AM : [iNST-ACK ] 02 62 12.FA.3C 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:49:42 AM : [iNST-SRX ] 02 50 12.FA.3C 0F.9F.89 23 00 00 (00) Sat 03/09/2013 10:49:42 AM : [std-Direct Ack] 12.FA.3C-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:49:42 AM : [iNST-TX-I1 ] 02 62 12 FA 3C 0F 19 00 Sat 03/09/2013 10:49:43 AM : [iNST-SRX ] 02 50 12.FA.3C 0F.9F.89 2B 00 01 (01) Sat 03/09/2013 10:49:43 AM : [std-Direct Ack] 12.FA.3C-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:43 AM : [iNST-ACK ] 02 62 12.FA.3C 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:43 AM : [iNST-SRX ] 02 50 12.FA.3C 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:43 AM : [std-Direct Ack] 12.FA.3C-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:43 AM : [iNST-TX-I1 ] 02 62 13 32 2D 0F 19 01 Sat 03/09/2013 10:49:43 AM : [iNST-SRX ] 02 50 12.FA.3C 0F.9F.89 23 00 00 (00) Sat 03/09/2013 10:49:43 AM : [std-Direct Ack] 12.FA.3C-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:49:43 AM : [iNST-ACK ] 02 62 13.32.2D 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:49:43 AM : [iNST-SRX ] 02 50 12.FA.3C 0F.9F.89 23 00 00 (00) Sat 03/09/2013 10:49:43 AM : [std-Direct Ack] 12.FA.3C-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:49:44 AM : [iNST-SRX ] 02 50 13.32.2D 0F.9F.89 2B 00 01 (01) Sat 03/09/2013 10:49:44 AM : [std-Direct Ack] 13.32.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:44 AM : [iNST-TX-I1 ] 02 62 13 32 2D 0F 19 00 Sat 03/09/2013 10:49:44 AM : [iNST-ACK ] 02 62 13.32.2D 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:44 AM : [iNST-SRX ] 02 50 13.32.2D 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:44 AM : [std-Direct Ack] 13.32.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:44 AM : [iNST-TX-I1 ] 02 62 13 32 2D 0F 19 01 Sat 03/09/2013 10:49:44 AM : [iNST-ACK ] 02 62 13.32.2D 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:49:45 AM : [iNST-SRX ] 02 50 13.32.2D 0F.9F.89 2B 00 01 (01) Sat 03/09/2013 10:49:45 AM : [std-Direct Ack] 13.32.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:45 AM : [iNST-TX-I1 ] 02 62 13 32 2D 0F 19 00 Sat 03/09/2013 10:49:45 AM : [iNST-SRX ] 02 50 13.32.2D 0F.9F.89 23 00 01 (01) Sat 03/09/2013 10:49:45 AM : [std-Direct Ack] 13.32.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:49:45 AM : [iNST-ACK ] 02 62 13.32.2D 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:45 AM : [iNST-SRX ] 02 50 13.32.2D 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:45 AM : [std-Direct Ack] 13.32.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:45 AM : [iNST-TX-I1 ] 02 62 12 E3 B0 0F 19 00 Sat 03/09/2013 10:49:45 AM : [iNST-ACK ] 02 62 12.E3.B0 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:46 AM : [iNST-SRX ] 02 50 12.E3.B0 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:46 AM : [std-Direct Ack] 12.E3.B0-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:46 AM : [iNST-TX-I1 ] 02 62 12 3C A5 0F 19 00 Sat 03/09/2013 10:49:46 AM : [iNST-ACK ] 02 62 12.3C.A5 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:46 AM : [iNST-SRX ] 02 50 12.3C.A5 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:46 AM : [std-Direct Ack] 12.3C.A5-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:46 AM : [iNST-TX-I1 ] 02 62 12 3C A5 0F 19 01 Sat 03/09/2013 10:49:46 AM : [iNST-ACK ] 02 62 12.3C.A5 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:49:47 AM : [iNST-SRX ] 02 50 12.3C.A5 0F.9F.89 2B 00 02 (02) Sat 03/09/2013 10:49:47 AM : [std-Direct Ack] 12.3C.A5-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:47 AM : [iNST-TX-I1 ] 02 62 13 45 7E 0F 19 00 Sat 03/09/2013 10:49:47 AM : [iNST-ACK ] 02 62 13.45.7E 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:47 AM : [iNST-SRX ] 02 50 13.45.7E 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:47 AM : [std-Direct Ack] 13.45.7E-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:47 AM : [iNST-TX-I1 ] 02 62 12 8B 19 0F 19 00 Sat 03/09/2013 10:49:47 AM : [iNST-ACK ] 02 62 12.8B.19 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:48 AM : [iNST-SRX ] 02 50 12.8B.19 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:48 AM : [std-Direct Ack] 12.8B.19-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:48 AM : [iNST-TX-I1 ] 02 62 14 73 02 0F 19 00 Sat 03/09/2013 10:49:48 AM : [iNST-ACK ] 02 62 14.73.02 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:48 AM : [iNST-SRX ] 02 50 14.73.02 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:48 AM : [std-Direct Ack] 14.73.02-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:48 AM : [iNST-TX-I1 ] 02 62 14 73 02 0F 19 01 Sat 03/09/2013 10:49:48 AM : [iNST-ACK ] 02 62 14.73.02 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:49:49 AM : [iNST-SRX ] 02 50 14.73.02 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:49 AM : [std-Direct Ack] 14.73.02-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:49 AM : [iNST-TX-I1 ] 02 62 12 8E B0 0F 19 00 Sat 03/09/2013 10:49:49 AM : [iNST-SRX ] 02 50 14.73.02 0F.9F.89 23 00 00 (00) Sat 03/09/2013 10:49:49 AM : [std-Direct Ack] 14.73.02-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:49:49 AM : [iNST-ACK ] 02 62 12.8E.B0 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:49 AM : [iNST-SRX ] 02 50 12.8E.B0 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:49 AM : [std-Direct Ack] 12.8E.B0-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:49 AM : [iNST-TX-I1 ] 02 62 12 F8 B0 0F 19 01 Sat 03/09/2013 10:49:49 AM : [iNST-ACK ] 02 62 12.F8.B0 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:49:50 AM : [iNST-SRX ] 02 50 12.F8.B0 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:50 AM : [std-Direct Ack] 12.F8.B0-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:50 AM : [iNST-TX-I1 ] 02 62 12 F8 B0 0F 19 00 Sat 03/09/2013 10:49:50 AM : [iNST-ACK ] 02 62 12.F8.B0 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:50 AM : [iNST-SRX ] 02 50 12.F8.B0 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:50 AM : [std-Direct Ack] 12.F8.B0-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:50 AM : [iNST-TX-I1 ] 02 62 12 F8 B0 0F 19 01 Sat 03/09/2013 10:49:50 AM : [iNST-ACK ] 02 62 12.F8.B0 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:49:51 AM : [iNST-SRX ] 02 50 12.F8.B0 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:51 AM : [std-Direct Ack] 12.F8.B0-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:51 AM : [iNST-TX-I1 ] 02 62 12 F8 B0 0F 19 00 Sat 03/09/2013 10:49:51 AM : [iNST-ACK ] 02 62 12.F8.B0 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:51 AM : [iNST-SRX ] 02 50 12.F8.B0 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:51 AM : [std-Direct Ack] 12.F8.B0-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:51 AM : [iNST-TX-I1 ] 02 62 14 36 A2 0F 19 00 Sat 03/09/2013 10:49:51 AM : [iNST-ACK ] 02 62 14.36.A2 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:52 AM : [iNST-SRX ] 02 50 14.36.A2 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:52 AM : [std-Direct Ack] 14.36.A2-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:52 AM : [iNST-TX-I1 ] 02 62 1D 64 79 0F 19 00 Sat 03/09/2013 10:49:52 AM : [iNST-ACK ] 02 62 1D.64.79 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:52 AM : [iNST-SRX ] 02 50 1D.64.79 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:52 AM : [std-Direct Ack] 1D.64.79-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:52 AM : [iNST-TX-I1 ] 02 62 20 96 E8 0F 19 00 Sat 03/09/2013 10:49:52 AM : [iNST-ACK ] 02 62 20.96.E8 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:53 AM : [iNST-SRX ] 02 50 20.96.E8 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:53 AM : [std-Direct Ack] 20.96.E8-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:53 AM : [iNST-TX-I1 ] 02 62 1D 67 77 0F 19 00 Sat 03/09/2013 10:49:53 AM : [iNST-ACK ] 02 62 1D.67.77 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:53 AM : [iNST-SRX ] 02 50 1D.67.77 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:53 AM : [std-Direct Ack] 1D.67.77-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:53 AM : [iNST-TX-I1 ] 02 62 14 31 54 0F 19 00 Sat 03/09/2013 10:49:53 AM : [iNST-ACK ] 02 62 14.31.54 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:54 AM : [iNST-SRX ] 02 50 14.31.54 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:54 AM : [std-Direct Ack] 14.31.54-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:54 AM : [iNST-TX-I1 ] 02 62 14 CB 9F 0F 19 00 Sat 03/09/2013 10:49:54 AM : [iNST-ACK ] 02 62 14.CB.9F 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:54 AM : [iNST-SRX ] 02 50 14.CB.9F 0F.9F.89 2B 00 FF (FF) Sat 03/09/2013 10:49:54 AM : [std-Direct Ack] 14.CB.9F-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:54 AM : [iNST-TX-I2 ] 02 62 14 CB 9F 1F 2E 00 01 00 00 00 00 00 00 00 00 00 00 00 00 D1 Sat 03/09/2013 10:49:54 AM : [iNST-ACK ] 02 62 14.CB.9F 1F 2E 00 01 00 00 00 00 00 00 00 00 00 00 00 00 D1 06 (00) Sat 03/09/2013 10:49:55 AM : [iNST-SRX ] 02 50 14.CB.9F 0F.9F.89 2B 2E 00 (00) Sat 03/09/2013 10:49:55 AM : [std-Direct Ack] 14.CB.9F-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:55 AM : [iNST-ERX ] 02 51 14 CB 9F 0F 9F 89 11 2E 00 01 01 00 00 20 20 1E FF 25 B0 01 00 71 00 Sat 03/09/2013 10:49:55 AM : [Ext-Direct ] 14.CB.9F-->ISY/PLM Group=0, Max Hops=1, Hops Left=0 Sat 03/09/2013 10:49:55 AM : [iNST-TX-I1 ] 02 62 1F C2 B7 0F 19 01 Sat 03/09/2013 10:49:55 AM : [iNST-ACK ] 02 62 1F.C2.B7 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:49:56 AM : [iNST-SRX ] 02 50 1F.C2.B7 0F.9F.89 2B 00 01 (01) Sat 03/09/2013 10:49:56 AM : [std-Direct Ack] 1F.C2.B7-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:56 AM : [iNST-TX-I1 ] 02 62 1F C2 B7 0F 19 00 Sat 03/09/2013 10:49:56 AM : [iNST-ACK ] 02 62 1F.C2.B7 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:56 AM : [iNST-SRX ] 02 50 1F.C2.B7 0F.9F.89 23 00 01 (01) Sat 03/09/2013 10:49:56 AM : [std-Direct Ack] 1F.C2.B7-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:49:56 AM : [iNST-SRX ] 02 50 1F.C2.B7 0F.9F.89 23 00 01 (01) Sat 03/09/2013 10:49:56 AM : [std-Direct Ack] 1F.C2.B7-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:49:56 AM : [iNST-TX-I1 ] 02 62 1F C2 B7 0F 19 01 Sat 03/09/2013 10:49:56 AM : [iNST-SRX ] 02 50 1F.C2.B7 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:56 AM : [std-Direct Ack] 1F.C2.B7-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:56 AM : [iNST-ACK ] 02 62 1F.C2.B7 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:49:57 AM : [iNST-SRX ] 02 50 1F.C2.B7 0F.9F.89 2B 00 01 (01) Sat 03/09/2013 10:49:57 AM : [std-Direct Ack] 1F.C2.B7-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:57 AM : [iNST-TX-I1 ] 02 62 1F C2 B7 0F 19 00 Sat 03/09/2013 10:49:57 AM : [iNST-ACK ] 02 62 1F.C2.B7 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:57 AM : [iNST-SRX ] 02 50 1F.C2.B7 0F.9F.89 23 00 01 (01) Sat 03/09/2013 10:49:57 AM : [std-Direct Ack] 1F.C2.B7-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:49:57 AM : [iNST-SRX ] 02 50 1F.C2.B7 0F.9F.89 23 00 01 (01) Sat 03/09/2013 10:49:57 AM : [std-Direct Ack] 1F.C2.B7-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:49:57 AM : [iNST-TX-I1 ] 02 62 14 A0 D7 0F 19 00 Sat 03/09/2013 10:49:57 AM : [iNST-SRX ] 02 50 1F.C2.B7 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:57 AM : [std-Direct Ack] 1F.C2.B7-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:57 AM : [iNST-ACK ] 02 62 14.A0.D7 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:58 AM : [iNST-SRX ] 02 50 14.A0.D7 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:58 AM : [std-Direct Ack] 14.A0.D7-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:58 AM : [iNST-TX-I1 ] 02 62 14 7F C5 0F 19 00 Sat 03/09/2013 10:49:58 AM : [iNST-ACK ] 02 62 14.7F.C5 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:58 AM : [iNST-SRX ] 02 50 14.7F.C5 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:58 AM : [std-Direct Ack] 14.7F.C5-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:58 AM : [iNST-TX-I1 ] 02 62 14 52 8A 0F 19 00 Sat 03/09/2013 10:49:58 AM : [iNST-ACK ] 02 62 14.52.8A 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:58 AM : [iNST-SRX ] 02 50 14.52.8A 0F.9F.89 2B 00 FF (FF) Sat 03/09/2013 10:49:58 AM : [std-Direct Ack] 14.52.8A-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:58 AM : [iNST-TX-I1 ] 02 62 14 37 64 0F 19 00 Sat 03/09/2013 10:49:59 AM : [iNST-ACK ] 02 62 14.37.64 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:59 AM : [iNST-SRX ] 02 50 14.37.64 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:59 AM : [std-Direct Ack] 14.37.64-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:59 AM : [iNST-TX-I1 ] 02 62 16 A2 02 0F 19 00 Sat 03/09/2013 10:49:59 AM : [iNST-ACK ] 02 62 16.A2.02 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:49:59 AM : [iNST-SRX ] 02 50 16.A2.02 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:49:59 AM : [std-Direct Ack] 16.A2.02-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:49:59 AM : [iNST-TX-I1 ] 02 62 15 BA 2D 0F 19 01 Sat 03/09/2013 10:50:00 AM : [iNST-ACK ] 02 62 15.BA.2D 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:50:00 AM : [iNST-SRX ] 02 50 15.BA.2D 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:00 AM : [std-Direct Ack] 15.BA.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:00 AM : [iNST-TX-I1 ] 02 62 15 BA 2D 0F 19 00 Sat 03/09/2013 10:50:00 AM : [iNST-ACK ] 02 62 15.BA.2D 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:00 AM : [iNST-SRX ] 02 50 15.BA.2D 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:00 AM : [std-Direct Ack] 15.BA.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:00 AM : [iNST-TX-I1 ] 02 62 15 BA 2D 0F 19 01 Sat 03/09/2013 10:50:01 AM : [iNST-ACK ] 02 62 15.BA.2D 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:50:01 AM : [iNST-SRX ] 02 50 15.BA.2D 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:01 AM : [std-Direct Ack] 15.BA.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:01 AM : [iNST-TX-I1 ] 02 62 15 BA 2D 0F 19 00 Sat 03/09/2013 10:50:01 AM : [iNST-ACK ] 02 62 15.BA.2D 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:01 AM : [iNST-SRX ] 02 50 15.BA.2D 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:01 AM : [std-Direct Ack] 15.BA.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:01 AM : [iNST-TX-I1 ] 02 62 12 8A FB 0F 19 00 Sat 03/09/2013 10:50:02 AM : [iNST-ACK ] 02 62 12.8A.FB 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:02 AM : [iNST-SRX ] 02 50 12.8A.FB 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:02 AM : [std-Direct Ack] 12.8A.FB-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:02 AM : [iNST-TX-I1 ] 02 62 17 FB 45 0F 19 00 Sat 03/09/2013 10:50:02 AM : [iNST-ACK ] 02 62 17.FB.45 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:02 AM : [iNST-SRX ] 02 50 17.FB.45 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:02 AM : [std-Direct Ack] 17.FB.45-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:02 AM : [iNST-TX-I1 ] 02 62 17 FF C8 0F 19 00 Sat 03/09/2013 10:50:03 AM : [iNST-ACK ] 02 62 17.FF.C8 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:03 AM : [iNST-SRX ] 02 50 17.FF.C8 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:03 AM : [std-Direct Ack] 17.FF.C8-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:03 AM : [iNST-TX-I1 ] 02 62 16 9F CF 0F 19 00 Sat 03/09/2013 10:50:03 AM : [iNST-ACK ] 02 62 16.9F.CF 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:03 AM : [iNST-SRX ] 02 50 16.9F.CF 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:03 AM : [std-Direct Ack] 16.9F.CF-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:03 AM : [iNST-TX-I1 ] 02 62 16 9F C3 0F 19 00 Sat 03/09/2013 10:50:04 AM : [iNST-ACK ] 02 62 16.9F.C3 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:04 AM : [iNST-SRX ] 02 50 16.9F.C3 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:04 AM : [std-Direct Ack] 16.9F.C3-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:04 AM : [iNST-TX-I1 ] 02 62 17 A4 9D 0F 19 00 Sat 03/09/2013 10:50:04 AM : [iNST-ACK ] 02 62 17.A4.9D 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:04 AM : [iNST-SRX ] 02 50 17.A4.9D 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:04 AM : [std-Direct Ack] 17.A4.9D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:04 AM : [iNST-TX-I1 ] 02 62 17 A4 9D 0F 19 01 Sat 03/09/2013 10:50:05 AM : [iNST-SRX ] 02 50 17.A4.9D 0F.9F.89 23 00 00 (00) Sat 03/09/2013 10:50:05 AM : [std-Direct Ack] 17.A4.9D-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:50:05 AM : [iNST-SRX ] 02 50 17.A4.9D 0F.9F.89 23 00 00 (00) Sat 03/09/2013 10:50:05 AM : [std-Direct Ack] 17.A4.9D-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:50:05 AM : [iNST-ACK ] 02 62 17.A4.9D 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:50:05 AM : [iNST-SRX ] 02 50 17.A4.9D 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:05 AM : [std-Direct Ack] 17.A4.9D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:05 AM : [iNST-TX-I1 ] 02 62 14 37 A0 0F 19 00 Sat 03/09/2013 10:50:05 AM : [iNST-ACK ] 02 62 14.37.A0 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:05 AM : [iNST-SRX ] 02 50 14.37.A0 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:05 AM : [std-Direct Ack] 14.37.A0-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:05 AM : [iNST-TX-I1 ] 02 62 16 DE DC 0F 19 00 Sat 03/09/2013 10:50:06 AM : [iNST-ACK ] 02 62 16.DE.DC 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:06 AM : [iNST-SRX ] 02 50 14.37.A0 0F.9F.89 23 00 00 (00) Sat 03/09/2013 10:50:06 AM : [std-Direct Ack] 14.37.A0-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sat 03/09/2013 10:50:06 AM : [iNST-SRX ] 02 50 16.DE.DC 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:06 AM : [std-Direct Ack] 16.DE.DC-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:06 AM : [iNST-TX-I2 ] 02 62 16 DE DC 1F 2E 00 01 00 00 00 00 00 00 00 00 00 00 00 00 D1 Sat 03/09/2013 10:50:06 AM : [iNST-ACK ] 02 62 16.DE.DC 1F 2E 00 01 00 00 00 00 00 00 00 00 00 00 00 00 D1 06 (00) Sat 03/09/2013 10:50:07 AM : [iNST-SRX ] 02 50 16.DE.DC 0F.9F.89 2B 2E 00 (00) Sat 03/09/2013 10:50:07 AM : [std-Direct Ack] 16.DE.DC-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:07 AM : [iNST-ERX ] 02 51 16 DE DC 0F 9F 89 11 2E 00 01 01 00 00 20 20 1C 4C 3F 1D 00 00 00 00 Sat 03/09/2013 10:50:07 AM : [Ext-Direct ] 16.DE.DC-->ISY/PLM Group=0, Max Hops=1, Hops Left=0 Sat 03/09/2013 10:50:07 AM : [iNST-TX-I1 ] 02 62 15 BB 75 0F 19 01 Sat 03/09/2013 10:50:07 AM : [iNST-ACK ] 02 62 15.BB.75 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:50:07 AM : [iNST-SRX ] 02 50 15.BB.75 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:07 AM : [std-Direct Ack] 15.BB.75-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:07 AM : [iNST-TX-I1 ] 02 62 15 BB 75 0F 19 00 Sat 03/09/2013 10:50:07 AM : [iNST-ACK ] 02 62 15.BB.75 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:08 AM : [iNST-SRX ] 02 50 15.BB.75 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:08 AM : [std-Direct Ack] 15.BB.75-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:08 AM : [iNST-TX-I1 ] 02 62 15 BB 75 0F 19 01 Sat 03/09/2013 10:50:08 AM : [iNST-ACK ] 02 62 15.BB.75 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 10:50:08 AM : [iNST-SRX ] 02 50 15.BB.75 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:08 AM : [std-Direct Ack] 15.BB.75-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:08 AM : [iNST-TX-I1 ] 02 62 15 BB 75 0F 19 00 Sat 03/09/2013 10:50:08 AM : [iNST-ACK ] 02 62 15.BB.75 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 10:50:09 AM : [iNST-SRX ] 02 50 15.BB.75 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 10:50:09 AM : [std-Direct Ack] 15.BB.75-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:09 AM : [iNST-TX-I1 ] 02 62 19 BB 6D 0F 4F 02 Sat 03/09/2013 10:50:09 AM : [iNST-ACK ] 02 62 19.BB.6D 0F 4F 02 06 IOCTL (QUERY) Sat 03/09/2013 10:50:09 AM : [iNST-SRX ] 02 50 19.BB.6D 0F.9F.89 2B 4F 02 IOCTL (QUERY) Sat 03/09/2013 10:50:09 AM : [std-Direct Ack] 19.BB.6D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:09 AM : [iNST-TX-I1 ] 02 62 19 BB 6D 0F 49 00 Sat 03/09/2013 10:50:09 AM : [iNST-ACK ] 02 62 19.BB.6D 0F 49 00 06 RINPUT (00) Sat 03/09/2013 10:50:10 AM : [iNST-SRX ] 02 50 19.BB.6D 0F.9F.89 2B 49 40 RINPUT (40) Sat 03/09/2013 10:50:10 AM : [std-Direct Ack] 19.BB.6D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:10 AM : [ 12 FA 3C 1] ST 0 Sat 03/09/2013 10:50:10 AM : [ 1F C2 B7 2] ST 255 Sat 03/09/2013 10:50:11 AM : [iNST-TX-I1 ] 02 62 00 00 17 CF 11 00 Sat 03/09/2013 10:50:11 AM : [iNST-ACK ] 02 62 00.00.17 CF 11 00 06 LTONRR (00) Sat 03/09/2013 10:50:11 AM : [ 12 3C A5 8] ST 255 Sat 03/09/2013 10:50:11 AM : [ 14 73 2 6] ST 255 Sat 03/09/2013 10:50:12 AM : [iNST-SRX ] 02 50 19.BB.6D 00.00.0B CB 11 00 LTONRR (00) Sat 03/09/2013 10:50:12 AM : [std-Group ] 19.BB.6D-->Group=11, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:12 AM : [ 19 BB 6D B] DON 0 Sat 03/09/2013 10:50:12 AM : [ 19 BB 6D B] ST 255 Sat 03/09/2013 10:50:12 AM : [iNST-SRX ] 02 50 19.BB.6D 0F.9F.89 41 11 0B LTONRR (0B) Sat 03/09/2013 10:50:12 AM : [std-Cleanup ] 19.BB.6D-->ISY/PLM Group=11, Max Hops=1, Hops Left=0 Sat 03/09/2013 10:50:12 AM : [iNST-DUP ] Previous message ignored. Sat 03/09/2013 10:50:13 AM : [iNST-SRX ] 02 50 19.BB.6D 00.00.0B CB 13 00 LTOFFRR(00) Sat 03/09/2013 10:50:13 AM : [std-Group ] 19.BB.6D-->Group=11, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:13 AM : [ 19 BB 6D B] DOF 0 Sat 03/09/2013 10:50:13 AM : [ 19 BB 6D B] ST 0 Sat 03/09/2013 10:50:13 AM : [iNST-SRX ] 02 50 19.BB.6D 00.00.0C CB 11 00 LTONRR (00) Sat 03/09/2013 10:50:13 AM : [std-Group ] 19.BB.6D-->Group=12, Max Hops=3, Hops Left=2 Sat 03/09/2013 10:50:13 AM : [ 19 BB 6D C] DON 0 Sat 03/09/2013 10:50:13 AM : [ 19 BB 6D C] ST 255 Sat 03/09/2013 10:50:13 AM : [VAR 2 18 ] 167 Sat 03/09/2013 10:50:13 AM : [iNST-SRX ] 02 50 19.BB.6D 0F.9F.89 41 11 0C LTONRR (0C) Sat 03/09/2013 10:50:13 AM : [std-Cleanup ] 19.BB.6D-->ISY/PLM Group=12, Max Hops=1, Hops Left=0 Sat 03/09/2013 10:50:13 AM : [iNST-DUP ] Previous message ignored. ---Manual single device query that returns IOLinc to correct status (Sensor ON)--- ** Note there was some other activity in the house around the same time that is also captured*** Sat 03/09/2013 11:00:30 AM : [iNST-TX-I1 ] 02 62 12 FA 3C 0F 19 01 Sat 03/09/2013 11:00:30 AM : [iNST-ACK ] 02 62 12.FA.3C 0F 19 01 06 LTSREQ (01) Sat 03/09/2013 11:00:30 AM : [iNST-SRX ] 02 50 12.FA.3C 0F.9F.89 2B 00 01 (01) Sat 03/09/2013 11:00:30 AM : [std-Direct Ack] 12.FA.3C-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 11:00:30 AM : [ 12 FA 3C 1] ST 255 Sat 03/09/2013 11:00:30 AM : [iNST-TX-I1 ] 02 62 12 FA 3C 0F 19 00 Sat 03/09/2013 11:00:30 AM : [iNST-ACK ] 02 62 12.FA.3C 0F 19 00 06 LTSREQ (LIGHT) Sat 03/09/2013 11:00:30 AM : [iNST-SRX ] 02 50 12.FA.3C 0F.9F.89 2B 00 00 (00) Sat 03/09/2013 11:00:30 AM : [std-Direct Ack] 12.FA.3C-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sat 03/09/2013 11:00:31 AM : [iNST-TX-I1 ] 02 62 00 00 17 CF 13 00 Sat 03/09/2013 11:00:31 AM : [iNST-ACK ] 02 62 00.00.17 CF 13 00 06 LTOFFRR(00) Sat 03/09/2013 11:00:31 AM : [ 12 3C A5 8] ST 0 Sat 03/09/2013 11:00:31 AM : [ 14 73 2 6] ST 0 Sat 03/09/2013 11:00:34 AM : [iNST-SRX ] 02 50 14.2E.44 00.00.01 CB 11 01 LTONRR (01) Sat 03/09/2013 11:00:34 AM : [std-Group ] 14.2E.44-->Group=1, Max Hops=3, Hops Left=2 Sat 03/09/2013 11:00:34 AM : [ 14 2E 44 1] DON 1 Sat 03/09/2013 11:00:34 AM : [iNST-SRX ] 02 50 14.2E.44 00.00.01 CB 11 01 LTONRR (01) Sat 03/09/2013 11:00:34 AM : [std-Group ] 14.2E.44-->Group=1, Max Hops=3, Hops Left=2 Sat 03/09/2013 11:00:34 AM : [iNST-DUP ] Previous message ignored.
  22. belias

    IOLinc anomaly

    Just wanted to add... I created a script to notify me when the 3AM query results in an incorrect status. It looks like it happens about once every 2-3 days, and it's not specific to any one IOLinc (among the group of 3 on the garage doors). This morning I had a v.41 have the same issue as the other two v.36's. Any thoughts on how to resolve this? Thanks, - Brian
  23. belias

    IOLinc anomaly

    LeeG, The IOLinc is a v.36. Another thing that's interesting: I have a few more v.36 IOLinc's around the house (for purposes other than garage doors) and they NEVER report a false status. Only difference is the garage door units are always in a "Sensor ON" state for the 3am query. I wonder if this has anything to do with it? - Brian
  24. belias

    IOLinc anomaly

    I'm having the same issue with IOLinc's configured for garage door monitoring / controlling. The Query All (at 3:00am) will occasionally cause one of the IOLinc's to report "OFF" (indicating an open garage door) even when the sensor is ON. Opening the admin console and manually querying the IOLinc corrects the sensor status. I'm running 4.0.2 and my PLM is v.92 Not sure if it helps at this point, but here's the Level 3 trace for the manual query that I ran this morning to correct the sensor status: Mon 03/04/2013 07:09:13 AM : [iNST-TX-I1 ] 02 62 13 32 2D 0F 19 01 Mon 03/04/2013 07:09:13 AM : [iNST-ACK ] 02 62 13.32.2D 0F 19 01 06 LTSREQ (01) Mon 03/04/2013 07:09:13 AM : [iNST-SRX ] 02 50 13.32.2D 0F.9F.89 27 00 01 (01) Mon 03/04/2013 07:09:13 AM : [std-Direct Ack] 13.32.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=1 Mon 03/04/2013 07:09:13 AM : [ 13 32 2D 1] ST 255 Mon 03/04/2013 07:09:14 AM : [iNST-TX-I1 ] 02 62 13 32 2D 0F 19 00 Mon 03/04/2013 07:09:14 AM : [iNST-ACK ] 02 62 13.32.2D 0F 19 00 06 LTSREQ (LIGHT) Mon 03/04/2013 07:09:14 AM : [iNST-SRX ] 02 50 13.32.2D 0F.9F.89 2B 00 00 (00) Mon 03/04/2013 07:09:14 AM : [std-Direct Ack] 13.32.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Mon 03/04/2013 07:09:14 AM : [iNST-SRX ] 02 50 13.32.2D 0F.9F.89 23 00 00 (00) Mon 03/04/2013 07:09:14 AM : [std-Direct Ack] 13.32.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Mon 03/04/2013 07:09:15 AM : [iNST-TX-I1 ] 02 62 00 00 17 CF 13 00 Mon 03/04/2013 07:09:15 AM : [iNST-ACK ] 02 62 00.00.17 CF 13 00 06 LTOFFRR(00) Mon 03/04/2013 07:09:15 AM : [ 12 3C A5 8] ST 0 Mon 03/04/2013 07:09:15 AM : [ 14 73 2 6] ST 0 Also, I noticed the "Hops Left = 0" on the last response, which is a bit strange since I usually have no comm. issues in that part of the house, so I ran a few more manual queries from the admin console. They all resulted in the following: Mon 03/04/2013 07:31:13 AM : [iNST-TX-I1 ] 02 62 13 32 2D 0F 19 01 Mon 03/04/2013 07:31:13 AM : [iNST-ACK ] 02 62 13.32.2D 0F 19 01 06 LTSREQ (01) Mon 03/04/2013 07:31:14 AM : [iNST-SRX ] 02 50 13.32.2D 0F.9F.89 2B 00 01 (01) Mon 03/04/2013 07:31:14 AM : [std-Direct Ack] 13.32.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Mon 03/04/2013 07:31:14 AM : [ 13 32 2D 1] ST 255 Mon 03/04/2013 07:31:14 AM : [iNST-TX-I1 ] 02 62 13 32 2D 0F 19 00 Mon 03/04/2013 07:31:14 AM : [iNST-ACK ] 02 62 13.32.2D 0F 19 00 06 LTSREQ (LIGHT) Mon 03/04/2013 07:31:14 AM : [iNST-SRX ] 02 50 13.32.2D 0F.9F.89 2B 00 00 (00) Mon 03/04/2013 07:31:14 AM : [std-Direct Ack] 13.32.2D-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Mon 03/04/2013 07:31:15 AM : [iNST-TX-I1 ] 02 62 00 00 17 CF 13 00 Mon 03/04/2013 07:31:15 AM : [iNST-ACK ] 02 62 00.00.17 CF 13 00 06 LTOFFRR(00) Thanks.
  25. Since updating to 3.3.10, I'm noticing the following periodic NTP errors in the error log: Mon 2013/02/04 11:07:51 AM System -60006 Stopping retries/next cycle Mon 2013/02/04 01:40:04 PM System -140005 Net Module Rule: 15 Mon 2013/02/04 03:54:12 PM System -140005 Net Module Rule: 32 Mon 2013/02/04 03:54:13 PM System -140005 Net Module Rule: 12 Mon 2013/02/04 04:00:01 PM System -140005 Net Module Rule: 42 Mon 2013/02/04 05:05:47 PM System -170001 [TCP-Conn] -1/-140002, Net Module Rule: 69 Mon 2013/02/04 05:08:02 PM System -60006 Stopping retries/next cycle Mon 2013/02/04 05:08:40 PM System -140005 Net Module Rule: 75 Mon 2013/02/04 05:15:47 PM System -140005 Net Module Rule: 60 Mon 2013/02/04 05:15:47 PM System -140005 Net Module Rule: 61 Mon 2013/02/04 05:28:21 PM System -140005 Net Module Rule: 74 Mon 2013/02/04 05:33:04 PM System -140005 Net Module Rule: 75 Mon 2013/02/04 05:44:52 PM System -140005 Net Module Rule: 74 Mon 2013/02/04 06:19:46 PM System -140005 Net Module Rule: 75 Mon 2013/02/04 06:33:00 PM System -140005 Net Module Rule: 74 Mon 2013/02/04 06:47:28 PM System -140005 Net Module Rule: 75 Mon 2013/02/04 07:06:06 PM System -140005 Net Module Rule: 74 Mon 2013/02/04 07:12:37 PM System -140005 Net Module Rule: 75 Mon 2013/02/04 07:23:31 PM System -140005 Net Module Rule: 74 Mon 2013/02/04 08:00:01 PM System -140005 Net Module Rule: 42 Mon 2013/02/04 09:32:10 PM System -140005 Net Module Rule: 75 Mon 2013/02/04 09:36:47 PM System -140005 Net Module Rule: 74 Mon 2013/02/04 11:08:15 PM System -60006 Stopping retries/next cycle Tue 2013/02/05 01:00:02 AM System -140005 Net Module Rule: 47 Tue 2013/02/05 01:00:32 AM System -140005 Net Module Rule: 48 Tue 2013/02/05 03:04:26 AM System -140005 Net Module Rule: 17 Tue 2013/02/05 03:26:17 AM System -140005 Net Module Rule: 75 Tue 2013/02/05 03:40:29 AM System -140005 Net Module Rule: 74 Tue 2013/02/05 05:08:31 AM System -60006 Stopping retries/next cycle Any ideas what might be causing this? I have the ISY set to synchronize with an internal NTP time server, and this appears to be working fine (server logs show successful synchronization, and ISY time is accurate); also the "Synchronize Now" button does not create any errors. Thanks, - Brian
×
×
  • Create New...