06.03.2018, 12:03
For write to work you need to set address field correctly, but this will break single block read. We might add another field (write_address) for cases like you have in future releases.
For now you have two options:
1. Do not use block read at all
2. Create another set of registers with "write_only": true, disable writable for original registers and use their values as status objects in visualization. This will introduce a delay between status object update due to polling interval.
For now you have two options:
1. Do not use block read at all
2. Create another set of registers with "write_only": true, disable writable for original registers and use their values as status objects in visualization. This will introduce a delay between status object update due to polling interval.