IKEA Remote Switch Spotify Control
detail.loadingPreview
Control Spotify playback and volume using an IKEA 5-button remote via MQTT.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow listens for MQTT messages from an IKEA 5-button remote switch and triggers corresponding Spotify actions. It allows users to control playback (next song, pause, resume), adjust volume, and activate specific playback devices.
Key Features
- Receives MQTT messages from IKEA 5-button remote switch.
- Identifies playback device by name.
- Controls Spotify playback: Next Song, Pause, Resume.
- Adjusts Spotify volume up and down by 5%.
- Sets a default volume level.
How To Use
- Set up MQTT Trigger: Configure an MQTT broker and subscribe to the topic where your IKEA remote switch publishes messages.
- Configure Spotify Credentials: Add your Spotify API credentials to n8n.
- Set Target Spotify Playback Device Name: In the 'Globals' node (or a dedicated Set node), set the
target_spotify_playback_device_namevariable to the exact name of your desired Spotify playback device. - Map Button Presses: Adjust the
Route to Requested Functionnode to map specific MQTT message payloads (e.g.,brightness_up_click,brightness_down_click) to the desired Spotify actions. - Import Workflow: Import this JSON into your n8n instance.
Apps Used
Workflow JSON
{
"id": "75c1edac-4cb9-47ab-bd00-faefd840633d",
"name": "IKEA Remote Switch Spotify Control",
"nodes": 0,
"category": "Smart Home & IoT",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 75c1edac-4cb9...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Smart Home Energy Saver: Automate Device Control with Webhooks and AI
This n8n workflow automates smart home energy saving by processing webhook requests. It leverages Langchain's text splitter, Cohere embeddings, and Supabase vector stores to intelligently manage and log energy-saving actions.
Automate Competitor Tracking with Crunchbase & ClickUp
Streamline competitor analysis by automatically fetching data from Crunchbase and creating review tasks in ClickUp. Stay informed about market changes without manual effort.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automate Shipment Tracking with Telegram and n8n
Streamline your logistics operations by automating shipment tracking with Telegram and n8n. This workflow allows drivers to easily share updates, and ensures timely notifications to your team.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.