-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmirabella_genio_rgbw_a.yaml
94 lines (83 loc) · 1.96 KB
/
mirabella_genio_rgbw_a.yaml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# -------------------------------------
# ---- Implemented on Mirabella Genio RGBW Globe ----
# -------------------------------------
substitutions:
devicename: mirabella_genio_rgbw_a
esphome:
name: ${devicename}
platform: ESP8266
board: esp8285
wifi:
#power_save_mode: light # power reduced from 1.2w to 0.8w
#fast_connect: true
networks:
- ssid: !secret wifi_ssid
password: !secret wifi_password
hidden: True
manual_ip:
static_ip: !secret ip_geniorgbw_a_light
gateway: !secret ip_gateway
subnet: 255.255.255.0
domain: .homelan
ap: # Enable fallback hotspot (captive portal) in case wifi connection fails
ssid: "${devicename} Hotspot"
password: !secret password
captive_portal:
# Enable logging
logger:
# Enable Home Assistant API
api:
reboot_timeout: 0s # Dont reboot..
encryption:
key: !secret encryption_key
ota:
password: !secret password
web_server:
port: 80
auth:
username: admin
password: !secret password
sm2135:
data_pin: GPIO12
clock_pin: GPIO14
output:
- platform: sm2135
id: output_green
channel: 0
max_power: 0.46
- platform: sm2135
id: output_blue
channel: 1
max_power: 0.3
- platform: sm2135
id: output_red
channel: 2
- platform: sm2135
id: output_white
channel: 3
max_power: 0.8
- platform: sm2135
id: output_warmwhite
channel: 4
max_power: 0.8
light:
- platform: rgbw
name: "mirabella_genio_rgbw_a"
default_transition_length: 1s
red: output_red
green: output_green
blue: output_blue
white: output_warmwhite
restore_mode: ALWAYS_ON # Ensure the light turns on by default if the physical switch is actuated.
effects:
- strobe:
- flicker:
- random:
- random:
name: "My Slow Random Effect"
transition_length: 30s
update_interval: 30s
- random:
name: "My Fast Random Effect"
transition_length: 4s
update_interval: 5s