meatpiHQ / wican-fw

GNU General Public License v3.0
318 stars 67 forks source link

[Vehicle Profile] Ford Escape #215

Open EnochPrime opened 1 month ago

EnochPrime commented 1 month ago

Basic vehicle profile based on 2015 Ford Escape SE.

Adds the following parameters Parameter PID Notes
Trunk State 360h 0: closed 1: open
Right Rear Door State 360h 0: closed 1: open
Left Rear Door State 360h 0: closed 1: open
Right Front Door State 360h 0: closed 1: open
Left Front Door State 360h 0: closed 1: open
meatpiHQ commented 1 month ago

@EnochPrime I assume these are tested? The PID looks weird, it's usually something like 010D

EnochPrime commented 1 month ago

@EnochPrime I assume these are tested? The PID looks weird, it's usually something like 010D

I have not tested these with WiCAN yet. I'll double check, but this is what the PID I wrote down from using SavvyCAN.

On the topic of testing. Can I just upload this profile or do I need the combined profile file with all the cars? If the later it would be nice if that workflow could run on branches of forked repos be default.

meatpiHQ commented 1 month ago

@EnochPrime Ok, your car is broadcasting on the CAN bus, the vehicle profile does not yet support this yet.

Leave the pull requests open and I will update you when it's ready.