PIR (Motion sensor)

PIR State

This commands allow you to set/get the PIR state - whether it's enabled or disabled at all. By default, the PIR is enabled.

Byte index

Hex value – Meaning

0

2C – The command code.

1

00 – Disable the PIR sensor;

01 – Enable the PIR sensor. Default state.

Example downlink: 0x2C00 – Disable the PIR sensor.

Occupancy timeout

Byte index

Hex value – Meaning

0

2E – The command code.

1

XX – Occupancy timeout data, bits 15:8;

2

XX – Occupancy timeout data, bits 7:0. Default value is 10min.

Example command: 0x2E003C – Set the occupancy timeout to 1min.

Note: Acceptable values: 5...65535sec. (1sec. resolution).

PIR Sensitivity

The PIR sensitivity can be set from 12 to 255. The minimum value we advise setting is 12 or 0x0C - the sensor will be super sensitive to movements.

Byte index

Hex value – Meaning

0

3Е – The command code.

1

XX - PIR sensor sensitivity. Default value is 20.

Example command: 0x3E1E – Set PIR sensor sensitivity to 30.

Note: Acceptable values: 12...255.

Last updated

Was this helpful?