mariusmotea / diyHue

Philips Hue emulator that is able to control multiple types of lights
Other
627 stars 107 forks source link

ikea tradfri delay #450

Closed camatthew closed 5 years ago

camatthew commented 5 years ago

Describe the bug when using a music app such as ilightshow the lights have a delay

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Logs If applicable, provide output logs. These can be obtained via manually running HueEmulator3.py with python3 HueEmulator3.py.

Additional context Add any other context about the problem here.

mariusmotea commented 5 years ago

Hi,

Noting can be done because there is no way to control the Ikea bulbs at fast speed. Philips bulbs incorporate proprietary protocol and only Hue Bridge know how to use it. If you want to enjoy the entertainment mode just buy a few meters of WS2812 leds strip and split it into multiple virtual lights for independent color control.

camatthew commented 5 years ago

is the raspbee gateway fast

mariusmotea commented 5 years ago

I believe is a little bit faster.

camatthew commented 5 years ago

whats my best option if i want to keep my light strips

mariusmotea commented 5 years ago

What type are your light strips?

camatthew commented 5 years ago

standard rgbww strips from menards. I got a rgbcct controller because it combines the light one smart light rather than two. I used a gledopto controller from aliexpress.

mariusmotea commented 5 years ago

Unfortunatelly you have no easy option, even if you use genuine Philips Bridge, the devices you have will not work in music mode because the lights don't have the future used by Philips for Entertainment protocol. If you have electronics skills you can convert the strips to esp8266, but it will be one light / strip. If you will buy WS2812 leds strip you may divide the strip in multiple lights and use just one esp8266 controller.

ghost commented 5 years ago

Fixes suggested, no software fix available so closing