Skip to content

Instantly share code, notes, and snippets.

View natm's full-sized avatar
🐶
woof!

Nat Morris natm

🐶
woof!
View GitHub Profile
@lichti
lichti / letsencrypt-proxmox.md
Last active September 12, 2022 20:14
Proxmox with letsencrypt ssl
git clone https://github.com/certbot/certbot /opt/letsencrypt
ln -s /opt/letsencrypt/certbot-auto /usr/bin/certbot
certbot certonly --expand --agree-tos --text --non-interactive \
 --standalone \
@davesarg
davesarg / evohomemqtt.py
Last active December 1, 2018 08:08
An Evohome to MQTT bridge
#! /usr/bin/env python
"""Uses the brilliant Evohome Client from Andrew Stock to query the status of
a Honeywell Evohome heat system and publishes the responses to an a MQTT broker.
Evohome Client available https://github.com/watchforstock/evohome-client
Run with your username and password
eventcmd = /home/pi/bin/evohomemqtt.py -u username -p password
"""