Questions tagged [philips-hue]

Philips Hue is a personal wireless lighting system using lightbulbs with multi-colored LEDs.

The Philips hue lightbulbs can be controlled directly via ZigBee Light Link or via the SmartBridge provided with the hue Starter Kit, which supplies a RESTful web-interface.

Philips has launched an official Hue website:

The documentation:

Various APIs are available:

There is an official hue Developers forum:

208 questions
-1
votes
1 answer

Sharing connection between scripts for node-red application

I've been using node-red to trigger communication to a philips hue gateway. I have succeeded in triggering it the way I want. The issue is that I need the action to take place more immediately than my current implementation. The only reason there is…
-1
votes
1 answer

philps hue reachable attribute, how can I fix it

I made some window app that can control Bulbs. it works okay for about three months but one of blubs makes problem. So I was trying to find out what is wrong. here's xmlhttpRequest (I used CLIP API Debugger) usual blubs: (XMLHttpRequest)…
Min
  • 13
  • 3
-1
votes
1 answer

Azure IoT Hub, connecting two devices and make them communicate

i am new to IoT and Azure but at the moment i want to connect a raspberry pi and the philips hue bulb to the IoT Hub. I already did this and i can communicate between the raspberry pi and the IoT Hub. I can send messages and store them in a Storage…
-1
votes
1 answer

Getting Compiler Error [CS0103] error when programming the Philips HUE

I am trying to program a Philips HUE bulb but I am not even able to send a command to the light. I am programming in C# with the Q42.HueApi. This is how I tried to turn on the lights if I press a button in my WinForms Application: namespace…
cxes
  • 9
  • 5
-1
votes
1 answer

No response from Philips HUE using ‘Philips Hue Entertainment’ (via DTLS)

I am trying to make working Philips Hue using ‘Philips Hue Entertainment’. I follow Philips's manual (I use OpenSSL): https://developers.meethue.com/documentation/hue-entertainment-api#DTLS I provided PSK key and username like described. Certificate…
RobertLT
  • 41
  • 6
-1
votes
1 answer

Phillips Hue and integration with website

Okay so hopefully there is a solution out there. I am looking to have one of my Phillips Hue bulbs blink when someone visits my website. I have tooled around with Hue API some and can get it working in the debug page but I need some code to inject…
user7953787
-1
votes
1 answer

Trying to figure out CompletionHandler in Swift?

So I'm trying to do some programming with Phillips HUE lights and I've already made a bridging header and imported the necessary info to use the Hue SDK with Swift, but all of the guidance is written for Objective-C. I'm having trouble…
Nick Mullen
  • 107
  • 2
  • 10
-1
votes
1 answer

Philips Hue at sunset lamps on at different times

Lamps in my living rooms switch on 15 minutes before sunset (by making use of a rule and the daylight sensor in the bridge). However I want also that the lamps in the garden switch on but 15 minutes AFTER sunset. There is only one sensor for…
ni_hao
  • 404
  • 2
  • 5
  • 16
-2
votes
1 answer

Can't get CoffeeScript to recognize a function in a js file

I am writing a simple app in Coffeescript to control a Philips Hue light. I have included this module into my project. The below code seems to work fine up until I try to set the color of the lights using setLightState. The compiler says the…
cHorse
  • 11
  • 1
  • 8
-2
votes
1 answer

Controlling JavaFX GUI from Other Methods?

Basically, I'm creating a program that syncs HUE lights, and I'm having trouble incorporating the Listener that detects when the light bridge has been connected with my JavaFX GUI; I want it to switch a Label from "Not Connected" to "Connected"…
Nick Mullen
  • 107
  • 2
  • 10
-2
votes
1 answer

Using API of Philips Hue Activate/Deactivate Scene created via Philips Hue App

I tried many solutions but don't get the accurate solution. Tried following API details http://www.developers.meethue.com/documentation/java-sdk-getting-started#usingScenes http://www.developers.meethue.com/documentation/scenes-api (Login…
Hitesh Patel
  • 2,868
  • 2
  • 33
  • 62
-2
votes
2 answers

PHP Curl times out when command works fine

I want the following cURL command to be converted to PHP curl -X PUT -H 'Content-Type: application/json' -d '{"on":true,"bri":255,"sat":255,"hue":20000}' http://MYSITE:PORT/api/HASH/lights/1/state I did the following but it is just timing…
Bijan
  • 7,737
  • 18
  • 89
  • 149
-3
votes
1 answer

philips-hue credentials works on Philips Hue dev website, but fails on Philips Hue iPhone App

I am using user name/password to login to developers.meethue.com, and works fine. When I use the same username/password to login on Philips Hue iPhone App, it rejects my login/password. I have spell checked it and there is no mistake. What should I…
1 2 3
13
14