Update modbus_controller.rst

This commit is contained in:
H. Árkosi Róbert 2024-02-24 13:12:30 +01:00 committed by GitHub
parent d28f41c5e9
commit 27943982fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ Modbus Controller
:image: modbus.png
The ``modbus_controller`` component creates a RS485 connection to either
The ``modbus_controller`` component creates a RS485 connection to either:
- control a Modbus server (slave) device, letting your ESPHome node to act as a Modbus client (master). You can access the coils, inputs, holding, read registers from your devices as sensors, switches, selects, numbers or various other ESPHome components and present them to your favorite Home Automation system. You can even write them as binary or float ouptputs from ESPHome.
- let your ESPHome node act as a Modbus server, allowing a ModBUS client to read data (like sensor values) from your ESPHome node.