diyhue / Lights

DIY lights with support for diyHue
https://diyhue.org/
172 stars 99 forks source link

Cannot open Webinterface with Generic_RGB_Light #71

Closed Gaming12846 closed 4 years ago

Gaming12846 commented 4 years ago

I set up the Generic_RGB_Light and connected to the wifi, but when I try to open the web interface I get a timeout and my Hue emulator cannot find the RGB stripe.

Mevel commented 4 years ago

Could you try a different sketch and see if the problem persists? Do you use static ip or DHCP?

Gaming12846 commented 4 years ago

Other Stetches like Generic_WS2812_Strip working perfectly, i can open the webinterface and the hue app detects the Light. I use DHCP on the Sketch and set a static ip in my Fritz Box. Its work fine for Generic_WS2812_Strip.

Gaming12846 commented 4 years ago

I solved it, i switched to esp8266 version 2.4.1 with these settings:

Set the CPU frequency to 80 MHz
Set the Flash Size to "4M (1M SPIFFS)". <-- Double check this!
Set the upload speed to 115200 (you could try to set it higher, but it could cause problems).
Set "IwIP Variant" to "v2 Higher Bandwidth".