shys-m5-tough-touchmenu.yaml
Übersicht
- Repository-URL
-
https://github.com/SmartHome-yourself/m5-tough-touchmenu-for-esphome - Tags
- ESPHome
Build-Verlauf
| Zeit / Status | Meldung | Log |
|---|---|---|
| 03.06.2026 01:36 Warnung | Log | |
| 01.06.2026 23:42 Warnung | Log | |
| 01.06.2026 23:03 Fehler | Log | |
| 01.06.2026 15:13 Warnung | Log | |
| 01.06.2026 12:15 Fehler | Log | |
| 30.05.2026 15:11 Fehler | Log | |
| 30.05.2026 15:00 Fehler | Log | |
| 29.05.2026 15:19 Fehler | Log | |
| 29.05.2026 15:09 Fehler | Log | |
| 29.05.2026 15:09 Fehler | Log | |
| 29.05.2026 15:08 Fehler | Log | |
| 29.05.2026 15:06 Fehler | Log | |
| 28.05.2026 15:12 Fehler | Log | |
| 28.05.2026 15:00 Fehler | Log | |
| 27.05.2026 15:02 Fehler | Log | |
| 27.05.2026 15:01 Fehler | Log | |
| 26.05.2026 15:12 Fehler | Log | |
| 25.05.2026 15:13 Fehler | Log | |
| 24.05.2026 15:15 Fehler | Log | |
| 23.05.2026 15:14 Fehler | Log |
Build-Details
Zeitpunkt: 23.05.2026 15:14 · Fehler
Kurzmeldung
Kompilierung fehlgeschlagen
Detail
Build-Kontext YAML: shys-m5-tough-touchmenu.yaml Dauer: 0.29s Repo-Commit: e66dda1d vom 2024-07-04 11:00:17 Repo-Subject: Update shys-m5-tough-touchmenu.yaml ESPHome: Version: 2026.6.0-dev (be99553f, 2026-05-23 06:26:53) Python: Python 3.12.3 Runner: Linux-6.8.0-117-generic-x86_64-with-glibc2.39
Warnungen & Fehler
-
ESPHome compile error
Failed config
Vollständiges Build-Log
Vollbild (neuer Tab)Failed config
text_sensor.template: [source /home/openclaw/.openclaw/workspace/tmp/esphome-monitor-x0gdcl9f/m5-tough-touchmenu-for-esphome/shys-m5-tough-touchmenu.yaml:89]
platform: template
id: m5_state_tpl
name: M5 Tough Status
Couldn't find ID 'm5_textsensor_id'. Please check you have defined an ID with that name in your configuration.
lambda: !lambda |-
return {id(m5_textsensor_id).state};
update_interval: 500ms
on_value:
- then:
- if:
condition:
text_sensor.state:
id: m5_state_tpl
INFO ESPHome 2026.6.0-dev
INFO Reading configuration /home/openclaw/.openclaw/workspace/tmp/esphome-monitor-x0gdcl9f/m5-tough-touchmenu-for-esphome/shys-m5-tough-touchmenu.yaml...
WARNING The string '${wifi_ssid}' looks like an expression, but could not resolve all the variables: 'wifi_ssid' is undefined
In: wifi->ssid in /home/openclaw/.openclaw/workspace/tmp/esphome-monitor-x0gdcl9f/m5-tough-touchmenu-for-esphome/shys-m5-tough-touchmenu.yaml 61:9
WARNING The string '${wifi_ssid}' looks like an expression, but could not resolve all the variables: 'wifi_ssid' is undefined
In: wifi->ssid in /home/openclaw/.openclaw/workspace/tmp/esphome-monitor-x0gdcl9f/m5-tough-touchmenu-for-esphome/shys-m5-tough-touchmenu.yaml 61:9
WARNING 💡 NOTICE: This device does not have a framework specified.
Starting with ESPHome 2026.1.0, the default framework for ESP32 is ESP-IDF.
(We've been warning about this change since ESPHome 2025.8.0)
Why we made this change:
✨ Smaller firmware binaries
⚡ Faster compile times
🚀 Better performance and newer features
🔧 More actively maintained by ESPHome
To continue using Arduino, add this to your YAML under 'esp32:':
framework:
type: arduino
To silence this message with ESP-IDF, explicitly set:
framework:
type: esp-idf
Migration guide: https://esphome.io/guides/esp32_arduino_to_idf/