segalion / securitasdirect

Home Assistant integration with Securitas Direct (AKA Verisure EU) and command line tool to interact with.
40 stars 17 forks source link

New Verisure application version leads to error #30

Open hello-world65 opened 3 years ago

hello-world65 commented 3 years ago

Verisure is requesting customers in France to move to the new application with a strong deadline. Following this "forced" migration the integration fails to work with message L'application MyVerisure a été remplacée par My New Verisure. Veuillez télécharger la nouvelle application 16:04:31 – securitas_direct (ERROR) -> The application MyVerisure has been replaced by "My new Verisure". Please download the new application.

When using the securitas.py program locally it is still possible to connect to the ~"API".

Vartkat commented 3 years ago

Same boat...

What do you mean by When using the securitas.py program locally it is still possible to connect to the ~"API". ?

aladin2000 commented 3 years ago

Same error for FR

jralopes commented 3 years ago

Same here, PT user.

berts commented 3 years ago

Same here (SP) Logger: custom_components.securitas_direct.securitas Source: custom_components/securitas_direct/securitas.py:126 Integration: securitas_direct (documentation, issues) First occurred: 10:04:08 (1 occurrences) Last logged: 10:04:08

Ahora mismo solo tienes acceso a la nueva versión de My Verisure, haz clic en aceptar para acceder a la nueva versión.

Vartkat commented 3 years ago

Same here (FR)

jmservera commented 3 years ago

It looks like the time has come and the old API has arrived to end of life. This is the message I get in Spain telling that the app is no longer available: Gracias por acceder a My Verisure. Esta aplicación ya no está disponible y te recomendamos desinstalarla. Pulsa aceptar para poder acceder a la nueva aplicación.

casaceramica commented 3 years ago

I'm getting the same error

diegoalvarezrua commented 3 years ago

Same error

BlackSake commented 3 years ago

same error, country="IT"

siom7 commented 2 years ago

Hi,

Same error for me, I tried Python script directly and it's working perfectly (https://github.com/Cebeerre/pysecuritas). I suppose Installation ID parameter is missing in segalion script to execute API Call. @segalion I'm not developer but you may confirm this ?

siom7 commented 2 years ago

I have found this on another thread and it's working, you have to add "installation: your_installation_id" in configuration.yaml

securitas_direct.zip

Example:

securitas_direct:
  username: your_securitas_username
  password: your_securitas_password
  code: 1234
  country: ES
  installation: your_installation_id
diegoalvarezrua commented 2 years ago

Thanks for the solution @siom7!!!

guerrerotook commented 2 years ago

Checkout this last issue #37