Skip to content

Commit

Permalink
Document Xiaomi detectors selftest and sensitivity. Koenkk/zigbee2mqt…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Nov 3, 2019
1 parent 8d71047 commit ceb18de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
13 changes: 9 additions & 4 deletions docs/devices/JTQJ-BF-01LM_BW.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ description: "Integrate your Xiaomi JTQJ-BF-01LM/BW via Zigbee2mqtt with whateve

## Notes


### Pairing
Press and hold reset button on the device for +- 5 seconds until the
blue light blinks three times, release the reset button (the blue light will blink once more) and wait.
Press the button on the device 3 times, after this it will automatically pair.

*NOTE: When you fail to pair a device, try replacing the battery, this could solve the problem.*
### Sensitivity
The sensitivity can be changed by publishing to `zigbee2mqtt/[DEVICE_ID]/set`
`{"sensitivity": "SENSITIVITY"}` where `SENSITVITIY` is one of the following
values: `low`, `medium`, `high`.

### Self-test
A self-test can be trigged by publishing to `zigbee2mqtt/[DEVICE_ID]/set`
`{"selftest": ""}`.
If the selftest is executed succesfully you will hear the device beep in 30 seconds.

## Manual Home Assistant configuration
Although Home Assistant integration through [MQTT discovery](../integration/home_assistant) is preferred,
Expand Down
13 changes: 9 additions & 4 deletions docs/devices/JTYJ-GD-01LM_BW.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ description: "Integrate your Xiaomi JTYJ-GD-01LM/BW via Zigbee2mqtt with whateve

## Notes


### Pairing
Press and hold reset button on the device for +- 5 seconds until the
blue light blinks three times, release the reset button (the blue light will blink once more) and wait.
Press the button on the device 3 times, after this it will automatically pair.

*NOTE: When you fail to pair a device, try replacing the battery, this could solve the problem.*
### Sensitivity
The sensitivity can be changed by publishing to `zigbee2mqtt/[DEVICE_ID]/set`
`{"sensitivity": "SENSITIVITY"}` where `SENSITVITIY` is one of the following
values: `low`, `medium`, `high`.

### Self-test
A self-test can be trigged by publishing to `zigbee2mqtt/[DEVICE_ID]/set`
`{"selftest": ""}`.
If the selftest is executed succesfully you will hear the device beep in 30 seconds.

## Manual Home Assistant configuration
Although Home Assistant integration through [MQTT discovery](../integration/home_assistant) is preferred,
Expand Down

0 comments on commit ceb18de

Please sign in to comment.