n8n-guide
N8n community
Chat room
Sign In
(Use Case) GitHub X Philips Hue (⭐⭐)
Tags
Empty
Date of creation
Sep 28, 2024 7:20 AM
Name
(Use Case) GitHub X Philips Hue (⭐⭐)
Category
Empty
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
[n8n] 프로그래머의 신호등: GitHub 액션과 Philips Hue 연동하기 #shorts
이 영상에서는 GitHub과 Philips Hue를 연동하여, 이슈 발행이나 PR 등 특정 GitHub 액션에 반응하여 Philips Hue 조명이 깜빡이는 자동화 시나리오를 소개합니다.
youtu.be
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
•
Creating a Hue app on
https://developers.meethue.com/add-new-hue-remote-api-app/
•
Check if the Callback URL was 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