rudders/homebridge-http

Status call dont give time arduino and apache to answer

Opened this issue · 5 comments

Hi! I have an Arduino attached to my server which is running homebridge. I think that the status url is called a lot of times if I open the HomeKit app. So my Arduino does not have time to answer every status call and the apache server stops working and I need to restart it to continue working.

I wonder if there is a way to make those status calls less often in order to give Arduino some time to answer.

Thanks!

bhenn commented

I have the same problem.

+1

the only way for me to fix that was to use https://www.npmjs.com/package/mqtt to communicate...