hass-opnsense
hass-opnsense copied to clipboard
Timeout on getting ARP table
I'm having timeout errors recently, when trying to get ARP table from OPNSense with device tracking.
I manually solved it increasing the timeout global variable from 10 to 25 seconds, but I think it'd be a good idea to have this as a parameter in the integration UI.
How you change the timeout? I have the same problem.
It's in custom_components/opnsense/pyopnsense/__init__.py
# value to set as the socket timeout
DEFAULT_TIMEOUT = 10