Hi there,
I really lack modbus implemantation that would keep a modbus register synchron with a input_number.
E.g. if the input number is changed, the modbus register gets automatically updated. And if the modbus register is polled (adjustable inteval) and a change has happend, the input_number should be updated as well in reverse.
I think of a definition block that will provide all necessary information. Like input_number, modbus device, slave, address, datatype, scale, round, zero suppress, min/max, polling interval, maybe a device that gets that input_number…
This would save the need of two automations using a sensor and an input_number definition.