iobroker.spotify-premium
v2.0.1
Published
ioBroker spotify-premium Adapter
Downloads
1,311
Readme

ioBroker.spotify-premium
Version:
Tests:
This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information on how to disable the error reporting, see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.
Adapter to access spotify playback controls. Because of the spotify API, a premium account is necessary.
Connection to Spotify Premium API.
Documentation
See also the Spotify Developer API Documentation.
Setup / Authorization
- Sign in on https://developer.spotify.com/dashboard/
- Create an application, you get a Client ID and a Client Secret (see instruction)
- Set the redirect URIs to
https://oauth2.iobroker.in/spotifyin your app settings at your created spotify application - Put the Client ID and Client Secret in the fields down below
- Start the instance
- Switch to the object tab and push the button getAuthorization at
spotify-premium.0.authorization - Copy the appearing URL from
spotify-premium.0.authorization.authorizationUrlto your webbrowser and call it - You maybe need to sign in to spotify and grant access
- The browser will be redirected to an invalid URL. If the error
invalid redirect urioccurs please verify step 3 - Copy that url and put it to
spotify-premium.0.authorization.authorizationReturnUri - The value in
spotify-premium.0.authorization.authorizedturns to true if everything was successful
We must provide an HTTPS redirect URI as from December 2025 spotify does not allow non-secure URIs anymore.
Video tutorial
States
All states are described in admin.
VIS usage examples
Click for the widget source.
Changelog
2.0.1 (2026-03-31)
- (@GermanBluefox) Rewrite adapter to TypeScript
- (@GermanBluefox) An Authorization process was changed and user must authenticate anew
1.6.0 (2026-02-28)
- (mcm1957) Issues reported by repository checker have been fixed
- (mightymurphy) stabilized token refresh and improved widget behavior
- (copilot) Adapter requires admin >= 7.7.22 now
- (aruttkamp) Merge pull request 522 from mightymurphy and 521 from michiproep
- (copilot) Improved error handling and logging for token refresh
- (copilot) Device polling now continues during temporary authentication issues (401) instead of stopping.
- (copilot) Next Track button widget name corrected
- (copilot) Widget image paths fixed to use
/vis/widgets/instead of a relative path for proper display in VIS - (mcm1957) Dependencies have been updated
1.5.6 (2025-12-08)
- (aruttkamp) dev dependencies aktualisiert
- (mcm1957) adapter requires node.js 20 now
- (aruttkamp) dev dependencies aktualisiert
- (aruttkamp) correct issues detected by repository checker [#421]
- (aruttkamp) changes redirect URI and docu
1.5.3 (2025-04-15)
- (aruttkamp) redirect URI changed [#429]
1.5.2 (2024-12-16)
- (aruttkamp) ESLint 9 implemented
License
The MIT License (MIT)
Copyright (c) 2024-2026 iobroker-community-adapters [email protected]
Copyright (c) 2019-2023 twonky4 [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

