Wired-Square / twc-director

Tesla Wall Charger Director - provides a fake controller for Tesla Wall Charger peripherals on a RS485 bus
MIT License
0 stars 0 forks source link

Do you have a record of your experimental data? #1

Open TurkeyMan opened 7 months ago

TurkeyMan commented 7 months ago

I'm interested in all the experimental data you collected while working on this. Do you have communication logs for actions/events? Is there passive regular communication between the devices? Do the cars ever communicate SOC or the VIN with the twc which could be recovered by the software? I could make good use of that information.

What amount of the protocol were you not able to work out? Is there any value to a more comprehensive analysis? Where are the limits on your work, and what could be improved?

TurkeyMan commented 7 months ago

Also, teasing through the code, trying to follow the program flow to determine the protocol is not a lot of fun. Do you have a document that just details the protocol directly? It would be really good to have that document and commit it to this repo for reference. I just want to understand the protocol, I don't really want to read a bunch of python code and try and imagine my way through the program flow. It's very error-prone.

Cheers!