mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-22 21:41:39 +01:00
Improve dsmr telegram timeouts (#1650)
This commit is contained in:
parent
3ad562c594
commit
bb1435b35c
@ -53,8 +53,11 @@ Configuration variables:
|
||||
the P1 port's Data Request pin. Defaults to not using a Data Request pin.
|
||||
See :ref:`Using the P1 Data Request pin <sensor-dsmr-request_pin>`.
|
||||
- **request_interval** (*Optional*, :ref:`config-time`): The minimum time between two telegram readings.
|
||||
Defaults to ``0``, meaning that the pace at which the smart meter sends its data determines the update frequency.
|
||||
Defaults to ``0ms``, meaning that the pace at which the smart meter sends its data determines the update frequency.
|
||||
This works best in combination with a ``request_pin``, but this option will work without one too.
|
||||
- **receive_timeout** (*Optional*, :ref:`config-time`): The timeout on incoming data while reading a telegram.
|
||||
When no new data arrive within the given timeout, the device will consider the current telegram a loss and
|
||||
starts looking for the header of the next telegram. Defaults to ``200ms``.
|
||||
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID of the DSMR if you have multiple components.
|
||||
|
||||
Sensor
|
||||
|
Loading…
Reference in New Issue
Block a user