-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation based on espidf framework fails #102
Comments
same here:
(...)
|
espidf is not supported in current version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to use espidf framework, instead of arduino - as I need more advance mqtt client options which are available only on espidf. Unfortunatelly during the installation I got the warning related to 'SPI' package and then errors for ELECHOUSE_CC1101_SRC_DRV
INFO ESPHome 2024.5.5
INFO Reading configuration /config/esphome/esp-wmbus-test.yaml...
INFO Detected timezone 'Europe/Warsaw'
WARNING GPIO5 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO2 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO15 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO0 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
INFO Generating C++ source...
INFO Compiling app...
Processing esp-wmbus-test (board: esp32dev; framework: espidf; platform: platformio/[email protected])
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
Reading CMake configuration...
Library Manager: Installing SPI
Warning! Could not find the package with 'SPI' requirements for your system 'linux_x86_64'
Library Manager: Installing SPI
Warning! Could not find the package with 'SPI' requirements for your system 'linux_x86_64'
Dependency Graph
|-- noise-c @ 0.1.4
|-- ArduinoJson @ 6.18.5
|-- wmbus-drivers @ 0.0.0+20240617075635.sha.1ad30e4
Compiling .pioenvs/esp-wmbus-test/src/esphome/components/wmbus/rf_cc1101.o
Compiling .pioenvs/esp-wmbus-test/src/esphome/components/wmbus/wmbus.o
In file included from src/esphome/components/wmbus/rf_cc1101.h:9,
from src/esphome/components/wmbus/rf_cc1101.cpp:1:
src/esphome/components/wmbus/cc1101_rf_settings.h:3:10: fatal error: ELECHOUSE_CC1101_SRC_DRV.h: No such file or directory
#include <ELECHOUSE_CC1101_SRC_DRV.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pioenvs/esp-wmbus-test/src/esphome/components/wmbus/rf_cc1101.o] Error 1
In file included from src/esphome/components/wmbus/wmbus.cpp:1:
src/esphome/components/wmbus/wmbus.h:17:10: fatal error: WiFiClient.h: No such file or directory
#include <WiFiClient.h>
^~~~~~~~~~~~~~
compilation terminated.
*** [.pioenvs/esp-wmbus-test/src/esphome/components/wmbus/wmbus.o] Error 1
The text was updated successfully, but these errors were encountered: