Ethernet and WiFi configuration for failover #3263
Unanswered
ss89
asked this question in
Component enhancements
Replies: 2 comments 1 reply
-
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
1 reply
-
If someone wants to implement this, I would actually put the failover config in the top level network:
priority:
- ethernet
- wifi
wifi:
...
ethernet:
... |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Component name
ethernet
Link to component documentation on our website
https://esphome.io/components/ethernet.html
Describe the enhancement
I would like the ethernet and wifi component to be able to co-exist and/or to be able to fail-over to the other.
Use cases
My use-case is a small observability project that may notify me via a network connection - which might also be down, so the firmware would need to failover to the other network (switching going from rj45 to wifi or vice versa).
Bonus point: I would like to be able to detect which network is currently active and i would like to be able to specifically have only one of two active at the same time.
Anything else?
In the simples possible configuration, I would imagine to configure such fallback like:
In a more clean configuration, I would imagine to configure the whole networking more like:
Beta Was this translation helpful? Give feedback.
All reactions