Velbus glass panel button

Hi

Do you want to monitor these button events in DSL rules or NodeRed?

Either is possible.

A DSL rule might look like this

rule "button event"

when

Channel 'velbus:vmbgp2xxxx:xxxxxxxx:xx:ch3' triggered PRESSED // from the channel information of the Velbus Thing (rather than an Item, because Channel Triggers can not be linked to Items

then

// Your commands, which can include feedback led signalling to the Velbus glass panel

end

Useful threads

It’s very possible to use two Velbus buttons to control volume, making use of the LONG_PRESS & RELEASE triggers