Skip to content

Instantly share code, notes, and snippets.

View max-reznichenko's full-sized avatar

Max Reznichenko max-reznichenko

  • Comcast
  • Philadelphia, PA
View GitHub Profile
@max-reznichenko
max-reznichenko / honeywell_set_temp.sh
Created December 26, 2020 21:50 — forked from NeoCat/honeywell_set_temp.sh
Set temperature of honeywell Wi-Fi thermostat by shell script
#!/bin/bash
# Usage: ./honeywell_settmp.sh [-c|-h|-o] [<temp(F)>|schedule]
# Example: ./honeywell_settmp.sh -h 72 # set HEAT: temp=72F
# ./honeywell_settmp.sh -c schedule # set COOL: follow shceduled temp
# ./honeywell_settmp.sh -o # turn system OFF
######## Settings ########
LOGIN="YOUR_MAIL_ADDRESS"
PASSWORD="YOUR_PASSWORD"