Skip to content

Raspberry Pi energy monitor for Tesla Solar and Powerwall 2.

License

Notifications You must be signed in to change notification settings

achtenhagen/raspi-tesla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raspi-tesla

Raspberry Pi energy monitor for Tesla Solar and Powerwall

Getting Started

Install OpenSSL (macOS)

If you have not previously installed Xcode and the Xcode command-line tools, run:

$ xcode-select --install

Next install and link the OpenSSL package:

$ brew install openssl
$ brew link openssl --force

Add OpenSSL to your PATH (if using ZSH):

$ echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc

Export the following variables to compile the pycurl package in the next section:

$ export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
$ export CPPFLAGS="-I/usr/local/opt/[email protected]/include"

Install Python dependencies

$ pip install -r requirements.txt

About

Raspberry Pi energy monitor for Tesla Solar and Powerwall 2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages