Raspi energy consumption meter
- edit
/etc/inittabsoT0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100is commented out with a# - edit
/boot/cmdline.txtand remove all references tottyAMA0 - do an
apt-get update apt-get install python-serial mysql-server python-mysqldb apache2 php5 php5-mysql php5-gdcd /var/www/git clone https://github.com/fieldhof/EnergyMeter.gitpython /var/www/energy.py- 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