ISY994i Plugin Ver 8.0

Greetings, I’m going to sound really dumb, but I’m new to HomeRemote and trying to wrap my mind around your ISY 8.7 plugin. I’ve been able to add it to the desinger and all my devices and scenes show up. Where I’m lacking is how to bind them to buttons? Struggling to find the valid values and binding types for scenes vs devices vs programs. Any simple tutorial or examples out there?

Scenes will start with “Scene_” and then the name of the scene will follow the underscore.

Devices will just be the name of the device. For instance, my kitchen island light is named “Kitchen Island”. For a slider, I use the binding “KitchenIsland.Level”. For a switch, it would be “KitchenIsland.Switch”.

Programs will start with “Program_” and then the name of the program. Use “.PCommand” in the binding after the program name if you want to run the program. Then in the value, you can put “runIf” or “runThen”.