ebaauw / homebridge-deconz

Homebridge plugin for deCONZ
Apache License 2.0
134 stars 7 forks source link

Aqara Aqara Door and Window Sensor MCCGQ11LM no temperature available #185

Closed SMarco360 closed 11 months ago

SMarco360 commented 11 months ago

In your deconz-rest-plugin you pulled unter #6919 (Refactor Xiaomi special attribute handling in DDF) the issue of missing temperature for the Xiaomi Aqara and published in June (in 2.22.1 beta) . https://github.com/dresden-elektronik/deconz-rest-plugin/pull/6919

In the homebridge-deconz plugin I didn't see the update and I'm missing the data, even if provided by phoscon (see below)

{ "config": { "battery": 100, "on": true, "reachable": true, "temperature": 2300 }, "ep": 1, "etag": "c16176bc9b7493eca53cf83a81613f9a", "lastannounced": null, "lastseen": "2023-11-04T12:32Z", "manufacturername": "LUMI", "modelid": "lumi.sensor_magnet.aq2", "name": "Balkon Zoe", "state": { "lastupdated": "2023-11-04T12:32:20.633", "open": false }, "swversion": "0.0.0_0003", "type": "ZHAOpenClose", "uniqueid": "00:15:8d:00:08:93:8c:14-01-0006" }

Will this be added & data exposed in homebridge as well? - Thx

ebaauw commented 11 months ago

I’m sorry, I don’t understand what you’re asking

SMarco360 commented 11 months ago

Y Erik, Sry. Yes the device has an internal temperature, which is exposed by deCONZ (Rest API - not Phoscon. I added the data from phoscon at its shows the data from rest API).

Didn’t know the topic was already addressed ( and closed ) in the homebridge-hue plugin.

So: thanks for clarifying.

SMarco360 commented 11 months ago

Closed as already explained.