Jump to content

LeeG

Members
  • Posts

    12943
  • Joined

  • Last visited

Everything posted by LeeG

  1. One note, if any of the lights are dimmed the If is False as On means 100% On. To cover dimmed value the If would state If Status 'xxxx' is not Off rather than On.
  2. When the Conditions are no longer True the Wait is terminated and the Else clause runs. Should the If Conditions become True again the Program is triggered and the Then clause runs fron the beginning.
  3. The ISY does not support configuration of the Analog Inputs 5,6 and 7. The Analog information has to be set using the Simplehomenet Utility Suite (free download) . Input 7 (1-wire) will indicate On or Off based on the temp read from the 1-wire sensor versus the Analog ranges set for input 7.
  4. The other possibility. House built in 1990 using PEX and brass fittings. No leaks or other issues with couplings.
  5. It worked the last time I tried but have nothing on day to day usage. The ISY does not support configuration of the 1-wire information. The EZIO8SA supports a single 1-wire device.
  6. The ON/OFF buttons do not have to physically control a load. However, they are the only buttons that can physically control the load and they work as a pair. Cannot have the ON button do one thing and the OFF button do something completely independent.. Same with the Main/A button on an 8 button KPL as the only button that can control a load but does not have to.
  7. The link records do not control how the KPL reacts to its own button presses.
  8. Use New INSTEON Device. Enter the EZIO8SA Insteon address (Its PLM address), Name of choice and Auto Detect. No need to press the PLM Set button. Suggest running Tools | Diagnostics | Event Viewer at LEVEL 3 while running New INSTEON Device. Post the event trace.
  9. The Primary ON/OFF node is the correct one for the Restore Device. Yes, a popup should appear during the Restore Device. I'm pretty sure the KPL is defective. Run Tools | Diagnostics | Event Viewer at LEVEL 3. Run another Restore Device and post the event log. When doing the Factory Reset is the air gap switch held all the way in for a full 10 seconds?
  10. Right click on Primary KPL node, select Diagnostics | Show Device Links Table. Post the Show results. Do the same sequence for a device that is incorrectly reacting to a button H press. Post that device Show results.
  11. LeeG

    Scene test fail

    Post the Scene Test results. A Scene Test in 4.2.10 should not be posting a Failure unless there is a link database issue or a comm problem.
  12. Regarding the blank nodes, from my previous post, ... Tap the Leak Sensor Set button (not press and hold). The device will send a message sequence that will prime the three nodes. Each tap of the Leak Sensor Set button will cycle the -Dry/-Wet nodes from -Dry=On/-Wet=Off to -Dry=Off/-Wet=On, and back. Tap the Set button until the desired Dry/Wet indicates are achieved. There is no device failure. The blank nodes are normal for a battery powered device. ............................. All the Insteon devices can be linked and unlinked manually when no application is involved. The first press and hold of the Set button puts the device into manual linking mode. The next press of Set button puts the Leak Sensor into manual unlinking mode. The Leak Sensor remains awake for 4 minutes in either linking or unlinking mode. There is no need to go to unlinking mode.
  13. Running a Restore Device does not Query the device. It is normally not possible to Query a battery device because it is sleeping. After the Restore Device and the Leak Sensor has come out of linking mode (or was taken out of linking mode), tap the Leak Sensor Set button (not press and hold). The device will send a message sequence that will prime the three nodes. Each tap of the Leak Sensor Set button will cycle the -Dry/-Wet nodes from -Dry=On/-Wet=Off to -Dry=Off/-Wet=On, and back. Tap the Set button until the desired Dry/Wet indicates are achieved. Sorry for slow response. I'm not getting emails from the UDI forum about new posts.
  14. According to the event trace the Restore Device was successful.
  15. With three nodes (-Dry, -Wet, -Heartbeat) defined it sounds like the ISY firmware is aware of the Leak Sensor (Teken makes good point though). Things such as metal boxes for example reduce the Dual Band RF range. Run Tools | Diagnostics | Event Viewer at LEVEL 3. Put the Leak Sensor near the 2413 PLM. Using a single Set button press put the Leak Sensor into manual linking mode. Right click the -Dry node and select Restore Device. Post the event trace if not successful when Leak Sensor near 2413 PLM.
  16. "If Status" triggers a Program only when Status changes. In this case when the inlineLinc turns Off the Then clause executes once..
  17. The Motion Sensor can be configured to not send Off commands. The logic to turn the lights Off would be handled by ISY Program(s) and/or turning the SwitchLinc Off manually.
  18. Assuming .... Scene1 SwitchLinc1 - Controller SwitchLinc2 - Controller Click the Red SwitchLinc1 entry. Set both Switchlincs to 40% On Level Click the Red SwitchLinc2 entry. Set both SwitchLincs to 40% On Level
  19. LeeG

    How to R&R a 2450

    Duplicate post. See other post for answer.
  20. LeeG

    How to R&R a 2450

    The Wiki has the procedure ... http://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Replacing_a_Device
  21. LeeG

    Isy programming

    Putting the update of local on level/ramp rate aside, the objective of Adjust Scene is to update the information in a Responder link record (a link record that starts with A2). To do this the ISY needs the Insteon address of the Controller and of course the information to update. The "In Scene" parameter identifies the Controller. When an ISY Scene name is specified "In Scene" the Controller Insteon address is the PLM. The other possibility is enter the name of a Controller in an ISY Scene which also provides the Controller Insteon address. That is what the list of devices in the "In Scene" pulldown is, Controllers in ISY Scenes. The second piece of information is the Responder Insteon address, On Level/Ramp Rate to adjust. That is what the "Set" parameter provides. The combination of Controller Insteon address from "In Scene" and the Responder Insteon address from "Set" identifies which Responder link record (A2) to update. To summarize, "In Scene" provides Controller Insteon address "Set" identfies the Responder address and new data. Scene1 Controller1 Controller2 Responder1 Responder2 The information in Red can be entered into "In Scene" The information in Blue can be entered into "Set" Of course a Controller may also be a Responder but would never be entered into the same Adjust Scene statement (not discussing changing Local information). Sorry if the source of this creates more problems than it solves.
  22. Unfortunately Disabling the running Program stops the Program. The statement after the Disable executes but that is all. Program AAA2 If Control 'SwitchLinc Dimmer DB' is switched On Then Disable Program 'AAA2' Send X10 'A5/On (3)' Wait 5 seconds Send X10 'A6/On (3)' Wait 5 seconds Send X10 'A7/On (3)' Wait 5 seconds Send X10 'A8/On (3)' Enable Program 'AAA2' Else - No Actions - (To add one, press 'Action') Mon 09/15/2014 11:23:57 AM : [iNST-SRX ] 02 50 1D.23.6B 00.00.01 CB 11 00 LTONRR (00) Mon 09/15/2014 11:23:57 AM : [std-Group ] 1D.23.6B-->Group=1, Max Hops=3, Hops Left=2 Mon 09/15/2014 11:23:57 AM : [D2D EVENT ] Event [1D 23 6B 1] [DON] [0] uom=0 prec=-1 Mon 09/15/2014 11:23:57 AM : [ 1D 23 6B 1] DON 0 Mon 09/15/2014 11:23:57 AM : [D2D-CMP 0042] CTL [1D 23 6B 1] DON op=1 Event(val=0 uom=0 prec=-1) is Condition(val=0 uom=0 prec=-1) --> true Mon 09/15/2014 11:23:57 AM : [D2D-CMP 0013] CTL [1D 23 6B 1] DON op=1 Event(val=0 uom=0 prec=-1) is Condition(val=0 uom=0 prec=-1) --> true Mon 09/15/2014 11:23:57 AM : [iNST-SRX ] 02 50 1D.23.6B 22.80.0B 41 11 01 LTONRR (01) Mon 09/15/2014 11:23:57 AM : [std-Cleanup ] 1D.23.6B-->ISY/PLM Group=1, Max Hops=1, Hops Left=0 Mon 09/15/2014 11:23:57 AM : [iNST-DUP ] Previous message ignored. Mon 09/15/2014 11:23:57 AM : [D2D EVENT ] Event [1D 23 6B 1] [sT] [102] uom=0 prec=-1 Mon 09/15/2014 11:23:57 AM : [ 1D 23 6B 1] ST 102 Mon 09/15/2014 11:23:57 AM : [X10-RSP ] 02 63 61 00 06 Mon 09/15/2014 11:23:57 AM : [D2D-CMP 002B] STS [1D 23 6B 1] ST op=1 Event(val=102 uom=0 prec=-1) is Condition(val=0 uom=0 prec=-1) --> false Mon 09/15/2014 11:23:57 AM : [ Time] 11:24:00 2(0) Mon 09/15/2014 11:23:57 AM : [ X10] A5 Mon 09/15/2014 11:23:57 AM : [ X10] A5/On (3) Mon 09/15/2014 11:23:58 AM : [X10-RSP ] 02 63 62 80 06 Mon 09/15/2014 11:23:59 AM : [X10-RX ] 02 52 61 00 Mon 09/15/2014 11:23:59 AM : [ X10] A5 Reduce your Wait from 1 hour to 30 seconds. The Program will not Enable itself.
  23. What URL is being used to invoke the Admin Console?
  24. That would be the same as one Lamp with multiple bulbs.
  25. LeeG

    Isy programming

    apostolakisl "There is no reason I could not add the last couple devices if I wanted to (but I don't which is why I have this scene, so i can turn all the lights on during a fire alarm and not also turn on the bathroom fans)." The discussion is the use of Adjust Scene. I do not see how that relates to a Scene of Responders to turn devices On when a fire. To appear in the "In Scene" list the devices would have to be Controllers which gets back to the devices being cross-linked when a Controller.
×
×
  • Create New...