0.2.10 • Published 2 years ago

@the-dan/homebridge-sonos-faves v0.2.10

Weekly downloads
105
License
ISC
Repository
github
Last release
2 years ago

Homebridge Sonos

Displays Sonos players and favorite playlists in Home app. This might be useful for automation. E.g. playing one of favorite playlist on arrival.

Sonos speakers control is implemented using using Sonos Cloud API.

Configuration

Add following lines to the ~/.homebridge/config.json or configure in Homebridge UI

	"platforms": [
		{
			"platform": "sonos",
			"name": "Sonos",
			"clientKey": "<Sonos API client key>",
			"clientSecret": "<Sonos API client secret>",
			"refreshToken": "<Sonos API refresh token>"
		}
	]

Things to polish

  • It seems not possible to get which favorite playlist is playing now. This might lead to a wrong bulb being active in the Home app
  • Build non-faved speaker accessories per group instead of per player
  • On/Off player state maps to mute instead of play/pause
  • Use Smart Speaker instead of Light bulbs?
  • New favorite playlists apper only after restart
  • Access token gets refreshed only at startup
0.2.10

2 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago