Configure Essential BLI with Siri Shortcuts

This configuration process is the ONLY way to integrate an Essential BLI with Siri Shortcuts and allows you to control the BLI only when connected to the same network. PRO BLIs can integrate directly through Khimo and it is not recommended that you configure them following this manual, but the Configure PRO BLI Scenes as Siri Shortcuts manual.

Siri shortcuts allow you to execute routines or fire commands on your BeoLiving Intelligence with just a tap or by asking Siri.

Siri Shortcuts can be configured to send an HTTP command that fires a Macro you have previously set up or presses a button, to your BeoLiving Intelligence, either on Essential or on Pro Mode.

This can only be done while connected to the same network that your BLI is connected to. Also take into account that running Siri Shortcuts requires iOS 12 or later on iPhone, iPod touch, HomePod or Apple Watch Series 3 or later, and iOS 12 or iPadOS or later on iPad.

The video exemplifies the configuration process.

You can find another great use example of this functionality in our "Hey Siri, run play the BBC on B&O" tutorial.

Step by step

  1. You can go to the Shortcut’s settings to change the name, this is important as it will what you will tell Siri to do.

  2. Add a “Text” action. In this action, enter your BLI’s credentials, like: user:password

  3. Add a “Base64 Encode” action after the “Text” action which contains the credentials, and a line should connect the two. Selecte “Encode”, and “None” in Line Breaks.

  4. Add a “URL” action. In this action, add the BLI’s url address, this can be http://bli.local/ or http://<your BLI’s IP>/ followed by /a/exe/<AREA OF RESOURCE>/<ZONE OF RESOURCE>/<TYPE OF RESOURCE>/<NAME OF RESOURCE>/<ACTION TO PERFORM>

    E.g: http://110.220.11.22/a/exe/Main/LivingRoom/BUTTON/myButton/PRESS

    If there is a space in (E.g. "Area Name"), the space needs to be replaced with %20 in the address (E.g. "Area%20Name").

  5. After the “URL” action, add a “Get Contents of URL” action. This action contains a few entries which require configuring. Change the Method to POST and add the following 3 headers:

    • Content-Type: text/plain
    • Accept: application/json
    • Authorization: Basic

      In the Authorization header, after the word Basic, insert a link to the “Base64 Encode” action (check out the screenshot). A space is required between the word Basic and the “Base64 Encode” action. eg: Basic Base64 Encode

    No Request Body is needed.

After this press the play button, a successful response should show a blank page in the quick view under the final step.

Remember to record your spoken message and enable the shortcut under Settings --> Siri & Search. The shortcut might NOT WORK via voice command if this is not done!

You can then run any shortcut that you have by asking Siri on your iPhone, iPad, iPod touch, Apple Watch or HomePod, by saying “Hey Siri, run” and then the name of the shortcut.

Shortcuts screenshot