Adding support for the Mopeka Plus Plus sensor (#2026)

This commit is contained in:
James Duke 2022-04-19 17:50:26 -07:00 committed by GitHub
parent 644a52fa2d
commit 50522d92af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,18 +4,18 @@ Mopeka Pro Check BLE Sensor
.. seo::
:description: Instructions for setting up Mopeka Pro Check bluetooth-based sensors in ESPHome.
:image: mopeka_pro_check.jpg
:keywords: Mopeka, Mopeka Pro Check, BLE, Bluetooth
:keywords: Mopeka, Mopeka Pro Check, Mopeka Pro Plus, BLE, Bluetooth
The ``mopeka_pro_check`` sensor platform lets you track the output of Mopeka
Pro Check LP Bluetooth Low Energy devices using the :doc:`/components/esp32_ble_tracker`.
This component will track the tank level, distance, temperature, and battery
percentage of a Mopeka Pro Check LP device every time the sensor sends
out a BLE broadcast.
Pro Check LP and Mopeka Pro Plus Bluetooth Low Energy devices using the
:doc:`/components/esp32_ble_tracker`. This component will track the tank level,
distance, temperature, and battery percentage of a Mopeka Pro Check LP or Mopeka
Pro Plus Residential BLE device every time the sensor sends out a BLE broadcast.
.. warning::
This sensor component only supports the Mopeka Pro Check device. The original
Mopeka Check sensors are not supported.
This sensor component only supports the Mopeka Pro Check and Pro Plus devices.
The original Mopeka Check sensors are not supported.
.. figure:: images/mopeka_pro_check.jpg
:align: center
@ -101,7 +101,7 @@ Currently supported Tank types are:
Setting Up Devices
------------------
To set up Mopeka Pro Check devices you first need to find their MAC Address so that
To set up Mopeka Pro Check / Pro Plus devices you first need to find their MAC Address so that
ESPHome can identify them. So first, create a simple configuration with the ``esp32_ble_tracker``
and the ``mopeka_ble`` component like so:
@ -112,8 +112,8 @@ and the ``mopeka_ble`` component like so:
mopeka_ble:
After uploading, the ESP32 will immediately try to scan for BLE devices. For Mopeka Pro
Check devices you must press and hold the green sync button for it to be identified. For all sensors
found the ``mopeka_ble`` component will print a message like this one:
Check / Pro Plus devices you must press and hold the green sync button for it to be identified.
For all sensors found the ``mopeka_ble`` component will print a message like this one:
.. code::