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
503 stars 167 forks source link

ScanMyTesla CAN ids #953

Open marki555 opened 1 year ago

marki555 commented 1 year ago

Where can I find names for all the ids in the can database table? I have found some of them in file ScanMyTesla.cs, but not all of them. For example I am interested in "DC Charge Total" or "Energy Buffer", but have no idea how to find the correct ID.

marki555 commented 1 year ago

Right now in SMT I see "Energy Buffer" 5.75 kWh (on TM3). I tried to get AVG of all values from can table of last drive in TeslaLogger Grafana and no is near that value. That makes me wonder if SMT is actually sending that data to TeslaLogger (I have checked in SMT and I have the "Energy Buffer" selected to upload).

Adminius commented 1 year ago

https://tff-forum.de/t/teslalogger-mit-raspberry-pi-mysql-grafana-osm-bis-12-02-2021/22932/6652

Adminius commented 6 months ago

@marki555 can we close the issue?

marki555 commented 6 months ago

Thanks, I have found "Energy buffer" is id 87 and I have found some values in the database, but it seems they are logged max. 2 times a day even when I have several drives during that day. "DC Charger Total" is id 11 and seems to be OK.

Adminius commented 6 months ago

Energy Buffer and Nominal Full Pack (and simmilar) will be send again only if it changes or if you restart scan my tesla. Why you should logging it on each drive? it changes only 2-3 times in 10.000 - 100.000 km

marki555 commented 6 months ago

And what about "Max regen power"? not sure if it can be selected for upload in SMT, but I can't find it in the list (there is only "Rr regen power max" with id 421, but not sure it is the same and I have no data with this id in my database).

Adminius commented 6 months ago

some IDs are only availble on S/X and some on 3/Y for example 12V signals are availble to upload on older S/X only :/ @bassmaster187 can you help here?