This object is in archive! 

Hue + Hue Lamps + Zipabox / Zipatile

Robert Hercz shared this question 7 years ago
Need Answer

I have started experimenting with Hue, Hue Lamps, Zipabox and Zipatile and thus ask the Community for their experience in answering the following questions:


1: As Zipatile supports Zigbee directly, and the Hue Lamps works on Zigbee, is the Hue bridge necessary, or can the Zipatile control all Hue lamps directly?


2: In a scenario where a Zipabox is connected to the Hue controller, and more lamps are added to the Hue controller, what is the correct procedure to get the new lamps available and controlable via Zipato?


3: The Hue app is quite nice at controlling both the color of the RGB lamps, and the Kelvin of the white lamps. What is the best way to "read" the current set color and/or kelvin settings in use, from the Hue lamps, in order to create scene settings in the Zipato world?


Best,

Robert

Replies (6)

photo
1

Hi Robert


You can use your Hue Lamps both ways. With Zigbee (you need the the zigbee module) or with the Hue Plugin.


If you want to use witz Zigbee you will have to get rid of the Hue Bridge and disconnect all the lamps from the bridge first. You will also not be able to use the Hue App anymore as your lamps will not be connected to the bridge.


That's why I use the Plugin. Like that you can still use the Hue App.


Easiest way to use the Hue Lamps is to create scenes where you can set the brightness and color of each lamp and then activate the scene in your rules. There is just one issue with Scenes. When you activate one when your lamps are off then the scene settings are not transferred correctly and you need to activate the scene again (so 2x in fact with a pause of 1 second in between). As soon as your lamps are on then activating a scene works really quick.


I cannot answer questions 2 and 3. I only get new lamps today and will have to integrate them tonight so will have to figure out also how to do this.


I hope this is helping.


Beat

photo
1

Phillips hue bulbs cannot be tied to Zipato directly since it uses light link protocol, hue bridge is required.

photo
photo
1

not 100% sure but i dont think the hue works directly with zipabox+zigbee module since it uses the Light Link protocol?


it has to go through the hue gateway.

photo
1

2:


=> I don't know the correct procedure. The only way that worked in order to add new hue bulbs, was for me to add the hue bridge again. This added just the new lamps and did not add doubles.


3:

=> I don't think you can do this. My Zipabox does not notice any change of state. I would welcome this too.

photo
1

2. That is the correct procedure, deleting the whole phillips hue bridge and add again. I'm not a fan of it but that is what Zipato has got until now.

photo
photo
1

3. Yes, You can do that:

You log in to the HUE API and read all current settings, I use the HUE scenes without having the bridge added to the Zipato at all. I use rules to activate different scenes.


Register here for access to the HUE API, it is very interesting.

http://www.developers.meethue.com/philips-hue-api

photo
1

{


"1": {

"state": {

"on": true,

"bri": 144,

"hue": 13088,

"sat": 212,

"xy": [0.5128,0.4147],

"ct": 467,

"alert": "none",

"effect": "none",

"colormode": "xy",

"reachable": true

photo
1

And amazing after 2 years Zipato can't just implement this?????


So simple!

photo
1

If it is that simple, then this should really be implemented asap!

photo
1

I'm trying this out without luck;


Address - http://<my bridge ip address>/api

Method - GET

Body - same as above


And nothing happens, do I need to create a user as described in the Hue developers site, and add it to the end of the address.

photo
1

Sorry I meant method PUT

photo
1

Im trying this;


method- PUT

address - http://BRIDGE IP/api/USER ID/groups/4/action

Body -

{

"on": true,

"hue": 2000,

"effect": "colorloop"

}


And I get the attached error message.

photo
photo
1

I have created a topic with examples of basic HTTP commands if someone is interested. After a little bit I figure out my problems...


https://community.zipato.com/topic/phillips-hue-basic-http-control

photo
2

I have bought hue and suffering from same issue having to trigger the 'On' scene twice.

I have found a workaround, using a virtual level control and a rule that reacts to the different values by sending various http requests thanks to Alberto's tips above. I then can setup a scene with each meter value: running the scene will then fire the appropriate http request.

For instance, I have a level control called 'Hue Scenes' and create a rule that

if meter is 0, it sends http://192.168.1.x/api/userkey/groups/2/action with a body of {"on":false} to turn lights off

if meter is 1, it sends http://192.168.1.x/api/userkey/groups/2/action with a body of {"on":true,"bri":200,"effect":"colorloop"} to activate color loop.

photo
1

Awesome, glad I could help.

photo
Leave a Comment
 
Attach a file