RGBW LED Controller (SMD)
DIY Collection
·
templates/
Übersicht
- Repository-URL
-
https://github.com/SmartHome-yourself/shys-collection - Tags
- ESPHome
Build-Verlauf
| Zeit / Status | Meldung | Log |
|---|---|---|
| 04.06.2026 15:27 OK | Log | |
| 03.06.2026 01:29 OK | Log | |
| 01.06.2026 23:36 OK | Log | |
| 01.06.2026 23:03 Fehler | Log | |
| 01.06.2026 15:06 OK | Log | |
| 30.05.2026 15:06 OK | Log | |
| 30.05.2026 15:00 Fehler | Log | |
| 29.05.2026 15:14 OK | 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:05 Fehler | Log | |
| 28.05.2026 15:07 OK | 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:07 OK | Log | |
| 25.05.2026 15:08 OK | Log | |
| 24.05.2026 15:09 OK | Log | |
| 23.05.2026 15:08 OK | Log | |
| 22.05.2026 15:08 OK | Log | |
| 21.05.2026 15:07 OK | Log | |
| 20.05.2026 19:25 OK | Log | |
| 20.05.2026 19:06 Fehler | Log | |
| 20.05.2026 15:23 Fehler | Log | |
| 20.05.2026 15:17 Fehler | Log | |
| 20.05.2026 13:10 Fehler | Log | |
| 20.05.2026 12:48 Fehler | Log | |
| 20.05.2026 12:20 Fehler | Log | |
| 20.05.2026 12:07 Fehler | Log | |
| 20.05.2026 11:44 Fehler | Log | |
| 20.05.2026 11:38 Fehler | Log |
Build-Details
Zeitpunkt: 20.05.2026 15:23 · Fehler
Kurzmeldung
Kompilierung fehlgeschlagen
Detail
Build-Kontext YAML: templates/hardware/rgbw-led-wifi-controller-12v-smd/esphome/shys-rgbw-smd.yaml Dauer: 0.36s Repo-Commit: d6cf22db vom 2025-12-23 21:26:55 Repo-Subject: readme update ESPHome: Version: 2026.6.0-dev (63fe977a, 2026-05-20 04:34:33) 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
script: [source /home/openclaw/.openclaw/workspace/tmp/esphome-monitor-mmuwh5mh/shys-collection/templates/hardware/rgbw-led-wifi-controller-12v-smd/esphome/shys-rgbw-smd.yaml:158]
- id: changeMode
then:
-
Unable to find action with the name 'globals.set'.
globals.set:
id: effect
value: !lambda |-
if(id(effect)+1 > id(effects).size() ){
return 0;
} else {
return id(effect)+1;
}
- if:
condition:
INFO ESPHome 2026.6.0-dev
INFO Reading configuration /home/openclaw/.openclaw/workspace/tmp/esphome-monitor-mmuwh5mh/shys-collection/templates/hardware/rgbw-led-wifi-controller-12v-smd/esphome/shys-rgbw-smd.yaml...
WARNING The minimum WiFi authentication mode (wifi -> min_auth_mode) is not set. This controls the weakest encryption your device will accept when connecting to WiFi. Currently defaults to WPA (less secure), but will change to WPA2 (more secure) in 2026.6.0. WPA uses TKIP encryption which has known security vulnerabilities and should be avoided. WPA2 uses AES encryption which is significantly more secure. To silence this warning, explicitly set min_auth_mode under 'wifi:'. If your router supports WPA2 or WPA3, set 'min_auth_mode: WPA2'. If your router only supports WPA, set 'min_auth_mode: WPA'.