Data recorder for Hive active heating systems (http://www.hivehome.com)
Downloads Hive JSON data from the website for your own use.
File are output as csv, one per day in the following structure:
YYYY/MM/DD.csv
- This was designed to run on a raspberry pi or other unix system and use cron to download data every 5 minutes.
- Rename config.json.example to config.json and edit the file to add your username, password and data directory (make sure it exists)
- Edit MiHive.py to point at the full path of the config file
- Edit MiHive.cron to specifically list the location of the app.
- Run "python MiHive.py" to test it works
- Run "crontab MiHive.cron" to set it up to log every 5 minutes.