2018-08-22 22:05:28 +02:00
|
|
|
ESP32 Bluetooth Low Energy RSSI Sensor
|
|
|
|
======================================
|
|
|
|
|
2018-11-14 22:12:27 +01:00
|
|
|
.. seo::
|
|
|
|
:description: Instructions for setting up RSSI sensors for the ESP32 BLE.
|
2018-11-19 18:32:16 +01:00
|
|
|
:image: bluetooth.png
|
2018-11-14 22:12:27 +01:00
|
|
|
:keywords: ESP32
|
|
|
|
|
2018-08-22 22:05:28 +02:00
|
|
|
The ``ble_rssi`` sensor platform lets you track the RSSI value or signal strength of a
|
|
|
|
BLE device. See :ref:`the binary sensor setup <esp32_ble_tracker-setting_up_devices>` for
|
|
|
|
instructions for setting up this platform.
|
|
|
|
|
2018-11-19 18:32:16 +01:00
|
|
|
.. code-block:: yaml
|
2018-08-22 22:05:28 +02:00
|
|
|
|
|
|
|
# Example configuration entry
|
|
|
|
esp32_ble_tracker:
|
|
|
|
scan_interval: 300s
|
|
|
|
|
|
|
|
sensor:
|
|
|
|
- platform: ble_rssi
|
|
|
|
mac_address: AC:37:43:77:5F:4C
|
|
|
|
name: "BLE Google Home Mini RSSI value"
|
|
|
|
|
|
|
|
Configuration variables:
|
2018-08-24 22:44:01 +02:00
|
|
|
------------------------
|
2018-08-22 22:05:28 +02:00
|
|
|
|
|
|
|
- **mac_address** (**Required**, MAC Address): The MAC address to track for this
|
|
|
|
sensor.
|
|
|
|
- **name** (**Required**, string): The name of the sensor.
|
|
|
|
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
|
|
|
|
- All other options from :ref:`Sensor <config-sensor>` and :ref:`MQTT Component <config-mqtt-component>`.
|
|
|
|
|
|
|
|
See Also
|
2018-08-24 22:44:01 +02:00
|
|
|
--------
|
2018-08-22 22:05:28 +02:00
|
|
|
|
2019-02-07 13:54:45 +01:00
|
|
|
- :doc:`/components/esp32_ble_tracker`
|
|
|
|
- :doc:`/components/sensor/index`
|
|
|
|
- :apiref:`esp32_ble_tracker.h`
|
|
|
|
- :ghedit:`Edit`
|
2018-10-12 16:33:22 +02:00
|
|
|
|
|
|
|
.. disqus::
|