Skip to content

Instantly share code, notes, and snippets.

@ricch-dhsr
ricch-dhsr / therm.py
Created November 25, 2020 18:21 — forked from ghostbitmeta/therm.py
Python script to control Honeywell Thermostat's through My Total Connect
#!/usr/bin/python
# By Brad Goodman
# http://www.bradgoodman.com/
# brad@bradgoodman.com
####################### Fill in settings below #######################
USERNAME="your@emailaddress.com"
PASSWORD="your_total_comfort_password"