Travis Glenn Hansen

Results 837 comments of Travis Glenn Hansen

It was working previous to the upgrade and then after the upgrade it is now failing? Or it has simply never worked?

OK, are you sure something didn't change with the credentials? You may look into the pfsense webserver logs for any pointers as to why it doesn't like the request/user as...

The failure is relatively low-level from what I can tell. If you can hack the code here: https://github.com/travisghansen/hass-pfsense/blob/main/custom_components/pfsense/pypfsense/__init__.py#L51 and set the value to `True` and then restart `hass` you should...

It would be in the raw logs for hass. Not sure where to find those in hassos :(

Yeah, that does not use the logger but just pumps the logs to stdout/stderr of hass.

Likely permissions or http vs https: - https://github.com/travisghansen/hass-opnsense/issues/33 - https://github.com/travisghansen/hass-opnsense/issues/19

From what version to what version? Did you happen to reinstall pfsense?

I’m wondering if the netgate id of the device changed. That unique id is used by the integration and if it changes then that would explain new entities. Can you...

Yeah, make note of your netgate device id and let's observe if it changes in the future.

Ah this is a tricky one and I'm glad you opened this. So there are a couple issues at play here: - `democratic-csi` ensures no 2 (possibly conflicting) operations happen...