Sponsored
OP
OP
tonesto7

tonesto7

Well-known member
First Name
Anthony
Joined
Mar 7, 2021
Threads
5
Messages
313
Reaction score
387
Location
Michigan
Vehicles
2021 Lariat 502A | 3.5L EB
Occupation
IT Admin | Software Developer
I just wanted to share that i've tracked down the issue with distance and pressure units not reflecting your Fordpass settings.

I will have a release available in the morning to resolve this issue and a couple more
Sponsored

 
OP
OP
tonesto7

tonesto7

Well-known member
First Name
Anthony
Joined
Mar 7, 2021
Threads
5
Messages
313
Reaction score
387
Location
Michigan
Vehicles
2021 Lariat 502A | 3.5L EB
Occupation
IT Admin | Software Developer
Release v1.3.2
  • Fixed issues with distance and pressure units not matching those set in FordPass app settings (Only refreshes when values are missing and every 5 minutes).
  • Fixed vehicle image when multiple versions of the script are selected.
  • Fixed the status message left offset when there were any messages.
  • Fixed some unhandled variables errors.
  • Updated the WebView titles to remind users that their personal info (VIN, address, position, etc) has been scrubbed from the data they are viewing.
Download Link:
https://raw.githubusercontent.com/tonesto7/fordpass-scriptable/main/Fordpass Widget.js

Instructions:
tonesto7/fordpass-scriptable: FordPass Widget for Scriptable (github.com)

What's Next?

  • Slowing down on features and focusing on stability.
  • Working on small widget layout.
Community:
Discord: https://discord.gg/VPw3zw9v
 
Last edited:

BHunted1

Well-known member
First Name
John
Joined
Mar 17, 2021
Threads
2
Messages
400
Reaction score
104
Location
Sumner County TN
Vehicles
2021 Ford-150 Platinum Hybrid
Occupation
Retired
Release v1.3.2
  • Fixed issues with distance and pressure units not matching those set in FordPass app settings (Only refreshes when values are missing and every 5 minutes).
  • Fixed vehicle image when multiple versions of the script are selected.
  • Fixed the status message left offset when there were any messages.
  • Fixed some unhandled variables errors.
  • Updated the WebView titles to remind users that their personal info (VIN, address, position, etc) has been scrubbed from the data they are viewing.
Download Link:
https://raw.githubusercontent.com/tonesto7/fordpass-scriptable/main/Fordpass Widget.js

Instructions:
tonesto7/fordpass-scriptable: FordPass Widget for Scriptable (github.com)

What's Next?

  • Slowing down on features and focusing on stability.
  • Working on small widget layout.
Community:
Discord: https://discord.gg/VPw3zw9v
Seems to be working so far. Even shows miles now, not Km... Thanks a bunch. :)
 
OP
OP
tonesto7

tonesto7

Well-known member
First Name
Anthony
Joined
Mar 7, 2021
Threads
5
Messages
313
Reaction score
387
Location
Michigan
Vehicles
2021 Lariat 502A | 3.5L EB
Occupation
IT Admin | Software Developer
Seems to be working so far. Even shows miles now, not Km... Thanks a bunch. :)
Glad to hear it.
It should match your settings in Fordpass now. (There is a 5 minute delay on changes showing in the widget)
 
OP
OP
tonesto7

tonesto7

Well-known member
First Name
Anthony
Joined
Mar 7, 2021
Threads
5
Messages
313
Reaction score
387
Location
Michigan
Vehicles
2021 Lariat 502A | 3.5L EB
Occupation
IT Admin | Software Developer
Release v1.3.3 (12/20/2021)
  • Fix for some vehicles reporting rear windows with a status of undefined and showing open in the widget.
  • Fix for some vehicles not having the windows status for front windows.
  • Other fixes to handle undefined values in the vehicle data.
Download Link:
https://raw.githubusercontent.com/tonesto7/fordpass-scriptable/main/Fordpass Widget.js

Instructions:
tonesto7/fordpass-scriptable: FordPass Widget for Scriptable (github.com)

