liveaverage / docker-powerwall-dashboard

Grafana dashboard showing trend & historical data polled from Tesla Powerwall 2 API served up in an easy to use docker image
GNU General Public License v3.0
29 stars 9 forks source link

Running on Rasberry Pi 3 #16

Closed natrlhy closed 3 years ago

natrlhy commented 3 years ago

Not really a feature request, but I wanted to try and run my instance of your project on my Raspberry Pi 3 (running teslamate already).

I used the same docker-compose.yml file from my instance running on a Windows system I have in my closet but I am suspecting it's not going to work because I'm trying to run your container on the Pi 3 which is armv71:

Linux teslamate 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l GNU/Linux

I saw this in the logs:

PowerDash# docker logs 3e519c9476ab
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"

Or would I just need to pull the multiarch instead of latest?

Thanks!

natrlhy commented 3 years ago

Snagged a Pi4 and got multi arch up and running on it. Extracted a backup and it's all there ;) now just waiting for the API fixes to start data collection again!