|
|
请教大家esphomeOTA升级,提示这个怎么处理
INFO ESPHome 2025.12.2
INFO Reading configuration /config/esphome/jiugui-light-controller.yaml...
WARNING 'jiugui_light_controller': Using the '_' (underscore) character in the hostname is discouraged as it can cause problems with some DHCP and local name services. For more information, see https://esphome.io/guides/faq/#why-shouldnt-i-use-underscores-in-my-device-name
WARNING The minimum WiFi authentication mode (wifi -> min_auth_mode) is not set. This controls the weakest encryption your device will accept when connecting to WiFi. Currently defaults to WPA (less secure), but will change to WPA2 (more secure) in 2026.6.0. WPA uses TKIP encryption which has known security vulnerabilities and should be avoided. WPA2 uses AES encryption which is significantly more secure. To silence this warning, explicitly set min_auth_mode under 'wifi:'. If your router supports WPA2 or WPA3, set 'min_auth_mode: WPA2'. If your router only supports WPA, set 'min_auth_mode: WPA'.
WARNING API 'password' authentication has been deprecated since May 2022 and will be removed in version 2026.1.0. Please migrate to the 'encryption' configuration. See https://esphome.io/components/api/#configuration-variables
INFO Generating C++ source...
INFO Compiling app... Build path: /data/build/jiugui_light_controller
Processing jiugui_light_controller (board: esp01_1m; framework: arduino; platform: platformio/[email protected])
--------------------------------------------------------------------------------
HARDWARE: ESP8266 80MHz, 80KB RAM, 1MB Flash
Dependency Graph
|-- ESPAsyncTCP @ 2.0.0
|-- ESP8266WiFi @ 1.0
|-- ESPAsyncWebServer @ 3.7.10
|-- DNSServer @ 1.1.1
|-- ESP8266mDNS @ 1.2
RAM: [==== ] 38.4% (used 31488 bytes from 81920 bytes)
Flash: [==== ] 39.5% (used 404661 bytes from 1023984 bytes)
========================= [SUCCESS] Took 19.69 seconds =========================
INFO Successfully compiled program.
INFO Connecting to 192.168.0.232 port 8266...
ERROR Connecting to 192.168.0.232 port 8266 failed: [Errno 113] No route to host
ERROR Connection failed.
WARNING Failed to upload to ['192.168.0.232'] |
|