-
Posts
835 -
Joined
-
Last visited
Everything posted by someguy
-
okay, I guess I'll have to give up on this one, because I can't figure out for the life of me why I'd want to set up a program and then have a line in it set it as false and then run the else part. makes no sense to me, but I'm sure someone has a good use for it. My ISY just won't be running on that level. Rand, thanks for your attempt.
-
I have read these parts of the wiki, specifically: http://www.universal-devices.com/mwiki/ ... ing_Run_If http://www.universal-devices.com/mwiki/ ... ing_Run_If I read them again and I don't think that they are explained very well. They use examples that are so friggin complicated that it makes no sense to me. Anybody have a simpler explanation as to what the difference is between run (path) and run (if)?
-
okay, well I'm not sure I completely understand all of this stuff but I'm learning. I think I'm up to the fourth grade level. I really appreciate all of your help. This forum is damn good. can anyone refer me to a place where I can read the real difference between "then (path)" and "then (if)". I read the FAQ and it doesn't really help me.
-
wwat: I suppose I could wait a couple of hours and find out, but what is wrong with my program. Why won't it work. I'm referring to the one that has two programs that you replied to with four programs. I'd just like to learn where I went wrong. edit: also: why did you use "then (path)" instead of "then (if)"? I have a hard time understanding the difference between these two. To me, if...then is if...then. also: why was it necessary to make the two programs run two seconds apart?
-
just in case it isn't clear, I am wanting the lights to flash at 10pm: off then on if they are on OR on then off if they are off. tell me where these go wrong: program 1, enabled: If Time is 10:00:00PM Then Run Program 'Hearth Flash 10pm b' (If) Else - No Actions - (To add one, press 'Action') program 2, not enabled: If Status 'Hearth-5-Lamplinc' < 20% Or Status 'Hearth-5-Lamplinc' is Off Then Set 'Hearth-5-Lamplinc' Fast On Set 'Hearth-3-West Light, by TV' Fast On Wait 1 second Set 'Hearth-5-Lamplinc' Fast Off Set 'Hearth-3-West Light, by TV' Fast Off Else Set 'Hearth-5-Lamplinc' Fast Off Set 'Hearth-3-West Light, by TV' Fast Off Wait 1 second Set 'Hearth-5-Lamplinc' Fast On Set 'Hearth-3-West Light, by TV' Fast On
-
okay, thanks for all of that info. I was not aware that OFF is not <20% as far as ISY is concerned. thanks for that.
-
Okay, now I think I understand. so, why didn't it run the "else" part of the program right when I created the program at around 8pm last night?
-
edit: okay, I found it. thanks.
-
Your answer makes sense to me, but here is where I don't get it. The IF part says "time is 10:00:00". It is only that time for one second, so why does it keep flashing even after it is 10:00:05, and at 10:00:30, etc.?
-
why would this program make my lights continue to flash on and off? I was intending to have them flash once to tell me that it is 10:00pm. If Time is 10:00:00PM And Status 'Hearth-5-Lamplinc' < 20% Then Set 'Hearth-5-Lamplinc' Fast On Set 'Hearth-3-West Light, by TV' Fast On Wait 1 second Set 'Hearth-5-Lamplinc' Fast Off Set 'Hearth-3-West Light, by TV' Fast Off Else Set 'Hearth-5-Lamplinc' Fast Off Set 'Hearth-3-West Light, by TV' Fast Off Wait 1 second Set 'Hearth-5-Lamplinc' Fast On Set 'Hearth-3-West Light, by TV' Fast On
-
how do you get the date in the schedule part of the program? I don't see that option there.
-
okay, I was able to get out of the loop. I tried it multiple different ways, but the way that finally worked was to unplug the ISY, then plug back in, then log in quickly and go into the program summary tab, then quickly highlight the programs that were the problem and click "disable". I believe that the reason I was able to do this was because the ISY was still getting warmed up and doing startup stuff and it hadn't gotten around to getting stuck in the loop yet.
-
I've got two programs that call each other and they are running over and over. I can't figure out how to stop them. I tried to uncheck the "enabled" box and save them, but it looks like they won't save while they are running, so this doesn't work. I tried going to the tab where the programs are listed and right clicking and clicking "stop" but this didn't work either. Does anyone have any ideas as to how to get me un-stuck?
-
There is your problem. You should be running the IF, not the THEN. By running THEN, you are skipping the condition check (if off), and going righ to your commands (turn on). Jim H. wow, thanks Jim H. for the quick reply. so, I should leave the first program as "run then" because there are no conditions, but change the second program to "run (if)"?
-
I've got 3 lights that do not go on reliably. I am currently working on figuring out how to get them to be more reliable. I believe that the signals aren't getting out to the third fuse panel in my garage reliably. I have found that if I hit "on" for the unreliable lights enough times, they go on. One of the problems is that when the ISY turns on the light, the status goes to "on" whether it is on or not. I have to query (or walk over to the window to look out to the yard) to see if the light is on. I decided to make a couple of programs that would query the lights and then turn them on if they weren't on. In theory, this could repeat iself until they went on. The problem is, they keep repeating over and over, even after the lights go on. here are the programs: this one is called "get those lights ON": If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'Outside-9a-Malibu, Garage' Query Set 'Outside-9c-Behind shop' Query Set 'Outside-1-Garage Right' Query Wait 30 seconds Run Program 'get those lights ON 2' (Then Path) Else - No Actions - (To add one, press 'Action') This one is called "Get those lights ON 2": If Status 'Outside-9a-Malibu, Garage' is Off Or Status 'Outside-9c-Behind shop' is Off Or Status 'Outside-1-Garage Right' is Off Then Set 'Outside-9a-Malibu, Garage' On Set 'Outside-9c-Behind shop' On Set 'Outside-1-Garage Right' On Wait 5 seconds Run Program 'get those lights ON' (Then Path) Else Disable Program 'get those lights ON' Please note that both of these programs have the "enabled" box unchecked and the first program is "run then" when I try to turn on the lights. Any ideas as to how to get this to work. I know this is like child's play for most of you guys.
-
I've done quite a bit of research and I haven't been able to find the answer to what an insteon thermostat will do for me. Here is what I'm looking for: a thermostat that will run a program that sets the thermostat to a certain temperature in the morning, daytime, evening and night-time. I'd like to have this schedule change depending upon occupancy. The occupancy could be indicated to the thermostat by a motion sensor or a light switch. Here is what I mean: Would I be able to set the thermostat to 65 degrees during the daytime, but if someone came into the area, and tripped the motion sensor or turned on a light in the area, it would go to 70 degrees for a couple of hours, then return to 65 degrees. It should also go to the next scheduled temperature per the programming and then during that period of time, it might be set to 68 degrees and the motion sensor turns it up to 72 degrees. I'd also like to be able to have someone walk up to the thermostat and change the temperature setting and it stay there instead of having it switch to some other setting when someone turns on a lightswitch or walk past the motion sensor in the area. At night, I wouldn't want the motion sensors or the lightswitches to affect the settings. I'm sure the isy can handle this part easily. Will it work like this? Are there any other things that I can do with it that I might want to do? These are the two thermostats that I found, are they any good? http://www.smarthome.com/30412A/7-Day-P ... 900/p.aspx http://www.smarthome.com/2491T7/Venstar ... ble/p.aspx
-
I have a garden-variety alarm system in my house and there are a couple of motion sensors that MIGHT be useable for my insteon system. How hard would it be to figure out how to make one of these motion sensors turn on an insteon light? I do have an EZio2x4 that I could use, but not sure how. For clarification, my alarm is not an Elk alarm system. As a matter of fact, for perspective, I'm not even sure what an Elk alarm system is.
-
thanks for your help. Yes, I could talk to you and work this out tomorrow. I will send you a personal message for more details. this is a new Motion sensor, not a beta version.
-
Hi Michel: I tried "restore device" multiple times with the motion sensor in programming mode sitting a few inches from either of my access points. I tried it with three different batteries. It still didn't work. I also did wait more than 5 minutes after reinserting the battery. I removed the device from the ISY and then did a factory reset. Now I can't get it to add to the ISY list. When I put in the insteon address and either choose auto-discover or choose 2420, It gets to about 8% and then the diaglog box just vanishes. I have tried closing all browsers and deleting my java cache and nothing works. Any other ideas? Here is the funny thing, the motion sensor still turns on the lights that it was linked to before, but the status doesn't report to the ISY when they change from off to on or vice versa. edit: I tried putting it a few inches away from the other access point and I can now get it to go all of the way to 99%. This requires me to put the unit back into programming mode twice and when it gets past 99%, the dialog box vanishes and the motion sensor isn't in my list. Any ideas to fix this? 2nd edit: after I tried this about 10 times, we went out to a party and I came back and I had at least a dozen error windows open in the admin console. A few of them said "Socket Open Failed java.io.IOException: An established connection was aborted by the software in your host machine". most of them said "Socket Open Failed java.net.SocketTimeoutException" Michel: when I "restore device" it gives me the frustrating "request failed". When I press the set button on the motion sensor, it toggles the lights, but it does NOT change the status readout in the ISY admin console.
-
Michel: when I "restore device" it gives me the frustrating "request failed". When I press the set button on the motion sensor, it toggles the lights, but it does NOT change the status readout in the ISY admin console.
-
here is a bug that I found in this version and in the .12 version: when an Insteon Motion sensor turns a light on, the status goes to ON, then later when the light goes off (because the motion sensor turned it off), the status stays ON. The only way to get the status to switch back to off is to manually query it.
-
Michel: uh, oh. I've got a HL2 PLM. What are my options to switch it out? Is the process of switching it reasonable or is it frought with problems?
-
look here for some info: http://forum.universal-devices.com/view ... highlight=
-
I'm having another problem while using 2.6.12: I am trying to add a new EZSwitch30 and it will not correctly add it to "my lighting". when I click "new insteon device" and put in the insteon address and with either "automatic" or by selecting EZSwitch30, here is what it does: a dialog box pops up and it says "removing existing links" (there are none it is a new device) and when it gets to about 8% the dialog box just vanishes. no error message, no new device in my list. Any solutions?
-
My ISY is not aware of any links for any of my controlLinc buttons, but they all do something. I tried a factory reset and the buttons still cause various lights (that they used to be linked to) to go on and off. Do I need to restore the controlLinc, the lights that they are connected to? Do I need to factory reset all of the switches that they are connected to and then restore them?