Travis Glenn Hansen
Travis Glenn Hansen
Did you update permissions and now it works?
https://github.com/travisghansen/hass-opnsense/issues/33#issuecomment-1209394213
So it would be good to figure out what error was spewed in hass and what specific permission needed to be added to resolve the issue. Then we can update...
I think it’s just json encoded values.
That’s the error for using http instead of https right?
Understood about the connection error.
Yeah there are several things that use the rest api which would require appropriate permissions for that. An audit of everything would be a very good thing to have so...
That’s honestly probably sufficient but we could check in the client (https://github.com/travisghansen/hass-opnsense/blob/main/custom_components/opnsense/pyopnsense/__init__.py) for any methods using `self._get` or `self._post` and determine which permissions are required for those specifically (would be...
Yeah, that's not a permissions error for sure. I have no idea why the method would work without explicitly including in all the other installs but not yours :( I've...
OK, just pushed `v0.1.3`, give that a try and see if it fixes those errors.