I'm using next to my loxone system an apache server with php to control a logitech media server, and several other things.
To play the sound of my doorbell thru my speakers in my house, I call the Doorbell.php script on a raspberry pi.
The problem I'm facing is that my doorbell just rings after 9 seconds when a button (digital input) is pressed. When I via my webbrowser to the Doorbell.php script the Doorbell rings immediately.
So my guess is that the miniserver takes 9 seconds to process the press on the button and send this to the raspberry pi.
Anybody an idea how to improve the time?
Kommentar