Aminorjourney
Well-known member
- Thread starter
- #46
Just practice safe YAMLI really like this dashboard. Would you be able to share your yaml?
Sponsored
Just practice safe YAMLI 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.I really like this dashboard. Would you be able to share your yaml?
this is great! Thanks!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.
Wow. That's tidy code. I like it!this is great! Thanks!
People at work when I spot errors in our dbt schema yaml: so where did you get this experience?Wow. That's tidy code. I like it!
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.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!
I've found the issue!@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?
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
Please share how?!Made a version of it for my nest hub in my office:
Very picky.YAML is killing me right now - the formatting is ...VERY_picky.