04-Mar-2025, 18:41
This might be an old thread, but the info might be useful nonetheless.
Here are some API endpoints you could try with the Dione (these all work using GET requests, so they will work directly in the browser:
http://your-dione-ipv4-address/ipcontrol...ms/current
Same prefix, and you can also access these with get:
/ipcontrol/v1/devices/current
/ipcontrol/v1/groups/current/sources/current/soundControl/volume
/ipcontrol/v1/systems/current/settings/audio/nightMode
/ipcontrol/v1/groups/current/sources
/ipcontrol/v1/groups/current/sources/current/
By the way, the Dione has the nightMode feature available, but i don't remember seeing it in the app, however it works through the API, including setting it on and off
One interesting GET endpoint is the /ipcontrol/v1/groups/current/sources/current which shows what's currently playing (for spotify, shows a lot of info for example)
If there is interest in this topic we can explore it further.
Here are some API endpoints you could try with the Dione (these all work using GET requests, so they will work directly in the browser:
http://your-dione-ipv4-address/ipcontrol...ms/current
Same prefix, and you can also access these with get:
/ipcontrol/v1/devices/current
/ipcontrol/v1/groups/current/sources/current/soundControl/volume
/ipcontrol/v1/systems/current/settings/audio/nightMode
/ipcontrol/v1/groups/current/sources
/ipcontrol/v1/groups/current/sources/current/
By the way, the Dione has the nightMode feature available, but i don't remember seeing it in the app, however it works through the API, including setting it on and off
One interesting GET endpoint is the /ipcontrol/v1/groups/current/sources/current which shows what's currently playing (for spotify, shows a lot of info for example)
If there is interest in this topic we can explore it further.