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.

How to create addressable IR commands

Featured Replies

Posted

In an effort to simplify things for other people in my house, and try to save buttons on my remote, I've created addressable commands ie: Channel up = ON, Channel down = OFF, Volume up = FADE UP, and Volume down = FADE DOWN, (or close variations of those commands) for any selected device. I did this by assigning number buttons to a device ie: 1=front door, 2=rear soffit etc. etc. The numbered IR commands don't execute an insteon function, they merely run a program for a selected period of time, I chose 7 seconds, which then becomes false, see following example

If
       IR '1' is Pressed

Then
       Wait  7 seconds
       Run program 'IR address Front Door' (Else Path)

Else
  - No Actions - (To add one, press 'Action')



then the programs that actually execute the commands fade up, fade down, on or off

If
       IR 'Volume +' is Held
   And IR 'Volume +' is not Released

Then
       Set 'Front Door' Fade Up

Else
       Set 'Front Door' Fade Stop



are in conditional folders

Folder Conditions for 'IR Front Door'
Add conditions to limit when programs in this folder are allowed to run.



If
       Program 'IR address Front Door' is True

Then
  Allow the programs in this folder to run.



 

I also like this for two reasons

1) because it's similiar to X-10 remote functions which I've become used to

and 2) because it saves buttons on the remote (w/o addressing 6 devices times 4 separate commands = 24 buttons, vs. addressing where 6 devices + 4 commands = only 10 buttons

Thanks for sharing. I'll probably have time tomorrow, if all the anticipated precipitation occurs, to give this a shot.

 

Rand

Excellent, Zellerman. It occurs to me that this idea may also be useful with other types of controls such as X-10 remotes, or Insteon controllers when the next release with FadeUp/Down/Stop is out!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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.