WIIM Pro Plus integration

Hi,

has anybody a WIIM device running? I have a WIIM Pro Plus, which can work with Airplay 2 and Chromecast.

How should I control the device best and easiest? Thanks!

I also have somthing similar and I remember they have a nice API. I looked at it once or twice and it looked quite simple.

Perhaps you can use the request integration (HTTP-POST/-GET) to create something whith it.

Ralf

Sorry, but I do not understand this. I’m not a computer expert. Can you explain this for dummies? :slight_smile:

In Therory it is quite simple. API is something a device can offer to control it over the WiFi. Example for WIIM is:

http:///httpapi.asp?command=setPlayerCmd:pause

should activate the pause function.

With the requests integration and the command HTTP-GET with source line

url=“http:///httpapi.asp?command=setPlayerCmd:pause”

it should be possible to activate pause from the R2/R3.

As I do not have a WIMM I cannot check.

requests integration can be downloaded here:

https://github.com/kennymc-c/ucr2-integration-requests/releases/download/v0.7.3/uc-intg-requests-0.7.3-aarch64.tar.gz

and then uploaded to the remote. You need at least the HTTP-GET entity.

Ralf

OK. I need some time to try this.

The WIIM also has commands controlled by Bluetooth. If I now try to set this up, there comes a message “no free slots”. (I have a fire TV stick already running) I have checked the forum and found, that this can be adjusted in the settings but if I change the slots from 1 to 2, it asks me to reboot the R3 and if I do so, the setting switched back to 1.
What am I doing wrong?

Did you activate “allow multiple ble connections” in settings, development, preview features?

Ral

Perfekt, thanks! That was the “trick”. :wink: