mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
7ebb8a4a87
@ -80,7 +80,7 @@ Configuration variables:
|
||||
Handle stop_action:
|
||||
------------------------
|
||||
For some cover controllers, separate switches for UP and DOWN action are used while a stop is issued when sending a counter command.
|
||||
This can be handled at the **stop_action** by using the folling lamda function:
|
||||
This can be handled at the **stop_action** by using the following lambda function:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
@ -37,6 +37,10 @@ Configuration variables:
|
||||
Use this if you want to use multiple UART buses at once.
|
||||
- All other options from :ref:`Sensor <config-sensor>`.
|
||||
|
||||
.. note::
|
||||
|
||||
`PWM and RS485 <https://www.dypcn.com/uploads/A02-Datasheet.pdf>`__ versions of the A02YYUW are not supported by this component.
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
||||
|
@ -23,7 +23,7 @@ that uses the Kamstrup Meter Protocol for communication.
|
||||
This component can be used to request measurements from the meter using
|
||||
the optical interface.
|
||||
|
||||
A :ref:`UART bus <uart>` is required to communicate with the meter. The baudrate
|
||||
A :ref:`UART bus <uart>` is required to communicate with the meter.
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
@ -92,8 +92,7 @@ Hardware
|
||||
|
||||
The Kamstrup meter uses an optical interface, just above the display. The required
|
||||
optical transceiver can be made using the schematic below. Connect the RX and TX
|
||||
lines to the pins configured under the uart section in the config file. In the
|
||||
configuration example above, this would be GPIO pin 13 and 15 respectively.
|
||||
lines to the pins configured under the uart section in the config file.
|
||||
|
||||
.. figure:: images/kamstrup_kmp_sch.svg
|
||||
:scale: 200%
|
||||
|
Loading…
Reference in New Issue
Block a user