Sponsored

Home Assistant - Ford F150 Lightning Dashboard.

queuewho

Well-known member
Joined
Oct 27, 2022
Threads
4
Messages
521
Reaction score
577
Location
Western PA
Vehicles
F150 Lightning Lariat SR
I really like this dashboard. Would you be able to share your yaml?
Attached. Let me know if any questions... To be honest I have never checked to see if the PRND gear status works, but the code is there to change the color of the active gear letter.

The indicators do work, it's telling me my 12v is pretty low at the moment.
 

Attachments

ryry

Member
First Name
Ryan
Joined
Dec 19, 2023
Threads
1
Messages
20
Reaction score
6
Location
Nashville
Vehicles
Lightning Lariat ER
Attached. Let me know if any questions... To be honest I have never checked to see if the PRND gear status works, but the code is there to change the color of the active gear letter.

The indicators do work, it's telling me my 12v is pretty low at the moment.
this is great! Thanks!
 
OP
OP
Aminorjourney

Aminorjourney

Well-known member
Joined
Jun 6, 2022
Threads
10
Messages
176
Reaction score
353
Location
Internet
Vehicles
vehicles that go
this is great! Thanks!
Wow. That's tidy code. I like it!

Not ready to share much more but this was something I cooked up yesterday using a slightly different integration. It's buggy as all heck though.

Ford F-150 Lightning Home Assistant - Ford F150 Lightning Dashboard. IMG_5378


We have two electric vehicles with telematics (the third doesn't have any) so the top figure is my wife's 2017 Chevrolet Bolt, and the bottom one is the truck.
 

Sponsored

djstough

Active member
First Name
Dave
Joined
Nov 27, 2023
Threads
2
Messages
32
Reaction score
22
Location
Outside Baltimore
Vehicles
2023 Lightning Lariat, 2023 MachE Premium ER
Unabashedly ashamed to ask for help. I've been working in IT for 30 years. But home assistant is Greek to me. Is there anyone willing to do a Google Meet/Zoom/whatever with me to add this integration and whatever I need? Willing to pay in beer if necessary!
 

bmwhitetx

Well-known member
First Name
Bruce
Joined
May 21, 2021
Threads
40
Messages
1,617
Reaction score
2,247
Location
DFW-Texas
Vehicles
2022 F150 Lightning Lariat ER
Occupation
Retired engineer
Unabashedly ashamed to ask for help. I've been working in IT for 30 years. But home assistant is Greek to me. Is there anyone willing to do a Google Meet/Zoom/whatever with me to add this integration and whatever I need? Willing to pay in beer if necessary!
If you already have Home Assistant running then it should be easy to install following the instructions. I am not HA fluent but was able to follow the directions.

If you don't have Home Assistant - that's different and a 10-minute Zoom call won't be close to getting it going. You'll need a Raspberry Pi, old laptop, etc to install it. Start at their HA website on how to get it going.

I am finding the integration less useful and have concerns that it is waking up the truck and causing 12V battery drain. The integration stopped working a few days ago and I haven't figured out why. The 12V battery SOC was what I really wanted all along and there are other ways to get that.

Also: If you are stuck getting HA going, post in the HA forums over there. There are many more knowledgeable and helpful folks (unlike me :))
 
Last edited:

ziptbm

Well-known member
Joined
Jan 4, 2023
Threads
8
Messages
89
Reaction score
37
Location
Michigan
Vehicles
'22 MME GT & '22 F150 Lightning Lariat ER
@Aminorjourney I incorporated your remote start scripts into my HA instance for my two vehicles (MME and Lightning), which is great because before I was just initiating the ignition on switch only without a refresh. Great results, so thank you again for starting this thread!

