Skip to content

Voice_SmartVan

The Smart Van voice handler gives you hands-free control over your HomeKit devices and van modes. Dim the lights before sleeping, check the temperature, switch modes without touching the dashboard, or get a full van status report.


You can switch to any system or custom mode by name.

What you sayMode activated
”Driving mode”Driving
”We are leaving”Driving
”Camp mode” / “Camped mode”Camped
”Sentry mode”Sentry
”Secure the van”Sentry
”Sleep mode”Sleep
”Good night”Sleep
”Stealth mode”Stealth
”Go dark”Stealth

Any custom mode you’ve created can be activated by its name:

  • “Activate [mode name]”
  • “Switch to [mode name] mode”
  • “[Mode name] mode”

Mode switching triggers the associated HomeKit scene and updates the SmartVan dashboard state just as if you’d tapped the mode carousel.


Use the exact name of a HomeKit accessory as the app knows it (or its custom name if you’ve set one). The handler checks your live accessory list when matching — so if a device is called “Kitchen Strip” in HomeKit, say that name.

  • “Turn on the kitchen lights”
  • “Switch on the roof light”
  • “Turn off the USB sockets”
  • “Switch off the heater”
  • “Set the kitchen lights to 50%”
  • “Dim the bedroom lights to 20”
  • “Set brightness of the strip light to 80”

The handler extracts the first number from the phrase and passes it as a brightness percentage (0–100).

Supported colour names: red, blue, green, yellow, orange, purple, white, cyan, indigo

  • “Make the kitchen lights blue”
  • “Set colour of the bedroom strip to red”
  • “Turn it purple” (if a device was already matched earlier in the phrase)
  • “Change colour to green”

If you just say “turn on the lights” without specifying a device name, the handler picks the first light it finds in your accessory list. This is useful if you only have one light circuit. If you have multiple lights, always use the name to be specific.


  • “What’s the temperature?”
  • “How hot is it inside?”
  • “How cold is the van?”
  • “What’s the humidity?”

Returns the current reading from the named climate sensor, or a general inside-temperature average if no device is specified.

  • “Is the roof light on?”
  • “[Device name]” — asking just the device name returns its current state
  • “Van status”
  • “How is the van?”
  • “Van report”

Returns the same summary text shown on the Van tab status card: current mode, any security alerts, inside temperature average, and connectivity status.


Device name matching is exact: The handler searches your live HomeKit accessory list for names that appear within your spoken text. A device named “Kitchen Strip Light” is matched when you say “Kitchen Strip” or “Kitchen Strip Light” but not “kitchen lights” unless the accessory is literally named that. If a command isn’t working, check the device name in the Smart Van device settings.

Unreachable devices: If a device is unreachable at the time of the command, the HomeKit write will still be attempted, but the response may reflect the last-known state rather than the new one.

Mode safety interlock: Switching to Driving mode via voice checks for open sensors exactly as a manual tap does. If any contact sensors are open or unlocked when you say “Driving mode” or “We are leaving”, the mode switch is blocked and the assistant responds with a spoken warning listing the open sensors by name — for example, “Cannot switch to driving mode. The following are still open: Sliding Door, Roof Vent. Please secure them before driving.” Close the flagged sensors and repeat the command to proceed. Unlike the manual UI, there is no voice equivalent of “Ignore & Drive” — voice commands cannot override the safety interlock.

Multiple devices: Each command targets one device at a time. There’s no group control command — to control multiple devices simultaneously, use a HomeKit scene instead and execute it by name.