Skip to content
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

[BUG] Get Warnning while compiling YAML #106

Closed
holefrog opened this issue Jan 3, 2023 · 1 comment
Closed

[BUG] Get Warnning while compiling YAML #106

holefrog opened this issue Jan 3, 2023 · 1 comment

Comments

@holefrog
Copy link

holefrog commented Jan 3, 2023

Describe the bug
Get Warnning while compiling YAML:

INFO Updating https://github.com/mmakaay/esphome-xiaomi_bslamp2@dev
WARNING The selected ESP-IDF framework version is not the recommended one. If there are connectivity or build issues please remove the manual version.

To Reproduce
Steps to reproduce the behavior:

  1. esphome run mydevice.yaml

Additional context
Add any other context about the problem here.

Compile from ESPHOME CLI, cause HA run on Raspberry Pi does not have the required package

** Problem **:
...
...
Processing bedside-lamp (board: esp32doit-devkit-v1; framework: espidf; platform: platformio/espressif32 @ 3.5.0)
--------------------------------------------------------------------------------
Tool Manager: Installing espressif/toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch2
INFO Installing espressif/toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch2
Error: Could not find the package with 'espressif/toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch2' requirements for your system 'linux_aarch64'
======== [ERROR] /config/esphome/bedside-lamp.yaml ========
@mmakaay
Copy link
Owner

mmakaay commented Jan 5, 2023

The use of an older version of the ESP-IDF framework is a conscious choice here.
With the recommended framework version, the lamp will not work.
See this issue for details: #104
So the warning can be ignored here.

The other issue that you mention is a duplicate of: #63

@mmakaay mmakaay closed this as completed Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants