ble2mqtt
ble2mqtt copied to clipboard
Bluetooth to MQTT bridge, add your bluetooth-capable (including controllable) devices to your smart home
Hi! As i see, u take xiaomi database of devices from ble_monitor, can u add latest devices from https://github.com/custom-components/ble_monitor/blob/master/custom_components/ble_monitor/ble_parser/xiaomi.py ? i need smart locks, but i not very well in...
HOTO QWCFC001 Smart Kitchen Scale Black Additional information https://miot-global.com/kitchen-and-dining/xiaomi-hoto-qwcfc001-smart-kitchen-scale-black/ It requires BLE connection to read values. Characteristics available: 
Sample parsing: https://github.com/lolouk44/xiaomi_mi_scale/blob/master/src/Xiaomi_Scale.py https://github.com/custom-components/ble_monitor/blob/master/custom_components/ble_monitor/ble_parser/miscale.py
I noticed that bluetooth connections have a tendency to fail on one of my Raspberry Pi Zero W running ble2mqtt under RaspbianOS (Debian). Initially, ble2mqtt is able to connect to...
While trying to connect to a MQTT broker (Mosquitto) with encryption and certificate verification the following error occurs: ``` INFO:ble2mqtt.__main__:Starting BLE2MQTT version 0.1.0a47 ERROR:ble2mqtt.ble2mqtt:Connection lost. Will retry in 10 seconds....
Here is a thread with protocol description: https://community.smartthings.com/t/controlling-delonghi-primadonna-elite-through-st/138402/41?page=2 Node implementation: https://github.com/manekinekko/cafy
Implement and check for stability on-demand connection for devices to keep battery devices run longer. (e.g. am43) Initial work is done here: https://github.com/devbis/ble2mqtt/commits/develop
ble2mqtt running on Xiaomi Gateway with OpenWrt consumes a lot of CPU time. Investigation shows that it is an internal https://github.com/hbldh/bleak/ problem with unmarshalling DBUS messages. Consider using/creating another backend...
I have been using Xiaomi LYWSD_ATC sensor for a while and noticed a problem. When the sensor is out of range or runs out of battery, the MQTT message still...
I'm trying to add support for these [cheap BLE button tags](https://devices.esphome.io/devices/ble_itag) but I'm struggling with what needs to be defined in a "protocol" vs a "device". They're a basic presence...