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.

jim_

Members
  • Joined

  • Last visited

Everything posted by jim_

  1. Quick Thank You for your suggestions, Good samples to learn from ...
  2. Trying to write a wakeup program that compares Sunrise and a wakeup time taking into account the season. Let’s say high summer, Sunrise is before wakeup time and I don't want the lights on, but in winter, wakeup is long before Sunrise, so turn the lights on until Sunrise turns them off. Given that Wakeup is fixed at 6:00AM during weekdays and Sunrise varies every day, how does one create the logic (Sunrise is false and time is 6:00 AM) = True, turn light on … else do nothing If On Mon, Tue, Wed, Thu, Fri Time is NOT Sunrise And On Mon, Tue, Wed, Thu, Fri Time is 6:00:00 AM Then Set 'Wakeup Light' On
  3. jim_ replied to jim_'s topic in ISY994
    Thank you for your help ... it works ... Makes sense now ... I wondered why Value on VAR_1 State never changed when Init was changing
  4. I created a program named DUSK ... I was not expecting it to be a select-able item when adding new programs
  5. trying understand how Variables work ... I can see the VAR_1 Init value change, but not control an actual device I have 3 programs for this test Variable ON ------------------ If X10 'B2/On (3)' is Received Then $VAR_1 Init To 1 Else - No Actions - (To add one, press 'Action') Variable OFF ------------------ If X10 'B2/Off (11)' is Received Then $VAR_1 Init To 0 Else - No Actions - (To add one, press 'Action') On the Variables TAB / State I can see the value in the Init column change to 0 or 1 when B2 goes On or Off ======================================================================= What I don't understand is why this does not work Test device on / off via Variable ------------------ If $VAR_1 is 1 Then Set '25.C4.73.1' On Else Set '25.C4.73.1' Off
  6. forget it ... I see my error
  7. Thanks for the help, got it working What is the DUSK program for / do ? If Program 'Dusk' is True
  8. Thanks for the info, but here comes the questions on editing Editing the program, the first pull down in the If condition window only has "And" & "Or" to select How do I get a pull down to select "From" & "To" ? Cheers
  9. Hi, just purchased an ISY-994i to replace an X10 system from the 90’s running on a DOS controller This type of programming is completely new to me, so what may be obvious to others is something I am struggling to understand. I am using 2 lamp modules to test with and mixing in some existing Leviton control switches … this is my test program which does not trigger at DUSK. IF – Program ‘Dusk’ is True Then – Set Module_1 On Wait 10 seconds Set Module_2 On Send X10 ‘C1/On (3)’ <<< Leviton control switch Else - Set Module_1 Off Set Module_2 Off Nothing happens when the Sunrise/Sunset time surpasses the Sunset time ? Next, there are no Diagnostic / Event Logs being generated … how do you enable them ?

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.