LuBeDa
LuBeDa
Hi, please try to remove the e131 stuff, the esp8266 has a poor performance and in conjunction with a poor wifi i can imagine the source of the error. I...
can you try this? ``` service: esphome.bedroom_clock_set_clock_color data: r: 255 g: 0 b: 0 ``` assuming your ulanzi is named "bedroom_clock"
Hi, nice idea with the color synchronization to your room light! can you provide a esphome-log of the red blue toggle effect?
I think there are two clock screens in your queue, one with the default color ("white") and your adapted color so you should delete all clock_screens in the queue before...
this issue is not direct related to ehmtx so => close
Hello, thanks. I really don't know what's the best way to deal with this problem. Between `main` and `2023.9.1` are many breaking changes, It's hard for me to make a...
I also think the 2023.9.1 is the version to go for production. I don't like the internal structure of the code but the features are very useful.
Each esphome release is packed with suprises (breaking changes), so it is hard to stay up to date for me. Each user can decide which version of esphome he uses....
So every thing that is now done in the crazy switch statements could- be sorted into the clases so no more: ```cpp switch (this->queue[i]->mode) { case MODE_EMPTY: break; case MODE_BLANK:...