bassmaster187 / TeslaLogger

TeslaLogger is a self hosted data logger for your Tesla Model S/3/X/Y. Actually it supports RaspberryPi 3B, 3B+, 4B, Docker and Synology NAS.
https://www.teslalogger.de
GNU General Public License v3.0
510 stars 170 forks source link

JSON Parse Error! #778

Closed FunCyRanger closed 2 years ago

FunCyRanger commented 2 years ago

Append Logfile logfile.txt

Describe the bug In the settings I try to add my Tesla account and get just the message: JSON Parse Error!

To Reproduce Steps to reproduce the behavior:

  1. Go to settings
  2. add MyTesla account
  3. JSON Parse Error!

Expected behavior Enter my Tesla credentials.

Screenshots image

Teslalogger Type Raspberry Pi4 / Docker / Selfmade Did you update the Image with apt-get update & upgrade? yes

Do you use Tasker or iBeacon no

Additional context To get TeslaLogger running on my Pi4-armv7 I had to change some content in docker-compose.yml

  1. image: yobasystems/alpine-mariadb:armhf
  2. image: grafana/grafana:8.4.3-armv7
FunCyRanger commented 2 years ago

My fault. Pi was not running in 64bit mode.