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
0
votes
0 answers

Arduino and Philips hue variable brightness in url

I am changing the code from a website. I removed the PIR sensor variable and added a distance sensor so i can change the brightness with my hand. I got it all figured out but i dont know how to change the brightness in the command for a variable…
0
votes
1 answer

issue in using ObjectiveC++ compiler

I made an app in which there is some Objective C++ files with extensions .mm and some Objective C files with extension .m. My app runs fine until I need to add Philips HUE SDK. When I downloaded the project I got two things: 1. HUE SDK 2. Lumberjack…
Sid
  • 79
  • 11
0
votes
1 answer

Philips Hue HTML Applet to analyse computer output colours

The title might not make much sense. But I am starting to play with Philips Hue and it seems you can control them from a simple html page. http://www.developers.meethue.com/documentation/getting-started Anyway, what I am trying to program, is an…
Dylan Kay
  • 398
  • 3
  • 10
0
votes
0 answers

PHP Put Request Philips Hue

I have the following code to set the color of a Philips lightbulb.
Bijan
  • 7,737
  • 18
  • 89
  • 149
0
votes
1 answer

How to set user name in Philips Hue

I have downloaded Hue-Emulator and after running the emulator by running this url http://localhost:8000/api/newdeveloper/ I am getting the config. I am using Apple SDK to control the lights. After following SDK steps 1 to 4 using following code to…
Dalvik
  • 217
  • 1
  • 2
  • 12
0
votes
1 answer

how to switch on and off PHILPS HUE lights

I am using HUE-Emulator to view the changes.Emulator is running on port 80. Currently I am only able to view the details using browser.(API calls) Now I want to switch off and switch on the lights using my app.But my code doesn't detect the bridge.…
Dalvik
  • 217
  • 1
  • 2
  • 12
0
votes
2 answers

issues while developing for PHILIPS HUE

I am making an application using meethue api for apple. I don't have any device (bridge) to check the output. How can I proceed my development using my simulator. Is their any way from which I can test or know how my app is working without having…
Dalvik
  • 217
  • 1
  • 2
  • 12
0
votes
1 answer

Unable to set light objects for Hue Lights

I am attempting to create groups using hue api using the following request: Endpoint : /api//groups Method: POST Params: {"name":"Test creation", "lights":["2","3"]} I get the following response: [{"success": {"id": "/groups/6"}}] However…
RileyJ
  • 148
  • 1
  • 6
0
votes
3 answers

Get Phillips Hue framework SDK running with Swift

I'm trying to get the HueSDK_OSX Framework running using an Object-C-bridging-header. Here is the framework: https://github.com/PhilipsHue/PhilipsHueSDK-iOS-OSX/blob/master/Documentation/APIReference_OSX.zip Bridging-header: #import…
0
votes
1 answer

Creating and removing groups from hue setup with iOS hue SDK

I am looking for a way to create and remove groups (PHGroup class) from the hue bridge. Reading existing groups isn't difficult, just reading out the cache for all the data. But how can I remove or add new groups to this group collection? I am using…
Niek van der Steen
  • 1,413
  • 11
  • 33
0
votes
1 answer

How to pass id of a Tkinter Scale through command

I am using Tkinter to create a GUI for a program I am writing that will adjust some Zigbee controlled LED lights that I have. I am using a loop to create multiple copies of a Scale that I'm going to use as a brightness slider. I manage to create…
Nick Camps
  • 111
  • 1
  • 2
  • 13
0
votes
1 answer

philips hue arduino control

So I found this a github library for connecting the philips hue lightbulbs to the arduino, except I don't think I've mastered how the libraries work with it. Whenever I include a library or add the files then it gives me errors, and following the…
kkaul
  • 147
  • 1
  • 2
  • 13
0
votes
2 answers

symbol(s) not found for architecture i386 for Philips Hue SDK

Undefined symbols for architecture i386: "_OBJC_CLASS_$_PHAppDelegate", referenced from: objc-class-ref in main.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see…
Pittfall
  • 2,751
  • 6
  • 32
  • 61
0
votes
2 answers

Any Windows based colorimeters with a public API

I have access to a colour changing lightbulb system (Philips Hue). Because the light does not use RGB LEDs internally, it's hard to predict the colour you will get out of the light when you use the API. I'd like to measure the colour of the light in…
Max Palmer
  • 452
  • 3
  • 17
-1
votes
1 answer

How to select some properties from a json result

I am trying to build a simple react app which lists my philips hue bulb name and state(on or off). I have API call which results in the following json. Not sure how to pull bulb name and state.on status. Here is my json result which gets the list…
William
  • 3
  • 1
1 2 3
13
14