Closed PurelyNicole closed 4 years ago
Hey there @jalmeroth, mind taking a look at this issue as its been labeled with a integration (yamaha_musiccast
) you are listed as a codeowner for? Thanks!
@PurelyNicole could you please turn on debugging for this component? This will log more messages about this component, which can help to troubleshoot your current issue. See logger for more details.
@springstan The only additional logging I got from debug was:
2020-02-04 14:28:09 DEBUG (SyncWorker_13) [homeassistant.components.yamaha_musiccast.media_player] update: media_player.loft_main
Found issue #27987 that seems to be related. The WXC-50 is one of the devices I have as well.
I can confirm this issue
I have found part of the problem is that I didn't have different ports for each of the Yamaha devices. Setting the configuration like makes both devices work in HA:
media_player:
- platform: yamaha_musiccast
host: !secret loft_yamaha
port: 5004
- platform: yamaha_musiccast
host: !secret living_room_yamaha
port: 5005
I am however still getting the same errors in my log.
@PurelyNicole Add to your discovery:
discovery:
ignore:
- yamaha
@jackkitley That got rid of my errors, thanks!
@PurelyNicole - Did this issue go away for you completely?
I added separate ports and the ignore as above; the error messages did disappear from my log however I still have both the Receiver (HTR-6068) and my wireless speaker (WX-030) show up as 'main' and I am still only able to control one of the players. The other will send an 'On' command but that is it
@cdk222 The issue did go away for me completely, and I am able to control both devices. One thing I have found is that turning a device off completely can make it uncontrolable until I first control it from the MusicCast app. So I just leave the device on.
@PurelyNicole Funnily enough, this also happens to me. My service that i have in home assistant cant turn the device on if it is off. I need to first trigger it on the integration and then it works after that.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
When I add multiple Yamaha MusicCast players, the one device gets the designation "main." That is the only device that functions properly in Home Assistant. The other devices will all be listed as "off" (even if they are not) and will not be able to be controlled.
Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
There are few errors showing in my logs:
Additional information
Each device works as expected if it is the only device in the config. It is when the second device is added that issues occur. I am using R-N303 and WXC-50.