Skip to content

Releases: IndigoDomotics/Sonos

Bug Fixes

Choose a tag to compare

@DaveL17 DaveL17 released this 09 Aug 15:05
8e5fb8c

Numerous bug fixes. See #18 for details.

Fix Startup/Reload Hangs, Restore Lost Actions, Add HA-Parity Feature…

Choose a tag to compare

@DaveL17 DaveL17 released this 08 Aug 11:24
13d1083

See #17 for a full description of the changes.

Fix Sonos Line-in Action

Pre-release

Choose a tag to compare

@DaveL17 DaveL17 released this 04 Aug 23:49

Note: This is being changed to a pre-release as there may be a bug that causes the plugin to stop working for some users.

  • actionZP_LineIn forwarded to actionDirect with action_id="ZP_LineIn", but no branch handled that id — it always fell through to the catch-all and logged Unknown or unsupported action: ZP_LineIn, doing nothing.
  • Separately, the Line-In source dropdown (getZP_LineIn) read from a global list only ever written by getLineIn(), which nothing called — so the dropdown was always empty, both for this action and for the Group Announcement action's Line-In source field.
  • Added a ZP_LineIn branch to actionDirect that resolves the selected source device's ZP_LocalUID and switches the zone via SetAVTransportURI (x-rincon-stream:), matching the pattern already used by the announcement code's working Line-In path.
  • Rewrote getZP_LineIn to list live self.ZonePlayer devices instead of the dead Sonos_LineIn global.
  • Removed the now fully-dead getLineIn() and Sonos_LineIn.

Fixed hard coded paths and prefs issues

Choose a tag to compare

@indigo-jay indigo-jay released this 07 May 12:45
cf12e1f

What's Changed

  • Resolve plugin install paths dynamically instead of hardcoding by @mlamoure in #13
  • Fix HTTPStreamer port leak and Polly KeyError on prefs reload by @mlamoure in #14

New Contributors

Full Changelog: 2025.0.1...2025.2.0

Big update/merge from new developer

Choose a tag to compare

@indigo-jay indigo-jay released this 30 Apr 21:21
47adf96

What's Changed

  • Initial pull request to establish a baseline by @Zendog in #12

New Contributors

Full Changelog: 2024.0.9...2025.0.1

Corrects Pandora Processing

Pre-release

Choose a tag to compare

@DaveL17 DaveL17 released this 24 Apr 17:40
c52ee94

Update from forum user Automation01

Update by AutoMation01

Pre-release

Choose a tag to compare

@DaveL17 DaveL17 released this 24 Apr 10:40
ba91960

Plugin update by forum user AutoMation01. Changes include:

  • Updated SoCo to the most current version
  • Rewritten subscription service to correct the device falling of the network errors
  • Corrected the volume controls
  • Corrected SiriusXM functions

Update required version of LXML

Choose a tag to compare

@autolog autolog released this 26 Jan 19:59

The previous required version of lxml (4.9.4) wasn't properly support on versions of macOS prior to Big Sur (11). LXML required version upped to 5.1.0.

Update for Indigo 2023.2 Release

Choose a tag to compare

@autolog autolog released this 18 Jan 17:10

Requires Indigo 2023.2 - Will not run on earlier versions!
Improved python package handling
Code improvements

Update Plugin to Use latest SoCo Package

Choose a tag to compare

@autolog autolog released this 16 Dec 14:04

The SoCo package was updated to version 0.30.0 on 14th December 2023 and is now included in the plugin - see SoCo 0.30.0 Release