Letzter täglicher Build · 2 YAML-Konfigurationen
Build erfolgreich
Zuletzt gebaut: 03.06.2026, 01:31

pcb.png
120.9 KB

rgb-controller.jpg
307.3 KB

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