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
Writing Registers
Both holding registers and coils can be written. For this, either type: writeholding for holding registers or type: writecoil for coils must be specified. type: writeholding always writes a 16-bit register (int or bool16). Therefore, for decode, uint16 must always be specified. type: writecoil writes a coil. Specifications for decode are ignored.
Thank you for your help. This was it.
I orientated myself to the reference (https://docs.evcc.io/en/docs/reference/modbus#writing-registers):
Originally posted by @Erik-Holzinger in evcc-io/evcc#16571 (reply in thread)
Note: writing single coil via
writecoil
requiresbool8
data type.The text was updated successfully, but these errors were encountered: