Alastair D'Silva
Alastair D'Silva
There's a couple of missing variables from the sample env file: ``` WARNING: The HOST_API_PORT variable is not set. Defaulting to a blank string. WARNING: The CONTAINER_API_PORT variable is not...
Hi folks, I've squashed all the cleanup to create a minimal set of patches, and rebased on top of the current main. @Robert-github-com , you can grab it here: https://github.com/deece/WLED/tree/fw1906
I believe this was intended for @Robert-github-com . I already rebased and squashed down to a minimal set (see my earlier comments), so hopefully they're isn't much to change from...
@blazoncek Is main sufficient, or do you want 0_15?
I have all manner of devices (not just Sonoff) dropping randomly, with both Ti coordinators and EFR ones. I asked ChatGPT to write an extension to automatically apply the max...
As an alternative, I just sent a PR to add support for Open Energy Monitor (openenergymonitor.org). You can pull your inverter data into that, then combine the generation feeds into...
I'd suggest redis vector support too, it works well enough for AutoGPT. Pgvector could also be interesting, given the reliance on Postgres anyway
> The thing is while my component doesn't need 100% CPU to apply all filters/calculations, but it will block in `i2s_read`, waiting for audio data. So all other tasks with...
I've got a c3 sitting on my desk at the moment, if you want to push a branch up somewhere, I can test it for you.
Thanks for the info. My use case is actually for WLED/ESP32-RMT, and I know the hardware itself is capable of it (I had to do some tricks with ESPhome's RMT...