Skip to content
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

Authentication issue for UK installation #119

Closed
bazwilliams opened this issue Feb 1, 2020 · 4 comments
Closed

Authentication issue for UK installation #119

bazwilliams opened this issue Feb 1, 2020 · 4 comments

Comments

@bazwilliams
Copy link

We've recently had a Verisure alarm installed in the UK. If I attempt to login using the same credentials required for the mobile app (My Verisure) I receive the following error:

Traceback (most recent call last):
  File "/Users/barry/Projects/venv/bin/vsure", line 11, in <module>
    load_entry_point('vsure==1.5.4', 'console_scripts', 'vsure')()
  File "/Users/barry/Projects/venv/lib/python3.7/site-packages/verisure/__main__.py", line 214, in main
    session.login()
  File "/Users/barry/Projects/venv/lib/python3.7/site-packages/verisure/session.py", line 90, in login
    self._create_cookie()
  File "/Users/barry/Projects/venv/lib/python3.7/site-packages/verisure/session.py", line 120, in _create_cookie
    raise ResponseError(response.status_code, response.text)
verisure.session.ResponseError: Invalid response, status code: 401 - Data: {"errorGroup":"UNAUTHORIZED","errorCode":"AUT_00004","errorMessage":"Invalid username/password/authentication method combination"}

I've tried with my email address and also with a secondary user account created within the app. I suspect the 'My Verisure' app is unfortunately using a different API.

@persandstrom
Copy link
Owner

I know that the script does not work for all regions, like Spain, that could be that case with UK as well. As you say, there seem to be one verisure API, and a securitas API.

@j-vizcaino
Copy link

Stumbled upon this today as well, trying to get the Verisure integration working with Home Assistant.
At least for french customers, the site does not use the verisure.com endpoint but some securitasdirect.fr endpoint.

@bazwilliams
Copy link
Author

This version might work https://github.com/segalion/securitasdirect it seems verisure have a few different backend systems.

@nckslater
Copy link

I live in Spain and use the Verisure app. Thanks for this integration. I have the alarm panel working perfectly. Is there any plans to add the various sensors and cameras? Thanks

@bazwilliams bazwilliams closed this as not planned Won't fix, can't repro, duplicate, stale Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants