Evening all,
I’m wanting to use D1 Mini + DIYLESS.com OpenTherm shield to control my Boiler using modulation.
I know there will be plenty questions / advice cause from searching I think my use case is semi unique… however.com right now I would settle for a Repo which will actually compile and install?
And suggestions? Just to get something installed and working I wanted to start with GitHub - rsciriano/ESPHome-OpenTherm: Example of how to control an opentherm boiler with esphome but I get the attached errors.
INFO Reading configuration /config/esphome/esphome-web-ab09f9.yaml...
INFO Generating C++ source...
INFO Compiling app...
Processing esphome-web-ab09f9 (board: d1_mini; framework: arduino; platform: platformio/espressif8266 @ 3.2.0)
--------------------------------------------------------------------------------
HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
Dependency Graph
|-- <OpenTherm Library> 1.1.0
|-- <ESP Async WebServer> 1.2.3
| |-- <ESPAsyncTCP> 1.2.2
| |-- <Hash> 1.0
|-- <ESPAsyncTCP-esphome> 1.2.3
|-- <ESPAsyncWebServer-esphome> 2.1.0
| |-- <ESPAsyncTCP-esphome> 1.2.3
| |-- <Hash> 1.0
| |-- <ESP8266WiFi> 1.0
|-- <DNSServer> 1.1.1
|-- <ESP8266WiFi> 1.0
|-- <ESP8266mDNS> 1.2
Archiving /data/esphome-web-ab09f9/.pioenvs/esphome-web-ab09f9/libb84/libESPAsyncTCP.a
Archiving /data/esphome-web-ab09f9/.pioenvs/esphome-web-ab09f9/libaf0/libHash.a
Compiling /data/esphome-web-ab09f9/.pioenvs/esphome-web-ab09f9/lib3cd/ESP Async WebServer/AsyncEventSource.cpp.o
Compiling /data/esphome-web-ab09f9/.pioenvs/esphome-web-ab09f9/lib3cd/ESP Async WebServer/AsyncWebSocket.cpp.o
Compiling /data/esphome-web-ab09f9/.pioenvs/esphome-web-ab09f9/lib3cd/ESP Async WebServer/SPIFFSEditor.cpp.o
Compiling /data/esphome-web-ab09f9/.pioenvs/esphome-web-ab09f9/lib3cd/ESP Async WebServer/WebAuthentication.cpp.o
In file included from /data/esphome-web-ab09f9/.piolibdeps/esphome-web-ab09f9/ESP Async WebServer/src/AsyncEventSource.h:29,
from /data/esphome-web-ab09f9/.piolibdeps/esphome-web-ab09f9/ESP Async WebServer/src/AsyncEventSource.cpp:21:
/data/esphome-web-ab09f9/.piolibdeps/esphome-web-ab09f9/ESP Async WebServer/src/ESPAsyncWebServer.h:35:10: fatal error: ESP8266WiFi.h: No such file or directory
*********************************************************************
* Looking for ESP8266WiFi.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:ESP8266WiFi.h"
* Web > https://registry.platformio.org/search?q=header:ESP8266WiFi.h
*
*********************************************************************
35 | #include <ESP8266WiFi.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
In file included from /data/esphome-web-ab09f9/.piolibdeps/esphome-web-ab09f9/ESP Async WebServer/src/AsyncWebSocket.h:32,
from /data/esphome-web-ab09f9/.piolibdeps/esphome-web-ab09f9/ESP Async WebServer/src/AsyncWebSocket.cpp:22:
/data/esphome-web-ab09f9/.piolibdeps/esphome-web-ab09f9/ESP Async WebServer/src/ESPAsyncWebServer.h:35:10: fatal error: ESP8266WiFi.h: No such file or directory
*********************************************************************
* Looking for ESP8266WiFi.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:ESP8266WiFi.h"
* Web > https://registry.platformio.org/search?q=header:ESP8266WiFi.h
*
*********************************************************************
35 | #include <ESP8266WiFi.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
*** [/data/esphome-web-ab09f9/.pioenvs/esphome-web-ab09f9/lib3cd/ESP Async WebServer/AsyncEventSource.cpp.o] Error 1
*** [/data/esphome-web-ab09f9/.pioenvs/esphome-web-ab09f9/lib3cd/ESP Async WebServer/AsyncWebSocket.cpp.o] Error 1
In file included from /data/esphome-web-ab09f9/.piolibdeps/esphome-web-ab09f9/ESP Async WebServer/src/SPIFFSEditor.h:3,
from /data/esphome-web-ab09f9/.piolibdeps/esphome-web-ab09f9/ESP Async WebServer/src/SPIFFSEditor.cpp:1:
/data/esphome-web-ab09f9/.piolibdeps/esphome-web-ab09f9/ESP Async WebServer/src/ESPAsyncWebServer.h:35:10: fatal error: ESP8266WiFi.h: No such file or directory
*********************************************************************
* Looking for ESP8266WiFi.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:ESP8266WiFi.h"
* Web > https://registry.platformio.org/search?q=header:ESP8266WiFi.h
*
*********************************************************************
35 | #include <ESP8266WiFi.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
*** [/data/esphome-web-ab09f9/.pioenvs/esphome-web-ab09f9/lib3cd/ESP Async WebServer/SPIFFSEditor.cpp.o] Error 1
TIA