-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[sonos] Thing type for Sonos Move #9950
Comments
I can do it. |
The Sonos Move has no audio input, no night mode and no speech enhancement. |
I will add it but you will get nothing more than what you already have with the ZonePlayer thing type. |
Fix openhab#9950 Signed-off-by: Laurent Garnier <[email protected]>
Thank you very much! |
If you have DeviceSpy installed on your PC, you could try to find what UPnP service provides the information. I suppose it could be DeviceProperties. |
In fact, even without DeviceDpy but just by enabling the binding TRACE logs, you could find this information. Look at logs starting with: Received pair ... |
* [sonos] Add support for Sonos Move Fix #9950 * README: updated list of supported Sonos models Signed-off-by: Laurent Garnier <[email protected]>
I've only found the battery information on the speaker support page so far: |
As I already suggested, look in binding TRACE logs, maybe you will find something. |
I have now looked at the trace and found the following: I also noticed another interesting parameter: |
I will add these info as new channels. It would be interesting to know if there us an UPnP action to enable/disable the microphone. |
This action is likely not available due to privacy concerns. As far as I know, only the One, Beam, Arc and Move use the microphones. |
Ok, thank you. |
I assumed in my PRs that these info are returned by the UPnP action GetZoneInfo. |
And please note that these new informations will be updated only once per minute. I don't think this is a problem for these information. For an unexplained reason, subscription to the service "device properties" leads to no value received. |
Everything is merged, let me know if it works well. |
New channels are included in snapshot 2176. |
I've tested it and the microphone channel works as expected. |
* [sonos] Add support for Sonos Move Fix openhab#9950 * README: updated list of supported Sonos models Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: John Marshall <[email protected]>
* [sonos] Add support for Sonos Move Fix openhab#9950 * README: updated list of supported Sonos models Signed-off-by: Laurent Garnier <[email protected]>
* [sonos] Add support for Sonos Move Fix openhab#9950 * README: updated list of supported Sonos models Signed-off-by: Laurent Garnier <[email protected]>
It would be great if Sonos Move support could be added.
It is currently recognized as sonos:zoneplayer.
The text was updated successfully, but these errors were encountered: