Letzter täglicher Build · 2 YAML-Konfigurationen
Build erfolgreich
Zuletzt gebaut: 01.09.2026, 15:19

pcb.png
120.9 KB

rgbw-schaltplan.png
149.3 KB
thumb.png
307.3 KB
1esphome:
2 name: rgb_youtube
3
4esp8266:
5 board: nodemcuv2
6
7wifi:
8 ssid: !secret WLanSSID
9 password: !secret WLanPassword
10
11 ap:
12 ssid: "RGB Buero"
13 password: "gWef1LCbEILB"
14
15captive_portal:
16logger:
17
18api:
19 encryption:
20 key: !secret api_encryption_key
21ota:
22 platform: esphome
23 password: !secret HA_OTA_Password
24
25light:
26 - platform: rgbw
27 name: "SmartHome yourself RGB"
28 red: rgb_shys_1
29 green: rgb_shys_2
30 blue: rgb_shys_3
31 white: rgb_shys_4
32
33output:
34 - platform: esp8266_pwm
35 id: rgb_shys_1
36 pin: D5
37 - platform: esp8266_pwm
38 id: rgb_shys_2
39 pin: D6
40 - platform: esp8266_pwm
41 id: rgb_shys_3
42 pin: D2
43 - platform: esp8266_pwm
44 id: rgb_shys_4
45 pin: D1