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.
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!