Skip to content
forked from davetaz/MiHive

Data recorder for Hive active heating systems

License

Notifications You must be signed in to change notification settings

mattman73/MiHive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiHive

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

Instalation

  • This was designed to run on a raspberry pi or other unix system and use cron to download data every 5 minutes.
  1. Rename config.json.example to config.json and edit the file to add your username, password and data directory (make sure it exists)
  2. Edit MiHive.py to point at the full path of the config file
  3. Edit MiHive.cron to specifically list the location of the app.
  4. Run "python MiHive.py" to test it works
  5. Run "crontab MiHive.cron" to set it up to log every 5 minutes.

About

Data recorder for Hive active heating systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%