Bob White
Bob White
Trevor, is there something I have to do to make it not show the delayed start data? When I brewed two weeks ago, I noticed it was still in the...
Sorry for the misunderstanding, Trevor. The way I read one of the comments I thought it had been done. No problem. Thanks for all you do! Bob On 2020-12-20 07:34,...
> I found the error that I did with the twisted authentication. The password has to be in Byte with python3. args={self.config['site']['username']:self.config['site']['password']} A way to do it is : string...
Thanks, Gilles! Everything seems to work except for authentication and SSL, although I haven't dug deeply into them yet. I've been tinkering with my code that puts the open/close times...
This assumes the user that is running the controller is the user "pi". If you've set up another user on your Raspberry Pi, you'll need to change the user accordingly....
Good deal! It was easier than I thought. I'm not an html guru, but I can Google them!Bob On Feb 16, 2019 12:48 PM, Gilles94500 wrote:Thanks a lot. It works...
Some further notes: I don't believe it actually uses port 443 during the process of generating the certificate. You'll need it forwarded to the Pi to port 8444 to use...
You could. I have another server where I get credentials, and I have a cron job on that server to copy them to the garage door controller Pi. I actually...