Open shantur opened 2 years ago
It happens to me too. I’ve activated the home mode and still appears as deactivated in HA. And one more question, since the integration is configured by UI, YAML code is needed? Because in UI I don’t see where to write the secret code… Thank you all!
It happens to me too. I’ve activated the home mode and still appears as deactivated in HA. And one more question, since the integration is configured by UI, YAML code is needed? Because in UI I don’t see where to write the secret code… Thank you all!
Well, now it has changed to armed in home.
@guerrerotook , how is configured to check status against web? Or still checks to the alarm panel?
Thanks!
Let me take a look!
Do you guys have any kind of exception in the logs?
The update code for the alarm panel works. It's set to 1200 seconds or 20 minutes.
The code is here.
If you update you alarm outside your Home Assistant it will take a maximum of 20 minutes, depending on when was the last update, to reflect that.
This is a know issue because we don't want to bother the API making request every 40 seconds. That is took much.
You can change that value at your request.
Also make sure that you have the property check_alarm_panel to false for not for force a fully update with the central unit at your home. That can take minutes an make the system unstable.
The update code for the alarm panel works. It's set to 1200 seconds or 20 minutes.
The code is here.
If you update you alarm outside your Home Assistant it will take a maximum of 20 minutes, depending on when was the last update, to reflect that.
This is a know issue because we don't want to bother the API making request every 40 seconds. That is took much.
You can change that value at your request.
Also make sure that you have the property check_alarm_panel to false for not for force a fully update with the central unit at your home. That can take minutes an make the system unstable.
But is still requieres the YAML? The config flow in the UI ask for the username and password… but not the secret code and the check_alarm_panel.
But is still requieres the YAML? The config flow in the UI ask for the username and password… but not the secret code and the check_alarm_panel.
Oh I see, then I guess I have to ask for this also in the UI as well. You are right.
If you configure that from the yaml also works as well.
There are a lot of options to choose from UI if you configure a new setup. I let all the configuration optons to be configured in the UI and my expectation was that if I set the scan interval to 40 then it will scan every 40 seconds. I understand we shouldn't do this.
Can we change it so there are 2 options
This would help both set of people, I am hoping the alarm state from server is almost same as the panel ( with a minor delay ). In my setup, I would prefer a quick response rather than an very accurate one to allow automations.
Hope it helps
With the latest v2.0.0, the alarm status doesn't get updated in HomeAssistant when the status is changed from the key or Verisure app. I have configured it for 40 seconds scan interval but it doesn't scan every 40 seconds.
Thanks for the integration.