-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feature Request: Implementation of a TV Level to adjust surround sound level #210
Comments
Add support for surround speaker settings, see #210.
Add support for surround speaker settings, see #210.
Add support for surround speaker settings, see #210.
In v1.4.40. |
Thanks for the fast reply and implementation! Unfortunately I am not able to find it in my HomeKit settings. I am running plugin v1.4.40. My system displays sub levels but not the surround settings. Anything I am missing here? Maybe something specific to my setup? Running two Era 300s as surrounds if that may help. |
Could you please list the output of |
Sure, this is the output { |
Thanks, that explains it. My Arc is paired with two Play:1 surround speakers and a single Sub, and displays as It looks like the Sonos Era 300 is advertised as Also, if I may, this is the first time I come across the Era 300. Could you please list the |
Yea, I think your assumption are correct, both the Era 300 and the Era 100 provide upfiring sound and are capable of Dolby Atmos. Like the Arc, they also provide additional channels for top rear sound. Here are the screenshots, if needed I could also switch the language settings of my phone to English And the command output for the Era 300s. I am happy to help and provide any additional information in case you need any. Love the Homebridge plugin and I am happy if I can contribute my part: { |
Thanks. That's OK, I read German, just no experience writing it. Those are the same settings as I have, so apparently no differences between the 5.1 and the 7.2 surround settings.
Thanks. Apart from the
If, by chance, you have the Era 300 in a stereo pair setup or if you have an Era 100, I'd love to see their |
Add channels for Era 300 as surrounds, see #210.
In v1.4.41. |
Update: Okay, tested it just now and everything works like a charm. Thank you so much for implementing it so fast. This saves me a few annoying clicks every day within the app after changing to night sound. Ignore my comment below regarding the double subs. I will test v1.4.41 in a few minutes. Without having tested it, maybe the representation of double subs might screw it over? This is a screenshot of how that looks like in the app. I don‘t have Era 100s, but I can help with the stereo pair. Does that mean I need to remove them from the current setup and set them up independently from the Arc? I can feel your temptation, I had to give in myself a few weeks ago :‘) |
Thanks, I’ll have a look. I don’t think I use the zoneDisplayName in HomeKit, but I would still like it to match the Sonos app. This isn’t reported by the speakers themselves, but rather compiled from the topology. I already noticed that I use an extra
You would need to remove them as surround speakers, after which they appear as separate zones (products in the system settings). After creating a stereo pair, they would appear as one zone with |
No big deal, you saved me a ton of inconvenience by implementing the feature, helping you with the stereo pair is the least I can do. I will try it later today and post the output here. While we are at it: Is there any specific reason that properties such as the surround sound level/sub level are only displayed in the „speaker“ accessory and not in the „sonos“ accessory? To be honest, I don‘t really get the difference between the two, other than that the „speaker“ only appears when checking the checkbox in homebridge which says something like „add additional speaker for each zone“. Is one for the basic speaker properties and the other one for the more advanced stuff? |
It’s a bit theoretical in your case, as you only have one zone (room). If you have multiple zones, you might group them, for multi-room audio. That was actually the trigger why I wrote Homebridge ZP: I want my music to follow me through my home. I use HomeKit automations for a zone to join a zone group when I enter a room, and to leave the zone group when a room is empty. The Sonos service corresponds to the zone group, the Speaker service to the zone. Changing the input, next/previous track, play/pause, shuffle, repeat, etc all act on the zone group. Adjusting the audio settings only acts on a single zone. Changing the volume on the Sonos service will change it on all zones in the zone group, while changing the volume on the Speaker service only changes it on the corresponding zone. It might seem more natural to have separate accessories for zones vs zone groups, but HomeKit doesn’t like configuration changes. And you would lose automations on zone groups when they disappear. I tried to explain this in the README, but I guess it’s a bit abstract with only one zone. |
zoneDisplayName should be fixed in v1.4.43. |
Sorry, I could not find the time to generate the output today. I will see if I have the time tomorrow, otherwise it might have to wait until the weekend. |
No hurry. |
Bug fix: surround audio and height audio settings not exposed, see #210.
Thanks for the explanation, that makes a lot more sense now and the music following through the rooms seems to actually be a pretty cool feature. I might need more speakers now... As promised, here are the outpus of zp -H x.x.x.x info -v for the master and the slave speaker, which is two Era 300s as a stero pair: Master: { Slave: |
Thanks. That’s looking good - no weird channels.
Sonos is the most dangerously addictive gadget I’ve ever bought. You always need more. I think their deal with IKEA is brilliant: you buy a cheap SYMFONISK speaker as gateway drug into their ecosystem, and then you’re hooked. |
Thanks again for the rapid implementation! Solved all issues that I had. |
Issue
I use the plugin to active and deactivate night sound depending on the time of day. Unfortunately, this also affects the level of surround sound which drastically increases with night sound activated. However, unlike the sub level, I do not see an option to change the TV level for surround sound. In the app the setting can be found under System -> corresponding product -> Surround-Audio -> TV Level.
Not sure if it helps but the Sonos plugin for Home Assistant seems to be able to expose this setting to HomeKit ("TV Level").
https://www.home-assistant.io/integrations/sonos/
Would be awesome if this could be added, similar to the sub level. Or maybe there is another workaround that I am missing here?
Thanks in advance!
The text was updated successfully, but these errors were encountered: