Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/components/modbus_server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ The `modbus_server` component creates a RS485 connection to let your ESPHome nod

You must set the `role` attribute of the [Modbus](/components/modbus/) to `server`.

> [!NOTE]
> Modbus broadcast writes use address `0`. They are delivered to every registered server device on the same hub and
> do not send a response. Only write function codes `0x06` and `0x10` are treated as broadcasts.
Comment on lines +16 to +18

<Image src="/images/modbus.png" width={190} height={200} layout="constrained" alt="" />

## Hardware setup
Expand Down
Loading