Results 227 comments of HomeSpan

Yeah, the Arduino library grew significantly in 3.X and you need to use a larger partition structure to fit HomeSpan. I'll note this in the docs before I release the...

That's a good question - I have used 3.X OTA on an existing 3.X device but have not yet tried to use 3.X OTA to update a 2.X device. I'll...

I've just tested and cannot reproduce - everything works fine. I started with a clean sketch running under HS 1.9.1 using Arduino-ESP32 2.0.17. I did use a large partition to...

I tried again on a second device and this time it failed in the same way you described above. I need to figure out why it did not fail on...

I have identified the source of the issue - it is unrelated to 3.0.4 and HS 1.10.0 and I can reproduce the issue all within 2.0.17 and HS 1.9.1, though...

I found that we are not the only one with this issue. The ESP forum discusses the root of the problem, which is that OTA does not support changes to...

I have a full RGBWC strip with 5 LED colors per pixel. I can seamlessly blend from cool-white to warm white using the new library. Did you look at my...

Remember you will need to use setTiming if your pixels have a different timing, as well as provide the "order" in which the bytes will be sent. For a strip...

Yes, sorry I did not yet have a chance to update the docs. The way these strips seem to work is that the manufacturer either uses LEDs with embedded PWM...

I'm not sure I'm following your code exactly. Give the new CCT command a try based on the example. If the color temp seems to be in reverse, it may...