Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robintw/pywavethermo

Basic module to control the Worcester Wave thermostat from Python
https://github.com/robintw/pywavethermo

python smart-home thermostat xmpp

Last synced: about 1 month ago
JSON representation

Basic module to control the Worcester Wave thermostat from Python

Awesome Lists containing this project

README

        

# PyWaveThermo

This is Python code to connect to and control the Worcester Wave thermostat
(a wifi-connected 'Smart Thermostat' that seems to be based on - or even the same as - the NeFit thermostat).

Full information is available on my blog (start at http://blog.rtwilson.com/hacking-the-worcester-wave-thermostat-in-python-part-1/),
but the `example.py` file should be fairly self-explanatory. The only requirement is the sleekxmpp module.