andrewshilliday / garage-door-controller

Software to monitor and control garage doors via a raspberry pi
MIT License
327 stars 132 forks source link

How to POST user/pass to http string #77

Closed crockernr closed 6 years ago

crockernr commented 6 years ago

Hi, How to you pass the following with the user /password included? http://"server":8081/clk?id="door"

I'm attempting to integrate this into openHAB - Which I have working but have to disable security..

lamping7 commented 6 years ago

Turn off the auth, disable remote access to the twisted server and use OpenHAB interface only: https://github.com/andrewshilliday/garage-door-controller/issues/69

crockernr commented 6 years ago

Thanks!