Results 227 comments of HomeSpan

I'll review in more detail, but starting around mid iOS 15 (if I'm remembering correctly) the Faucet Example starting acting flaky. The valves would sometimes appear and sometimes disappear from...

Pressing and holding the control button causes HomeSpan to go into command mode (also known as *Device Configuration Mode*), but then you have to select which command you want to...

It's fully explained in the [User Guide](https://github.com/HomeSpan/HomeSpan/blob/master/docs/UserGuide.md#device-configuration-mode).

This is from the documentation page: When the Device Configuration Mode is first started, the Status LED will blink once per second to indicate Action 1 has been selected. To...

I'll add this in directly in an upcoming iteration later today or tomorrow since things have changed quite a lot and I'm still testing all the changes in my integrated...

After doing some additional research I finally found that RGB+CCT strips actually exist: https://www.btf-lighting.com/collections/ws2805-rgbcct-24v/products/ws2805-pixels-led-strip-light-rgbcct-5in1-60leds-m-addressable-dual-signal-3000k-6500k This strip provides control of **FIVE** distinct LEDS: Red, Green, Blue, Warm White, and Cool White....

Please check out candidate release 1.10.0. Contains completely refactored Pixel and RFControl library. I have not yet updated the Pixel docs, but the code should be somewhat self-explanatory. Major changes...

I'm using 3.0.4 but I think it should work with 3.0.2 as well. I have not added any new dependencies that are not already in the base Arduino-ESP32 library. Can...

Well, it was needed when originally placed there 2 or so years ago -- may not be needed anymore. See if you can eliminate. The Espressif folks don't really do...

Was just reviewing the code again - note that the dnsServer is still used even though the process command is just stub. DNS is started with the start() command and...