forked from nliaudat/floor-heating-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswitch_gpio.yaml
171 lines (169 loc) · 3.93 KB
/
switch_gpio.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
switch:
### CH1
- platform: gpio
name: "CH1 IA"
pin:
sn74hc595: sn74hc595_hub
number: 0
inverted: False
internal: true
id: CH1_IA_pin
interlock: &interlock_group_CH1 [CH1_IA_pin, CH1_IB_pin]
restore_mode: always off
- platform: gpio
name: "CH1 IB"
pin:
sn74hc595: sn74hc595_hub
number: 1
inverted: False
internal: true
id: CH1_IB_pin
interlock: *interlock_group_CH1
restore_mode: always off
### CH2
- platform: gpio
name: "CH2 IA"
pin:
sn74hc595: sn74hc595_hub
number: 2
inverted: False
internal: true
id: CH2_IA_pin
interlock: &interlock_group_CH2 [CH2_IA_pin, CH2_IB_pin]
restore_mode: always off
- platform: gpio
name: "CH2 IB"
pin:
sn74hc595: sn74hc595_hub
number: 3
inverted: False
internal: true
id: CH2_IB_pin
interlock: *interlock_group_CH2
restore_mode: always off
### CH3
- platform: gpio
name: "CH3 IA"
pin:
sn74hc595: sn74hc595_hub
number: 4
inverted: False
internal: true
id: CH3_IA_pin
interlock: &interlock_group_CH3 [CH3_IA_pin, CH3_IB_pin]
restore_mode: always off
- platform: gpio
name: "CH3 IB"
pin:
sn74hc595: sn74hc595_hub
number: 5
inverted: False
internal: true
id: CH3_IB_pin
interlock: *interlock_group_CH3
restore_mode: always off
### CH4
- platform: gpio
name: "CH4 IA"
pin:
sn74hc595: sn74hc595_hub
number: 6
inverted: False
internal: true
id: CH4_IA_pin
interlock: &interlock_group_CH4 [CH4_IA_pin, CH4_IB_pin]
restore_mode: always off
- platform: gpio
name: "CH4 IB"
pin:
sn74hc595: sn74hc595_hub
number: 7
inverted: False
internal: true
id: CH4_IB_pin
interlock: *interlock_group_CH4
restore_mode: always off
### CH5
- platform: gpio
name: "CH5 IA"
pin:
sn74hc595: sn74hc595_hub
number: 8
inverted: False
internal: true
id: CH5_IA_pin
interlock: &interlock_group_CH5 [CH5_IA_pin, CH5_IB_pin]
restore_mode: always off
- platform: gpio
name: "CH5 IB"
pin:
sn74hc595: sn74hc595_hub
number: 9
inverted: False
internal: true
id: CH5_IB_pin
interlock: *interlock_group_CH5
restore_mode: always off
### CH6
- platform: gpio
name: "CH6 IA"
pin:
sn74hc595: sn74hc595_hub
number: 10
inverted: False
internal: true
id: CH6_IA_pin
interlock: &interlock_group_CH6 [CH6_IA_pin, CH6_IB_pin]
restore_mode: always off
- platform: gpio
name: "CH6 IB"
pin:
sn74hc595: sn74hc595_hub
number: 11
inverted: False
internal: true
id: CH6_IB_pin
interlock: *interlock_group_CH6
restore_mode: always off
### CH7
- platform: gpio
name: "CH7 IA"
pin:
sn74hc595: sn74hc595_hub
number: 12
inverted: False
internal: true
id: CH7_IA_pin
interlock: &interlock_group_CH7 [CH7_IA_pin, CH7_IB_pin]
restore_mode: always off
- platform: gpio
name: "CH7 IB"
pin:
sn74hc595: sn74hc595_hub
number: 13
inverted: False
internal: true
id: CH7_IB_pin
interlock: *interlock_group_CH7
restore_mode: always off
### CH8
- platform: gpio
name: "CH8 IA"
pin:
sn74hc595: sn74hc595_hub
number: 14
inverted: False
internal: true
id: CH8_IA_pin
interlock: &interlock_group_CH8 [CH8_IA_pin, CH8_IB_pin]
restore_mode: always off
- platform: gpio
name: "CH8 IB"
pin:
sn74hc595: sn74hc595_hub
number: 15
inverted: False
internal: true
id: CH8_IB_pin
interlock: *interlock_group_CH8
restore_mode: always off