tjhowse / modbus4mqtt

Modbus TCP <-> MQTT glue. YAML configuration. Robust.
Other
75 stars 34 forks source link

Modbus writes aren't batched #1

Closed tjhowse closed 4 years ago

tjhowse commented 4 years ago

Modbus registers are written directly in response to receiving an MQTT message. They should instead be written to a queue in the modbus_interface and written to the device in a controlled way rather than letting MQTT set the pace. Modbus isn't very fast.