Open SodaWithoutSparkles opened 7 months ago
I get similar issues when trying to include external libraries, did you find a solution?
You may need a 'platformio.ini' file alongside your .yaml file in the ESPHome config folder with content something like this:
[env:test-esp32]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
crankyoldgit/IRremoteESP8266@^2.8.6
@Gadgit83 but I am not using the arduino framework?
And no, I did not find a solution. I just bought a esp8266.
The problem
I was trying to use the IRremoteESP8266 library to implement control of a daikin air conditioner. Code of which can be found here. The issue is that, when using the esp-idf framework, esphome reports missing dependency, despite installing it.
Which version of ESPHome has the issue?
2024.4.1 and 2024.4.2
What type of installation are you using?
Docker
Which version of Home Assistant has the issue?
Does not matter
What platform are you using?
ESP32
Board
Compile time issue, not even installed to hardware
Component causing the issue
library manager(?)
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information