Devialet Chat
Open API - Printable Version

+- Devialet Chat (https://devialetchat.com)
+-- Forum: Devialet Chat (https://devialetchat.com/Forum-Devialet-Chat)
+--- Forum: Suggestions For Improvements (https://devialetchat.com/Forum-Suggestions-For-Improvements)
+--- Thread: Open API (/Thread-Open-API)



Open API - mtvanc - 16-Jun-2017

I would love to have the ability to configure and use speakers outside of the iOS menu (speaker selection) or the Spark app.


RE: Open API - Wandrille - 08-Oct-2019

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


RE: Open API - Ragnar - 25-Dec-2019

(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



RE: Open API - Wandrille - 21-Jan-2020

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.


RE: Open API - CameronCalifornia - 02-Mar-2023

Good idea!