Jump to content

oberkc

Members
  • Posts

    5851
  • Joined

  • Last visited

Everything posted by oberkc

  1. The instructions that come with the various insteon devices have historically been based upon the assumption that there is no ISY (or, for that matter, no hub). I have not checked lately, but assume that this continues to be the case.
  2. I find it a good general rule to perform all linking operations through the ISY. I see no compelling reason to violate that rule here. I find it easier to do with the ISY, value having the link records of the switches match that of the ISY, and value being able to control the scene via ISY. I see no benefit of doing the linking directly.
  3. I certainly see nothing in the two programs that would cause the fan to shut off immediately (rather than waiting 10 minutes). Are you able to monitor current (as reported to ISY) in near real time to confirm that shutdown occurs immediately as current reaches lower threshold? The only thing that comes to mind is another program or scene somewhere that would cause this.
  4. For v5.xx software, it is much easier than with 4.xx version. The general approach is to create a couple of variables, one for the month and one for the day. To the 3am query program, or some other daily cleanup program (hopefully run late night) set the two variables to the current month and current day. Create an action for each >> variable>>month>> = >> [choose appropriate system variable] From there, it is simple enough to create a condition such as: if day of month = 31 and month = 10 then do what you want (such as disable program, disable folder, don't run program, whatever)
  5. It depends upon what version of software you run. If on version 4.xx, the ISY does not have a native method for doing this. If on v5.xx, the ISY includes some standard functions that would allow for this. On what version are you?
  6. No, I think this is backwards. The WF2IR can be programmed to EMIT an IR signal based upon network commands FROM the ISY. I do not believe it can be programmed to receive IR signals and convert to network commands sent TO the ISY. I still have an old IRLinc which can receive IR commands from a harmony and convert them to insteon signals that can be read by the ISY, but I don't think they make those any more. To my knowledge, neither is there a direct network interface between the harmony and ISY. Alternatively, there are versions of the ISY which can directly receive IR commands. A strategically-placed ISY 994 could potentially be programmed to respond directly to those IR commands.
  7. Too bad. All the more reason to use another app for camera viewing. It would bother me to have the hub powered up only to activate an app. Of course, this assumes that your camera is compatible with other apps (whether Blue Iris, IPCamviewer, or whatever).
  8. Does the hub even need to be there for one to access the cameras? I would bet that you could use the insteon app without the hub being present if all you cared about was cameras.
  9. I use mobilinc, as do many, along with the many who seem to use agave. I do NOT use mobilinc to view or control cameras. I use IPCamviewer. There is no subscription. Unfortunately, it seems many of the cameras are moving to cloud-based, which can introduce difficulties with using a generic camera app. This can limit your choices of cameras, but I have learned to work around it. I have never felt the need to have cameras and home automation on a single app.
  10. There is a "find and replace" option in the program listing. Right-click on "my programs" then go through the dialog boxes to identify the keypad button in question. From there, it should identify any program that includes that button. Optionally, check the program summary list immediately after controlling the scene. If a program ran, you should be able to identify it as being the one last run at the time you pressed the button.
  11. It may also help to be very specific on your use case here. While it may be possible to “control” (in some way) the camera with ISY, you wont be viewing the video while doing so. If your desire is to be watching video while sending PTZ commands, I am not convinced that this is the best solution.
  12. Also, be aware that there is a new device coming at some point. It is called the "Polisy". I understand it would be a turnkey device that would be in place of the RPi computer, already loaded with the necessary software. I believe the camera node server and blue iris are two different things. Blue iris is separate software one runs on their computer to monitor (among other things) security camera video.
  13. Yes, the timer would halt and the ELSE clause run.
  14. Perfect!
  15. Yes. Details are important in this game.
  16. Okay. Assuming button a always sends on commands and button be always sends off commands? If so, I would create a single scene with button a, button b, switching to, and keypad button, all devices would be as controllers. Ensure you remove them from any other scene in which they may be involved. Verify proper response levels for each controller in the scene. Obviously, button b would not need to be concerned with responder levels, since it always sends an off command. If button b is configured and, set the responder levels to button b controller as zero, or off.
  17. That is disappointing. I have been contemplating doing a similar thing at my house and assumed I would use a program such as you have tried. Perhaps I will give a shot and try to figure it out. Certainly, a programmatic approach should work as well. The problem with a programmatic approach in combination with an existing scene is that the light will first respond at the scene level then ramp down to the lower program level. That might be unacceptable to some.
  18. This might cause some complications. Since, in this mode, each button toggles between sending ON and OFF commands, hitting the button for the ON scene might turn it off half the time. I don't recall, but the remotelinc might be configurable to be in "non-toggle" mode, much like a keypad button. I would have to check the manual to be sure. If so configurable, this might be a good idea for this application. Alternatively, depending on your use for the other remotelinc buttons, you might also consider putting it into 4-scene mode. Have you seen the "cookbook" and wiki? My initial thoughts would be to create a single scene, with all four devices (switchlinc, keypad button, remote button1, remote button2), all as controllers. Configure the responder levels (ON, RAMP RATES) as desired, including the second remotelinc button ON level to >> 0 (or off). Verify that the responder levels to each of the controller devices are configured similarly. If you are having intermittent problems, I would initial consider communication problems. It may not be a configuration issue. When things work "sometimes", I tend to suspect interference with insteon communication. I would expect that this would result in the KPL not controlling the other devices when trying to turn them off. What are your thoughts for setting it up this way? As a rule, any given device can be controller only of a single scene. It cannot be controller of multiple scenes. Given this, you could create a bunch of scenes, one for each of the four devices, a single scene (with all as controllers) or somewhere in-between.
  19. Not sure I am following everything. (it is late and I am not in the mood to think too hard at this point.) My initial question: in what mode is your remotelinc? If I recall correctly, it can be set to four-scene (two buttons on/off for each scene) or eight scene (eight buttons, all toggle on/off). Setting this up will likely depend on how you have your remotelinc configured, and which buttons you are using to control the scene.
  20. I could be wrong (did not test it out), but this looks pretty straight-forward compared to the v4 approach. Create a program action, your devices, set [device in question] , on level > xx%. Doing so creates an action that looks like: Set 'device' on level xx%
  21. If you are on ISY software v5, yes. If on v4, no (at least, not simple).
  22. Feel free to try my suggested program, or not. Yes, a variable solution could work, but this will add additional layers of complication and programs that (in my mind) are likely unnecessary. Yes, I understand your problem, and it is my hope that the use of "control" condition would solve this problem. Your description leads me to believe that your program is based upon a "status" condition. Of course, you have not posted your program, so this is all assumption. Another feature you have not mentioned is whether you want the lights to automatically turn off and under what conditions. I did not address this in my suggested program.
  23. You left out some details (are you using an IOLinc sensor for status? Is ON=OPEN? Posting your programs?) Remember, also, that for most Insteon devices, there is a difference between a "control" condition and a "status" condition. These two conditions trigger a program differently. For your situation, a program a simple as: if time is from sunset to sunrise (next day) and control 'garage door' is set on then turn on lights send notification else nothing
  24. oberkc

    Door Sensor

    Consider the possible causes, then devise experiment to test for each. - Is the ISY seeing on/off of sensor? If not, consider communication problems - if seeing on/off, is program triggering? If so, is it triggering TRUE? Check admin console program listing, and identify when last run and status. - if triggering and executing TRUE (then), are you still not getting notifications? Manually run THEN action from admin console. Still not notifications? Consider possible error in program or notification settings. Have you saved your program?
  25. The only place I know to get the various versions is to go to the “current releases, betas, and bug reports” topic. Scroll back far enough and you will find the announcements for the various versions. i doubt that it is required to get 5.09 as an intermediate step to the latest version. Instead, you can expect a bit of work in making the transition from 4.x to 5.x. Hopefully, others can correct me if I am mistaken.
×
×
  • Create New...