Jump to content
AT&T to end email-to-text ×

someguy

Members
  • Posts

    835
  • Joined

  • Last visited

Everything posted by someguy

  1. I'd like to use the dusk/dawn part of the 2420 to only turn on the lights in our living room when it is dark enough. I see that I can adust the sensitivity of the dusk/dawn sensor using the ISY. I'd like to know how this can be used. I'd suspect that I'd use it as ON means it is dark and OFF means it is light and adjust the sensitivity appropriately, but when I click on the dusk/dawn in the MAIN tab of the administrative console, there is no "status" for the device. Anyone know how to accomplish what I am asking?
  2. Rand: I'll give your program a try. pls explain the logic of the IF part of the statement and how it works. I don't get the "switched on" and "not switched off" part. does the "not switched off" part stop the program from running once it is already running?
  3. does anyone have details as to how to design a program to bail out this problem? Here is what I mean: If I put the motion sensor in "on only" mode, then what should my programs say to make the motion sensor work like it has a thirty minute off-timer?
  4. Man, that is really short. I was going to set it to 30 minutes. I guess I'll have to think of some way to get the isy to bail me out of this one.
  5. I am trying to get my ISY to modify the Off timer for my 2420M and I am able to get it to tweak the numbers, but it will only let me extend the off timer to 8.5 minutes. Could this be a bug in the ISY or the sensor? anyone else have this problem?
  6. I'd like to get some advice / thoughts here. 1) It seems like it might be easier to NOT program the 2420 to a certain set of lightswitches, but to use the ISY to associate it, so I won't have to keep pressing and holding the programming button to make changes. Is there any problem with using the ISY this way? will there be a greater lag from when I walk in the room if the ISY is handling the light? 2) what is the best way to handle getting the light off? using the timer in the motion sensor or using the ISY? My understanding is that this motion sensor only send one ON command, so how do we make a program that handles the off? if we just wait 5 minutes from the on, then someone will could still be in the room. Does this mean that it is better to directly associate the light with the motion sensor? 3) I've noticed that when you do associate the sensor with a light switch, and you allow it the timer to run out and send an off command.. then if you move very quickly, the motion sensor turns the light back on (as it should) but the ISY doesn't get the correct staus update. This only seems to happen when you move within a few seconds of the off command. Anyone else have this problem?
  7. I have a metlund s70T and it works great. I use the simple doorbell type press button to activate it. We just press the button prior to taking a shower. We have two sinks in our master bathroom and I don't use hot water at my sink. My wife's sink has a 2.5 Gal tank under the sink to keep some water ready, therefore the metlund is only for the shower. Yes, I could put an IOlinc or an EZIO2X4 on it and use automation, but the metlund offers their own motion sensors that could be installed near each sink, if necessary. Here is a note: the unit is pretty quiet, but it actually is louder in the room right behind the sink where I have it installed than it is in the room where the sink is... probably due to the fact that there is only a couple of sheets of drywall between it and that other room, but there is wood (a sink cabinet) between it and the room where the sink is...
  8. I can't seem to get my old scenes deleted from my controlLinc and they keep happening. I've tried a factory reset of it and the switches that it controls and they continue to work despite this. Here is the biggest problem: if I hit #4, it turns on four lights in a scene which is enough to blow the breaker and I have to go down to the basement to reset the breaker. frustrating. Is there any way to get the isy to look for broken links and remove them in both the controllinc and in the switches that the controllinc controls?
  9. I can tell you ONE way of doing it: if you want a folder to run, put no conditions. If you don't want it to run, do this: -click on the folder -click "schedule" -uncheck "days" -click "add to if" -save changes this will tell the folder to run "never".
  10. One time in the recent past, I hooked up an insteon switch to the the wrong neutral in a double gang box by mistake and every time that I turned on the circuit breaker, it would blow. I'm no electrician, but I'd say you could try it, but it may not work, based on my experience. Any other takers?
  11. that's a good point. let's try this: remove all light bulbs from the fixtures, then go with my 3 steps. if the little LED light on the switchlinc goes on when you turn the power on, then proceed. If not, then you are in series and you have to make another plan.
  12. here is what I would do, not sure if it will work, but worth a try: 1) turn power off at the breaker. 2) hook up an insteon switch to the 14-2 at switch box 1, but if you say the white wire is the power wire, then switch the polarity (black to white and white to black). 3) turn the power on and see if the LED light lights up. If it does, then you could proceed with bringing power to the other switch with the other two wires and making it work. My guess is that my plan won't work, but it is worth a try. This might be the other option: http://www.smarthome.com/2474S/2-Wire-I ... ite/p.aspx even if you don't want to go this way, the wiring diagram in the user manual may be of help.
  13. Rand: so, you are saying that ON is considered > 90% by the ISY, but it doesn't keep running the program over and over because the status doesn't change? (I'm sorry to keep beating this up, but I was told in a previous thread that I can't find now, that ON and >(some number)% are not the same thing.) thanks, someguy
  14. Here is my scenario: I have the lights in my home gym controlled by an insteon "skylink" 2420 motion sensor. I didn't want my treadmill that is plugged into an outletlinc to ever go off while I was in the middle of using it. I devised this "safety" that would give me a couple of minutes of time between the lights going off and the treadmill going off, just in case I had to leave the room for a few minutes. This same scenario could be used if someone wanted a warning that the motion sensor had timed out. This way, the first light that goes off could be the warning and then the rest of the lights would go off a determined amount of time later. program: Gym treadmill off: If Control 'Gym-6-Motion Sensor' is switched Off Then Wait 2 minutes Run Program 'Gym treadmill off 2' (If) Else - No Actions - (To add one, press 'Action') Gym Treadmill off 2 (this program is not enabled): the IF part may be a bit redundant, but it works. If Status 'Gym-6-Motion Sensor' is Off Then Set 'Gym-5-Treadmill outletlinc' Off Else - No Actions - (To add one, press 'Action') This last program stops the above programs from turning off the treadmill if motion is sensed again: If Control 'Gym-6-Motion Sensor' is switched On Then Stop program 'Gym treadmill off' Else - No Actions - (To add one, press 'Action') One of the other things that I could throw in here is a comment about the use of these motion sensors. With an X10 motion sensor, each ON command is sent out, but the insteon 2420 motion sensor is different. If the light is turned on by the sensor and you manually turn the light off at the switch, it will not go on again until you have left the room for long enough for the sensor to turn it's status to to OFF. This could be a good thing or a bad thing, depending upon what you are trying to accomplish.
  15. Yes, ON is 100% (OFF is 0%), so ON is > 90% and the condition is True. 90% is NOT > 90%, so the condition is False. I'm not completely sure that this is correct that ON is considered to be >90%. I have written a program that I use for a for a dimmer that controls fixtures that have compact fluorescent bulbs in them that I don't want to dim. It says: If Status 'Gym-1- light by TV' > 50% Then Set 'Gym-1- light by TV' On Else - No Actions - (To add one, press 'Action') This program will run one time when I try to dim the light and will not continue to run over and over after the light gets to "ON".
  16. 1. when you click the main tab in the admin console, then click "my lighting", on the left you will see the motion sensor on three lines, dusk/dawn, low batt and motion sensor with a percent sign looking thing next to all of them, but you will not see it on the right side. it is a sensor so I guess that is the reason it isn't on the right panel. 2. I don't know about the jumper, but you could try using the ISY to turn down or off the little red light. to do this, click on the sensor and then click on "set options". You'll need to put the unit in program mode to make it happen. 3. the way the 2420 works, is it sends one on command and then when the time runs out, it sends one off command. (unless you have the jumper on that disables the off). There is a jumper that disables the off, I'd look here: http://www.smarthome.com/manuals/2420mqs.pdf
  17. okay, I got it working. It must have taken a couple of hours for the "system busy" dialog box to go away. Instead of deleting the scene, I tried deleting each light from the scene and then deleting the scene. This worked. Then I made a new scene and tried adding four lights to it at the same time and it didn't work. Then I tried adding the lights one at a time, then the motion sensor. NOW IT WORKS! When the motion sensor turns them on, the status reads on the ISY as ON and vice versa. I now can use the program that says When the "gym motion sensor" is switched off, wait five minutes and then turn the treadmill off. This was done so as to avoid having the treadmill turn off while I was using it. (the lights going off is a 5 minute warning that the treadmill will turn off.)
  18. What does "default them" mean?
  19. no keypadlinc, just 4 switchlincs. it's now been over an hour, probably more like an hour and a half and it is still cycling through.
  20. yes, I set up the scene in the ISY. I tried to delete the scene and here is what happened. The dialog box came up that says "system busy". I put the motion sensor in programming mode. then another box came up that said "request failed". the "system busy" box remains up and when it gets to 99% it starts over at 0% and counts up from there. It has been doing this for at least 30 minutes now. I tried exiting the console and logging back in and it is still there. Is this a 2.6.13 bug? How do I stop it? unplug the PLM or unplug the ISY from the PLM?
  21. what steps could you recommend to try to diagnosis/fix it?
  22. I have my insteon motion sensor connected to three lightswitches in my home gym and when it works fine. I use have used the ISY to adjust the off-time successfully. Here is where the problem is: when I use the motion sensor to turn on the lights, the ISY still reads the status of the lights as "off".
  23. so, if I make a program that says: if bedroom light is > 90% then turn on bathroom light, what will happen if the light is "ON'? is that >90% (according to the ISY)? what will happen if the light is at exactly 90%, which obviously isn't >90%?
  24. okay, thanks. happy new year.
  25. I have an outletlinc that I use to control some Christmas lights. I'd like to put it away for the off-season and not have my ISY complaining that it can't find it on my network. I suppose I could just plug it in somewhere out of the way, but is there a way to tell the ISY to ignore it for awhile, bt not remove it so I don't have to set it up again next year?
×
×
  • Create New...