-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiroom support #6
Comments
As a temporary solution, you can use the Rest API ( https://www.home-assistant.io/integrations/rest ) Here is my example of using to connect and disconnect WiiM to the master (up2stream)
But you can use any other commands from the official API, including on the arilyc website. |
No plan for that ATM, but you can use @mitrokun solution as a workaround. Commands possibly available for WiiM can be found here: https://www.wiimhome.com/pdf/HTTP%20API%20for%20WiiM%20Mini.pdf |
Only there is not enough attribute to track the 'slave' state. It helps a lot when building control logic. |
I guess you've meant getPlayerStatus and type property. |
Well, the latest one is v0.3.4-beta actually. New properties are not yet available in v0.3.2-beta. Regarding player status, it's not reflected when in slave mode. You can check it yourself with getPlayerStatus: {"type":"1","ch":"0","mode":"99","loop":"2","eq":"0","status":"stop","curpos":"299451","offset_pts":"63860","totlen":"305640","alarmflag":"1","plicount":"0","plicurr":"0","vol":"100","mute":"0"} I would need to change the code to get the status from the master and propagate to all slaves, but as I said before, no plans for that ATM. |
Hey y'all I found a few API commands which might change how this looks. LinkPlay supports multiroom for their own components, but we can also do it for any airplay devices (including homepods!!!). It might work with Chromecast or bluetooth as well, but I've not experimented with those yet. here are a few API commands which I found which can be used to support this:
The I have a proof of concept using CURL and bash, and it seems to work pretty well just running from my own command line. This is what the Wiim app does to support airplay/casting. The one caveat here is that I found that switching to There are many more API commands available to use, I have only scratched the surface here. They are mostly undocumented, unfortunately. |
Hello,
Would it be possile to add multiroom support to this like the linkplay Home Assitant integration?
The text was updated successfully, but these errors were encountered: