Results 19 comments of Joeri Colman

For me this would be useful for some services which use self signed certificates. These will not load until the user visits the page and accepts the "risk" of the...

In [my fork ](https://github.com/depuits/esp-mqtt-rgb-led)I've added support for the ENC28J60 and W5100 chips.

I've added button compatibility in my [fork](https://github.com/depuits/esp-mqtt-rgb-led). You can use it with other esp modules such as the esp-12 or when you're only using a single color led strip. @corbanmailloux...

The `ColorState` interface should indeed be a lot more restrictive for this the json parsing part would probably need to be moved from the main code to the `ColorState`. The...

I think I understand what you mean. I'll rework it some more when I have time.

I've moved the transition logic into its own `Transition` effect and simplified the `ColorState` object so it now only contains the rgbw values and brightness logic. It still implements the...

What changes should still be made to merge this code?

the difference between this pulse and the flash effect seems to be that the flash only flashes a specified amount of times while this pulse would keep on flashing until...

So do we also need a flash effect that pulses indefinitely?

I also use this with home assistant because when using the home assistant component the device you want to control needs to be connected to the home assistant device. I...