Allow OTA and Logger to run over packet_transport #3330
Unanswered
nschimme
asked this question in
Native API
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Native API enhancement
Allow OTA and Logger to send their metadata over a packet_transport.
Use cases
Easy deployment of new firmware and debugging to remote ESPHome devices that are connected over packet_transport (i.e. UART, SX127X, etc)
Anything else?
Right now both OTA and Logger expect each device to have an IP which isn't always available over certain packet_transport network. Ideally the Native API is aware of remote ESPHome devices that are proxied by another node (or nodes in a mesh).
Beta Was this translation helpful? Give feedback.
All reactions