Http URL thing bluesound bluos

Hi readers,

I’m new to openhab and have on windows installed a fresh running version of openhab3 with Zwave and zigbee yeah
But now I’m getting to the point that i’ve to do some customization for bluesound BluOs.

I need to send, fir example, a command to set volume by sending:

http://192.168.1.100:11000/Volume?level=15

How to approach?

I created a thing http://192.168.1.100:11000… but now…?
Best regards,

GET-Request? Add a channel, use commandExtension and set it to Volume?level=%2$s. Link to a Number channel.

1 Like

Hi @J-N-K ,

Thank you for your reply. Do you suggest to use the Rest API?
It’s indeed a GET-request.
I thought I should make a http binding using the

Is that a wrong approach?

Best regards,

That’s exactly what I’m proposing. In the UI you have a “Channels” Tab, go there, click on “Add Channel”, select a Number channel, and fill the configuration like I said above.

Hi @J-N-K

Ah, you mean the command URL extension under advanced!
I’ll give it a try, thank you for your time!

Best regards,

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.