Skip to content

public list of heat pumps sharing performance data via emoncms

License

Notifications You must be signed in to change notification settings

MyForest/heatpumpmonitor.org

 
 

Repository files navigation

HeatpumpMonitor.org

An open source initiative to share and compare heat pump performance data.

Install public site content in /var/www

sudo ln -s /home/USERNAME/heatpumpmonitor.org/www/ /var/www/heatpumpmonitororg

Create a mariadb/mysql database:

CREATE DATABASE heatpumpmonitor;

Copy example.settings.php:

cp www/example.settings.php settings.php

Modify database credentials to match your system

Load public data from heatpumpmonitor.org to create functioning development environment

php load_dev_env_data.php 

Login using 'Use another account' and username and password: admin:admin

About

public list of heat pumps sharing performance data via emoncms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.3%
  • JavaScript 8.1%
  • Other 1.6%