homebridge-vivint icon indicating copy to clipboard operation
homebridge-vivint copied to clipboard

API seems to cut out sometimes

Open jonpage88 opened this issue 5 years ago • 2 comments

Homebridge plugin seems to stop updating the contact sensors. Contact senors will be updating as normal but then it will stop updating. If I look in the Vivint app it is updated but homebridge does not match. If I check the logs on homebridge I see the events have stopped coming in. This will last for a little while then everything will stop working again. While the contact senors are not updating I am still able to control locks are arm the panel as normal.

jonpage88 avatar Jan 17 '20 00:01 jonpage88

yeah, I've noticed this as well. The API will refresh itself every so often (as defined in the config file) and catch any updates that the API doesn't send. You can lower that time to more quickly capture the updates, but it seems the API stream is fairly unreliable at times.

daymondm avatar Jan 26 '20 20:01 daymondm

@jonpage88 check out my fork, in one of the recent updates I added changes to increase the reliability of the event stream, making device statuses update better.

balansse avatar Aug 04 '20 19:08 balansse