I wanted to update one of my devices running ESP Home.
Its a Magic Home LED controller that I’ve flashed with ESP home and while it worked fine the first time I flashed it I wanted to change the code a little bit and got this error message telling me that I’m not connected to the internet.
I’m right now on 0.111.2
As for the ESPhome Yaml file - I’m confident that its OK (It worked the first time and I have ~14 other devices with similar code that is OK (With the exception of another one but it’s a different symptom).
Anyone have any suggestions on what could be wrong in this case ?
Thanks
INFO Reading configuration /config/esphome/raindance_esp_rgb_strip_4.yaml...
INFO Generating C++ source...
INFO Compiling app...
INFO Running: platformio run -d /config/esphome/raindance_esp_rgb_strip_4
Processing raindance_esp_rgb_strip_4 (board: esp01_1m; framework: arduino; platform: [email protected])
--------------------------------------------------------------------------------
HARDWARE: ESP8266 80MHz, 80KB RAM, 1MB Flash
Looking for ESPAsyncTCP-esphome library in registry
Warning! You are not connected to the Internet.
If you build a project first time, we need Internet connection to install all dependencies and toolchains.
Looking for ESPAsyncWebServer-esphome library in registry
Warning! You are not connected to the Internet.
If you build a project first time, we need Internet connection to install all dependencies and toolchains.
Warning! You are not connected to the Internet.
If you build a project first time, we need Internet connection to install all dependencies and toolchains.
Dependency Graph
|-- <ESP8266WiFi> 1.0
|-- <ESP8266mDNS> 1.2
| |-- <ESP8266WiFi> 1.0
|-- <DNSServer> 1.1.1
| |-- <ESP8266WiFi> 1.0
Compiling /data/raindance_esp_rgb_strip_4/.pioenvs/raindance_esp_rgb_strip_4/src/esphome/components/api/api_connection.cpp.o
Compiling /data/raindance_esp_rgb_strip_4/.pioenvs/raindance_esp_rgb_strip_4/src/esphome/components/api/api_server.cpp.o
Compiling /data/raindance_esp_rgb_strip_4/.pioenvs/raindance_esp_rgb_strip_4/src/esphome/components/api/list_entities.cpp.o
Compiling /data/raindance_esp_rgb_strip_4/.pioenvs/raindance_esp_rgb_strip_4/src/esphome/components/api/subscribe_state.cpp.o
In file included from src/esphome/components/api/list_entities.h:52:0,
from src/esphome/components/api/list_entities.cpp:1:
src/esphome/components/api/api_server.h:19:25: fatal error: ESPAsyncTCP.h: No such file or directory
*********************************************************************
* Looking for ESPAsyncTCP.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:ESPAsyncTCP.h"
* Web > https://platformio.org/lib/search?query=header:ESPAsyncTCP.h
*
*********************************************************************
#include <ESPAsyncTCP.h>
^
compilation terminated.
In file included from src/esphome/components/api/api_connection.h:7:0,
from src/esphome/components/api/api_connection.cpp:1:
src/esphome/components/api/api_server.h:19:25: fatal error: ESPAsyncTCP.h: No such file or directory
*********************************************************************
* Looking for ESPAsyncTCP.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:ESPAsyncTCP.h"
* Web > https://platformio.org/lib/search?query=header:ESPAsyncTCP.h
*
*********************************************************************