Hello,
I’m trying to write multiple coils at the same time.
I read in the documentation that it is possible:
for state:
“(write_coil) A single boolean or an array of booleans. Single boolean will call modbus function code 0x05. Array will call modbus function code 0x0F”
(Modbus - Home Assistant)
but when I tried it I got an error:
There is no errors in logs- only that one in gui.
My device works with function code 0x0F for sure - I checked it using
QModMaster Screenshot by Lightshot
Regards,
Andrew