/Evohome_Schedule_Backup

Python script to backup the complete schedule from an Evohome controller via a serial device

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

# Evohome Schedule Backup v0.3
# Copyright (c) 2019 Evsdd 
# Python 3.7
# Requires pyserial module which can be installed using 'python -m pip install pyserial'
# Prototype program to backup the complete schedule from the Evotouch controller
# 
# INSTRUCTIONS FOR USE:
# To begin using the script, first edit user configuration setup section.  Choose your backup file name and location, configure your serial port which is connected to the HGI80 (or equivalent) and finally enter your controller ID. 
# You are now ready to run the script!