You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to add support for the base ESP32 Models (ESP32 Wroom).
The project compiles perfectly fine and the dashboard, the tag reading and writing works perfectly.
Basically handles my issue #43
How did you done it? I replaced files with yours. But it giving error following. i dont get it whats wrong.
INFO ESPHome 2025.2.2
INFO Reading configuration esp32-32d.yaml...
WARNING The selected ESP-IDF framework version is not the recommended one. If there are connectivity or build issues please remove the manual version.
WARNING GPIO12 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
Failed config
This feature is not available for the IDF framework version 5.
rmt_channel: 0
default_transition_length: 0.4s
restore_mode: RESTORE_DEFAULT_ON
entity_category: diagnostic
make: *** [esp32-32d] Error 2
The problem occurred after upgrading esphome to the latest version. The ESP IDF version 5 does not support configuring the rmt channel. This is not a problem in my PR but for every configuration that is currently available.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've managed to add support for the base ESP32 Models (ESP32 Wroom).
The project compiles perfectly fine and the dashboard, the tag reading and writing works perfectly.
Basically handles my issue #43