Travis Glenn Hansen
Travis Glenn Hansen
Have a peek over here, seems similar: https://github.com/travisghansen/hass-pfsense/issues/55
You want a new entity per client?
I've researched the pfSense openvpn configuration options a bit and they don't leave many options for this unfortunately. I really don't think the integration is the best place to handle...
Ok thanks for letting me know. When a rule is toggled I force an immediate refresh of the data instead of waiting for the poll interval (to make the ui...
Looking at the logs your average time to fetch data is double+ what mine takes locally. Do you have an unusually complex pfSense install? are you accessing it over a...
Interesting. I wonder which data points are taking the most time. For now if you’re comfortable hacking some code I’d be interested to know what you observe after bumping this...
I just bumped the value to `10` in the `main` branch. Let me know if that helps a bit..
Interesting. The device tracker api calls are entirely distinct from all the other sensors, that leads me to believe that something is locking up the api generally. If you disable...
@JOHLC do you have device tracker enabled? Do the problem only appear when switches are toggled or happens generally? Do you have other external apps using the pfsense api or...
Ok I think what we need to do is observe the average time the coordinator takes to make the api calls while simultaneously starting to eliminate data points from the...