With that said, I've noticed some inconsistency between my vehicles. I have a homekit bridge in HA and the new scripts exposed so I can initiate them from the iPhone 15's action button through shortcuts (I have a menu pop down with the common things I need like LOCK the Lightning since there's no walk away lock feature, UNLOCK the MME since it feels like it takes forever for it to recognize my PAAK, and Remote Start for both vehicles).

All of these are now using the scripts from this thread and all of them are working flawlessly except for the Remote Start on the Lightning. It just like doesn't seem to respond to that one script through Homekit today, while the Lock script does.

Anyone using these scripts through Homekit and noticing any weirdness...and/or any tweaks that may help?
 
Last edited:

theUNSTABLE

Well-known member
First Name
Ryan
Joined
Feb 5, 2023
Threads
7
Messages
85
Reaction score
109
Location
Florida
Website
github.com
Vehicles
2023 F150 Lightning Lariat
Occupation
Cyber Engineer
I think I've got the start of the code to be able to toggle charging. Its not working yet, but once I have time I hope to be able to implement it.
Since I was able to find the charging information, I'm hoping I'll also be able to find
  • Zone Lightning Controls
  • Pro Power Onboard Controls

My problems come when adding it to the integration because I'm trying to not make the integration overwhelmed with EV specific features - or have many new entities for non EV's.
I'm also not very good at coding - but its getting there 🤣

I haven't done anything with LightningROD either, I was having a mini problem on my setup and just haven't found the time to fix it.
 
OP
OP
Aminorjourney

Aminorjourney

Well-known member
Joined
Jun 6, 2022
Threads
10
Messages
176
Reaction score
353
Location
Internet
Vehicles
vehicles that go
@Aminorjourney I incorporated your remote start scripts into my HA instance for my two vehicles (MME and Lightning), which is great because before I was just initiating the ignition on switch only without a refresh. Great results, so thank you again for starting this thread!

With that said, I've noticed some inconsistency between my vehicles. I have a homekit bridge in HA and the new scripts exposed so I can initiate them from the iPhone 15's action button through shortcuts (I have a menu pop down with the common things I need like LOCK the Lightning since there's no walk away lock feature, UNLOCK the MME since it feels like it takes forever for it to recognize my PAAK, and Remote Start for both vehicles).

All of these are now using the scripts from this thread and all of them are working flawlessly except for the Remote Start on the Lightning. It just like doesn't seem to respond to that one script through Homekit today, while the Lock script does.

Anyone using these scripts through Homekit and noticing any weirdness...and/or any tweaks that may help?
I've found the issue!

Look for the script for your remote start (you have one, I hope?)
It should look like this:
Ford F-150 Lightning Home Assistant - Ford F150 Lightning Dashboard. Screenshot 2024-02-07 at 12.42.24 PM


Alternatively, here's what it looks like in YAML (you'll need to add your relevant device_id and entity_id)


YAML:
alias: remote_start_toggle_F150_lightning
sequence:
  - type: toggle
    device_id: <DeviceID>
    entity_id: <EntityID>
    domain: switch
  - delay:
      hours: 0
      minutes: 0
      seconds: 30
      milliseconds: 0
  - service: fordpass.refresh_status
    data: {}
mode: single
icon: mdi:power
 
Last edited:

Sponsored

Punk9721

Well-known member
Joined
Dec 3, 2023
Threads
10
Messages
56
Reaction score
15
Location
San Luis Obispo
Vehicles
2023 Lariat ER
Is there an ability to create an google voice to FordPass integration where I can tell google to start my truck or push me notifications like truck charged to 80%?
 

fvineyard

Well-known member
First Name
Frank
Joined
Jan 19, 2024
Threads
2
Messages
105
Reaction score
105
Location
Virginia, US
Vehicles
2023 F150 Lightning XLT ER, 2023 Hyundai IONIQ 5
Occupation
IT Manager
I am curious on how also. Getting ready to setup Home Assistant myself soon.
 

queuewho

Well-known member
Joined
Oct 27, 2022
Threads
4
Messages
521
Reaction score
577
Location
Western PA
Vehicles
F150 Lightning Lariat SR
Basically, make a small dashboard with a few cards that have what you want, and then set up an automation to cast it to your nest hub. There are a couple integrations out there for people who run into stability issues, but I have found that my dashboards stay on it just fine being cast to them each morning.
 
 





Top