wifwucite / esphome-ble-controller

Bluetooth Low Energy (BLE) controller for ESPHome
MIT License
114 stars 23 forks source link

BLE notifications? #23

Closed nabheet closed 11 months ago

nabheet commented 11 months ago

I am new to BLE so not sure if this question is valid or makes sense. Is there a way for this to publish a notification with data? Or is the only way to poll the data?

nabheet commented 11 months ago

never mind, found it. https://esphome.io/components/sensor/ble_client#ble-sensor-on-notify and notify: true. Also, do not set update_interval.