Replies: 1 comment
-
UPD: device - smart lock, added to HA with key, when it was close(when i'm testing it) to rpi, worked perfect, but now its too far from RPI, and i trying to use lumi hub (close to door lock) with bluetooth to recieve events from lock |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm trying to parse data from lumi hub to ble_monitor with parse_data service, but there is no effect...
some logs from HA:
2022-07-17 12:34:03 DEBUG (MainThread) [custom_components.ble_monitor] async_parse_data_service: 043E6E020400017F7FE3D40ECB170201060E1695FE10558C090D7F7FE3D40ECB04094E2F41C804017F7FE3D40ECB00C80300299DC1C372681C1BFF750042040180666872C3C19D296A72C3C19D2801000000000000B600018A78120C3B6C1102011A020A1A0AFF4C0010052518BEC503A6
2022-07-17 12:34:07 DEBUG (MainThread) [custom_components.ble_monitor] async_parse_data_service: 043E2D020200017F7FE3D40ECB170201060E1695FE10558C090D7F7FE3D40ECB04094E2F41C804017F7FE3D40ECB00C8
2022-07-17 12:34:08 DEBUG (MainThread) [custom_components.ble_monitor] async_parse_data_service: 043E2D020200017F7FE3D40ECB170201060E1695FE10558C090D7F7FE3D40ECB04094E2F41C804017F7FE3D40ECB00CA
2022-07-17 12:34:08 DEBUG (MainThread) [custom_components.ble_monitor] async_parse_data_service: 043E0C020104017F7FE3D40ECB00CA
2022-07-17 12:30:10 DEBUG (MainThread) [custom_components.ble_monitor] async_parse_data_service: 043E2702020001F0175B9FD87E1102011A020A0C0AFF4C0010051618CD3B8EBA0401F0175B9FD87E00BA
2022-07-17 12:30:10 DEBUG (MainThread) [custom_components.ble_monitor] Sensor msg: None, LEN: 42
2022-07-17 12:30:10 DEBUG (MainThread) [custom_components.ble_monitor] async_parse_data_service: 043E28020200010E532E6FED6D1202011A020A070BFF4C0010067F1E8D0DBD08A404010E532E6FED6D00A4
2022-07-17 12:30:10 DEBUG (MainThread) [custom_components.ble_monitor] Sensor msg: None, LEN: 43
2022-07-17 12:30:10 DEBUG (MainThread) [custom_components.ble_monitor] async_parse_data_service: 043E280202000149907B2F64641202011A020A080BFF4C001006361E898EAF3FB8040149907B2F646400B8
2022-07-17 12:30:10 DEBUG (MainThread) [custom_components.ble_monitor] Sensor msg: None, LEN: 43
On lumi (openwrt) i'm using hcidump -R, then remove newlines and got it all inline and send it to mqtt
why nothing parsed?
may be there is other way to fetch ble data on openwrt?:)
Beta Was this translation helpful? Give feedback.
All reactions