Skip to content

natedudley/ev-energy-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ev-energy-monitor

System to monitor electricity usage for electric vehicle

Raspberry Pi Setup

Building a Raspberry Pi Image

sudo apt update
sudo apt dist-upgrade

Installing aruino support software

sudo apt update 
sudo apt install arduino 

Installing python supporting packages

sudo su 
pip install requests
pip3 install requests 

Auto starting python file

/home/pi/.config/autostart/tesla.desktop should contain:

[Desktop Entry]
Type=Application
Exec=lxterminal -e python /home/pi/git/ev-energy-monitor/python/tesla.py "/home/pi/git/ev-energy-monitor/python/"

starting python ide

sudo idle 

About

System to monitor electricity usage for electric vehicle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published