1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/modbus
jan iversen 2d1002d40d
Fix modbus transaction response (#33824)
Sometimes a modbus server do not respond to a transaction,
this is a contradiction to the modbus protocol specification,
but merely a matter of fact.

Use asynio.await_for() to provoke a timeout, and close the
transaction.
2020-04-08 13:04:47 -07:00
..
__init__.py Fix modbus transaction response (#33824) 2020-04-08 13:04:47 -07:00
binary_sensor.py Fix Modbus review comments (#33755) 2020-04-07 16:56:48 +02:00
climate.py Fix Modbus review comments (#33755) 2020-04-07 16:56:48 +02:00
const.py Modbus patch, to allow communication with "slow" equipment using tcp (#32557) 2020-03-29 12:39:30 -05:00
manifest.json Remove unused manifest fields (#33595) 2020-04-03 12:58:19 -07:00
sensor.py Fix Modbus review comments (#33755) 2020-04-07 16:56:48 +02:00
services.yaml Add prettier (in pre-commit and CI) (#33693) 2020-04-05 17:27:16 +02:00
switch.py Fix Modbus review comments (#33755) 2020-04-07 16:56:48 +02:00