Skip to content

fieldhof/EnergyMeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnergyMeter

Raspi energy consumption meter

  1. edit /etc/inittab so T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 is commented out with a #
  2. edit /boot/cmdline.txt and remove all references to ttyAMA0
  3. do an apt-get update
  4. apt-get install python-serial mysql-server python-mysqldb apache2 php5 php5-mysql php5-gd
  5. cd /var/www/
  6. git clone https://github.com/fieldhof/EnergyMeter.git
  7. python /var/www/energy.py
  8. go the ip address of your pi in a browser

##Optional 9. To start the energymonitor at reboot crontab -e and add the line @reboot sh /var/www/launcher.sh >/var/www/logs/cronlog 2>&1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published