27.04.2026, 09:06
Depending on the sensor type you can get two different events for movement and occupancy. For simple movement sensors you can use either event.
Hold timer defines the movement timeout. When movement is detected the timer is started/restarted again. This does not apply for presence sensors where movement state is reported as soon as possible and hold time is not used at all.
Dead time controls the total time between each event telegram on the DALI bus. If it is set then the device won't send any events until the timer expires. This is meant to lower the bus load.
Report timer sends the current event state (occupancy/movement) every X seconds even if no new event has been generated.
If enabled, repeat generates "Still vacant"/"Still occupied" events which are controlled by the report timer. We don't expose these type of events separately, the same occupancy object is updated with the corresponding value.
Hold timer defines the movement timeout. When movement is detected the timer is started/restarted again. This does not apply for presence sensors where movement state is reported as soon as possible and hold time is not used at all.
Dead time controls the total time between each event telegram on the DALI bus. If it is set then the device won't send any events until the timer expires. This is meant to lower the bus load.
Report timer sends the current event state (occupancy/movement) every X seconds even if no new event has been generated.
If enabled, repeat generates "Still vacant"/"Still occupied" events which are controlled by the report timer. We don't expose these type of events separately, the same occupancy object is updated with the corresponding value.
