-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SimpliSafe integration: simplipy.errors.InvalidCredentialsError: User does not have permission to access ss3/subscriptions/.... #38624
Comments
Which SimpliSafe plan do you have (Standard or Interactive)? Does this occur immediately after adding SimpliSafe to HASS (I assume you’re doing it via the UI) or at some point after? |
Camera only plan, immediate |
@myoung34 Not sure what you mean by "camera only plan" – that isn't a plan that SimpliSafe lists: |
They offer a camera plan thats unmonitored (local monitoring, so itll set off the noise alarm but not call out to a monitoring service) The camera plan is $10/mo for up to 5 cams through their app: https://simplisafe.com/blog/simplicam-integration |
Hmm, okay. For awareness, this integration doesn't support the cameras in any way (because my underlying library doesn't support them). It's possible that this camera-only plan is a subset of the Standard plan. After I implemented MFA support in #38097, I had a suspicion that we might not have covered the entire use case. To debug further, please do the following:
logger:
default: error
logs:
homeassistant.components.simplisafe: debug
simplipy: debug
|
simplipy logs:
|
other logs:
|
Your File "/usr/local/lib/python3.8/site-packages/simplipy/api.py", line 256, in get_systems
File "/usr/local/lib/python3.8/site-packages/simplipy/api.py", line 324, in request (probably because those lines don't contain the string |
Ha nice catch!
Im aware, mostly for now interested in alarm status/set/unset
|
Thanks! Looks like my supposition is correct: your account is a type of "standard" account, which means that you won't be able to do anything except viewing the alarm state within HASS. This appears to be a resurgence of #17443 from after I implemented MFA. I will work on handling this exception. |
The problem
I added the simplisafe integration successfully, but no UI options are available.
Looking at the logs there's an error:
Environment
0.10.2
+homeassistant/home-assistant:latest
Problem-relevant
configuration.yaml
Traceback/Error logs
see above
Additional information
The text was updated successfully, but these errors were encountered: