LoginSignup
1
3

More than 5 years have passed since last update.

Raspberry Pi から Philips Hue を操作する

Posted at

Raspberry Pi から Philips Hue を操作する

Raspberry Pi(Node-RED)から Philips Hue を点灯・消灯します。
以下の方法があります。
・API を POSTする
・hue set ノードを利用する

API を POSTする

以下の手順を参考に、APIのエンドポイントを取得し、点灯・消灯させるJSONを作成、Raspberry Pi(Node-RED)からHTTP Requestします。
Getting started | Philips Hue API

hue set ノードを利用する

hue を操作できるノードがあります。
デフォルトでは導入されていないので、手動でノードを導入します。
node-red-contrib-hue - Node-RED

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3