Commit Graph

12 Commits

Author SHA1 Message Date
Bonne Eggleston
3513102817
Update send_wait_time text to reflect modbus timing changes (#4399)
Documentation update to reflect change in how send_wait_time is handled in modbus.

Previously send_wait_time had to be set to the longest possible message on the bus, which is difficult to calculate, and error prone. It would clobber incoming messages by sending outgoing commands in the middle of receipt.

New functionality (see https://github.com/esphome/esphome/pull/7674 ) changes this to wait for the response to be complete, and then sending the next command.

Now send_wait_time only needs to be large enough to allow time for devices to send their first byte of response.
2025-01-19 09:15:10 +01:00
Jeroen van Oort
8fba0d2604
Document the modbus server feature (#3332)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-05-22 16:17:34 +12:00
H. Árkosi Róbert
9e4ff6e250
Brush up modbus docs (#3478) 2024-01-30 18:01:35 -06:00
Jeroen van Oort
5b30ee8c83
Added documentation for id and uart_id variables of modbus (#3331) 2023-11-05 11:42:31 +01:00
H. Árkosi Róbert
75d6d8c2b6
Brush up modbus (#3295)
* Brush up modbus

Correct name

* Update modbus.rst

* Update modbus.rst
2023-10-27 18:02:07 +13:00
H. Árkosi Róbert
0998228c45
Remove migrated items from Cookbook (#2816)
* remove migrated documentation

All of these are present now on our https://devices.esphome.io/ site.

The missing ones were pushed with https://github.com/esphome/esphome-devices/pull/385, and the rest ones were already in, thus removing here the duplicates.

* Update modbus.rst

* Update modbus.rst

* Update modbus_controller.rst

* Update ltr390.rst

* Update ltr390.rst

* Update modbus_controller.rst

* fix broken links

* Update index.rst

* Update index.rst
2023-04-11 17:51:46 +02:00
Jesse Hills
0751e604f7
Add disable_crc to modbus doc (#2563) 2022-12-22 20:14:15 +13:00
Guillermo Ruffino
53d1abd7a8
Docs cleanup for schema gen (#1973) 2022-04-03 19:30:25 +12:00
H. Árkosi Róbert
4229c12668
add more see also (#1675) 2021-11-29 22:03:46 +13:00
Oxan van Leeuwen
f358d4c0db
Use consistent syntax for config option types (#1659) 2021-11-29 07:57:01 +13:00
Martin
33ba298b13
Modbus controller docs (#1388)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-09-27 09:27:26 +13:00
polyfaces
fe37e13843
Add support for sdm_meter energy devices (#745)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-05-31 16:06:23 +12:00