Travis Glenn Hansen

Results 822 comments of Travis Glenn Hansen
trafficstars

Are you comfortable hacking code a little bit? If so I would like to have you try disabling the hostname resolution for the device tracker arp lookups.

https://github.com/travisghansen/hass-pfsense/blob/v0.5.3/custom_components/pfsense/__init__.py#L300 change `True` to `False` and restart hass.

If the port configured for `webConfigurator` changes the integration configuration would definitely need to be updated (remove and re-add OR hack the `.storage/core.config_entries` file to update it).

Indeed that is very strange then :(

Any chance you could reach out to me privately and get me access to run some tests from development environment?

Yeah I’m on discord in the hass server. I really need temporary access to the fw itself preferably.

`travisghansen` imaginative I know :) I don’t use discord much but my name has `#0052` after it as well if that’s of any help.

Ok the back grounding is working. That’s another call that’s taking too long. Can you bump the timeout for the xmlrpc client in code to see if it helps?

The telemetry call is the bulk of data behind the integration. If you’re comfortable hacking some more in that file I’d ask to start stepping through the individual pieces of...

Yeah, it's a bunch of php, https://github.com/travisghansen/hass-pfsense/blob/main/custom_components/pfsense/pypfsense/__init__.py#L822-L976 The idea would be to start commenting out method calls in there (most are methods inherited/imported from the core pfSense code base) and...