Daniel Dunn
Daniel Dunn
Could you add a donation link? This project seems to be extremely popular, I don't see why you couldn't get enough for a higher tier backend
I wonder if it wouldn't make sense long term to move to a local client. If the user's machine directly queried the NOAA API that doesn't need a key, only...
@muxa I have basic Mermaid chart support for conditions: https://github.com/EternityForest/esphome-state-machine/tree/integrate-conditions Edit: GraphViz DOT also supported now It's fairly complex and adds a lot of new code, but it tries to...
> I also completely agree with renaming it from pm to power_management If it's not going to cover anything but the CPU itself, maybe it could even be cpu_power_management? External...
Should we hold an ESP_PM_APB_FREQ_MAX lock when using UART frequencies above 500k that are too much for the TICK clock source? I don't have time for extensive testing but I...
As a related note, maybe preventing public peers from ever getting overloaded in the first place is worth investigating. I like the idea I've seen discussed of letting people add...
BLE's theoretical range is like 500 feet, and even the practical range is fairly decent. Nowhere near LoRa, but enough for a lot of use cases, especially with a BLE...
Allowing different "config presets" stored on the app, not the device, that you could select without rewriting and wearing out flash, could have a lot of other uses. Admin channels...
@cyberorg That seems like it would be a perfectly good long term solution if the UI supported it with a switcher menu in the app
What about using Libsodium? It seems to be just as trusted as AES, and specifically designed to be hard to mess up. It's got an authenticated mode too.