Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 532 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 532 Bytes

EvoCLI

CLI to control a Honeywell EvoHome system. It is a work in progress

Installation

python setup.py install

Create a configuration file '.evoc' with your Honeywell username & password in your home directory:

username: [email protected] 
password: mypassword 

Running

Only a few commands work so far:

# display temperatures
evoc temps

# set zone temperature to 21 for an hour
evoc zone Lounge 21.0 --duration 60

# set hotwater on for an hour
evoc hotwater on --duration 60