### Link
https://www.aqara.com/cn/productDetail/Aqara-Presence-Detector-FP1
…
### Database entry
{"id":2,"type":"EndDevice","ieeeAddr":"0x54ef44100042d6eb","nwkAddr":13551,"manufId":4660,"manufName":"aqara","powerSource":"DC Source","modelId":"lumi.motion.ac01","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":65520,"inClusterList":[0,3,64704],"outClusterList":[3,25],"clusters":{"genBasic":{"attributes":{"modelId":"lumi.motion.ac01","manufacturerName":"aqara","powerSource":4,"zclVersion":3,"appVersion":48,"stackVersion":2,"hwVersion":1,"dateCode":"20210121","swBuildId":""}},"aqaraOpple":{"attributes":{"247":{"type":"Buffer","data":[3,40,28,5,33,1,0,8,33,48,1,10,33,0,0,12,32,20,16,32,1,18,32,0,101,32,1,102,32,6,103,32,0,104,32,0,105,32,1,106,32,1,107,32,3]},"322":1}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":48,"stackVersion":2,"hwVersion":1,"dateCode":"20210121","swBuildId":"","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1643135963340,"useImplicitCheckin":true}
### Comments
![RTCZCGQ11LM](https://user-images.githubusercontent.com/38351800/151039698-f9bdb1ba-92d8-479c-b683-9c8425c837bc.jpg)
Review:
-
- [appearance and equipment (photos)](https://www.reddit.com/r/Aqara/comments/schrge/aqara_presence_detector_fp1_rtczcgq11lm/)
- [Aqara Home app (screenshots)](https://www.reddit.com/r/Aqara/comments/scht7o/aqara_presence_detector_fp1_rtczcgq11lm/)
- [disassembly (photos)](https://www.reddit.com/r/Aqara/comments/schunq/aqara_presence_detector_fp1_rtczcgq11lm/)
- [first acquaintance (video)](https://www.youtube.com/watch?v=EhqXFNI6pmk)
Buy:
-
- https://aliexpress.com/item/1005003772245093.html
- https://aliexpress.com/item/1005003781853869.html
- https://aliexpress.com/item/1005003766378575.html
### External converter
```javascript
const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const ota = require('zigbee-herdsman-converters/lib/ota');
const e = exposes.presets;
const ea = exposes.access;
const definition = {
zigbeeModel: ['lumi.motion.ac01'],
model: 'RTCZCGQ11LM',
vendor: 'Xiaomi',
description: 'Aqara Presence Detector FP1',
fromZigbee: [],
toZigbee: [],
exposes: [],
ota: ota.zigbeeOTA,
};
module.exports = definition;
```