Smart home lights automation with ESP8266 and Philips Hue

Опубликовано: 07 Май 2026
на канале: plukas
29,083
186

In this video I would like to focus on the basic connection with ESP8266 with Philips Hue and show how to control your Philips Hue system with your arduino or ESP8266/ESP32. We go to register new device on Hue bridge, setup the controller to communicate with build-in RESTful API in bridge (commands are sent in HTTP requests and JSON).

Cheap replacement of Philips Hue Motion Sensor:

Sensor activates the light only in case certain level of light is detected (by default less than 100 lx). If the ambient light sensor light level exceeds the set value, switch-off request is sent and motion detection is ignored.
If the PIR sensor stops to detect motion, the timer is started to switch off the light after set time interval. Controller LED indicates detected motion.

Where to buy:
D1 mini Lite: https://s.click.aliexpress.com/e/_DCt...
D1 mini Pro: http://s.click.aliexpress.com/e/IWWJf5A
Shields and sensors: https://lolin.aliexpress.com/store/gr...

Links:
https://developers.meethue.com/develo...

Source code:
https://gist.github.com/xxlukas42/61c...

Libraries:
https://github.com/claws/BH1750

==========
#plukas #esp8266 #philipshue