keribi Posted June 26, 2018 Posted June 26, 2018 Is there any simple way to disable a KPL when my grand kids visit? I know I can pull the air gap but the kids tend to just press the air gap button in when playing with the KPL. Is there any way to have a program in the ISY to accomplish this by disabling scenes? disable the KPL?
Techman Posted June 26, 2018 Posted June 26, 2018 Yes, right click on the device in the device tree and click on Disable or in a program you can do the following: IF Then (device name) Disable Else The program's "then clause" can be called by a timer, or the push of a button on another KPL, etc.
keribi Posted June 30, 2018 Author Posted June 30, 2018 I disabled the KPL in the admin console and all scenes associated with the disabled keypad still function as normal? Disabling the KPL does not disable the KPL! Seems strange as no progress bar showed up when disabling the kpl!
Techman Posted June 30, 2018 Posted June 30, 2018 Apparently the scenes still are enabled when the keypad is disabled, I thought otherwise. . All the links for the scenes are stores in the devices themselves. I guess your only other option is to pull out the air gap switch on the keypad as there's no way to disable a scene.
larryllix Posted June 30, 2018 Posted June 30, 2018 ISY doesn't like it when you try to bypass her. I wonder if a special scene activated from ISY to turn off all the LEDs would attract less attention? Air-gap? Breaker? Program to detect functions and reverse them immediately?
oberkc Posted June 30, 2018 Posted June 30, 2018 I was not sure whether disabling the device would disable scenes. Apparently not. if important enough, you could remove the keypad-in-question as scene controller and, instead, trigger programs from the keypad buttons. Doing so would allow you then to disable the programs and, consequently, responses to button presses.
paulbates Posted June 30, 2018 Posted June 30, 2018 (edited) Disabling the keypad only makes the ISY ignore it. When the ISY creates scenes, it programs the insteon links into the switches pushes the work to the switches and its all insteon at that point. While its bad for this case, its good in that scene based lighting controls will continue to work if the ISY and/or the PLM die All you can do is use programs for the keypad functions only, and not scenes as oberkc recommended.. It will be slower, but controllable. You can put those programs in a folder and have a way.. manual or another switch that they can't reach, and set the logic of that folder to be false when the grandkids come over. Paul Edited June 30, 2018 by paulbates
keribi Posted July 2, 2018 Author Posted July 2, 2018 Thanks for all the ideas on a solution. May just pull the air gap for the time being. Switching to programs instead of using scenes should be a good solution as they can be disabled easily.
larryllix Posted July 2, 2018 Posted July 2, 2018 1 hour ago, keribi said: Thanks for all the ideas on a solution. May just pull the air gap for the time being. Switching to programs instead of using scenes should be a good solution as they can be disabled easily. The slight delay for human operated switches to lights or devices isn't that bad. When it's in between an MS and a light/lamp then it seems like forever.
keribi Posted July 8, 2018 Author Posted July 8, 2018 I ended up cutting a piece of clear poly carbonate about 2" x 3.5" then used clear double sided tape to make a temporary cover for the KPL. Worked great to keep the kids off the KPL's and is easily removable. A lock feature built in to the KPL firmware would be a nice addition.
larryllix Posted July 8, 2018 Posted July 8, 2018 (edited) 1 hour ago, keribi said: I ended up cutting a piece of clear poly carbonate about 2" x 3.5" then used clear double sided tape to make a temporary cover for the KPL. Worked great to keep the kids off the KPL's and is easily removable. A lock feature built in to the KPL firmware would be a nice addition. Nice! If the KPL was all ISY program driven you could use my combination lock for enabling / disabling the programs. Edited July 8, 2018 by larryllix
LFMc Posted July 11, 2018 Posted July 11, 2018 (edited) After converting all KPL buttons to programs only, create a program that automatically shuts down the KPL associated programs: (using pseudo code...) add 1 to static variable xx (Sxx) when any KPL buttons are pushed. If Sxx > 0, decrement Sxx by 1 every 5 seconds If Sxx > 5 disable all associated programs for 1 hour. (adjust to your needs) Flash KPL background lights for 5 seconds, sound buzzer for 5 seconds. Flash all lights on/off multiple times. Tell Alexa to say "Stop screwing around with the switches kids or the boogie man in the basement will come get you". That should do it or else make it more fun for them to keep doing it. (-: Edited July 11, 2018 by LFMc 1
junkycosmos Posted July 19, 2018 Posted July 19, 2018 (edited) I need this for my mother in law. She used to think funny how the house re-acts when 'i just click around with it'. My simple fix was to add a thermostat setpoint change. IF KPL.H OFF then turn HEAT to OFF. Took her 2 days to figure it out but it worked. As for grand kids; the program above if we could get Alex to talk would be grand Edited July 19, 2018 by junkycosmos
Recommended Posts