You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit new to all this, but I think this would be a pretty good feature to have.
I guess if there is a bin output from ESPHome then you can use that bin file and flash it manually using ESPLink the first time. Once that's done, you can just OTA using ESPHome from there onwards?
ESPHome is not a collection of projects, it's a collection of components that communicate through defined interfaces (like sensor, binary_sensor). A component is required to not manage both the front-end (like web server, TCP) and backend (like UART). A wifi-serial would break this abstraction. One potential way would be to have a stream abstraction so it would be serial -> stream -> wifi. But I don't really see enough of a use-case to get this into the core.
Sure it would be possible in custom code (in fact the custom UART interface is already documented and on the website).
Describe the problem you have/What new integration you would like
It would be great to have a serial to Wifi bridge in Esphome, like esp-link:
https://github.com/jeelabs/esp-link
Why it would be this a nice component?
Esp-link has more functionality, but for a start a simple read serial on XY pins and forward to TCP port would be more than enough.
Please describe your use case for this integration and alternatives you've tried:
Additional context
The text was updated successfully, but these errors were encountered: