Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robintw/pywavethermo
- Owner: robintw
- Created: 2015-12-06T14:52:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T16:09:29.000Z (over 6 years ago)
- Last Synced: 2024-12-16T17:49:28.421Z (about 1 month ago)
- Topics: python, smart-home, thermostat, xmpp
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 27
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.