Skip to content

Commit 752c9d3

Browse files
committed
doc updates
1 parent 8bb4f3b commit 752c9d3

File tree

4 files changed

+58
-2
lines changed

4 files changed

+58
-2
lines changed

docs/pages/automations.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,23 @@ To setup the automation, perform the following:
4646
- Choose "Time of Day"
4747
- Select the time you wish this automation to run, choose "Weekly" and select the days of the week you want it to run. Finally select "Run Immediately"
4848

49+
### Set Charge Limit to 100% once per month
50+
51+
Hyundai / Kia recommend charging to 100% once a month, this can be annoying to remember to do. This Automation can be used if you typically charge daily (or regularly) and you want to automate setting the charge limit to 100% once per month, and then back to your normal value afterwards
52+
53+
This automation will send a charge limit command to the car, on a defined schedule. Duplicate this to set it back to normal the day after
54+
55+
[Install "Auto Charge Limit" Shortcut](https://www.icloud.com/shortcuts/2c499728f55d43aa90ba9b68792fe9df)
56+
{: .fs-5 .fw-300 }
57+
58+
Alter the script to set the charge setting of your choice, by default this is set to "RoadTrip", you're likely want to create your own charge limit setting in the configuration settings of the app first.
59+
60+
To setup the automation, perform the following:
61+
62+
- Click on the Automations tab
63+
- Click on the plus
64+
- Choose "Time of Day"
65+
- Select the time you wish this automation to run, choose "Monthly" and select the day of the month you want it to run. Finally select "Run Immediately"
66+
67+
Duplicate the script and automation to set the charge limit back to its normal value.
4968

docs/pages/faq.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Help
33
layout: home
4-
nav_order: 6
4+
nav_order: 8
55
---
66

77
# Help / FAQ
@@ -52,6 +52,14 @@ You will likely need to provide debug logs. See the below question on details on
5252

5353
### How do I enable and obtain debug logs
5454

55-
There is a checkbox within the app settings to turn on debug logs. Once enabled every API request and response is then logged to a file. The in-use file is called `egmp-bluelink.log`. Log files are automatically renamed when they get to 100kb in size, hence you will see older log files named `egmp-bluelink.log.20250318150755-0700` or similar. The timestamp is the date the file was renamed.
55+
Make sure you are running [v1.2.0](https://github.com/andyfase/egmp-bluelink-scriptable/releases) or above, as this version of the app allows for much easier access to obtain debug logs.
56+
57+
Once you have confirmed your on a appropiate version, go into the app settings screen and enable the "Debug logs" setting. Once enabled every API request and response sent from the app is then logged to a file.
58+
59+
Now perform the series of actions you need logs for (i.e simulate the bug you are seeing). Once done, triple-tap the setting icon and choose "Share Debug Logs", a share screen will open allowing you to select your email app of choice to send the logs. The logs are automatically redacted of any personal information i.e. username, password, pin etc.
60+
61+
### How do I get the full list of all debug logs?
62+
63+
If you wish to look at the logs outside of the app, they are stored within the Scriptable directory ojn iCloud drive. The in-use file is called `egmp-bluelink.log`. Log files are automatically renamed when they get to 100kb in size, hence you will see older log files named `egmp-bluelink.log.20250318150755-0700` or similar. The timestamp is the date the file was renamed.
5664

5765
All log files are stored within the same Scriptable directory as the scripts themselves. Note as detailed above these log files do contain your credentials. If you are asked, or provide them either directly to myself through email or via a Github issue please ensure you open the log files and redact any of your credentials (login and password)

docs/pages/multi-car.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Multi Car
3+
layout: home
4+
nav_order: 7
5+
---
6+
7+
# Multiple Car Support
8+
{: .fs-9 }
9+
10+
Since v1.2.0 the app supports the ability to have multiple cars configured (one per app script) with dedicated configuration per script created within Scriptable. This gives you the ability to have multiple widgets, each a car dedicated to a widget - with one-click access to each car.
11+
12+
## Enabling Multi-Car Support
13+
14+
First setup the [script as normal](./install.md) for your first car. Ensure you specify the correct VIN within the settings for the car you wish to setup, enable the "Multi Car" setting if you have previously used older versions of the app than v1.2.0 - if you hadnt this setting is not needed.
15+
16+
Once setup, within the Scriptable app press and hold the "egmp-bluelink" row and select "Duplicate", this will bring up a code window - just click on "done". This will produce a script likely called "egmp-bluelink 1", feel free to rename to something more appropiate (press and hold and choose rename)
17+
{: .fs-5 .fw-300 }
18+
19+
Now open the new script, it will prompt for Bluelink settings as per the first install, proceed to configure the same settings but this time select the second car's VIN. Once setup you can configure a new widget for this second car - just ensure when you configure the widget you select the new scriptable script.
20+
{: .fs-5 .fw-300 }
21+
22+

docs/pages/siri.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,10 @@ This will issue a remote command to stop charging the car.
135135

136136
Example: "**Stop charging** the car"
137137
{: .fs-5 .fw-400 }
138+
139+
### Set Charge Limits
140+
This will issue a remote command to set the named charge limit of the car (i.e. percentage of battery to stop charging at).
141+
{: .fs-5 .fw-400 }
142+
143+
Example: "Set **Charge Limit RoadTrip**"
144+
{: .fs-5 .fw-400 }

0 commit comments

Comments
 (0)