rudders / homebridge-http

HTTP Plugin for Homebridge
Apache License 2.0
178 stars 109 forks source link

Status call dont give time arduino and apache to answer #36

Open ghost opened 8 years ago

ghost commented 8 years ago

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 8 years ago

I have the same problem.

fredylg commented 7 years ago

+1

fumij2006 commented 7 years ago

+1

batizisanya commented 7 years ago

+1

fredylg commented 7 years ago

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