Skip to content

Instantly share code, notes, and snippets.

View natm's full-sized avatar
🐶
woof!

Nat Morris natm

🐶
woof!
View GitHub Profile
@natm
natm / evohomemqtt.py
Created November 18, 2016 22:24 — forked from davesarg/evohomemqtt.py
An Evohome to MQTT bridge
#! /usr/bin/env python3
"""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
"""