I started with home assistant yesterday and started with configuring my modbus slave. I can control all off the outputs fine from HA.
My modbus slave has a built in watchdog. When there isn’t any modbus communication for x seconds then all outputs will be turned off. I can adjust this watchdog time, but to give it a reasonable value I need to know at which rate the coils are polled.
I looked at the source but couldn’t find any refrence to the polling rate. Anyone knows at which rate the modbus is polling?