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!
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?
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:
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”.
Hey guys. I created a wiim integration
You can find it here : GitHub - mase1981/uc-intg-wiim: Full Support for WiiM products with Unfolded Circle 2/3 Remotes
After weeks, I find some time to proceed with the R3.
I have installed the WiiM Integration. There are two options, one with the remote symbol and one with the music note. I tried the remote version but had some problems. Can anybody tell me what the difference is?
Second question, because it is an integration, it controls the device via Wi-Fi, right? No BT is used.
Thanks
are you refering to the integration i have built?
it will expose 2 entities:
Yes, it is IP Based and not Bluetooth.
I built this integration testing against WiiM ultra.
What does not work?
which model you have?
Any Logs you can share?
Yes, the one you developed. I have version 1.0.1 installed and I use the R3.
Already two times the integrationswitched to “disconnected”. In the overview of the web interface the tile shows a red cross and if I lock on it, it s shows “disconnected”. I can reinstall it and then it works again.
Second problem was, that the R3 was frozen during the use. I don’t remember what I did when it happened, but I’ll have an eye on it the next time it occurs.
If you tell me where to find them, I can have a look for the logs.
…and I have another question. I use the WIIM with two different outputs, optical and line out, but I can’t find any option to define the outputs. It seems like only the inputs are defined.
i am limited to what the API provide, and tested against WiiM ultra.
i am not following your statement about the inputs, are you using 2 inpots at the same time?
to get logs:
log into the remote web configurator –> settings –> development –> logs –> check wiim integration –> download
logs can be verbose, so replicate an issue, capture the time stamp, download logs, share and indicate what was the issue and the timestamp you replicated
I use the WIIM Pro Plus.
No, I don’t use them at the same time and I think, that wouldn’t work at all. The WIIM provides the music signal to my AVR via line out in the living room. There is another connection via optical out to a pair of active speakers in the dining room. So I switch between the two activities. The output can be set in the app. (see bottom line)
I’m not understanding what is the issue you trying to report. Are you saying on the remote entity you don’t see the output options on the remote entity? Send image of your remote after your add the remote entity (not the media player). You should have a button for all outputs to choose from. I developed this on the ultra and I see all output options and can toggle them all
I have two activities. For one, I need the music output of the WIIM in the start sequence to be set to “line out” for the other to “optical out”. But there is no line out to choose. I can choose two times “line-in”. What is this for?
got it, looking into this now.
try this version, it should add options to choose during an activity setup: Release v1.0.2 · mase1981/uc-intg-wiim · GitHub
OK, thanks!
Two questions. That is the setting exactly called? Line out? I ask, because it is not visible in your screenshot.
Secondly, if I want to update to 1.0.2, do I have to remove the 1.0.1 before? It can I just install it, and it recognizes it, that it is an update?
try line in, if that works i just made a spelling mistake.
which wiim version you use?
to “upgrade”: