You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, Modbus-MQTT only supports input and holding registers, so this only applies to holding registers.
If a register value is being published to modbus-mqtt/$DEVICE/$REGISTER topic then it should listen to modbus-mqtt/$DEVICE/$REGISTER/set for a new value, parse/interpret it in a reasonable way vis-a-vis scale, offset, type, etc.
Unsure how errors should work here, but probably can just set something in the .../status topic.
When setting a register value, it should read-back the value and publish it on its topic straight away instead of waiting for next tick.
The text was updated successfully, but these errors were encountered:
For now, Modbus-MQTT only supports input and holding registers, so this only applies to holding registers.
If a register value is being published to
modbus-mqtt/$DEVICE/$REGISTER
topic then it should listen tomodbus-mqtt/$DEVICE/$REGISTER/set
for a new value, parse/interpret it in a reasonable way vis-a-vis scale, offset, type, etc.Unsure how errors should work here, but probably can just set something in the
.../status
topic.When setting a register value, it should read-back the value and publish it on its topic straight away instead of waiting for next tick.
The text was updated successfully, but these errors were encountered: