Oxan van Leeuwen
Oxan van Leeuwen
Yeah, this component needs to be rewritten to use the new `socket` abstraction instead of `async_tcp`, but I haven't had the time and motivation to do that yet. PR's welcome.
That's an old version that gets used. Try clearing the `.esphome` directory and rebuilding.
> Any pointers on how to do so when using supervised? Not sure, I've never used it myself.
Do I understand it correctly that the problem you want to solve is that if in high throughput situations, there could be read more data from the UART than fits...
> Do you plan to merge this PR? Yes, but I've to find some time and energy to properly review, test and adapt this.
There's a lot to unpack here. > The following two patches made it work. I think the first one is a bug as it detects wrongly `int | str |...
There's no RISC-V toolchain for ARM64 available yet on PlatformIO. Not much we can do about that.
> Nice! Is that the same as this one? > > https://gist.github.com/phha/651a2eeb30c6d6ca0937b3394e2bd9e6 Yes, that's exactly the same code, someone forked it but made no changes for some reason.
@Harald-P Try adding this: ``` esphome: libraries: - [email protected] ``` (note that this version is for ESPHome 1.14.5, newer/older versions might need a different version). Usually this library is already...