Page 20 of 20

Re: Open source CCS using AR7420

Posted: Thu Mar 27, 2025 5:01 am
by CCSknowitall
I believe your Tesla is switching to single wire CAN mode as it is not receiving your SLAC request. Tesla's are "impatient" in that they will try (and give up) within only a few hundred milliseconds of seeing 5% PWM. If you're not ready, do a steady 9V (state B1), and only turn on your 5% oscillator once you for sure know your modem is ready.

Re: Open source CCS using AR7420

Posted: Sat Mar 29, 2025 3:09 pm
by PLSee
Here is the pcap file. I don't know how to generate the .log files.
How do I know the modem is ready? I'm waiting until pyplc is in the "modem isrestarting" phase and see the "nPacketsReceived" counter increase.
Then I plug the connector into the car.

Re: Open source CCS using AR7420

Posted: Sat Mar 29, 2025 4:01 pm
by uhi22
The pcap looks good. PyPLC sets the key, and the modem gives positive response. The next step should be, that the car sends a slac_param request. But this is not visible in the log.
I assume the car is not happy with the voltage on the CP, or the PP resistance. I'd propose to modify the test setup that it provides static 12V on CP, so the car can pull this to static 9V, and to turn on the 5% PWM as soon as the EVSE sees the 9V.

Re: Open source CCS using AR7420

Posted: Fri May 09, 2025 5:11 am
by navyareddy1234567
catphish wrote: Mon Feb 21, 2022 7:43 pm I've tested using two of these boards - one simulating the EVSE and one simulating the EV. The AR7420 does not appear to be capable of signal attenuation measurement, so I've had to fake the signal levels on the EVSE side, but this isn't a problem for this project. SLAC negotiation completes successfully and a network is formed. Definitely need to try this against a real EVSE before diving into the higher layer protocols.

PXL_20220221_143416054.jpg
how to fake signal levels?

Re: Open source CCS using AR7420

Posted: Fri May 09, 2025 5:45 am
by uhi22

Re: Open source CCS using AR7420

Posted: Mon May 12, 2025 1:19 pm
by navyareddy1234567
@uhi22
with an TPLink/AR7420 on the other side as EVSE. This means, I see good chances that your adapter should work.
tplink version 6.0 is working or not and TPlink version 6.0 is AR7420 ?

Re: Open source CCS using AR7420

Posted: Mon May 12, 2025 4:49 pm
by uhi22
All we know about V6 is here: https://github.com/uhi22/pyPLC/blob/mas ... a4010p-v60
This means: No, this version does not work. But we will be sure only if you one on the desk to check it. Maybe there are more different versions.

Re: Open source CCS using AR7420

Posted: Tue May 13, 2025 5:38 am
by navyareddy1234567
@uhi22
without NID NMK how to communicate?

Re: Open source CCS using AR7420

Posted: Tue May 13, 2025 5:47 am
by uhi22
https://github.com/uhi22/pyPLC/tree/mas ... ample-flow
NMK and NID in Checkpoints 1, 155, 160, 170.

Re: Open source CCS using AR7420

Posted: Tue May 13, 2025 6:24 am
by navyareddy1234567
@uhi22
Actually what iam asking means without NID,NMK, SLAC and SDP how to communicate request and response in pyplc code.

Re: Open source CCS using AR7420

Posted: Tue May 13, 2025 7:49 am
by uhi22
The SLAC is necessary to pair the modems of the charging station and the car. Without SLAC, no high-level communication is possible.
Maybe you want to describe your use case, this could shorten the guessing game.

Re: Open source CCS using AR7420

Posted: Tue May 13, 2025 9:46 am
by navyareddy1234567
@uhi22
In pyplchomeplug.py file this topics are there like NID,NMK,SLAC,SDP after completion of this process it was going to protocols like supported applicationprotocol and sessionsetup like that so now what iam asking means i want to skip that NID,NMK,SLAC,SDP process. I want to add one log file you can see and tell that how to do.

Re: Open source CCS using AR7420

Posted: Tue May 13, 2025 5:24 pm
by uhi22
Describe your setup.
Explain why you want to remove SLAC, NMK, NID, SDP.
How do you want to pair the modems without SLAC?
How shall the IP addresses be known without SDP?
Do you also want to remove TCP?

Re: Open source CCS using AR7420

Posted: Wed May 14, 2025 12:47 pm
by navyareddy1234567
@uhi22
I want to skip that SLAC process how to skip i don't know please check the code and help me it's an emergency skipping of SLAC process.