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?
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!
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:
Or would I just need to pull the multiarch instead of latest?
Thanks!