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

Status check loop #134

Open
soth78 opened this issue May 17, 2023 · 6 comments
Open

Status check loop #134

soth78 opened this issue May 17, 2023 · 6 comments

Comments

@soth78
Copy link

soth78 commented May 17, 2023

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:

  • Status would be requested automatically when arming/disarming
  • Status would be requested via button when needed / wanted
@guerrerotook
Copy link
Owner

There is an option, check_alarm_panel that doesn that, https://github.com/guerrerotook/securitas-direct-new-api#features

@manolodh
Copy link

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!!

@guerrerotook
Copy link
Owner

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.

@manolodh
Copy link

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í:
#securitas:

username: XXXXXXX

password: XXXXXXX

code: XXXX

country: ES

check_alarm_panel: false

@bigramonk
Copy link

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.

There is an option, check_alarm_panel that doesn that, https://github.com/guerrerotook/securitas-direct-new-api#features

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.
That would certainly allow to lower the check frequency from every 20 minutes to an hour or so.

@CJHive
Copy link

CJHive commented Jul 15, 2023

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

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

5 participants