# Control Naim Uniti or Naim Mu-so via IP command flows

**URL:** https://community.homey.app/t/control-naim-uniti-or-naim-mu-so-via-ip-command-flows/111904
**Category:** Flows
**Created:** [June 23, 2024, 10:45pm UTC](https://community.homey.app/t/control-naim-uniti-or-naim-mu-so-via-ip-command-flows/111904 "2024-06-23T22:45:07Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![zigvespa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/zigvespa/32/7788_2.png) [@zigvespa](https://community.homey.app/u/zigvespa)
#### Post date: [August 2, 2025, 2:48pm UTC](https://community.homey.app/t/control-naim-uniti-or-naim-mu-so-via-ip-command-flows/111904/8 "2025-08-02T14:48:58Z")

</div>

> [@rln1965](#):
>
> on the dial of my Mu-so qb 2 are 5 presets, numbered 1-5. Sorry for the dust ; )

Sending http commands to presets or favourites on a Naim Uniti or MuSo is possible - but it takes some extra steps. Every favourite has a unique code. You first have to retrieve this code by sending the following command to your Naim in a console app:

GET http://[Naim.ip.address]:15081/favourites?

In the console app (you can use any app you like as long as you can see the results returned - I use the app [Teste](https://apps.apple.com/nl/app/teste-api-scripts-terminal/id1575521212?l=en-GB) on iOS) you will get a response that displays all the codes. In this example, my playlist called “_Old Skool_” has the unique id marked in yellow:

 ![IMG_9545](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/d/b/dbb6fb2db1acb4c5f82d94b06b7f629d61fede10.jpeg)

In order to directly play that favourite, you need to create the following GET command:

**GET http://[Naim.ip.address]:15081/favourites/[code]?cmd=play**

In my example, to directly play the favourite playlist “_Old Skool_” this would be:

 ![IMG_9547](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/0/a/0a25aa606f8eb5eb9a854d743063cca139bdc3f9.jpeg)

Hope this helps.

---

_[View the full topic](https://community.homey.app/t/control-naim-uniti-or-naim-mu-so-via-ip-command-flows/111904)._
