Posts: 9
Threads: 1
Joined: Dec 2024
Reputation:
0
Unfortunately the remote doesn't provide any controls for input switching - I also wish it did!
Posts: 109
Threads: 13
Joined: Jan 2016
Reputation:
10
28-May-2025, 06:44
(This post was last modified: 28-May-2025, 06:45 by scotthar.)
True True - I use a 'button device' (an elgato streamdeck) and have it run a program to change the input via the phantom speakers network api. the use case is the remote and buttons are in a 'fixed' location and i can mash buttons (to set inputs or change the volume) or turn the knob for volume control. For basic switching and volume control it works fine for my simple needs. (though for multi-room or multi-pair settings you still need the devialet app)
btw - the auto-switch for inputs seems like it used to work better, i mostly just bounce between a dialog and arch. just an observation not really tested it much. but noticed that while i have auto-switch enabled, The arch is really good about 'taking an 'idle' input', but not good about going idle so that the Dialog can take it back. FWIW. seems like a bug somewhere. but my work around is to just set the input to the dialog with my home brew remote system (slcmdr) and that works fine.
Posts: 175
Threads: 12
Joined: Sep 2015
Reputation:
7
(28-May-2025, 06:44)scotthar Wrote: True True - I use a 'button device' (an elgato streamdeck) and have it run a program to change the input via the phantom speakers network api. the use case is the remote and buttons are in a 'fixed' location and i can mash buttons (to set inputs or change the volume) or turn the knob for volume control. For basic switching and volume control it works fine for my simple needs. (though for multi-room or multi-pair settings you still need the devialet app)
btw - the auto-switch for inputs seems like it used to work better, i mostly just bounce between a dialog and arch. just an observation not really tested it much. but noticed that while i have auto-switch enabled, The arch is really good about 'taking an 'idle' input', but not good about going idle so that the Dialog can take it back. FWIW. seems like a bug somewhere. but my work around is to just set the input to the dialog with my home brew remote system (slcmdr) and that works fine.
I was always wondering why the Devialet app is not available in the Apple Store for Apple Silicon Macs. Your setup sounds convenient. What app / code you are using? I checked some sites & forums, but my programming skills are limited to say the least

Would be great to have a simple (menubar) app available with input and volume adjustment.
Innuos Zen Mini MK3 with LPSU -> Devialet Arch & & UPnP -> Ethernet Cat 6a -> Phantom I Gold Stereo Setup
Gold Note Valore 425 Plus with Vasari Gold -> Devialet Arch -> Ethernet Cat 6a -> Phantom I Gold Stereo Setup
Master & Dynamics MH40, Audeze Sine, AudioQuest Dragonfly Red; Remote Control via macOS and iOS devices (Devialet App / Innuos Sense / Qobuz App / Airplay)
Posts: 175
Threads: 12
Joined: Sep 2015
Reputation:
7
(30-May-2025, 10:20)scotthar Wrote: (28-May-2025, 18:39)seb said: Wrote: I was always wondering why the Devialet app is not available in the Apple Store for Apple Silicon Macs. Your setup sounds convenient. What app / code you are using? I checked some sites & forums, but my programming skills are limited to say the least
Would be great to have a simple (menubar) app available with input and volume adjustment.
Hey Seb! I'm using C# with Visual Studio and a few 'libraries'. you can find my solution on halrad.com sources also there and happy to share my learning more directly. There are two examples 'apps' are based on the "Devialet IP Control R1" interface described here. while these might not be a direct solution for a Mac - keep in mind these days = limited skills can be boosted into super-powers with some of the AI coding bots ....
slPhantomTray is a windows shell/system tray UX tool sounds like what your envisioning for the mac menubar but on the taskbar in the system tray. (its super basic) and really just someting to push play. or send the command to start playing 'a default source' and change the volume. it came out of , when spark from DOS 1.0 went away, and everyting focused on the moble app it was so frustrating to have to look for my phone, when all i want to do is PUSH PLAY. When you just want to push play use phantomtray. but eventually that was not enough so ...
slaCmdr its a chamelion like thing hiding under a 'gecko' next to the 'tree' it is a command line shell/tool and is what i use most in practice. it was conceived to be a handler for buttons. since i missed having buttons to press or wanted someting that worked on small 7" touch screen where 'app' menus are not great to use with fingers. when you want to automate use slaCmdr
best of luck and happy to help if possible.
scott-
Thank you! Maybe someone is reading this and willing and able to create a Mac App based on your work and insights?
Innuos Zen Mini MK3 with LPSU -> Devialet Arch & & UPnP -> Ethernet Cat 6a -> Phantom I Gold Stereo Setup
Gold Note Valore 425 Plus with Vasari Gold -> Devialet Arch -> Ethernet Cat 6a -> Phantom I Gold Stereo Setup
Master & Dynamics MH40, Audeze Sine, AudioQuest Dragonfly Red; Remote Control via macOS and iOS devices (Devialet App / Innuos Sense / Qobuz App / Airplay)
Posts: 23
Threads: 2
Joined: May 2018
Reputation:
4
An easy way to use the IP Control described above is to use the Mac Shortcuts app (works on iOS and MacOS). Using the "Get Contents of" command, you can issue the proper format command to the Devialet speaker (it needs to be a HTTP POST, which you cannot just type into your browser interface). You'll want to have fixed IP addresses for your speakers to make this dependable, but I made an app to reboot my speaker with the single command:
Get Contents of http://<localIPaddress>/ipcontrol/v1/devices/current/restart
(making sure to change the Method of the command to POST)