I am following instructions to set up a nodemcu 8266 device with esphome. This device was working with MQTT and homeassistant to provide motion and temp information. When I try to flash over USB I get a compiler error.
Using the configurator web tool, I do see application.h located here:
/config/esphomeyaml/garage/.piolibdeps/esphome-core/src/esphome/application.h
Hass.io Add-on: esphomeyaml-edge vdev
Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files
armhf / null / HA 0.97.2 / SU 183 / stable
INFO Reading configuration…
INFO Generating C++ source…
INFO Core config or version changed, cleaning build files…
INFO Compiling app…
INFO Running: platformio run -d /config/esphomeyaml/garage
Processing garage (platform: [email protected]; framework: arduino; board: esp01_1m)LibraryManager: Installing id=305 @ 1.1.3
Downloading [####################################] 100%
Unpacking [####################################] 100%
LibraryManager: Installing esphomelib
git version 2.17.1
Cloning into ‘/config/esphomeyaml/garage/.piolibdeps/_tmp_installing-UOpVJE-package’…
LibraryManager: Installing id=3837 @ 5.13.3
Downloading [####################################] 100%
Unpacking [####################################] 100%
Verbose mode can be enabled via-v, --verbose
option
CONFIGURATION: Redirecting...
PLATFORM: Espressif 8266 > Espressif Generic ESP8266 ESP-01 1M
HARDWARE: ESP8266 80MHz 80KB RAM (1MB Flash)
Library Dependency Finder → Library Dependency Finder (LDF) — PlatformIO latest documentation
LDF MODES: FINDER(chain) COMPATIBILITY(soft)
Collected 29 compatible libraries
Scanning dependencies…
Dependency Graph
|-- 1.0
|--
| |-- 1.0
|-- 1.1.3
| |-- 1.0
|-- 1.0
|-- 1.13.0-dev #254d059
| |-- 5.13.3
| |-- 1.0
| |-- 1.1.3
| | |-- 1.0
| |--
| | |-- 1.0
Compiling .pioenvs/garage/src/main.cpp.o
Generating LD script .pioenvs/garage/ld/eagle.app.v6.common.ld
Compiling .pioenvs/garage/lib4d9/ESP8266WiFi/BearSSLHelpers.cpp.o
Compiling .pioenvs/garage/lib4d9/ESP8266WiFi/CertStoreBearSSL.cpp.o
src/main.cpp:3:36: fatal error: esphomelib/application.h: No such file or directory
#include “esphomelib/application.h”
^
compilation terminated.
*** [.pioenvs/garage/src/main.cpp.o] Error 1
Compiling .pioenvs/garage/lib4d9/ESP8266WiFi/ESP8266WiFi.cpp.o
========================== [ERROR] Took 19.03 seconds ==========================