Luup code to light up a certain button number on a Insteon Keypadlinc?

Hello,

I have installed two 8 button Insteon Keypadlincs (2486DWH8) and have configured them to work with my Vera.

I would like the Vera to light up button #3 on the keypad when a scene is triggered via timer.

Does anyone know of a Luup code to do this?

Thanks!

EDIT

Just wanted to add that I know how to turn on/off a regular switch using:
luup.call_action(“urn:upnp-org:serviceId:SwitchPower1”,“SetTarget”,{ newTargetValue=“1” },5)
where the device number is 5.

But when looking in the XML file for SceneControllers, I could not determine how to turn on just a single button number.

roosman,

Have you figured out how you can do this? I would like to do the same thing.

Not possible with the Vera’s implementation of insteon and currently not working with Altsteon which may be fixed in the future.

  • Garrett