ah sorry, I am from Austria... with wallbox I mean an ev charging station at home
I asked there too but no solution so far
I will try to set up node red in a separate virtual machine and will check if there is the same problem.
Maybe this way I will at least see if it's a node red issue or a Home Assistant issue.
What if you restart Node-red .. does that resume the modbus connection ?
if not then its the wallbox that is hanging and maybe you are requesting too frequently ?
what version of nodejs are you using ? node --version
i think anything higher that v16 is not yet compatible with the Modbus nodes
unfortunately a restart of Node-red add-on only does not resolve the problem. still no connection.
I disabled all modbus flows and tried only one send request that I have triggered manually after I restarted Home Assistant and a connection loss. Nothing changed... I don't think it's requesting too frequently.
you are right .. i must have been thinking of some older issues that the Modbus node was not recovering its connection. Seems to be resolved with the latest versions of Modbus.
@tobik176 Is the Modbus request TCP or Serial rs485 ? if you try with QModMaster do you see the same issues ? Try connecting / disconnecting and reading again.