You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your doorIsOpen() function polls the door status on the webserver. Using the local status directly on the Ampel would be better. If the Pi would loose it's internet connection your status won't update anymore..
The communication is done with a unix socket. Here is our snippet to do this:
Your
doorIsOpen()
function polls the door status on the webserver. Using the local status directly on the Ampel would be better. If the Pi would loose it's internet connection your status won't update anymore..The communication is done with a unix socket. Here is our snippet to do this:
Maybe you could simply import our foreman.py to do this job.
The text was updated successfully, but these errors were encountered: