-
-
Notifications
You must be signed in to change notification settings - Fork 8
Not adding additional zones as entities #8
Comments
I am also experiencing this issue |
This is just what I was looking for for, great work. Is there any way to get to additional zones to show on single devices as benjycov described. I have a zone 2 for the patio that I can control if I set it up as yamaha_musiccast, but once I switch it to musiccast_yamaha for the grouping to work it causes the 2nd zone on the receiver to disapear. Thanks |
anyone got luck to see the additional zone? |
Fixed it by:
|
Hi arikflorida, are you sure that this fixed the issue? your 1st line is configuring the entity for the new musiccast integration, and your 2nd line is configuring the same device to the original musiccast integration. Are you actually able to group all these speakers? I am still unable to get the zone 2 on my receiver to show in the as an entity unless I use the original musiccast integration yamaha_musiccast but that platform does not give the join/unjoin speaker features that the musiccast_yamaha does. Thanks |
@timberwolf444 have you had any luck with this? I'd really love for my zone2 to show as an additional entity. |
Looking into this a little bit with the HASS debug output. It looks like part of the problem is we're getting a null pointer here:
distribution_info is null:
|
I have not had any luck getting the zone 2 working. It looks like someone is working on a new version. |
@timberwolf444 that is awesome! I'll definitely be looking into that. In the meantime, I have sort of been able to get zone2 to work on mine. A couple of minor code tweaks (checking that
You need to pass the zone_id into the super class. This allows the second zone to be added, but it doesn't seem to work with the grouping functionality :-/ Not sure why that is just yet, but I'll keep toying with it, while I keep my eye on the rewritten integration. Thanks for the heads up! |
@arikflorida @timberwolf444 I just tried out the new version and grouping works great for everything, including zone2! Installed the component from this branch while I wait on official release: |
Hi,
Good work on this.
There appears to be a problem where one multi-zone physical device presents multiple musiccast devices, for example if I use the standard yamaha_musiccast:
media_player:
host: 10.0.51.22
I see the following entities:
media_player.living_room_main
media_player.living_room_zone3
Once I change to the musiccast_yamaha:
media_player:
host: 10.0.51.22
I only see one entity:
media_player.living_room_main
Hopefully its an easy fix!
Thanks... Ben
The text was updated successfully, but these errors were encountered: