securitasdirect icon indicating copy to clipboard operation
securitasdirect copied to clipboard

New Verisure application version leads to error

Open hello-world65 opened this issue 3 years ago • 13 comments

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".

hello-world65 avatar Mar 10 '21 15:03 hello-world65

Same boat...

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

Vartkat avatar Mar 21 '21 19:03 Vartkat

Same error for FR

aladin2000 avatar Mar 23 '21 16:03 aladin2000

Same here, PT user.

jralopes avatar Mar 30 '21 16:03 jralopes

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.

berts avatar Apr 19 '21 09:04 berts

Same here (FR)

Vartkat avatar Jun 27 '21 00:06 Vartkat

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.

jmservera avatar Jul 05 '21 06:07 jmservera

I'm getting the same error

casaceramica avatar Aug 19 '21 10:08 casaceramica

Same error

diegoalvarezrua avatar Sep 06 '21 07:09 diegoalvarezrua

same error, country="IT"

BlackSake avatar Sep 07 '21 20:09 BlackSake

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 avatar Sep 22 '21 13:09 siom7

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

siom7 avatar Sep 22 '21 19:09 siom7

Thanks for the solution @siom7!!!

diegoalvarezrua avatar Sep 24 '21 15:09 diegoalvarezrua

Checkout this last issue #37

guerrerotook avatar Dec 01 '21 21:12 guerrerotook