Hi,
I installed Theengs gateway few days ago on a raspberry pi 4 on debian 12.
I owned several Qingping TH Lite modèle CGDK2 sensors. Temperature and Humidity are well puhlished on my MQTT broker but i don’t have any information about battery level.
I’ve waited 2 days before creating this topic in order to see if the problem is not a problem of delay before that battery level was send but i don’t have this information.
The battery attribute is well recognized since it is published in the sensor description in the broker
{"stat_t": "+/+/BTtoMQTT/582D34XXXXXX", "dev_cla": "battery", "unit_of_meas": "%", "state_class": "measurement", "name": "CGDK2-batt", "uniq_id": "582D34XXXXXX-batt", "val_tpl": "{{ value_json.batt | is_defined }}", "device": {"ids": ["582D34XXXXXX"], "cns": [["mac", "582D34XXXXXX"]], "mf": "Qingping", "mdl": "CGDK2", "name": "TH Lite-XXXXXX", "via_device": "TheengsGateway"}}
and the battery is described as managed on the compatible device list https://decoder.theengs.io/devices/CGDK2.html
So, why there’s no battery report for my sensors ?
Regards