Smanar

Results 405 comments of Smanar

Sure, If you can at least make something for the device be reconized, just copy/paste your DDF (and save the file, to have the file path), I can finish it...

@roelvandermade You have give up ?

Sure, I can't help you for time, but I can if you need more guidance.

Hello have started a DDF can use this one as base ``` { "schema": "devcap1.schema.json", "manufacturername": "LUMI", "modelid": "lumi.sensor_smoke.acn03", "vendor": "Xiaomi", "product": "JY-GZ-01AQ smoke sensor", "sleeper": true, "status": "Gold", "subdevices":...

If the name stay an hexa number (like 0x770B) It mean the DDF is not used. - So check model id / manufacture name - Try a "hot relaod" in...

>But the battery value is never updated Its my bad, on your first capture, the lumi cluster was not present, but I m sure now it use this one for...

>how can we be certain the battery and sensor status are indeed accurate and updated? Good question ^^, (you can see request in logs but idk if you can trust...

Can try the json on previous post. No one have made PR so the DDF is not present on official version.

>Ah ok I found out. The device will automatically pair with deconz but we cannot see the success in phoscon, only in the deconz vnc view. I never use phoscon,...

You have the procedure here https://github.com/dresden-elektronik/deconz-rest-plugin#install-deconz-development-package-optional-linux-only ``` sudo apt install deconz-dev git clone --branch networkmap https://github.com/bemardev/deconz-rest-plugin.git cd deconz-rest-plugin qmake && make -j2 sudo cp ../libde_rest_plugin.so /usr/share/deCONZ/plugins ``` But this code...