Sponsored

pjorg

Well-known member
Joined
Jan 8, 2022
Threads
2
Messages
55
Reaction score
71
Location
Connecticut
Vehicles
2023 F-150 Lightning Lariat ER
Just having a hell of a time getting this to work with my Apple silicon Mac using a usb-to-serial adapter. Don’t know why 115200 8N1 works for you but not for me (I do get some data, but nothing decipherable).

I may try to get it hooked up to my old Raspberry Pi.

Here is my Minicom setup (115200 8N1) that is hooked up to my Raspberry Pi Zero:
Screenshot 2025-07-05 at 2.22.06 PM.jpg
Sponsored

 
OP
OP
ericpullen

ericpullen

Well-known member
First Name
Eric
Joined
Jan 4, 2022
Threads
31
Messages
264
Reaction score
472
Location
Louisville, KY
Vehicles
22 F-150 Lightning & 22 Mach-E
I had a cheap usb to serial and struggled to get it working with my Raspberry Pi test machine, so I switched to a RPi Zero and it’s been rock steady once you set it up. I just mounted it next to the FCSP so I can do testing more easily since I don’t have a bench unit.
 

Aminorjourney

Well-known member
Joined
Jun 6, 2022
Threads
12
Messages
237
Reaction score
449
Location
Internet
Vehicles
vehicles that go
So, I learned something today.

Tried refactoring and dropping the scan interval below the 60 seconds my integration has been using.

Enabling debug and dumping a lot of data into HA at that rate caused the charging station to be VERY unhappy indeed. It kept erroring out with CF01.

Reverted to a previous version with more conservative polling, and all is well :)
 

theUNSTABLE

Well-known member
First Name
Ryan
Joined
Feb 5, 2023
Threads
7
Messages
93
Reaction score
112
Location
Florida
Website
github.com
Vehicles
2023 F150 Lightning Lariat
Occupation
Cyber Engineer
I don't have a FCSP - but nice!

Out of curiosity, how is the authentication handled for the FCSP?

Is it similar to the FordPass App?
If it is, or something like that we could probably integrate it into one of the `ha` repos.


And if someone has time (or when I get time) could probably finally enable Charge Start & Stop.


I've gotten the API many time for charge controls and added it into my local fordpass branch, I just never really use it or use software to start & stop charging so I don't have enough testing to put it publicly.

Also work on the integration is slow as its a constant cat and mouse break or no break status, and from the last communications I had with a Ford rep - it may all be for no reason soon.
 

theUNSTABLE

Well-known member
First Name
Ryan
Joined
Feb 5, 2023
Threads
7
Messages
93
Reaction score
112
Location
Florida
Website
github.com
Vehicles
2023 F150 Lightning Lariat
Occupation
Cyber Engineer
 







Top