What's Next?

  • Slowing down on features and focusing on stability.
  • Working on small widget layout.
  • Script Updater (Might just use https://scriptdu.de but it doesn't support multiple instances)
Community:
Discord: https://discord.gg/VPw3zw9v
 
Last edited:

Sponsored
OP
OP
tonesto7

tonesto7

Well-known member
First Name
Anthony
Joined
Mar 7, 2021
Threads
5
Messages
313
Reaction score
387
Location
Michigan
Vehicles
2021 Lariat 502A | 3.5L EB
Occupation
IT Admin | Software Developer
I almost have an installer tool working which means no more copying the script anymore.
You will install a single script FordWidgetTool and it will install and update to the latest version on every run.

I hope to have it ready for testing by the end of the day today.
 

RedTXV

Well-known member
Joined
Apr 16, 2021
Threads
1
Messages
424
Reaction score
78
Location
Texas
Vehicles
2021 SQ Limited
Sweet baby Jesus, this is the best thing I've read all day!

Thank you!
 

Way2qk4u2c

Well-known member
First Name
Michael
Joined
Jun 16, 2021
Threads
1
Messages
145
Reaction score
17
Location
Austin
Vehicles
2021 F-150 2015 Mustang GT
Occupation
Network admin
I almost have an installer tool working which means no more copying the script anymore.
You will install a single script FordWidgetTool and it will install and update to the latest version on every run.

I hope to have it ready for testing by the end of the day today.
you sir are incredible! awesome work
 
OP
OP
tonesto7

tonesto7

Well-known member
First Name
Anthony
Joined
Mar 7, 2021
Threads
5
Messages
313
Reaction score
387
Location
Michigan
Vehicles
2021 Lariat 502A | 3.5L EB
Occupation
IT Admin | Software Developer
I'm looking for a few of you to test this out, please!
Ford Widget Tool Installer (tonesto7.github.io)

So the premise here is that I can't directly update a running script I need another script.
So I created the FordWidgetTool (It's based on scriptdudes installer).
You will go to the website which will hold your hand through installing the installer for the widget tool.
Once the tool is installed it automatically runs and it either installs the Fordpass Widget or updates the existing code.
It will walk you through the steps of installing a helper script that installs and updates the main widget script.
Once this tool is installed that's it, just tap it anytime I announce an upgrade and it just downloads it.
The only time I may require you to reinstall the tool is if there is a required update for the tool's new features. Either way, you will never have to copy and paste-like you did before.

I even recorded a couple of videos of the install process and set up for new users.
 

tcp

Well-known member
First Name
Trieu
Joined
Oct 1, 2020
Threads
1
Messages
87
Reaction score
20
Location
Kansas City,MO
Vehicles
2021 F150 Platinum, 2019 Accord
Occupation
IT MGR
I'm looking for a few of you to test this out, please!
Ford Widget Tool Installer (tonesto7.github.io)

So the premise here is that I can't directly update a running script I need another script.
So I created the FordWidgetTool (It's based on scriptdudes installer).
You will go to the website which will hold your hand through installing the installer for the widget tool.
Once the tool is installed it automatically runs and it either installs the Fordpass Widget or updates the existing code.
It will walk you through the steps of installing a helper script that installs and updates the main widget script.
Once this tool is installed that's it, just tap it anytime I announce an upgrade and it just downloads it.
The only time I may require you to reinstall the tool is if there is a required update for the tool's new features. Either way, you will never have to copy and paste-like you did before.

I even recorded a couple of videos of the install process and set up for new users.
Works and very simple!
 

Sponsored

JediNut

Well-known member
First Name
Emmett
Joined
Aug 4, 2021
Threads
14
Messages
163
Reaction score
81
Location
Rocklin, CA
Vehicles
'21 Ford F-150, '05 Harley Davidson Softail Deuce
OP
OP
tonesto7

tonesto7

Well-known member
First Name
Anthony
Joined
Mar 7, 2021
Threads
5
Messages
313
Reaction score
387
Location
Michigan
Vehicles
2021 Lariat 502A | 3.5L EB
Occupation
IT Admin | Software Developer
Nerdy Details Requested:
I need some info from someone who has the horn/lights button in their ford pass app.
If you know your way around Postman and using its proxy please try to capture the requests from sending that command. I realize they might not work yet for some but I still want the endpoints and commands
 

JHW

New member
First Name
Jack
Joined
Dec 26, 2020
Threads
0
Messages
3
Reaction score
16
Location
Wareham, MA
Vehicles
2017 Ford Explorer
Just wanted to thank tonesto7 for all of his hard work on this FordPass widget. I created mine using 1.3.2 this morning and with only a couple minor hitches had it up and running. I now have it replaced with one on 1.3.3. There are some great people on this forum who go way above and beyond.
 
OP
OP
tonesto7

tonesto7

Well-known member
First Name
Anthony
Joined
Mar 7, 2021
Threads
5
Messages
313
Reaction score
387
Location
Michigan
Vehicles
2021 Lariat 502A | 3.5L EB
Occupation
IT Admin | Software Developer
Worked great for me! I like the car icon... but prefer the truck "glyph" :cool:

E3EB46B4-2B76-473C-983F-C6A171F02189_1_105_c.jpeg
I haven't looked at a lot of the glyphs... Just an FYI that it will be returned to a car after every update
 

JediNut

Well-known member
First Name
Emmett
Joined
Aug 4, 2021
Threads
14
Messages
163
Reaction score
81
Location
Rocklin, CA
Vehicles
'21 Ford F-150, '05 Harley Davidson Softail Deuce
I haven't looked at a lot of the glyphs... Just an FYI that it will be returned to a car after every update
Yeah... I figured that. It takes all of 5 seconds to change it. :)
Sponsored

 
 





Top