Basi

Results 32 comments of Basi

Hi, now I have had some time for doing this. It was so easy because all the calls are as you said between the browser and the backend: First request:...

When only the perimetral alarm is activated the request/answer is like this: ``` { "operationName":"CheckAlarmStatus", "variables":{ "numinst":"XXXXX", "panel":"SDVFAST", "referenceId":"XXXX", "idService":"11", "counter":3 }, "query":"query CheckAlarmStatus($numinst: String!, $idService: String!, $panel: String!, $referenceId:...

Other statuses are: ``` { "operationName":"CheckAlarmStatus", "variables":{ "numinst":"XXXXX", "panel":"SDVFAST", "referenceId":"YYYYY", "idService":"11", "counter":3 }, "query":"query CheckAlarmStatus($numinst: String!, $idService: String!, $panel: String!, $referenceId: String!) {\n xSCheckAlarmStatus(numinst: $numinst, idService: $idService, panel: $panel, referenceId:...

When I pressed the CUSTOM BYPASS it has activated the "PERI" alarm! Nice! But it's incorrectly seen in the panel: ![image](https://user-images.githubusercontent.com/580682/148655566-bc063c4c-b4ad-4e38-82f5-5b361e44cbbc.png) In fact the current status is this one: ![image](https://user-images.githubusercontent.com/580682/148655584-bcc374c2-fc5c-460b-bfb1-eb6e99606e0e.png)...

On other hand it would be very useful, I don't know if it's possible, to have a "button" or activator to do a call to the remote system and update...

After this update now it's reported like this: ![image](https://user-images.githubusercontent.com/580682/148658147-732e20bb-83e5-4513-b5a6-4911ba886b23.png)

This is how it's seen: ![image](https://user-images.githubusercontent.com/580682/148658200-d58c95ea-d3e8-4343-8a37-ce5e8906641d.png) AFAIK it should be in the state `armed_custom_bypass`, as I see in the possible status list: https://developers.home-assistant.io/docs/core/entity/alarm-control-panel/#states

Hi and thanks again for this, you are so responsive! ![image](https://user-images.githubusercontent.com/580682/148664620-0764bdd9-6ccf-4b0f-baf0-587030b9ecb2.png) As you may see it right now show the "correct", based in the current limitations the alarm control panel...

Related to this I've created this PR: https://github.com/guerrerotook/securitas-direct-new-api/pull/16