LMS DALI-2 SM CROSS NFC WH commissioning
How to commission it?
The getting started with Node-RED section is here: Programing logic (Node-Red)
The DALI-2 cross is a push-button module with four programmable buttons. Each button can be individually configured with a target address, button behaviour and DALI commands. The devices can be ordered with predefined functions and/or custom symbols.
Import the ready made flow using the instructions here: Importing a Node-RED flow or follow the instructions below.
[{"id":"a2551774.7cc218","type":"tab","label":"Flow 7","disabled":false,"info":""},{"id":"ceae05e8.3d7ab
Step-by-step instructions
To program these switches in Node-RED you will need to use a DALI2 Devs Common node, which is available in the node palette on the left-hand side of Node-RED UI.
After draging the node into your workspace, click the node to enter the configuration window. Choose the serial number of the device in the Serial Number field [1]. By default all instances are marked which means they are disabled. Enable buttons by unchecking the is disabled checkbox. [2]
Then select the mode for each button [2]. For the standard toggle button use Mode: Normal. If you need multifunctional dimming method choose Mode:ESDIM (for more information on ESDIM go here: Dimming ).
The most common Event filters are set by default. In special cases you can deactivate some of them. [3]
Then click Done in the upper right corner of the window.
Find the vertex action node in the palette. For each button drag an action node to the workspace and define the target group. Depending on usage choose a relevant action (single button, toggle button, triple button, etc.).
Don't forget to connect all your nodes and be sure that the vertex cluster node is present in your flow!
Then click Deploy button at the upper-right corner of the Node-RED.