We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
I've just received my brand new Qingping Air Monitor Lite and is not being detected.
Qingping Air Monitor Lite
Firmware version: 4.3.4 (as reported by Qingping++ app), 2.1.7_0434 (as reported by Xiaomi Home).
Qingping++
Xiaomi Home
Box info: Model: CGDN1 Production date: 2022.03
To Reproduce
Qingping+
nRF Connect
bluetoothctl
BlueZ
Additional context
Add any other context about the problem here.
Advertisement captured by bluetoothctl:
[CHG] Device 7C:C2:94:C9:4D:6D RSSI: -72 [CHG] Device 7C:C2:94:C9:4D:6D ServiceData Key: 0000fdcd-0000-1000-8000-00805f9b34fb [CHG] Device 7C:C2:94:C9:4D:6D ServiceData Value: 88 24 6b 4d c9 94 c2 7c 01 04 fc 00 47 02 12 04 .$kM...|....G... 0a 00 0b 00 13 02 55 02 ......U.
Home Assistant log (setting qingping_ble to debug):
qingping_ble
debug
2022-09-16 17:37:43.259 DEBUG (MainThread) [qingping_ble.parser] Parsing qingping BLE advertisement data: BluetoothServiceInfoBleak(name='Qingping Air Monitor Lite', address='7C:C2:94:C9:4D:6D', rssi=-77, manufacturer_data={}, service_data={'0000fdcd-0000-1000-8000-00805f9b34fb': b'\x88$kM\xc9\x94\xc2|\x01\x04\xfd\x00I\x02\x12\x04\t\x00\t\x00\x13\x02a\x02'}, service_uuids=[], source='hci0', device=7C:C2:94:C9:4D:6D: Qingping Air Monitor Lite, advertisement=AdvertisementData(local_name='Qingping Air Monitor Lite', service_data={'0000fdcd-0000-1000-8000-00805f9b34fb': b'\x88$kM\xc9\x94\xc2|\x01\x04\xfd\x00I\x02\x12\x04\t\x00\t\x00\x13\x02a\x02'}), connectable=True, time=3804.530211481) 2022-09-16 17:37:43.259 DEBUG (MainThread) [qingping_ble.parser] Device type 36 is not supported
Monkey-patching qingping-ble to include 0x24: QingpingDevice("CGDN1", "Air Monitor Lite") in parser.py's DEVICE_TYPES makes it work:
qingping-ble
0x24: QingpingDevice("CGDN1", "Air Monitor Lite")
parser.py
DEVICE_TYPES
The text was updated successfully, but these errors were encountered:
Thanks @skgsergio
Actions will release it in a bit if everything passes
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
I've just received my brand new
Qingping Air Monitor Lite
and is not being detected.Firmware version: 4.3.4 (as reported by
Qingping++
app), 2.1.7_0434 (as reported byXiaomi Home
).Box info:
Model: CGDN1
Production date: 2022.03
To Reproduce
Qingping+
app (or withXiaomi Home
using China server)nRF Connect
orbluetoothctl
(BlueZ
) that the device is advertising through BLEAdditional context
Add any other context about the problem here.
Advertisement captured by
bluetoothctl
:Home Assistant log (setting
qingping_ble
todebug
):Monkey-patching
qingping-ble
to include0x24: QingpingDevice("CGDN1", "Air Monitor Lite")
inparser.py
'sDEVICE_TYPES
makes it work:The text was updated successfully, but these errors were encountered: