Devialet Chat

Full Version: Open API
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would love to have the ability to configure and use speakers outside of the iOS menu (speaker selection) or the Spark app.
I had the same wish as you for an open API, so I wrote a program to control the speakers using an HTTP API:
https://github.com/VanVan/phantom-remote-control
(08-Oct-2019, 20:04)Wandrille Wrote: [ -> ]I had the same wish as you for an open API, so I wrote a program to control the speakers using an HTTP API:
https://github.com/VanVan/phantom-remote-control

Hello,

Cool, looks like you know what you are doing.
Did not work on my Mac but no problem,
I could probably work it from "install_service.js" but for now ..

could you help me ?
what I would like to do is disable / enable inputs
Spotify
Bluetooth
uPnP
optical
AirPlay

I just got a pair of Silver Phantoms and would like to play music using one method at a time.
Can you tell me where I find the API documentation ?
Is there support for this ?
Thanks
I'm answering a little late.
You can do it this way:
Bluetooth, UpnP, and Airplay activates with each request, and disables the previous connection.
Optical automatically turns on when you switch from mute to volume above 0.

So you can juggle with the device of your choice at any time.

There is of course no official API, and that's a pity, that's why I developed my program.
Good idea!