Source for esphome.io documentation files.
Go to file
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
_extensions Split sphinx extensions up a little (#4429) 2024-11-12 16:17:36 +13:00
_static Bump version to 2024.12.4 2025-01-17 13:40:13 +13:00
_templates Be less aggressive in maintaining focus on search box (#4395) 2024-10-28 12:32:09 +01:00
_themes/esphome Dark mode (#3025) 2023-07-10 09:49:12 +12:00
.devcontainer Install pagefind in devcontainer (#3901) 2024-06-05 11:58:20 +12:00
.github Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#4572) 2025-01-11 12:39:44 +01:00
.vscode Add tasks file for vscode (#2846) 2023-04-16 16:37:44 +12:00
automations [media_player] add new conditions to all conditions list (#4396) 2024-10-29 09:10:56 +13:00
changelog Update changelog for 2024.12.4 2025-01-17 13:46:22 +13:00
components Update send_wait_time text to reflect modbus timing changes (#4399) 2025-01-19 09:15:10 +01:00
cookbook Document image changes (#4506) 2025-01-13 16:21:45 +13:00
custom Add deadline for custom components (#4446) 2024-11-18 08:59:11 +01:00
guides Merge branch 'current' into next 2025-01-17 13:33:06 +13:00
images document es7210 ADC component (#4534) 2025-01-15 16:47:26 +13:00
projects Update installer.html (#3442) 2024-03-13 21:35:43 +01:00
script Fix bump-version script for no v (#1414) 2021-08-24 14:26:35 +12:00
svg2png [ImgBot] Optimize images (#3945) 2024-06-12 23:19:02 +02:00
web-api Adds documentation for Alarm Control Panel REST API endpoints (#4517) 2025-01-13 17:35:32 +13:00
_redirects Fix a bunch of broken links (#4466) 2024-11-25 17:26:24 +13:00
.dockerignore Add dockerfile 2018-06-09 09:59:22 +02:00
.gitattributes Add travis script and gitattributes 2019-02-11 14:32:36 +01:00
.gitignore Add vim swp files to gitignore (#3940) 2024-06-12 11:49:05 +12:00
.gitpod.yml Fix Gitpod launch command to use live-html target (#2367) 2022-10-19 07:51:32 +13:00
.pre-commit-config.yaml Update pre-commit files (#2789) 2023-03-28 08:01:07 +13:00
all_automations.json Break apart automations doc (#3957) 2024-06-27 11:55:41 +12:00
build_automations_pages.py Break apart automations doc (#3957) 2024-06-27 11:55:41 +12:00
CODE_OF_CONDUCT.md Merge braanch 'current' into branch 'beta' 2021-05-03 23:10:47 +12:00
conf.py Bump version to 2024.12.4 2025-01-17 13:40:13 +13:00
Dockerfile Allow binary packages installed in dockerfile (#4373) 2024-10-23 18:35:09 +13:00
Doxygen Bump version to 2024.12.4 2025-01-17 13:40:13 +13:00
index.rst Merge branch 'current' into next 2025-01-17 12:23:38 +13:00
LICENSE.md Create LICENSE.md 2018-10-12 11:13:52 +02:00
lint.py LVGL cookbook (#4110) 2024-09-16 10:01:36 +12:00
Makefile Bump version to 2024.12.4 2025-01-17 13:40:13 +13:00
markdown.py updates schema generator (#2244) 2022-08-31 13:57:35 +12:00
netlify.toml Use python 3.12 on Netlify and CI (#4375) 2024-10-23 09:02:55 +02:00
pagefind.yml Search improvements (#4393) 2024-10-28 06:12:24 +01:00
README.md Update README.md 2019-02-14 16:21:32 +01:00
requirements_test.txt Rework lint (#1924) 2022-02-20 10:42:04 +01:00
requirements.txt Bump sphinx-tabs from 3.4.5 to 3.4.7 (#4383) 2024-11-08 16:27:51 +01:00
runtime.txt Update netlify python version (#1302) 2021-07-13 08:39:07 +12:00
schema_doc.py Break apart automations doc (#3957) 2024-06-27 11:55:41 +12:00
setup.cfg add-black (#1044) 2021-03-07 15:29:02 -03:00
svg2png.py Update svg2png and seo.py (#1380) 2021-11-16 15:19:33 +13:00

ESPHome-Docs Netlify Status Discord Chat GitHub release

ESPHome-Docs Logo

Documentation: https://esphome.io/

For issues, please go to the issue tracker.

For feature requests, please see feature requests.