dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.89k stars 498 forks source link

Aqara light sensor t1 (GZCGQ11LM) #6600

Closed Ragnar1985 closed 1 year ago

Ragnar1985 commented 1 year ago

Device

Screenshots

Basic

Screenshot_20221207_121143

basic

Illuminance measurement

Screenshot_20221207_122212

Identify

Screenshot_20221207_120202_com realvnc viewer android_edit_4706415871477165

Power Configuration

Screenshot_20221207_122622

Other clusters that are not mentioned above

Screenshot_20221207_121340

Mimiix commented 1 year ago

Hi,

There's missing a lot of information. Please add correct screenshots.

https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/How-to-read-Clusters

Ragnar1985 commented 1 year ago

Is that enough information?

SwoopX commented 1 year ago

I'd expect the device to work if you extend your local xiaomi_gzcgq01lm_light_sensor.json with lumi manufacturer code and your model ID at the top of the file. You might wanna give that a go.

Ragnar1985 commented 1 year ago

I'm a newbie, how do I do that?

SwoopX commented 1 year ago

Find the file mentioned above on your system, open it with an editor, find the respective lines and replace them with the below. Then save, restart deconz and reset and re-pair your light sensor.

  "manufacturername": ["$MF_XIAOMI", "$MF_LUMI", "$MF_LUMI"],
  "modelid": ["lumi.sen_ill.mgl01", "lumi.sen_ill.mgl01", "lumi.sen_ill.agl01"],
Ragnar1985 commented 1 year ago

Thanks it works great

Ragnar1985 commented 1 year ago

It works with this lines "manufacturername": ["$MF_XIAOMI", "$MF_LUMI", "$MF_LUMI"], "modelid": ["lumi.sen_ill.mgl01", "lumi.sen_ill.mgl01", "lumi.sen_ill.agl01"],

Mimiix commented 1 year ago

Please wait until its merged

github-actions[bot] commented 1 year ago

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.