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
When setting up ESPHome, even if the user only ever uses something such as the M5Stack PoESP32, ESPHome still requires a WiFi network be entered on the first device.
While only a minor inconvenience of having to make up a non-existent WiFi network, there may still be a better way of handling this requirement. Perhaps some sort of "yeah naaaah this is LAN-only"?
The PoESP32 does not have any method of utilising the WiFi that is traditionally included in the ESP32.
Which version of ESPHome has the issue?
2023.5.5
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2023.5.4
What platform are you using?
ESP32
Board
M5Stack PoESP32
Component causing the issue
esphome
Example YAML snippet
esphome:
name: m5stack-poesp32-25esp32:
board: m5stack-core-esp32framework:
type: arduino# Enable logginglogger:
# Keep this, coz you can't flash shit remotely without itota:
# Network interface for PoESP32ethernet:
type: IP101mdc_pin: GPIO23mdio_pin: GPIO18clk_mode: GPIO0_INphy_addr: 1power_pin: GPIO5# Enable Home Assistant APIapi:
encryption:
key: "****"
Anything in the logs that might be useful for us?
N/A
Additional information
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
We currently only make a connection to check the chip type after we ask for name and Wi-Fi. Since it's a small use case and we can assume that users that buy an ethernet ESP32 are more advanced users, I am leaning to not solve this issue.
The problem
When setting up ESPHome, even if the user only ever uses something such as the M5Stack PoESP32, ESPHome still requires a WiFi network be entered on the first device.
While only a minor inconvenience of having to make up a non-existent WiFi network, there may still be a better way of handling this requirement. Perhaps some sort of "yeah naaaah this is LAN-only"?
The PoESP32 does not have any method of utilising the WiFi that is traditionally included in the ESP32.
Which version of ESPHome has the issue?
2023.5.5
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2023.5.4
What platform are you using?
ESP32
Board
M5Stack PoESP32
Component causing the issue
esphome
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
The text was updated successfully, but these errors were encountered: