-
Notifications
You must be signed in to change notification settings - Fork 33
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
Status check loop #134
Comments
There is an option, check_alarm_panel that doesn that, https://github.com/guerrerotook/securitas-direct-new-api#features |
Yo tengo esta opción marcada como "false" y sin embargo la integración hace una petición de estado a Securitas cada 20 minutos ¿hay alguna forma de que esta consulta sea cada más tiempo? Es que en los últimos días me han llamado de Securitas diciendo que les da error la app porque hago demasiadas consultas, que si tenía conectado un robot :) Muchas gracias por tu trabajo crack!! |
Pues mira a ver si lo tienes así, porque yo en mi caso lo tengo en false y no hago tantas llamadas. Lo puedes ver tu mismo en la app de Securitas que veras que sale comprobación de estado. Sino borra la integración y hazlo desde el principio. |
Si, si ahí es donde lo he visto, desde la app de securitas, hace una petición de estado cada 20 minutos. Lo de borrar la integración, lo haré de nuevo a ver, pero no creo que se arregle, ya que me dio fallo la semana pasada y la tuve que borrar e instalar de nuevo. El código lo tengo así: username: XXXXXXXpassword: XXXXXXXcode: XXXXcountry: EScheck_alarm_panel: false |
What would be great would be the ability to ask for the alarm status upon request as in most cases, the status only changes when the front door or the garage is opened or closed. |
Tienes que desconfigurar la integracion o borrar la alarma en HA y hacer las modificaciones y volver a configurar la integración de securitas. Una vez en false eliminas la configuración de la alarma y vuelves a configurar tu alarma. Y ya deja de hacer las peticiones de estado |
Hi!
I've had 3 visits from Securitas because, since this code generates status requests every short amounts of time, it seems to created issues on their backend.
Would it be possible to add an option so that the automated status checks are turned off and a button to "check the status"?
This would actually mimic their app, and would avoid creating issues on their backend:
The text was updated successfully, but these errors were encountered: