Max Prokhorov

Results 502 comments of Max Prokhorov

Sort of like that. idk if lights module specifically needs to know about e131 presence, right now that requirement is only for data output. Can we just parse the packet...

*OT about "I have it building but had to really cut down my image to OTA" See https://arduino-esp8266.readthedocs.io/en/2.7.4_a/ota_updates/readme.html#compression*

I missed this 2w ago... What is the use-case, exactly? fwiw, we send out 'uptime' if the goal is to track instability

Should be something like this? Based on what tasmota template & esphome config look like: ```diff diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index ba8cc4d8..787d8d7c 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -4892,6 +4892,20...

This is something that was added by Xose originally, see `/api/pulse/` (note that we don't suffix the relay, but have a whole different endpoint). Sending time in in seconds will...

Ah, I understand. We do have an internal 'delay' mechanism which is missing from the UI - `relayDelayOn#` / `relayDelayOff#`. Unlike pulse, time is set in milliseconds e.g. `set relayDelayOff0...

Delay **is** relay's property, thus button press will trigger the delay as well (both directions). You could check what debug log says btw; relay module is very chatty about it's...

https://www.aliexpress.com/item/32908003856.html ?

Thanks! But what about the store page? https://www.amazon.com/Magic-Hue-Equivalent-Multicolored-Compatible/dp/B07LFTHW6S? *(reverse-googling the image)*

> the original developer used ThingPulse/esp8266-oled-ssd1306, if someone who have ssd1306 would move to adafruit/Adafruit_SSD1306 probably there would be less ifdef. idk about that. perhaps, availability and / or esp8266...