custom-components / ble_monitor

BLE monitor for passive BLE sensors
https://community.home-assistant.io/t/passive-ble-monitor-integration/
MIT License
1.93k stars 248 forks source link

Linptech Smart Human Presence Sensor ES1 #1108

Open klio-klio opened 1 year ago

klio-klio commented 1 year ago

Sensor Description

https://www.linptech.com/1428091205.html

Additional information

e.g. a link to product details, etc.

BLE advertisements

Device Name: linp.sensor_occupy.hb01
Device Address: DC:ED:83:8F:37:8D

Services:--------------------------
GATT (00001801-0000-1000-8000-00805f9b34fb)
Service Changed (00002a05-0000-1000-8000-00805f9b34fb)

GAP (00001800-0000-1000-8000-00805f9b34fb)
Device Name (00002a00-0000-1000-8000-00805f9b34fb)
Appearance (00002a01-0000-1000-8000-00805f9b34fb)
Peripheral Preferred Connection Parameters (00002a04-0000-1000-8000-00805f9b34fb)
Unknown characteristic (00002aa6-0000-1000-8000-00805f9b34fb)

Unknown service (0000fe95-0000-1000-8000-00805f9b34fb)
TCP (00000004-0000-1000-8000-00805f9b34fb)
TCSBIN (00000005-0000-1000-8000-00805f9b34fb)
UPNP Protocol (00000010-0000-1000-8000-00805f9b34fb)
Hardcopy Notification Protocol (00000016-0000-1000-8000-00805f9b34fb)
VCTP Protocol (00000017-0000-1000-8000-00805f9b34fb)
Unknown characteristic (00000018-0000-1000-8000-00805f9b34fb)
Unknown characteristic (0000001a-0000-1000-8000-00805f9b34fb)
CMPT Protocol (0000001b-0000-1000-8000-00805f9b34fb)
Unknown characteristic (0000001c-0000-1000-8000-00805f9b34fb)

Unknown service (0000181c-0000-1000-8000-00805f9b34fb)
Unknown characteristic (00002afb-0000-1000-8000-00805f9b34fb)
Ernst79 commented 1 year ago

Please check this page how to collect passive BLE data, such that I can add it. The info you gave is for active connections.

https://custom-components.github.io/ble_monitor/sensor_request

rezmus commented 1 year ago

it is ble mesh device.

klio-klio commented 1 year ago

Screenshot_20230124_205551_Bluetooth LE Scanner Screenshot_20230124_205617_Bluetooth LE Scanner

louliangsheng commented 1 year ago

https://github.com/AlexxIT/XiaomiGateway3/pull/868

Ernst79 commented 1 year ago

@rezmus, are these Xiaomi Mibeacon mesh devices requiring a connection to read data? If not, any idea what it would need to read the Mesh data, or is that not possible? Just trying to understand what is preventing us from reading the data.

rezmus commented 1 year ago

i never really dig into this, but it is a lot more going on there in terms of auth/encryption. i think nobody did reverse engineering of mijia ble mesh yet.

Ernst79 commented 1 year ago

aha, ok. Thanks.

HA-TB303 commented 10 months ago

Not sure I understand this correctly.... No chance for adding this yet due to encryption?