← Zurück zum Build
RGBW LED Controller (SMD) · 20.05.2026 15:17 Fehler
Failed config

script: [source /home/openclaw/.openclaw/workspace/tmp/esphome-monitor-ipd8scqo/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-ipd8scqo/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'.