Skip to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Toddimus

Members
  • Joined

  • Last visited

Everything posted by Toddimus

  1. Thanks Lee. That's exactly why I'd like to be able to remove/add the device from the scene programmatically. If I could take it out of the scene, I wouldn't have the problems during the day when I'm trying to suppress the motion response scene by adjusting the on level of the scene.
  2. Michel, I am actually just running one dimmer right now in the scenario. I'd like to add a second, but that's for later. The MS (controller) and the dimmer (responder) are in a scene, so they are linked and respond very quickly. I do not use a program to turn the scene on, the MS activates the scene when motion is sensed. The slow part is when I try to adjust the dimmer on level in the scene when the dimmer button is pressed locally. This is how I suppress the linked scene response. Sometimes it takes too long to adjust the scene's on level using programs and in the interim, the motion sensor sends another ON command which changes the dimmer's light level to the "old" value. I'm using 3.1.16 firmware I have about 20 devices and 50 programs. Thanks
  3. The delay is 1-2 seconds when I just use programs to set the lights on (i.e. without links between the MS and dimmers). The hallway is 10 feet long so you can get most of the way down it before the light turns on when programs are used to turn the dimmer on (again, without links between the MS and dimmer). If I use links between the MS (controller) and the dimmer (responder), there's hardly any delay at all when the MS registers motion. The delay I'm dealing with now is that when I locally turn on the dimmer, it takes a finite amount of time (again 1-2 seconds) for my program to set the new ON level which effectively suppresses the MS ON command for the scene. If an MS ON signal is sent before the new settings take hold, the dimmer abruptly goes to the "old" ON level. Make sense? I want to use the control ON from the motion sensor to turn on two dimmer switches only under certain conditions. Right now, I just have one dimmer (sconce light) as a responder to the scene. I'd like to add a second dimmer when I get things ironed out. That of course would add more states to scenario if the second dimmer switch is turned on locally. I'll get the single dimmer working as best as possible before I go into the second dimmer as a responder. Does that answer your questions? Thanks again, Todd
  4. Thanks Michel, I was afraid you were going to say that. I had to try anyways. Like I said, I almost have things working the way I want and I think I can deal with the self-induced "bug" I created for operation during the day. For nearly all of my other programs, I can deal with the processing delay of the ISY, it's just the hallway that makes it frustrating because I want immediate scene response. Thanks to you and UDI for making this cool tool to use for my home automation! Cheers, Todd
  5. Tim, You are right, I have the MS set to send only ON commands. Because of this, and the way I have worked around the problem of the link persisting, when I am in state 0 or -1, I have the scene set to 0% on level when the scene is turned ON by the MS. This effectively turns the lights OFF when an ON message is sent by the MS because ON = 0% in the scene. So say you are trying to read a label on a bottle in the hallway during the day and you want a bit more light, you turn the lights on manually. If you move, the lights turn back off because the MS activated the 0% ON scene. Like I said, this almost works but the problem lies in the fact that my programs which try to override the 0% ON level by setting the MS scene responders to 70%/100% upon a button press are sometimes too slow to change the scene attributes before a motion is sensed and I end up with the lights going out right after I just turned them on manually at the dimmer switch. I know it's convoluted, but that's how we have to work around Insteon's limitations. I realize it isn't really a limitation of the ISY, but adding the option to programmatically remove/add a device from/to a scene would overcome my problem.
  6. Tim, That's what I'm doing as well. Problem is that you might want the lights to turn on during the day when you press the local dimmer on button. That's works great until you move, then the scene sets the light to off because they are set to go to 0% on when motion is sensed. I've tried to get around this with my state variable of 4 and 5 from the post above, but it doesn't work quite right. In state 4, (triggered by locally pressing the dimmer button to ON) I send an update to the motion response scene such that the on level of the scene matches the locally applied on level of the dimmer (70%). State 5 does the same except that it sets the motion response on level to 100% when the local dimmer button is turned FAST ON. By making the motion response level match the locally applied level, I have in effect, suppressed the motion response. I'm so close to getting it to work the way I want, but my method of suppressing the response to the trigger isn't quite there. The thought is that if I'm in either state 4 or 5, I have the motion response scene match exactly what the local light switch would do anyways. Problem is that it's a bit buggy in the way it works. Being able to remove the dimmers from the scene as responders during the day would likely fix most of my problem.
  7. Lee, Thanks, I realize that. That's why I'd like this to be added as a new feature. I know the ISY can do it when creating/modifying scenes, so why not add it to the programs?
  8. Tim, I realize my post was a bit rambling on and on. To put it short and sweet... Yes the MS is linked to the responders and I am using the "Adjust Scene" action to modify the on level based on schedules. What I'd really like to be able to do is to "Unlink" the responders during the day so they don't turn the lights on automagically. I'd also like to be able to override the motion response link at any time if the local dimmer buttons are pressed. My first post was intended to show my train of thought and how I got where I am, which is almost there. Cheers, Todd
  9. Hi folks, I've never posted here but have been reading many of the great threads over the last year of so since I "geeked out" on home automation. I have a question and a potential feature request if what I want to do can't already be done. Here goes... My requirements: Wireless PIR sensor (2420M) should trigger one or two dimmers to turn on under some conditions (conditions are described below). When in "auto mode", the light(s) turn on upon motion sense and turn off after 30 seconds (off timer program). When "auto mode" is suppressed under certain conditions, the motion scene should not affect the local dimmer(s). Schedule based "auto mode" conditions: Morning, set dimmers to 40% upon motion Daytime, don't turn on lights at all upon motion (ideally, remove from the scene which is part of my FEATURE REQUEST) Evening/Early Night, set dimmers to 40% upon motion Late Night, set dimmers to 20% upon motion Manual override conditions: If dimmer switch is turned "ON", individual light turns on to preset level (i.e. locally applied level) and stay on for 2 minutes, suppressing auto mode while timer is active If dimmer switch is turned "FAST ON", individual light turns on to 100% and disables auto mode off timers If dimmer switch is turned "OFF", individual light turns off and suppresses auto motion response for 2 minutes If dimmer switch is turned "FAST OFF", individual light turns off and disables auto motion response until auto mode is reset the next day (by another reset program) I know that this can be done using programs to trigger dimmers to turn on given other programmable conditions, and I have been able to do this with functioning groups of trigger/schedule/action programs. My problem is that I want the lights to respond ASAP upon the motion trigger event. If I use programs to determine what happens when a motion "ON" event is registered (subject to the conditions), I have to wait at least a second for the response to happen because the ISY is actually receiving/processing/sending the Insteon commands. For most of my demands, this is just fine... I can wait the second or so for the lights to turn on. In my hallway, which is very short in length, I can't bear the second's wait for the lights to turn on... I'm already out of the hallway before the lights turn on. You might then say that I should link the motion sensor to the dimmer(s) so that they turn on immediately when the motion sensor sends the "ON" command. In effect, this would take the ISY out of the action loop and speed things up dramatically. My problem with this is that I don't always want the lights to turn on when motion is sensed. So you might also say that I should set the dusk/dawn threshold to an appropriate level. I have had mixed success with this so I have opted to not use the dusk/dawn (night only) mode of the motion sensor. I'd also like to know about motion during the day for occupancy programs so I always want to get "ON" commands from all of my sensors, so night only mode doesn't work here either. So I've come up with a hybrid solution that mostly works... I set it up such that a scene controls the dimmers (responders) when the motion sensor (controller) sends an "ON" signal. The motion controller is set to send only "ON" commands, always, day or night. I use a variable ($sHALLWAY_STATE) to determine which mode I am in: -1 = Auto mode disabled, dimmers off 0 = Auto mode suppressed for 2 minutes, dimmers off 1 = Schedule based auto mode, Morning/Evening/Early Night => dimmers to 40% upon motion 2 = Schedule based auto mode, Late Night => dimmers to 20% upon motion 3= TBD auto mode --- Reserved for future use (like away-from-home security) 4 = Manual override when local dimmer button is pressed "ON" => turn on to locally applied level (70%) and suppress motion response until 2 minute timer expires (or lights are locally turned off) 5 = Manual override when local dimmer button is pressed "FAST ON" => turn on to 100% and disable motion sense response until reset or turned off locally I have basically achieved what I want by using the action: "In scene - 'Hall after motion response' set 'Dimmer - Hallway' XX% (on level)" in a few programs that are executed depending upon the change of the state variable "$sHALLWAY_STATE". I change the XX% depending upon the schedule and/or manual override mode as described in the numbered list above. Like I said, this basically fulfills my requirements because it's fast and the lights turn on to whatever level I want. The problem I have is that my suppression of the motion sensor activation of the scene doesn't always work correctly because I am constantly adjusting the on level of the scene to achieve most of my requirements. Two example problems: Say I'm set to the LATE NIGHT auto mode (=2) and therefore the 'Hall after motion response' on level is set to 20%. I walk into the hall and the lights turn on to 20% as the motion is sensed. I then turn "ON" the local dimmer switch because I want more light. If I stuck with this, the lights turn on to the locally applied level (70%) but immediately turn down to 20% if I move a muscle because the motion scene takes over. I have dealt with this by creating state (=4), which again uses the "In scene - 'Hall after motion response' set 'Dimmer - Hallway' 70% (on level)", where 70% is equal to the locally applied on level. Ok, works pretty well, but if I turn the lights locally "ON" (not "FAST ON") again it goes to 100% for some reason. I can live with this but it is undesireable. Now say it's daytime, and I want the lights to only turn on when the local dimmer is turned on, but I still want to get motion "ON" events from the sensor. That puts me in the state (=0), where auto mode is suppressed and I will go to mode 4 or 5 if the local dimmer is turned "ON" or "FAST ON" respectively. This is my biggest problem... given my programming/scene setup, I then set the motion response "In scene - 'Hall after motion response' set 'Dimmer - Hallway' 0% (on level)" to prevent the motion sensor from turning on the lights upon motion during the day. In most circumstances this is fine, but what happens when you actually want to turn the lights on? The dimmer is inextricably tied to the motion sensor because of the 'Hall after motion response' scene, so the lights actually turn off when motion is sensed. See the problem? I want to be able to programatically remove the dimmers from the scene under certain circumstances. I haven't been able to find a solution for this. This leads me to my feature request... Give us a way to programatically add/remove devices from a scene. I realize that this would cause a bunch of Insteon traffic, so it probably shouldn't be used all the time, but it would be very, very useful. It is further complicated by the fact that the motion sensors are battery powered and wireless so they can't easily be "spoken to" and therefore we can't easily make/break links. This leads me to the next feature request... Modify how the "Include battery powered devices when automatically writing changes to your devices" works. I know that the battery powered devices need to be put into linking mode before this feature is really useful, or you could try to trigger a motion so that the device wakes up and "listens" for commands, which is kinda tricky. The modified behavior would be that the ISY would wait until it gets a signal from a motion sensor and THEN start sending the new link updating information, after the battery powered device has awakened. This would basically be equivalent to what we try to do manually by triggering a motion event and quickly pressing the "OK" button on the "Write updates to device". It doesn't always work when I try to do it manually. It would be cool if the ISY could wait until it "knows" that the battery powered device is "awake" and then start sending the commands. If you're still here reading this, thanks for listening. It took me a while to get this all to work and it's been fun getting here. I'd just love to get it perfect and that's why I'm asking for help and/or new features. Cheers, Todd

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.