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
518 stars 171 forks source link

current_json.php does not generate certain data that index.php is relying on #1292

Closed rf23 closed 4 months ago

rf23 commented 6 months ago

as a result, the admin dashboard shows some data as "undefined" (see screenshot for an example).

namely charger_power_calc_w, charger_actual_current_calc, and charger_phases_calc are not included in the data returned by current_json.php.

I am running docker version that was updated to 1.58.0.0 last week (I was struggling to get everything running since the automatic update, which i think related to the issue that I had to restart the docker app. restarting docker image did not resovle the issue).

Also, with this version, the dashboard is showin the car is unlocked, which is not correct as the car is actually locked (confirmed by tesla official app). Not sure what is going on with this. I have seen this happened twice since the 1.58 update.

WechatIMG1699

rf23 commented 4 months ago

updated to latest v1.59.0. and the problem is not longer there. \

thanks for fixing the problem.