Jump 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.

ISY Newbie

Members
  • Joined

  • Last visited

  1. Factory-resetting these dimmer switches is a real pain. You need fine-toothed tweezers to be able to pull out that set button. Even then, it requires fine motor skills. Really bad design from engineering viewpoint. Is there an easier way?
  2. Yes, there is "options" button at the bottom, but it doesn't reveal a "beep" setting for a dimmer switch. I'll upgrade to v.5 and see if it makes a difference.
  3. Is that from Firmware v.5? My admin console looks nothing like that. Mine is missing the Beep option altogether.
  4. I've linked a Dual Band SwitchLinc Dimmer Switch v.45, and after being linked, it beeps when manually controlled. Before being linked to Isy, that wasn't how it behaved and there was definitely no beep. How do you get rid of the beeping sound?
  5. Thanks. The conditional statement "If" operates differently than I expected. In all the other programming languages that I've known, the entire "then" block is executed regardless of whether the "if" condition remains true throughout the execution. I'll keep that in mind.
  6. I have the program that's supposed to turn on exterior lights when a motion sensor is triggered. But sometimes I'd find the lights stay on for hours long after there has been no motion outside. If Status 'Exterior Sensor' is On Then Set 'Exterior Lights' Fast On Wait 5 minutes Set 'Exterior Lights' Off Else No Action Looking at the log file, the only clue to the problem is that the motion sensor was triggered for a second time within the 5-minute period for the lights to be kept on. Can that second motion trigger somehow have thrown off this program and made the lights stay on for the rest of the night?
  7. Thanks for the suggestion. (Now, this is a question that I would have created another thread to ask.) Is there an easy way to "recycle" lines from a previous program? It's such a chore to individually select a device and weave them into a program. It'd be much easier if you could copy & paste from a previous program, as I'll have to here to create three separate programs to turn them on at a give time of the day.
  8. Got it. But I thought the issues were distinct - one about the "From-Then" schedule and the other about commands not running - although the two issues both arose from the same program. That's why I created separate threads intentionally, for posterity's sake, so people who want to look up a particular issue will land at the right thread. Didn't think they were crossovers. Anyways, I'll keep in mind that it's better to minimize the number of threads in this community.
  9. Thanks. Didn't realize the raw text search was case-sensitive. Yes, it worked with the correct case.
  10. I don't have time for trolling. I posted my program in the other thread and didn't feel the need to duplicate it here. For my purposes, I got what I needed all the way back when Asbril explained about the need for a 2-minute wait between commands. People jumped in and replied even after that, and I tried to be nice by responding to those as well. If you think I'm a troll, just block me. I really do not appreciate your attitude.
  11. NightLights If From Sunset To Surrise (next day) And ( Status 'Exterior / Lights1' is Off Or Status 'Exterior / Lights2' is Off Or Status 'Exterior / Lights3' is Off ) Then Wait 2 minutes Set 'Exterior / Lights 1' 40% Set 'Exterior / Lights 2' 40% Set 'Exterior / Lights 3' 40% Else - No Actions - (To add one, press 'Action') This is the same program that I posted in another thread. Sometimes ISY will forget to turn on Lights 2 and/or Lights 3.
  12. Is scene less prone to the kind of problem discussed here?
  13. NightLights If From Sunset To Surrise (next day) And ( Status 'Exterior / Lights1' is Off Or Status 'Exterior / Lights2' is Off Or Status 'Exterior / Lights3' is Off ) Then Wait 2 minutes Set 'Exterior / Lights 1' 40% Set 'Exterior / Lights 2' 40% Set 'Exterior / Lights 3' 40% Else - No Actions - (To add one, press 'Action') This is the same program that I posted in another thread. Sometimes ISY will forget to turn on Lights 2 and/or Lights 3.
  14. Thanks for your remarks. They were very helpful. A follow-up question: when you said an "event" will have ISY evaluate its programs, does ISY evaluate all its programs, regardless of whether that event might affect a particular program or not? Or does ISY evaluate those programs that refer to the device that just had an event?
  15. NightLights If From Sunset To Surrise (next day) And ( Status 'Exterior / Lights1' is Off Or Status 'Exterior / Lights2' is Off Or Status 'Exterior / Lights3' is Off ) Then Wait 2 minutes Set 'Exterior / Lights 1' 40% Set 'Exterior / Lights 2' 40% Set 'Exterior / Lights 3' 40% Else - No Actions - (To add one, press 'Action') This is what I have. Like I mentioned in another thread, sometimes Lights 2 or 3 won't come on. I'm thinking of adding a "wait 5 seconds" between the Then lines.

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.