If you're using the zencontrol cloud, the sensitivity can be changed from the Occupancy sensor page on the cloud, if the sensor supports it.
If you're not using the zencontrol cloud, the sensitivity can be changed and queried by using the 303 instance commands to do so, as follows:
0x2B - QUERY SENSITIVITY, where:
Reply: ([0 ,100], 254), with:
0: least sensitive
100: most sensitive
254: Default sensitivity (newer devices will respond with their current 0 - 100 sensitivity)
255: Unsupported
0x26 - SET SENSITIVITY(dtr0), following dali set commands (ie. send twice within 100ms)
With DTR0 = ([0 ,100], 254)
0: least sensitive
100: most sensitive
254: Default sensitivity
Eg.
Broadcast QUERY SENSITIVITY:
Send HEX 0xFFFF2B
Send QUERY SENSITIVITY to address 0, instance 0:
Send HEX 0x01002B
Comments
0 comments
Article is closed for comments.