Siri Support
The app supports direct Siri interaction via the “Shortcuts” IOS app. A Shortcut donwload link is provided below that will install a shortcut called “Ask the Car”
Install “Ask the Car” Shortcut
Once installed, interact with the shortcut by saying “Hey Siri, Ask the car”. Siri will respond by asking “Whats the Command?” and you can reply with a natural text string, which will be passed to the app. The app identifies the commands by matching specific keywords, listed below.
A interaction starts by you asking Siri to run the shortcut name, in this case its named “Start the Car”, hence an interaction is like:
You: “Hey Siri, Ask the car” (This runs the shortcut)
Siri: “Whats the Command?” (The shortcut prompts for some input)
You: “What’s the status of the car?” (Your input will be sent to the app)
Siri: “Your Ioniq 5’s battery is at 75% and locked. Your car is also charging at 6kw and will be finished at 9pm” (This is the response from the app that Siri will read to you)
You can change the name of the shortcut, or the command prompt - just remember if you change the name - thats what you have to say to start the interation.
Supported Keywords
The following keywords are supported:
Status
This will return the latest status of the car from the Bluelink API. Typically this will be a sentence stating charge status, if the car is locked and if the car is charging (and if it is when it will finish charging).
Example: “What’s the status of the car?”
Remote Status
This will issue a remote status command to the car to get the latest updated information. Once issued a normal status command will need to be issued approx 30 seconds later to retrieve this information
Example: “What’s the remote status of the car?”
Lock
This will issue a remote lock command to the car
Example: “Please lock the car?”
Unlock
This will issue a remote un-lock command to the car
Example: “Please unlock the car?”
Cool
This will issue a remote command to pre-cool the car.
Example: “Can you start cooling the car?”
Warm
This will issue a remote command to pre-heat the car.
Example: “Can you start warming the car?”
Climate off
This will issue a remote command to stop the climate controls in the car.
Example: “Turn the climate off please”
Start charging
This will issue a remote command to start charging the car.
Example: “Start charging the car”
Stop charging
This will issue a remote command to stop charging the car.
Example: “Stop charging the car”