This integration looks really interesting to me. I am running HA via docker, so do not have access to the community store. Can someone point me to any documentation that shows how to install these community integrations manually?
Does anybody have the Mach-E and use this integration? I’m wondering if it’s possible to control the scheduling/max charge percentage via the integration. Would guide me in my EVSE purchasing decision.
I am using it with my Mach-E but a little limited on functionality. It has a device tracker, battery, range, windows/door locks and tire pressure sensor. A switch to remote start, guard mode and lock/unlock door.
For some reason in my case, it does update real time but automation works fine for pre-conditioning the car based on calendar entries.
On the same hand the Tesla custom integration has lot more functionalities
all my fordpass automations
I have a few automations set up for updating info.
update when off
trigger : time pattern : every 4 hours.
condition sensor:fordpass_ignitionstatus value OFF
action: call service fordpass.refresh_status
update when on
trigger : time pattern : every 15 minutes.
condition sensor:fordpass_ignitionstatus value ON
action: call service fordpass.refresh_status
start vehicle on workday mornings when below 10 degrees celcius
trigger : time 7:30am and 7:46am
condition : and : 2 condiditons, temp below 10 C, and checks google calendar to see if I work today
action: start van and update status
Update status every morning around the time I start work in case I am working on an unshceduled day.
trigger : time 8am , 8:15, 8:30, 9:00
action update status
Is anyone using this to alert them if their lights are on? Is this possible which entity are you using? I accidentally switched my lights off from auto and woke up to a dead battery? So now I want to have an alert sent to my phone if my lights are still on or whatever.
I dont see any current devices/entities/attributes related to lights…
But possible to monitor sensor.fordpass_battery
if state is NOT status_good then send notification.
would also need automation to update fordpass info every 10-15 minutes
alias: Van Update
description: ''
trigger:
- platform: time_pattern
minutes: '15'
action:
- service: fordpass.refresh_status
data: {}
mode: single
Good suggestions. I’ll implement these right away. Yea i don’t see anything lights figured I can’t be the first to want or think of this cause waking up to dead car no fun. Having the battery probably better than lights anyway as something else could be draining.
actually MY automation does have ignition condition. 4 hours when off, 15 min when on
but if you were trying to catch your battery dying if the lights were left on… 1 hour could be too much… could go from ‘GOOD’ to ‘not enough to update’ in an hour if headlights were running
my work van has not run since wednesday, 12 seems right
alias: Van Update when Off
description: ''
trigger:
- platform: time_pattern
hours: '4'
condition:
- condition: state
entity_id: sensor.fordpass_ignitionstatus
state: 'Off'
attribute: value
action:
- service: fordpass.refresh_status
data: {}
mode: single
well we have to set times manually, otherwise it dont update…
when driving, 15 min seems enough. i dont want to spam the home assistant log. it updates all entities, all attributes, as you see from the screenshot above there are more attributes than most people realize.
15 min gives good enough GPS updates, door status, lock status, IGNITION STATUS
4 hours when off… its a work van, company provided. i work 8 days on, 6 days off. it sits for 6 days at a time does not move. dont want to kill the battery updating status for nothing.
Does anyone know why the options (name/pw/vin, etc) don’t show? I installed FordPass (I have tried several versions from 1.26 → 1.30) and I never get the options popup. I see the Integration in HACS, but not able to add the options. Or is there just a .yaml file I can add? I do see the fordpass directory in the config/custom_components directory. I have un-installed and installed several times and never can get to options.