Skip to content
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

Can't join / unjoin Wiim devices in LinkPlay integration #132189

Closed
Robotron80 opened this issue Dec 3, 2024 · 1 comment · Fixed by #132091
Closed

Can't join / unjoin Wiim devices in LinkPlay integration #132189

Robotron80 opened this issue Dec 3, 2024 · 1 comment · Fixed by #132091

Comments

@Robotron80
Copy link

The problem

I have 2 Wiim Pro, 1 Wiim Pro Plus, 2 Wiim Amps, which I can control via Home Assistant and the Wiim Home App.
When I try to join / unjoin them via media_player / LinkPlay integration, nothing happens.

As the request is JoinGroupMaster:eth0.0.0.0:wifi0.0.0.0: I think ethx.x.x.x should be the address of the group master?

What version of Home Assistant Core has the issue?

core-2024.11.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Linkplay

Link to integration documentation on our website

https://www.home-assistant.io/integrations/linkplay/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024-12-03 18:06:57.641 DEBUG (MainThread) [linkplay] Request command at https://10.0.20.123: ConnectMasterAp:JoinGroupMaster:eth0.0.0.0:wifi0.0.0.0
2024-12-03 18:06:57.736 DEBUG (MainThread) [linkplay] Request multiroom:getSlaveList at https://10.0.20.122
2024-12-03 18:06:57.829 DEBUG (MainThread) [linkplay] Response multiroom:getSlaveList: {'slaves': 0, 'wmrm_version': '4.2'}
2024-12-03 18:06:57.830 DEBUG (MainThread) [linkplay] Request multiroom:getSlaveList at https://10.0.20.124
2024-12-03 18:06:57.925 DEBUG (MainThread) [linkplay] Response multiroom:getSlaveList: {'slaves': 0, 'wmrm_version': '4.2'}
2024-12-03 18:06:57.925 DEBUG (MainThread) [linkplay] Request multiroom:getSlaveList at https://10.0.20.121
2024-12-03 18:06:58.016 DEBUG (MainThread) [linkplay] Response multiroom:getSlaveList: {'slaves': 0, 'wmrm_version': '4.2'}

2024-12-03 18:06:58.017 DEBUG (MainThread) [linkplay] Request getPlayerStatusEx at https://10.0.20.121
2024-12-03 18:06:58.103 DEBUG (MainThread) [linkplay] Response getPlayerStatusEx: {'type': '0', 'ch': '0', 'mode': '99', 'loop': '4', 'eq': '0', 'vendor': '', 'status': 'stop', 'curpos': '0', 'offset_pts': '0', 'totlen': '178760', 'Title': '556E6B6E6F776E', 'Artist': '556E6B6E6F776E', 'Album': '556E6B6E6F776E', 'alarmflag': '0', 'plicount': '0', 'plicurr': '0', 'vol': '61', 'mute': '0'}
2024-12-03 18:06:58.173 DEBUG (MainThread) [linkplay] Request getPlayerStatusEx at https://10.0.20.121
2024-12-03 18:06:58.271 DEBUG (MainThread) [linkplay] Response getPlayerStatusEx: {'type': '0', 'ch': '0', 'mode': '99', 'loop': '4', 'eq': '0', 'vendor': '', 'status': 'stop', 'curpos': '0', 'offset_pts': '0', 'totlen': '178760', 'Title': '556E6B6E6F776E', 'Artist': '556E6B6E6F776E', 'Album': '556E6B6E6F776E', 'alarmflag': '0', 'plicount': '0', 'plicurr': '0', 'vol': '61', 'mute': '0'}
2024-12-03 18:07:02.076 DEBUG (MainThread) [linkplay] Request getPlayerStatusEx at https://10.0.20.122
2024-12-03 18:07:02.161 DEBUG (MainThread) [linkplay] Response getPlayerStatusEx: {'type': '0', 'ch': '0', 'mode': '99', 'loop': '4', 'eq': '0', 'vendor': '', 'status': 'stop', 'curpos': '0', 'offset_pts': '0', 'totlen': '227027', 'Title': '556E6B6E6F776E', 'Artist': '556E6B6E6F776E', 'Album': '556E6B6E6F776E', 'alarmflag': '0', 'plicount': '0', 'plicurr': '0', 'vol': '100', 'mute': '0'}
2024-12-03 18:07:06.800 DEBUG (MainThread) [linkplay] Request getPlayerStatusEx at https://10.0.20.123
2024-12-03 18:07:06.889 DEBUG (MainThread) [linkplay] Response getPlayerStatusEx: {'type': '0', 'ch': '0', 'mode': '99', 'loop': '4', 'eq': '0', 'vendor': '', 'status': 'stop', 'curpos': '0', 'offset_pts': '0', 'totlen': '5328094', 'Title': '556E6B6E6F776E', 'Artist': '556E6B6E6F776E', 'Album': '556E6B6E6F776E', 'alarmflag': '0', 'plicount': '0', 'plicurr': '0', 'vol': '55', 'mute': '0'}
2024-12-03 18:07:07.520 DEBUG (MainThread) [linkplay] Request getPlayerStatusEx at https://10.0.20.124
2024-12-03 18:07:07.617 DEBUG (MainThread) [linkplay] Response getPlayerStatusEx: {'type': '0', 'ch': '0', 'mode': '10', 'loop': '4', 'eq': '0', 'vendor': 'newTuneIn', 'status': 'pause', 'curpos': '133061', 'offset_pts': '133061', 'totlen': '0', 'Title': '314C495645', 'Artist': '', 'Album': '', 'alarmflag': '0', 'plicount': '2', 'plicurr': '1', 'vol': '24', 'mute': '0'}

Additional information

No response

@home-assistant
Copy link

home-assistant bot commented Dec 3, 2024

Hey there @Velleman, mind taking a look at this issue as it has been labeled with an integration (linkplay) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of linkplay can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign linkplay Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


linkplay documentation
linkplay source
(message by IssueLinks)

@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant