Sensor LMS DALI-2 PIR CLS SENSOR-R LONG commissioning

How to commission it?

The getting started with Node-RED section is here:

[{"id":"3409859a.8ac41a","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"ca7eb50a.766df8","type":"DALI2 Devs Common","z":"3409859a.8ac41a","name":"Corridor sensor","outputs":3,"uid":"00842E156207CDB040","devStatus":2,"devSettings":[{"InstanceType":3,"isDisabled":false,"dali2t1":"10","dali2t2":"","evenFilters":7},{"InstanceType":3,"isDisabled":false,"dali2t1":"10","dali2t2":"","evenFilters":3},{"InstanceType":3,"isDisabled":false,"dali2t1":"10","dali2t2":"","evenFilters":3},{"InstanceType":4,"isDisabled":true,"ReportTimer":null,"DeadtimeTimer":null,"Hysteresis":0,"HysteresisMin":163,"evenFilters":1},{"InstanceType":4,"isDisabled":true,"ReportTimer":null,"DeadtimeTimer":null,"Hysteresis":0,"HysteresisMin":163,"evenFilters":1},{"InstanceType":4,"isDisabled":true,"ReportTimer":null,"DeadtimeTimer":null,"Hysteresis":0,"HysteresisMin":163,"evenFilters":1},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84}],"savedSettings":[{"InstanceType":3,"isDisabled":false,"dali2t1":"10","dali2t2":"","evenFilters":7},{"InstanceType":3,"isDisabled":false,"dali2t1":"10","dali2t2":"","evenFilters":3},{"InstanceType":3,"isDisabled":false,"dali2t1":"10","dali2t2":"","evenFilters":3},{"InstanceType":4,"isDisabled":true,"ReportTimer":null,"DeadtimeTimer":null,"Hysteresis":0,"HysteresisMin":163,"evenFilters":1},{"InstanceType":4,"isDisabled":true,"ReportTimer":null,"DeadtimeTimer":null,"Hysteresis":0,"HysteresisMin":163,"evenFilters":1},{"InstanceType":4,"isDisabled":true,"ReportTimer":null,"DeadtimeTimer":null,"Hysteresis":0,"HysteresisMin":163,"evenFilters":1},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"InstanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84}],"x":260,"y":320,"wires":[["7c1e2f05.56a3"],["7c1e2f05.56a3"],["7c1e2f05.56a3"]]},{"id":"7c1e2f05.56a3","type":"vertex action","z":"3409859a.8ac41a","name":"","typeButton":"motionsensor","bPayload":{"PRESENCE":{"action":null,"group":"5fa49373-e2a0-4df7-8337-54ced71d68d4","param":null,"priority":"255"},"TRANSITION":{"action":null,"group":"5fa49373-e2a0-4df7-8337-54ced71d68d4","param":null,"priority":"0"},"NOPRESENCE":{"action":null,"group":"5fa49373-e2a0-4df7-8337-54ced71d68d4","param":null,"priority":"254"}},"bState":"","defaultpriority":true,"x":490,"y":320,"wires":[["34861185.cf399e"]]},{"id":"34861185.cf399e","type":"vertex cluster","z":"3409859a.8ac41a","rate":90,"x":710,"y":320,"wires":[]}]

Step-by-step instructions

To commission this sensor within Node-RED you need to use DALI2 Devs node. You can find it on the palette on the left side of the NodeRED UI.

 

This node allows for the configuration of sensors. This device has two instances of sensors. This enables to control 2 zones. It is possible to configure each instance independently. To make the sensor work, you need to add this sensor to the Device [1] field, uncheck the "is disabled" box, and then set the presence and transition times t1 & t2 [2]. Choose right Event filters to make sensor working as you want it to [3]. To end configuration click Done in the upper right corner of the window [4].

Repeat this operation for second instance of this sensor.

The next important node is the Vertex Action node. To configure it, set the Mode as "Motion Sensor," then select the group you want to control. Define actions in the Transition, Presence, and No Presence fields.

Open the node and set Mode as Motion sensor. Then select the group you want to control with this multisensor [5].

It’s possible to set priority for each of the motion detection fields. For more information read this article: Action Priorities

Next, you can define the settings for Presence [6], Transition [7] , and No presence [8] fields. First choose the type of action you need and set parameters if needed. Here we use set brightness as an example.

 

 

 

To end configure node click Done in the upper corner of the window [9]. When you finished setting parameters in nodes connect the nodes.

 

Click the Deploy button in the upper-right corner.

Â