Simple python tool to convert raw Tesla CAN bus frames into a human readable format. The raw CAN bus frames are from TM-Spy. Only a few CAN IDs are currently supported. Created for my personal use but feel free to use it as you see fit.
Using python3, run main.py from the terminal and paste in the CAN bus frame when asked.
python3 main.py
Jason Hugh's (wk057) CAN Bus Deciphering PDF. amund7's Scan My Tesla's source code. apach3guy's CAN3 source code.