Please be aware that this is a legacy version of the support site. If you have software version 3.1.30 or higher go to MODERN Home

(Classic) Multisensor (DALI-2 sensor)

You need to control the lighting in the room according to the presence of employees. You have a multisensor which allows you to detect the presence and movement of people. Using Node-RED you can program how the luminaires have to operate when the movement was detected and also when the room is empty.

Flow

[{"id":"89aa8fa6.f41e6","type":"DALI2 Devs Common","z":"ce67c69c.4fd4e8","name":"","outputs":1,"uid":"0084052F30EB79E776","savedSettings":[{"instanceType":3,"isDisabled":false,"dali2t1":"120","dali2t2":"60"},{"instanceType":4,"isDisabled":true},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"},{"instanceType":1,"isDisabled":true,"mode":"normal"}],"x":560,"y":380,"wires":[["f7ec22a3.57c2"]]},{"id":"f7ec22a3.57c2","type":"vertex action","z":"ce67c69c.4fd4e8","name":"","typeButton":"motionsensor","bPayload":{"PRESENCE":{"action":"setbrightness","group":"969010daee9b3166743278ed5eda7e08","param":"50","priority":"255"},"TRANSITION":{"action":"setbrightness","group":"969010daee9b3166743278ed5eda7e08","param":"10","priority":"0"},"NOPRESENCE":{"action":"setbrightness","group":"969010daee9b3166743278ed5eda7e08","param":"0","priority":"254"}},"bState":"","defaultpriority":true,"x":930,"y":380,"wires":[["a5f54d36.56baa"]]},{"id":"a5f54d36.56baa","type":"vertex cluster","z":"ce67c69c.4fd4e8","userouting":false,"rate":5,"x":1250,"y":380,"wires":[]},{"id":"93fc0a2b.5c40c8","type":"comment","z":"ce67c69c.4fd4e8","name":"Select and configure multisensor","info":"## 1. In DALI2 Devs Common node, in the Serial Number field, select the multisensor.\n\n## 2. Clear 1st checkbox to be able to program Motion/presence sensor. \n\n## 3. Define presence and transition times for the multisensor.","x":570,"y":340,"wires":[]},{"id":"91738d32.3fd6e","type":"comment","z":"ce67c69c.4fd4e8","name":"Select motion sensor mode and define actions","info":"","x":970,"y":340,"wires":[]}]

Instructions

  1. Find the following nodes in the palette on the left side of the Node-RED.:

  • DALI2 Devs Common

  • vertex action

  • vertex cluster

2. Drag the nodes and drop them onto the workspace.

3. In the DALI2 Devs Common node, in the Serial Number field, select the multisensor.

4. Clear 1st checkbox to be able to program the Motion/presence sensor.

5. Define presence and transition times for the multisensor.

6. In the Vertex action node, select the mode as a motion sensor.

7. Select the group you want to control. Define actions on Presence, Transition, and No presence events. Below you have actions examples. On presence detection the lighting turns on, then when presence stops being detected (transition time) the luminaires are set to 10% of brightness. Finally, after the transition time, when there is still no movement, the luminaires go to their minimum brightness level.

8. Link all nodes together. Connect Dali2 Devs node output to complementary vertex action node and then connect the output of vertex action nodes to the vertex cluster node.

9. Select Deploy to save the program.