[APP][PRO] Samsung Wireless Audio Multiroom

top the on / off function now works

1 Like

No option for changing input source in flow cards. Using HW-Q96R. Tested with the 0.9.7 version from Homey app store and 0.9.8 from Github. I can change input from the device options though. (Using homey V5.0.0-rc.34)

@JayJaySweden

Can you try to change from flow, and then press the “Create diagnostics report” - button?

I might then see what is wrong.

Two problems with that. I have no flow card for “Changing input”.
I have activate, turn off, on/off, set volume at, volume up, volume down, inactivate volume, activate volume. (Mine is in swedish though.)

Number two… i don´t have any “Create Diagnostics Report” button in that app. I will uninstall and try if the one in the app stora has it.

Omg. Saw that the app was updated to 0.9.9 just 8 hours ago. And now it works!
Amazing! I will be sure to let you know if i find anything else. (Ill buy you a beer via donate with the money i have left on my PayPal :wink: )

You are right. The 0.9.7 version (and 0.9.8) was missing flows for “Set input source” and “Play audio url” for “Samsung WAM manual”.

Fixed in v. 0.9.9

1 Like

Tested here with a Samsung HW-Q90R and it worked for me. :smiley:
I can use the volume buttons, select the input and create flows (not tested yet).

I needed to use port 56001, port 55001 wasn’t working for me.

Thanks a lot!

1 Like

Hello,

I was finally able to install a soundbar in the bedroom. A Samsung HW-J650. Working great using the app.

Only the power on/off function is not working… Any idea?

Thanks for creating this app!

Some soundbars does not support power on / off, but then a sleep timer is used to turn the soundbar off. It will automatically turn on when a command is sent to the soundbar again.

You can check if the sleep timers is used if you go to this link:https://developer.athom.com/tools/devices and search for your soundbar - device. Then look for the onOff - parameter in the Data - block. If it is “false”, then the sleep timer is used.

Thanks for your reply.

The onOff function is set to True, but its red. Does this mean that it should work?

Red? You mean in https://developer.athom.com/tools/devices ?

That’s just color… it can be true or false.

True: power on/off should be supported. The app tests that when you install the app, that’s why it’s true.

Yes thats what I mean. The rest is green, only the onOff value is in red. But its true. So it should work. But it doesn’t.

You can try the SetPowerStatus - command directly from a browser or curl.

The format is:
http://<IP-ADRESS>:<PORT NUMBER>/UIC?cmd=<COMMAND>

The SetPowerStatus command is like this. val="1" to turn on, and val="0" to turn off:
<pwron>on</pwron><name>SetPowerStatus</name><p type="dec" name="powerstatus" val="1"/>

Just fix the IP-address, and you might try 55001 or 56001 as port number, and the command must be URL encoded:

http://<IP-ADDRESS>:55001/UIC?cmd=%3Cpwron%3Eon%3C%2Fpwron%3E%3Cname%3ESetPowerStatus%3C%2Fname%3E%3Cp%20type%3D%22dec%22%20name%3D%22powerstatus%22%20val%3D%221%22%2F%3E%0A

I have the HW Q950t and it works pretty good with this App.
Only three minor Things.

  1. On/Off state is always on.
  2. The model number is not in the list.
  3. Is there any possibility to change the Sound Mode?

Thanks for your effort.

Hi,

If you open this link, with the IP address of your sound bar, what does it return ?

http://IP:8001/api/v2/

I wish, I could, but unfortunately I reset my soundbar, cause of a problem and now I can’t connect it anymore…

Ok, now I was able to connect again, but I can’t open your URL.
Also I can’t switch input from within homey only Volume control is possible.

I tried it with my Samsung HW- N950 but it is not found and also a manual search doesn’t find the soundbar.
In Samsung Smartthings are several option like direct input change that I would like to see in Homey as well. This input change has been a struggle with my Harmony companion remote for as long as I have this soundbar.

What is reported if you open this link:

http://IP:8001/api/v2/

with the IP - address of your soundbar?

With this link it will also not be found.