Add documentation for Alpha3 Pump component (#2278)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
This commit is contained in:
jan-hofmeier 2023-07-11 07:12:53 +02:00 committed by GitHub
parent 860677d09d
commit 2a96773541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 97 additions and 0 deletions

View File

@ -0,0 +1,96 @@
Grundfos Alpha3
===============
.. seo::
:description: Instructions for monitoring a Grundfos Alpha3 Model B circulator pump.
:image: alpha3.jpg
The ``alpha3`` component allows you to monitor a Grundfos Alpha3 Model B circulator pump over BLE.
This component supports the following metrics:
- flow rate
- head pressure
- power consumption
- speed (RPM)
This component uses the BLE peripheral on an ESP32, so you also need to enable
this component. Please see the :doc:`/components/ble_client` docs for how to discover the MAC
address of your Alpha3 pump, or you can find the list of paired MAC addresses in
the list of paried Bluetooth devices on your smartphone after using the GO Remote app.
Configuration entry
-------------------
.. code-block:: yaml
# Example Configuration
esp32_ble_tracker:
ble_client:
- mac_address: xx:xx:xx:xx:xx:xx
id: radiator_pump
sensor:
- platform: alpha3
ble_client_id: radiator_pump
flow:
name: "Radiator Pump Flow"
head:
name: "Radiator Pump Head"
speed:
name: "Radiator Pump Speed"
power:
name: "Radiator Pump Power"
voltage:
name: "Radiator Pump Voltage"
current:
name: "Radiator Pump Current"
Configuration variables:
************************
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
- **flow** (*Optional*): The estimated volume flow of the medium in ``m³/h``.
All options from :ref:`Sensor <config-sensor>`.
- **head** (*Optional*): The estimated head (preasure difference generated by the pump) in ``m``.
All options from :ref:`Sensor <config-sensor>`.
- **speed** (*Optional*): the speed of the pump rotor in ``RPM``.
All options from :ref:`Sensor <config-sensor>`.
- **power** (*Optional*): The power consumption of the pump in ``W``.
All options from :ref:`Sensor <config-sensor>`.
- **voltage** (*Optional*): Voltage in ``V``.
All options from :ref:`Sensor <config-sensor>`.
- **current** (*Optional*): Current in ``A``.
All options from :ref:`Sensor <config-sensor>`
Notes:
-------------
.. warning::
Older pumps like the Alpha2 and Alpha3 Model A are not compatible, as they don't have Bluetooth integrated.
The Alpha Reader is using a different protocol, so it won't work to connect your Alpha2 with this component.
.. note::
The ESP needs to be paired with the pump to read the sensors. If the devices are not paried the wireless indicator on the pump will turn on and off again.
For the initial pairing you have to press the 'Connectivity button' (Wireless symbol) on the pump.
After the initial pairing the ESP should connect automatically when the pump turns on. When the ESP is conected the blue wireless indicator should be constantly lit.
.. note::
The pump can only be connected to one device at a time. If you want to use the GO Remote App, you have to first turn the ESP off.
See Also
--------
- :doc:`/components/ble_client`
- :apiref:`alpha3/alpha3.h`
- :ghedit:`Edit`

BIN
images/alpha3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -220,6 +220,7 @@ Bluetooth Low Energy (BLE)
Mopeka Standard Check LP, components/sensor/mopeka_std_check, mopeka_std_check.jpg, tank level
RuuviTag, components/sensor/ruuvitag, ruuvitag.jpg, Temperature & Humidity & Accelerometer
Xiaomi BLE, components/sensor/xiaomi_ble, xiaomi_mijia_logo.jpg, Various
Alpha3, components/sensor/alpha3, alpha3.jpg
Digital Signals