n8n-guide
N8n community
Sharing automated workflows
Sharing automated workflows
List
Gallery
(Use Case) GitHub X Philips Hue (⭐⭐)
(Use Case) Email Newsletter TTS (⭐⭐)
(Use Case) Automating API Data Loading (⭐⭐⭐)
(Use case) Push the weather every morning (⭐)
(Use Case) Passport Photo Validity Check App (⭐⭐)
(Tutorial) NASA Solar Flare Data Automation Workflow 🛰️(⭐⭐)
(Use Case) Google Form X Discord (⭐⭐⭐)
(Use Case) Get Reddit, Google Headline News RSS (⭐)
(Use Case) Data Analysis Automation (1) - Korean Baby Name Ranking Analysis (⭐⭐⭐)
(Use Case) YouTube RSS - Channel Notifications (⭐)
(Use Case) Automatic Text Message Sending (Overseas) Using Twilio (⭐⭐⭐)
(Use Case) Sending SOLAPI Text Messages (⭐⭐)
(Use Case) Daily Cartoon Delivery (⭐)
(Use Case) Pushbullet (Free Text Message Sending and Receiving)
(Ffmpeg) Convert m4a call recording file to STT (⭐⭐⭐)
(Use Case) Automatic Issuance of Training Completion Certificates
(Use Case) GitHub X Philips Hue (⭐⭐)
Date of creation
2024/09/28 7:20 AM
Name
(Use Case) GitHub X Philips Hue (⭐⭐)
Created by
data_popcorn
Prerequisite
•
You must have a Philips Hue smart lighting product.
◦
https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.philipshue
Scenario
•
Set the light to blink once when creating an issue on GitHub.
1.
(Trigger): It only works when you press start with test. Change it to use production by connecting a webhook.
2.
(Github > create : issue) :
a.
After connecting your GitHub account, select Issue for Resource. Select Create for Operation. Set the repository to upload to.
b.
Enter the Title and Body to be written in the issue.
3.
(Philips Hue > update : light) :
a.
After connecting your Philips account, set Resource to Light. Operation to Update. Light Name to 1.
b.
In Additional Fields, select Alert Effect and then select Select (one-time blink function) from the drop-down.
Philips Hue
•
Create a Hue app in
https://developers.meethue.com/add-new-hue-remote-api-app/
•
Check if the Callback URL is entered correctly in
https://developers.meethue.com/my-apps/
Troubleshooting
•
How to get a LIGHT ID.
◦
The latest version of the Hue app no longer displays the light ID in the 'About' section of the app, so look in the app to find it.
Hue Config Viewer
◦
After you pair the app to your Hue bridge, you can see the numeric IDs of all your Hue lights in .
◦
I found out later that surprisingly, “1” was the Light ID value.
Made with Slashpage