diff --git a/src/content/docs/components/modbus_server.mdx b/src/content/docs/components/modbus_server.mdx index be33b0e91d..e9ddfa8b28 100644 --- a/src/content/docs/components/modbus_server.mdx +++ b/src/content/docs/components/modbus_server.mdx @@ -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. + ## Hardware setup