HUE reset and intro to ESP8266/ESP32
When I bought the HUE bridge, the bridge was used and accompanied by seven used HUE color changing bulbs. I've learned, in the interim, a lot about programming the bridge and bulbs. But not only that, different ways to do the programming. Typically, the bridge has a web page designed esppecially for programmers and debugging. That page is one way to proogram the system. Another method for programming uses the cURL command, most common in Linux/Unix systems, but possible in Microsoft Windows. In Windows, a version of curl can be downloaded and installed. Alternatively, WSL (Windows Subsystem for Linux) can be installed in Windows and some version of Linux installed in that software environment. I have two versions of Ubuntu which is very similar to the debian operating system I use on the Raspberry Pi 4b in my solar power station, hence no learning curve, a plus. The bridge had been user programmed by the previous owner and...