Search the Community
Showing results for tags 'philips'.
-
QA for Philips Hue devices (for HC3 5.040 GA or above): - support of philips hue lights, switches and sensors (motion, temperature, light) and some ikea lights connected to hue bridge - unlimited number of hue bridges - all logic and setup are centralized in QA HueMain - creating of hue devices via click on buttons in HueMain - a lot of parameters for advanced users - automatic update of all devices in case of new versions - centralized setting of favorite buttons,colors and icons (also possibility to override settings via local variables in every QAs) - power consumption
- 37 replies
-
- 12
-
-
-
Hi, I have several problems to get my HUE lights working white my Fibaro HC2. I have made a scene for my bathroom just to turn on and off the light in combination white a motion sensor. This is working fine but the light is always changing back to the warm color after about 24 hours. So i like to set the color by a LUA command. I used the debug function for the settings (see below) --[[ %% properties %% events %% globals --]] fibaro:debug(fibaro:getValue(162, "ui.brightness.value")) fibaro:debug(fibaro:getValue(162, "ui.saturation.value")) fibaro:debug(
-
I am not the Author, but this is such a great guide that I think it should be here. https://snillevilla.se/styr-philips-hue-lampor-med-fibaro-home-center-2/ You also need to check Developers.meethue.com and follow the tutorial there to get a user made for API https://developers.meethue.com/documentation/getting-started Files for icons and VD files here: https://github.com/snillevilla/Philips-Hue-VD-for-Fibaro-HC2
-
Witam Posiadam Dimmer 2, podpięte są pod niego żarówki GU10 hue color, czy ktos sie orientuje czy one nie sa sciemnialne, poza aplikacja philips hue? dziala komus poprawnie hue + dimmer 2? pozdrawiam
-
Od pewnego czasu w aplikacji hue można ustawić zachowanie żarówek po włączeniu, fajnie by było gdyby udało się to zrobić za pomocą pluginu w HC, ustawiając w zależności od pory dnia barwę światła.
-
This is my first topic in a series of post I'm going to write about the advanced LUA scenes I wrote for my home automation project. My goal is not flipping a light scene with a phone but for 90% autonome home automation. Besides posting LUA code I give you more insight why I came to this routine. It may help you with designing your own automation routines. Disclaimer: I am not a professional programmer and I post the scenes as is. I have no time to make the LUA scenes generic like other great members do on this forum. I just post my LUA code to share knowlegde and inspire you
-
Season holiday iscoming so I am happy to share the scene to control the VDs for PHILIPS HUE. That can be used not only for the color lights during holidays, but also for decorative light arrangement in the garden or wherever. The scene is controlling the VDs published by @Sankotronic here : The user settings is very simple. There are three parameters to be entered. 1. timeBRI is the value for the cycle of the brightness change 2. timeHUE is the value for the cycle of the hue cycle 3. lights ={} cont
-
I understand that the plugin in HC2 is only to enable manual control of lights from the HC2 and from the Fibaro App. Are there any other ways I could include one or more hue lights into scenes? Any coding? Anything else before I have to throw a large investment I made in hue lights or instead the Fibaro one? Many thanks for your support.
-
Hi everyone, It appears my hue lights are not responding to any scenes after the HC2 and hue hub had a power outage. is there an easy way to reset this? I dont want to create new bulbs with new device ID's because then i will ave to change all my scenes Thanks in advance!
-
Hi all, Is it at all possible to make use of , add Philips Hue Dimmer switches as an device to the HC lite world? Would be great to make use of them...
-
Is it possible to make Philips Hue lights blink in i.e. red in a scene, i.e. if a variable changes. The idea is something like this: https://youtu.be/53Vu0riatMQ?t=102 , when a door-sensor is not safe, a variable changes, and sets the alarm with blinking lights. When you change the variable back to safe, the alarm stops(a VD that changes a variable is explained several places). I was thinking of a door-sensor on a baby gate. I already have Philips Hue lights in that room and rooms nearby.
-
Philips JointSpace API for controlling new android TV
Lambik posted a question in Scenes and Interface
Hi! Here is something I want to share with you all! You can control your new Android Philips TV with commands mentioned here: http://jointspace.sourceforge.net/projectdata/documentation/jasonApi/1/doc/API.html The only thing you have to change to get it working is to change the version number into 5. So if you want to GET the system instead of using http://ip-address:1925/1/system you use http://ip-address:1925/5/system ! Happy LUA coding! -
Could you guys help me to create a simple lua scene that could turn on HUE lamp and turn off this lamp ? There is no possibility to add hue widget on a home screen on Fibaro ipad app, so i thought that a solution could be a scene. Is there a possibility to add custom icon to this scene that can shows us if the hue is on or off ?
-
Hello All, I have got a number of Philips Hue GU10 (color) spots sitting behind a dimmer2. I basically have these spots at a dim level of 100% at all times and use the Hue Plugin and scripts leveraging this plugin to control the dim level. It would be nice (ideal even) if I could attach a switch to S2 on dimmer2. Then capture dim levels from S2 to drive a scene that calls the Hue Plugin to pass on or synchronise the dim levels accordingly. I know how to set dim levels though the Hue Plugin, but have not been able to figure out how to capture dim levels from S2 on dimmer2. Is there