This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Bluesound App (reward on!)
Hi guys,
I just bought some Bluesound music devices and I would love it if someone would build an App for it. There's an API availble:
- https://helpdesk.bluesound.com/discussions/viewtopic.php?f=4&t=2293&sid=6c78260810fc320bbcda3ecc2c9a72d2
I'm currently using HTTP-cards, but an app would be cooler and will have more functionality/easy'er to use.
I'm willing to reward the developer 50 euro if an app would be build including all the API options.
I just bought some Bluesound music devices and I would love it if someone would build an App for it. There's an API availble:
- https://helpdesk.bluesound.com/discussions/viewtopic.php?f=4&t=2293&sid=6c78260810fc320bbcda3ecc2c9a72d2
I'm currently using HTTP-cards, but an app would be cooler and will have more functionality/easy'er to use.
I'm willing to reward the developer 50 euro if an app would be build including all the API options.
Comments
Also how do you want the support to be, updates at the homey side can break the app, changes in the API can break the app so how do you want to handle that?
* Action cards: Play, Pause, Skip, Back, Play Preset (input a #), Set volume, Change input
* Status card that can be used in the AND column (I guess based on polling and saving certain values as tags, current volume/service/?)
* Being able to add the device (IP+Port)
* Device card should display whether it is on and user should be able to turn on the device and change volume
Nice to have:
* Increase/Decrease volume based on percentage
* Jump to
Could have:
* Gouping of players
* The rest of the API page
In case that they change their API i guess I would need to ask the developer to do a fix. And maybe do a small donation.
@lubbertkramer
does this answer your questions?
Best regards
Stian Hogganvik
In the meantime, could you post the output of these URL's:
http://<<yourip>>:11000/SyncStatus
http://<<yourip>>:11000/Status
- http://<<yourip>>:11000/SyncStatus
- http://<<yourip>>:11000/Status
- http://<<yourip>>:11000/Services
- http://<<yourip>>:11000/RadioBrowse
- http://<<yourip>>:11000/RadioBrowse?service=Capture
I could add grouping later on but it will be pretty rudimentary with manual input of IP of other device and group to create without any error handling.Let me know if I this still qualifies for the bounty.
Thank you for answering Phuturist.
I Think quakerix must answer since my setup will first be installed in the new house in April/May. Then I can test and provide you the info you need.
BR
Stian
let me get back to You asap! I didnt notice these comments.
Im btw still interested in an app.
I attached all the responses.
To do a preset call:
* http://X:11000/Preset?id=1
To switch input:
This command appears to provide a list of all the Inputs
http://192.168.1.38:11000/RadioBrowse?service=Capture
Then you can switch to them using
http://192.168.1.38:11000/Play?url=Capture:hw:1,0/1/25/2&preset_id&image=/images/inputIcon.png (Optical Input)
http://192.168.1.38:11000/Play?url=Capture:bluez:bluetooth&preset_id&image=/images/BluetoothIcon.png (Bluetooth Input)
I can test anything you would like.