Jump to content

oberkc

Members
  • Posts

    5875
  • Joined

  • Last visited

Everything posted by oberkc

  1. Yes. Or by a time-based condition.
  2. Yes. Or by a time-based condition.
  3. I believe one of my problems turned out that another network device (netgear stora) was also using port 443. I changed the ISY port to 555, and set the port forwarding the same. This seems to work, for now. I am no longer using the "enable internet access" option from the admin panel.
  4. The first "then" statement changes the Rear BR Can lights to 70%, which triggers an evaluation of the "if" condition, which is now false. This happens before the program "then" statement is completed, which means that the Rear BR Can lights are never turned off.
  5. I am going to try the sticky instructions under the "how to" section: http://forum.universal-devices.com/viewtopic.php?f=26&t=635
  6. Ah. Those 'little more details" left unspoken get you every time.
  7. My router is on a UPS, but I suppose that does not guarantee rebooting. I will look further into manual configuration.
  8. Is the "little more detail" the same as "all the rest of the detail"? Perhaps it best to describe, in english (as opposed to a program example) what you want to accomplish. For example: a. table lamp to come on at 0540 on mondays, wednesdays, and fridays. b. table lamp to remain on until garage door is open, or 2 hours after sunset, whichever comes first. Is this it? Assuming so, change your first program to: If On Mon, Wed, Thu Time is 5:40:00AM Then Set 'LR Table Lamp' On Else - No Actions - (To add one, press 'Action') Create a second program...as I suggested earlier, modified: If control garage door sensor is set on or time is sunrise + 2 hours Then Set 'LR Table Lamp' Off Else - No Actions - (To add one, press 'Action')
  9. I believe I have the same problem, and have never gotten ambitous enough to figure it out. I enable internet access through the admin panel (I have never made any attempt to handle through the router settings). I get a pop-up showing internet (LAN and WAN) addresses. At this point, I can access from android cell phone, both using web browser and conductor app. Sometime later (usually days or weeks), with no changes made by me, I can no longer access the ISY from my android cell phone, using either the web browser of conductor app. At that point, I can go in, disable, then re-enable internet access. It gives me another pop-up window showing the same addresses as before. Access via android cell phone is restored again, for a period of time, after which it stops, and the cycle repeats. Perhaps I am having the same issue as you.
  10. I would do this via program: if control "garage door sensor" is set on then turn "light in the house" off else Actual code wording may vary, but I trust the logic is clear.
  11. my understanding is that battery-operated motion sensors do not listen for communication...they are one-way transmitters. This is to ensure longest battery life. Given this, I don't believe that there is anything a device such as the ISY can do to accomplish your goals. Pending a change in the design of the motion sensor, it will always be necessary to press the set button to perform linking and programming.
  12. On this, I think we agree. This was my understanding of what he wanted. I perceived that the OP wanted the family room ceiling to act as a night light sort-of thing, coming on during the night-time whenever the other two lights were off. But re-reading the original post, I am no longer confident of this understanding. If, as you understand, the purpose is to turn one light on at a single point of time of the day, and only if the other two lights happened to be off at that single time, then I think we are in violent agreement that the correct program would be: If Time is sunset + 15 And Status 'Kitchen Ceiling Keypad - A' is Off And Status 'Fam Rm Table' is Off Then Set Scene 'Fam Rm Ceiling' On
  13. There are couple of assumptions here. First, I assumed that he wanted the family room light to be automatically on generally during periods of darkness, and not 24 hours per day. Second, given the second program (which turns the lights out at 10:21pm), that he originally wanted the program to operate only between those two time periods. Of course, this period is configurable. I also don't believe the simple condition: time is sunset + 15 minutes, will accomplish the goal. This condition will be true only for an infintessimal time (at sunset +15) and false the rest of the 24 hours. I believe it to be necessary to make this true over a measurable period of time, whether that be from sunset to 10:21, sunset to sunrise, or some other period of time.
  14. I would think this would be relatively straight-forward. There are issues with motion sensor programs near the end of the daily operating period, but I suggest looking at the wiki articles (search motion sensor) and previous forum post to get a sense of those. For your specific example, I am thinking about two programs. One: if from sunset to sunrise (next day) then set coach lights to 35% else set coach lights off Two: if from sunset to sunrise (next day) and control motion sensor is set on then set coach lights to 100% wait set time set coach lights to 35% else I am sure there are other options that would work as well, or better.
  15. I assume your "other lights" are 'Kitchen Ceiling Keypad - A' and 'Fam Rm Table'. Correct? Yes, I have some ideas. Your family room ceiling turns itself back on because it is a condition in your first program. Turning this device off triggers an evaluation, which turns it back on. I don't see why it needs to be there. My suspicion is that it is going to be very easy to get complicated quick with your approach (folders and such). Why not a single, simple program something like: If Time is from sunset + 15 minutes to 10:21pm And Status 'Kitchen Ceiling Keypad - A' is Off And Status 'Fam Rm Table' is Off Then Set Scene 'Fam Rm Ceiling' On No folders. No second program. If the family room light was already on, it will stay on. If it was off, it will turn on. But only between sunset and 10:21pm (adjust to suit your needs).
  16. I don't believe there is anything necessary to save scene settings. I fear that the device failure to stay on zero to be an indication that this is one of the devices that cannot have zero for the "on" level. Ugh. I hesitate to mention this option, because I really don't know how a device will react with two, potentially conflicting, commands. But you may be up for it, so here goes: Try a mutually exclusive relationship between buttons A and B. I understand that, in such a relationship, only one button may be on at any given time (though both may be off). The potential problem that I see is how button B will react when you press button A...does it turn off (mutually exclusive relationship), does it turn on (as commanded by being part of a scene) or does it just go nuts trying to make up its mind from conflicting guidance. Perhaps two scenes will end up being your best bet.
  17. I forget which devices allow this capability, but it may be worth an experiment. Before you create two scenes, select the "A" button from your current, single scene. When selected, you should see all devices in the scene to the right, with "on" levels. Can you set the on level for button B as "off"? If you can do this, then turning on button A will turn off button B.
  18. I own the revue and ISY, but not a Roku. For meager users such as you and I, I don't believe there is any capability for the ISY-99 to send commands directly to either. There may exist options through the ISY-99 network module, but this goes beyond the capability of meager users, as far as I am concerned. If you are willing to fool around with IR, I would expect to be able to achieve some level of coummunication between these devices using IR. I don't recall the level of IR capability in the revue, but you could, concievably, use the smarthome IRlinc transmitter to send commands to the revue and roku.
  19. Make sure you save the changes. The little green arrow on the program name suggests that there are some unsaved changes out there somewhere. Of what scene is your porch light a member, and what devices are controllers? In addition to the LeeG suggestion: Depending on how you have your motion sensor set up, you may need to change "status" to "control" (in fact, I recommend this step regardless). If you motion sensor is set to return itself to "off" after some period within the 10 minute period, it will cause this program to halt wait execution and execute the blank "else" statement. The effect would be that the light would not turn off after ten minutes. Finally, you will probably want to add a step in the "else" branch to turn the light off. If you happen to sense motion less than ten minutes prior to 530am, the program will halt execution of the wait statement and run the "else" statement. Without an OFF command, the light would remain on until motion is detected next evening.
  20. Did you get the whole garage door kit or just the IOLinc? For you to accomplish your goals, you will also need a sensor to know the status of your garage door. Have you added the IOLinc to the ISY yet? When you add the IOLinc to the ISY, you should get two devices in your "my lighting" tree: the relay and sensor. The sensor tells you the status of the door. The relay cannot tell you status, but controls your opener. The first can be a controller in a scene. The second cannot. Assuming you have a sensor and the relay and sensor are in your ISY "my lighting" device tree listing, I think it would be relatively simple to create a program to close your door at a certain time. I believe something like this would work: if time is 1100p and status garage door sensor is on then set control garage door relay off else Please bear in mind that the relay can be set to respond to ON commands, OFF commands, or both. It can also be set to respond to either, based on sensor status. The sensor can also be wired such that a closed garage door can turn it ON or OFF. Your program will have to properly reflect how you set up your IOLinc. You can find all these settings by selecting the IOLinc at the ISY admin panel, where you will find a button to configure it. I don't believe that this is true. One of the configuration settings is momentary open or closed. This is also available through the ISY admin panel and configuration settings. Check out the wiki at universal devices. Search for Garage Door. Search also for IOLinc. You will find much useful here. http://www.universal-devices.com/mwiki/index.php?title=Main_Page
  21. I think you will find a near unanimous concensus in high praise of the ISY-99.
  22. oberkc

    v35 Switchlincs

    My knowledge of this is based only upon what I have read at this forum. Beyond a reasonable doubt. Yes. Some have reported such experience.
  23. oberkc

    Scenes

    For each controller in a scene (including the PLM/ISY), you can set different levels and ramp rates. This means that the response to pressing controller A can be set different than the response when pressing controller B. For example one Keypad button or switch can turn all the scene's lights to 100%. Another switch can turn them to 50%. Not necessarily true, if you you set the scene levels and ramp rates for the paddle different than that for the scene, itself. Once a scene is created, one can see the devices in the scene by expanding the scene icon. Controllers and responders are identified by color (red and blue). If you select the scene, you will see the on levels and ramp rates for the parent scene. These represent the levels each device will attain when activiate through the ISY (admin panel or via program). If you highlight a controller device within the scene, you see a set of on levels and ramp rates defined for when the scene is activated by that device. These may be the same as the parent scene, or may be different. Your choice.
  24. That is an outstanding point, and one that I might be willing to take, myself. This certainly would make things much easier. Unfortunately, for those to whom this is important, I wonder if this might be a code violation.
×
×
  • Create New...