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.

X10 and Insteon Traffic Collisions?

Featured Replies

Posted

I have a simple program which sends a X10 command when a Keypadlinc button is turned ON:

 

If

Status 'KPL A' is On

Then

Send X10 'A1/On (3)'

Else

- No Actions -

 

When executed and the Keypadlinc button is turned on, the X10 device that is supposed to respond to the program does not respond.

 

I tried running the Then path of the program manually. This worked just fine.

 

Next, I tried adding delays in the program:

 

If

Status 'KPL A' is On

Then

Wait 2 seconds

Send X10 'A1/On (3)'

Else

- No Actions -

 

This worked, but the delay makes the program unusable in its context.

 

Sending multiple commands seemed to be the only workaround so far:

 

 

If

Status 'KPL A' is On

Then

Send X10 'A1/On (3)'

Send X10 'A1/On (3)'

Else

- No Actions -

 

 

Question: Is there a better way to implement this and eliminate the delay or duplicate command?

 

Presumably, this is an artifact of some power line signal collision that is occurring. The event log trace shows the X10 command clearly being transmitted.

It is due to the KeypadLinc sending additional messages beyond that which triggers the Program. Insteon devices handle that, X10 do not. Sending multiple commands is the same as adding a delay. I know of no other way than delaying the X10 traffic until the Insteon traffic is finished.

  • Author

Would assigning X10 commands to the individual Keypadlinc buttons directly solve the problem?

If the device is Insteon there is no need to use X10 commands. To the question I think it would.

Guest
This topic is now closed to further replies.

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.