Page 1 of 1
Why do we need open source control board for tesla onboard chargers ?
Posted: Wed Jul 31, 2024 7:02 am
by mcan
Hi everyone,
I'm trying to understand the necessity of using an open source control board for Tesla onboard chargers.
Why do we need an open source control board for these chargers?
How is this open source board connected to the original onboard charger?
Is there a reason we can't directly communicate with the onboard charger without this intermediary?
i am looking to this link but couldnt figured out.
https://github.com/damienmaguire/Tesla-Charger
Thanks in advance for your insights!
Re: Why do we need open source control board for tesla onboard chargers ?
Posted: Wed Jul 31, 2024 9:39 am
by tom91
Re: Why do we need open source control board for tesla onboard chargers ?
Posted: Wed Jul 31, 2024 7:09 pm
by mcan
Hi thank you but , as I I dictated I know those links but couldnt see or understand why do we need those cards ?can't we just communicate directly with Tesla original boards ? Could you please indicate explicitly where does it mentions the rationale behind these cards ?
Re: Why do we need open source control board for tesla onboard chargers ?
Posted: Wed Jul 31, 2024 8:16 pm
by tom91
mcan wrote: ↑Wed Jul 31, 2024 7:09 pm
can't we just communicate directly with Tesla original boards ?
No. You really need to ask?
Why would someone take the effort to develop the board if you could just talk to it.
Re: Why do we need open source control board for tesla onboard chargers ?
Posted: Wed Jul 31, 2024 9:02 pm
by Zieg
I think in one of Damien's early videos he mentioned the charger being deeply integrated with other components of the car, and that you can't just feed it CAN messages or whatever. He didn't go into specifics, but I'm willing to take him at his word when he says it can't be done.
Re: Why do we need open source control board for tesla onboard chargers ?
Posted: Thu Aug 01, 2024 4:18 am
by johu
Besides CAN it has some other control signals that need to be controlled. For more info see schematic and source code
Re: Why do we need open source control board for tesla onboard chargers ?
Posted: Thu Aug 01, 2024 6:03 pm
by mcan
@Johu and @Zieg thank you guys , what I understood from your answers it is possible but not practical enough , this makes sense. I was thinking if there was any vin code related encryption or some security measures...