-
Notifications
You must be signed in to change notification settings - Fork 138
/
Copy pathmqtt.yaml
executable file
·278 lines (273 loc) · 20 KB
/
mqtt.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
# binary_sensor:
# - device_class: motion
# state_topic: JingHuaQi3/digital
# payload_on: 1
# payload_off: 0
# name: 主卧感应
# availability_topic: JingHuaQi3/status
sensor:
- name: 阳台温度
device_class: temperature
state_topic: ChuanGanQi/temperature
unit_of_measurement: °C
availability_topic: ChuanGanQi/status
- name: 阳台湿度
device_class: humidity
state_topic: ChuanGanQi/humidity
unit_of_measurement: '%'
availability_topic: ChuanGanQi/status
- name: 阳台空气质量
device_class: pm25
state_topic: ChuanGanQi/pm2dot5
unit_of_measurement: µg/m³
availability_topic: ChuanGanQi/status
- name: 书房温度
device_class: temperature
state_topic: YinXiang/temperature
unit_of_measurement: °C
availability_topic: YinXiang/status
- name: 书房湿度
device_class: humidity
state_topic: YinXiang/humidity
unit_of_measurement: '%'
availability_topic: YinXiang/status
- name: 书房二氧化碳
device_class: carbon_dioxide
state_topic: YinXiang/co2
unit_of_measurement: ppm
availability_topic: YinXiang/status
- name: 书房亮度
device_class: illuminance
state_topic: YinXiang/lux
unit_of_measurement: lx
availability_topic: YinXiang/status
- name: 餐厅亮度
device_class: illuminance
state_topic: JingHuaQi3/analog
availability_topic: JingHuaQi3/status
unit_of_measurement: lx
- name: 儿童房温度
device_class: temperature
state_topic: JingHuaQi4/temperature
unit_of_measurement: °C
availability_topic: JingHuaQi4/status
- name: 儿童房湿度
device_class: humidity
state_topic: JingHuaQi4/humidity
unit_of_measurement: '%'
availability_topic: JingHuaQi4/status
- name: 儿童房空气质量
device_class: pm25
state_topic: JingHuaQi4/pm2dot5
unit_of_measurement: µg/m³
availability_topic: JingHuaQi4/status
- name: 儿童房二氧化碳
device_class: carbon_dioxide
state_topic: JingHuaQi4/co2
unit_of_measurement: ppm
availability_topic: JingHuaQi4/status
- name: 餐厅温度
device_class: temperature
state_topic: device/zm1/b0f893249132/sensor
value_template: '{{ value_json.temperature }}'
unit_of_measurement: °C
- name: 餐厅湿度
device_class: humidity
state_topic: device/zm1/b0f893249132/sensor
value_template: '{{ value_json.humidity }}'
unit_of_measurement: '%'
- name: 餐厅空气质量
device_class: pm25
state_topic: device/zm1/b0f893249132/sensor
value_template: '{{ value_json.PM25 }}'
unit_of_measurement: µg/m³
- name: 餐厅甲醛
icon: mdi:biohazard
state_topic: device/zm1/b0f893249132/sensor
value_template: '{{ value_json.formaldehyde }}'
unit_of_measurement: mg/m³
# - name: 过道温度
# device_class: temperature
# state_topic: device/zm1/b0f8931ea148/sensor
# value_template: '{{ value_json.temperature }}'
# unit_of_measurement: °C
# - name: 过道湿度
# device_class: humidity
# state_topic: device/zm1/b0f8931ea148/sensor
# value_template: '{{ value_json.humidity }}'
# unit_of_measurement: '%'
# - name: 过道空气质量
# device_class: pm25
# state_topic: device/zm1/b0f8931ea148/sensor
# value_template: '{{ value_json.PM25 }}'
# unit_of_measurement: µg/m³
# - name: 过道甲醛
# icon: mdi:biohazard
# state_topic: device/zm1/b0f8931ea148/sensor
# value_template: '{{ value_json.formaldehyde }}'
# unit_of_measurement: mg/m³
# switch:
# - name: 过道开关1
# state_topic: GuoDaoGuiDeng/relay/1
# command_topic: GuoDaoGuiDeng/relay/1/set
# availability_topic: GuoDaoGuiDeng/status
# - name: 过道开关2
# state_topic: GuoDaoGuiDeng/relay/2
# command_topic: GuoDaoGuiDeng/relay/2/set
# availability_topic: GuoDaoGuiDeng/status
# - name: 洗手间排气扇
# state_topic: XiShouJianDeng/relay/1
# command_topic: XiShouJianDeng/relay/1/set
# availability_topic: XiShouJianDeng/status
# icon: mdi:fan
# - name: 书房音箱
# state_topic: YinXiang/relay/0
# command_topic: YinXiang/relay/0/set
# availability_topic: YinXiang/status
# value_template: '{% if value == "关闭" %}OFF{% else %}ON{% endif %}'
#icon_template: '{% if value == "关闭" %}mdi:speaker-off{% elif value == "蓝牙" %}mdi:speaker-bluetooth{% elif value == "光纤" %}mdi:speaker-wireless{% elif value == "优盘" %}mdi:usb{% elif value == "辅助" %}mdi:video-input-component{% else %}mdi:speaker{% endif %}'
light:
- name: 书房音箱
state_topic: YinXiang/relay/0
command_topic: YinXiang/relay/0/set
availability_topic: YinXiang/status
state_value_template: '{% if value == "关闭" %}OFF{% else %}ON{% endif %}'
effect_command_topic: YinXiang/relay/0/set
#effect_command_template:
effect_list: [关闭, 蓝牙, 光纤, 优盘, 辅助]
effect_state_topic: YinXiang/relay/0
icon: mdi:speaker
#icon_template: '{% if value == "关闭" %}mdi:speaker-off{% elif value == "蓝牙" %}mdi:speaker-bluetooth{% elif value == "光纤" %}mdi:speaker-wireless{% elif value == "优盘" %}mdi:usb{% elif value == "辅助" %}mdi:video-input-component{% else %}mdi:speaker{% endif %}'
- name: 洗手间排气扇
icon: mdi:fan
state_topic: XiShouJianDeng/relay/1
command_topic: XiShouJianDeng/relay/1/set
availability_topic: XiShouJianDeng/status
- name: 洗手间灯
icon: mdi:ceiling-light
state_topic: XiShouJianDeng/relay/0
command_topic: XiShouJianDeng/relay/0/set
availability_topic: XiShouJianDeng/status
# - name: 浴室灯
# icon: mdi:ceiling-light
# state_topic: Hassmart3/relay/1
# command_topic: Hassmart3/relay/1/set
# availability_topic: Hassmart3/status
- name: 过道柜灯
icon: mdi:car-light-dimmed
state_topic: GuoDaoGuiDeng/relay/0
command_topic: GuoDaoGuiDeng/relay/0/set
availability_topic: GuoDaoGuiDeng/status
# - name: 主卧吸顶灯
# state_topic: JingHuaQi3/analog
# state_value_template: '{% if (value | int > 1000) or ((value | int > 600) and is_state("sun.sun", "below_horizon")) %}3526,1658,426,418,426,1292,426,420,426,1288,428,418,426,1290,430,418,426,1290,428,418,426,418,426,416,426,1290,428,416,430,1290,428,1290,428,418,428,1288,428,416,428,418,426,418,428,1288,428,1288,428,1290,428,418,428,1290,428,418,428,1290,428,416,428,1290,428,1290,428,416,428,418,426,418,428,416,428,418,426,416,428,418,426,416,428,416,428,418,426,1292,426,418,428,1290,428,416,428,1292,424,1292,424,1294,424,418,426,1290,426,420,424,418,426,420,424,422,424,1294,424,420,424,420,424,1294,424,420,424,422,422,422,422,1298,422,422,422,1296,422,422,422,1,2,38{% else %}3528,1658,426,418,426,1292,380,462,382,1334,382,464,382,1338,380,462,382,1336,382,462,382,462,382,462,382,1336,382,462,382,1336,380,1336,382,464,382,1338,378,462,384,462,382,464,380,1336,382,1336,382,1336,382,462,382,1334,384,464,382,1336,382,462,382,1336,382,1336,382,464,382,462,382,464,382,464,380,462,382,462,382,464,382,464,380,464,382,464,382,464,380,1338,380,462,382,464,382,462,380,464,380,464,380,464,380,1334,382,464,380,464,380,464,380,464,382,1336,382,464,382,462,382,1334,382,464,382,464,382,464,380,1336,382,1336,382,464,382,1338,380,1,2,38{% endif %}'
# command_topic: JingHuaQi3/irout/set
# availability_topic: JingHuaQi3/status
# payload_on: 3526,1658,426,418,426,1292,426,420,426,1288,428,418,426,1290,430,418,426,1290,428,418,426,418,426,416,426,1290,428,416,430,1290,428,1290,428,418,428,1288,428,416,428,418,426,418,428,1288,428,1288,428,1290,428,418,428,1290,428,418,428,1290,428,416,428,1290,428,1290,428,416,428,418,426,418,428,416,428,418,426,416,428,418,426,416,428,416,428,418,426,1292,426,418,428,1290,428,416,428,1292,424,1292,424,1294,424,418,426,1290,426,420,424,418,426,420,424,422,424,1294,424,420,424,420,424,1294,424,420,424,422,422,422,422,1298,422,422,422,1296,422,422,422,1,2,38
# payload_off: 3528,1658,426,418,426,1292,380,462,382,1334,382,464,382,1338,380,462,382,1336,382,462,382,462,382,462,382,1336,382,462,382,1336,380,1336,382,464,382,1338,378,462,384,462,382,464,380,1336,382,1336,382,1336,382,462,382,1334,384,464,382,1336,382,462,382,1336,382,1336,382,464,382,462,382,464,382,464,380,462,382,462,382,464,382,464,380,464,382,464,382,464,380,1338,380,462,382,464,382,462,380,464,380,464,380,464,380,1334,382,464,380,464,380,464,380,464,382,1336,382,464,382,462,382,1334,382,464,382,464,382,464,380,1336,382,1336,382,464,382,1338,380,1,2,38
# brightness_state_topic: JingHuaQi3/analog
# brightness_command_topic: JingHuaQi3_/analog/set
# brightness_scale: 1024
# - name: 儿童房吸顶灯
# command_topic: JingHuaQi4/irout/set
# availability_topic: JingHuaQi4/status
# payload_on: 3526,1658,426,418,426,1292,426,420,426,1288,428,418,426,1290,430,418,426,1290,428,418,426,418,426,416,426,1290,428,416,430,1290,428,1290,428,418,428,1288,428,416,428,418,426,418,428,1288,428,1288,428,1290,428,418,428,1290,428,418,428,1290,428,416,428,1290,428,1290,428,416,428,418,426,418,428,416,428,418,426,416,428,418,426,416,428,416,428,418,426,1292,426,418,428,1290,428,416,428,1292,424,1292,424,1294,424,418,426,1290,426,420,424,418,426,420,424,422,424,1294,424,420,424,420,424,1294,424,420,424,422,422,422,422,1298,422,422,422,1296,422,422,422,1,2,38
# payload_off: 3528,1658,426,418,426,1292,380,462,382,1334,382,464,382,1338,380,462,382,1336,382,462,382,462,382,462,382,1336,382,462,382,1336,380,1336,382,464,382,1338,378,462,384,462,382,464,380,1336,382,1336,382,1336,382,462,382,1334,384,464,382,1336,382,462,382,1336,382,1336,382,464,382,462,382,464,382,464,380,462,382,462,382,464,382,464,380,464,382,464,382,464,380,1338,380,462,382,464,382,462,380,464,380,464,380,464,380,1334,382,464,380,464,380,464,380,464,382,1336,382,464,382,462,382,1334,382,464,382,464,382,464,380,1336,382,1336,382,464,382,1338,380,1,2,38
# - name: 餐厅检测仪
# schema: template
# command_topic: device/zm1/b0f8931ea148/set
# state_topic: device/zm1/b0f8931ea148/state
# command_on_template: '{"mac":"b0f8931ea148","brightness":{%- if brightness is defined -%}{{ ((brightness-1) / 64 )|int +1 }}{%- else -%}4{%- endif -%}}'
# command_off_template: '{"mac":"b0f8931ea148","brightness":0}'
# state_template: '{%- if value_json.brightness == 0 -%}off{%- else -%}on{%- endif -%}'
# brightness_template: '{%- if value_json.brightness is defined -%}{{ ( value_json.brightness *64 )|int }}{%- endif -%}'
# - name: 过道检测仪
# schema: template
# command_topic: device/zm1/b0f893249132/set
# state_topic: device/zm1/b0f893249132/state
# command_on_template: '{"mac":"b0f893249132","brightness":{%- if brightness is defined -%}{{ ((brightness-1) / 64 )|int +1 }}{%- else -%}4{%- endif -%}}'
# command_off_template: '{"mac":"b0f893249132","brightness":0}'
# state_template: '{%- if value_json.brightness == 0 -%}off{%- else -%}on{%- endif -%}'
# brightness_template: '{%- if value_json.brightness is defined -%}{{ ( value_json.brightness *64 )|int }}{%- endif -%}'
fan:
# - name: 书房净化器
# state_topic: NodeMCU3/relay/0
# command_topic: NodeMCU3/relay/0/set
# availability_topic: NodeMCU3/status
# oscillation_state_topic: NodeMCU3/relay/1
# oscillation_command_topic: NodeMCU3/relay/1/set
# preset_mode_state_topic: NodeMCU3/relay/0
# preset_mode_command_topic: NodeMCU3/relay/0/set
# state_value_template: '{% if value == "0" %}OFF{% else %}ON{% endif %}'
# preset_modes:
# - 'off'
# - low
# - medium
# - high
# preset_mode_command_template: '{% if value == "off" %}OFF{% elif value == "low" %}1{% elif value == "high" %}3{% else %}2{% endif %}'
# preset_mode_value_template: '{% if value == "0" %}off{% elif value == "1" %}low{% elif value == "3" %}high{% else %}medium{% endif %}'
# payload_oscillation_on: 'ON'
# payload_oscillation_off: 'OFF'
# - name: 客厅净化器
# state_topic: NodeMCU4/relay/0
# command_topic: NodeMCU4/relay/0/set
# availability_topic: NodeMCU4/status
# oscillation_state_topic: NodeMCU4/relay/1
# oscillation_command_topic: NodeMCU4/relay/1/set
# preset_mode_state_topic: NodeMCU4/relay/0
# preset_mode_command_topic: NodeMCU4/relay/0/set
# state_value_template: '{% if value == "0" %}OFF{% else %}ON{% endif %}'
# preset_modes:
# - 'off'
# - low
# - medium
# - high
# preset_mode_command_template: '{% if value == "off" %}OFF{% elif value == "low" %}1{% elif value == "high" %}4{% else %}5{% endif %}'
# preset_mode_value_template: '{% if value == "0" %}off{% elif value == "1" %}low{% elif value == "4" %}high{% else %}medium{% endif %}'
# payload_oscillation_on: 'ON'
# payload_oscillation_off: 'OFF'
- name: 餐厅净化器
icon: mdi:cupcake
state_topic: JingHuaQi3/relay/0
command_topic: JingHuaQi3/relay/0/set
availability_topic: JingHuaQi3/status
oscillation_state_topic: JingHuaQi3/relay/1
oscillation_command_topic: JingHuaQi3/relay/1/set
preset_mode_state_topic: JingHuaQi3/relay/0
preset_mode_command_topic: JingHuaQi3/relay/0/set
state_value_template: '{% if value == "0" %}OFF{% else %}ON{% endif %}'
preset_modes: [关闭, 自动, 梅雨, 花粉, 静音, 中档, 高档]
preset_mode_command_template: '{% if value == "自动" %}1{% elif value == "梅雨" %}2{% elif value == "花粉" %}3{% elif value == "静音" %}4{% elif value == "中档" %}5{% elif value == "高档" %}6{% else %}0{% endif %}'
preset_mode_value_template: '{% if value == "1" %}自动{% elif value == "2" %}梅雨{% elif value == "3" %}花粉{% elif value == "4" %}静音{% elif value == "5" %}中档{% elif value == "6" %}高档{% else %}关闭{% endif %}'
payload_oscillation_on: 'ON'
payload_oscillation_off: 'OFF'
- name: 儿童房净化器
icon: mdi:cupcake
state_topic: JingHuaQi4/relay/0
command_topic: JingHuaQi4/relay/0/set
availability_topic: JingHuaQi4/status
oscillation_state_topic: JingHuaQi4/relay/1
oscillation_command_topic: JingHuaQi4/relay/1/set
preset_mode_state_topic: JingHuaQi4/relay/0
preset_mode_command_topic: JingHuaQi4/relay/0/set
state_value_template: '{% if value == "0" %}OFF{% else %}ON{% endif %}'
preset_modes: [关闭, 自动, 梅雨, 花粉, 静音, 中档, 高档]
preset_mode_command_template: '{% if value == "自动" %}1{% elif value == "梅雨" %}2{% elif value == "花粉" %}3{% elif value == "静音" %}4{% elif value == "中档" %}5{% elif value == "高档" %}6{% else %}0{% endif %}'
preset_mode_value_template: '{% if value == "1" %}自动{% elif value == "2" %}梅雨{% elif value == "3" %}花粉{% elif value == "4" %}静音{% elif value == "5" %}中档{% elif value == "6" %}高档{% else %}关闭{% endif %}'
payload_oscillation_on: 'ON'
payload_oscillation_off: 'OFF'
# - name: 主卧壁扇
# availability_topic: JingHuaQi3/status
# command_topic: JingHuaQi3/irout/set
# payload_on: 9150,4770,380,812,438,782,410,754,436,756,412,778,812,380,812,408,782,384,410,806,810,358,408,808,782,410,782,410,784,408,784,408,782,382,382,814,410,806,384,780,386,806,410,762,432,808,806,386,402,762,808,382,810,384,808,382,808,382,812,380,810,410,382,808,784,382,1208,8334,9130,4796,356,814,408,782,408,782,410,782,408,782,810,382,808,384,808,382,410,782,808,382,412,780,810,382,810,384,832,358,808,382,810,382,384,810,412,780,412,778,412,780,412,780,412,780,810,384,408,782,810,382,810,382,810,382,808,382,834,358,810,382,410,780,810,382,1210,8338,9126,4796,382,812,382,808,382,784,408,808,382,786,806,410,782,410,780,412,382,808,782,410,358,832,758,434,758,434,780,412,758,434,758,434,378,788,386,808,384,830,360,830,360,804,388,832,760,432,360,830,762,430,762,432,760,432,760,430,762,430,762,428,388,804,784,408,1186,1,2,38
# payload_off: 9150,4770,380,812,438,782,410,754,436,756,412,778,812,380,812,408,782,384,410,806,810,358,408,808,782,410,782,410,784,408,784,408,782,382,382,814,410,806,384,780,386,806,410,762,432,808,806,386,402,762,808,382,810,384,808,382,808,382,812,380,810,410,382,808,784,382,1208,8334,9130,4796,356,814,408,782,408,782,410,782,408,782,810,382,808,384,808,382,410,782,808,382,412,780,810,382,810,384,832,358,808,382,810,382,384,810,412,780,412,778,412,780,412,780,412,780,810,384,408,782,810,382,810,382,810,382,808,382,834,358,810,382,410,780,810,382,1210,8338,9126,4796,382,812,382,808,382,784,408,808,382,786,806,410,782,410,780,412,382,808,782,410,358,832,758,434,758,434,780,412,758,434,758,434,378,788,386,808,384,830,360,830,360,804,388,832,760,432,360,830,762,430,762,432,760,432,760,430,762,430,762,428,388,804,784,408,1186,1,2,38
# oscillation_state_topic: JingHuaQi3/status
# oscillation_command_topic: JingHuaQi3/irout/set
# payload_oscillation_on: 9152,4774,428,764,386,832,360,808,384,806,386,830,760,432,758,434,758,434,358,808,784,432,362,830,760,432,760,432,758,434,758,432,760,432,380,790,384,830,360,832,362,830,760,432,360,832,360,830,364,828,762,430,762,428,762,432,760,432,362,802,788,432,762,430,762,430,1162,8334,9158,4766,432,786,388,778,390,826,364,804,388,828,762,430,760,430,762,430,364,828,764,428,364,804,786,430,760,432,760,432,762,430,760,432,380,814,386,806,364,828,362,830,762,432,360,830,362,830,362,830,760,432,760,432,758,434,760,432,360,806,784,434,758,434,758,434,1156,8336,9178,4748,406,790,404,810,382,810,382,786,406,808,782,410,780,412,780,412,380,786,804,412,382,784,806,412,780,412,780,412,780,412,780,410,380,814,382,784,408,810,382,808,782,410,382,784,408,808,384,784,806,412,780,410,780,412,782,410,380,810,780,412,782,410,780,410,1180,1,2,38
# payload_oscillation_off: 9152,4774,428,764,386,832,360,808,384,806,386,830,760,432,758,434,758,434,358,808,784,432,362,830,760,432,760,432,758,434,758,432,760,432,380,790,384,830,360,832,362,830,760,432,360,832,360,830,364,828,762,430,762,428,762,432,760,432,362,802,788,432,762,430,762,430,1162,8334,9158,4766,432,786,388,778,390,826,364,804,388,828,762,430,760,430,762,430,364,828,764,428,364,804,786,430,760,432,760,432,762,430,760,432,380,814,386,806,364,828,362,830,762,432,360,830,362,830,362,830,760,432,760,432,758,434,760,432,360,806,784,434,758,434,758,434,1156,8336,9178,4748,406,790,404,810,382,810,382,786,406,808,782,410,780,412,780,412,380,786,804,412,382,784,806,412,780,412,780,412,780,412,780,410,380,814,382,784,408,810,382,808,782,410,382,784,408,808,384,784,806,412,780,410,780,412,782,410,380,810,780,412,782,410,780,410,1180,1,2,38
# preset_mode_command_topic: JingHuaQi3/irout/set
# preset_modes:
# - 'off'
# - low
# - high
# preset_mode_command_template: '{% if value == "off" %}OFF{% elif value == "low" %}9126,4798,380,784,438,754,412,780,436,754,438,754,810,382,810,382,810,382,436,756,810,382,412,778,812,380,812,380,810,380,812,382,810,382,408,786,412,778,436,758,434,756,410,780,810,382,434,756,412,780,808,386,806,384,832,360,808,384,832,358,410,778,812,384,808,384,1230,8294,9148,4772,406,786,412,778,418,774,412,780,412,780,812,380,812,380,810,382,412,778,812,382,412,780,810,382,810,382,810,382,810,382,810,382,382,810,412,780,412,780,412,780,410,780,812,382,410,780,412,780,810,384,808,382,808,382,810,382,808,384,412,780,810,384,808,382,1208,8316,9152,4776,378,810,412,778,412,778,412,780,412,780,810,382,810,382,810,382,412,780,810,384,410,780,810,382,810,382,810,382,808,384,810,382,384,810,412,780,412,780,412,780,412,780,812,382,412,780,410,780,810,382,808,382,810,382,810,382,810,380,412,782,808,384,808,382,1208,1,2,38{% else %}9126,4798,380,784,438,754,412,780,436,754,438,754,810,382,810,382,810,382,436,756,810,382,412,778,812,380,812,380,810,380,812,382,810,382,408,786,412,778,436,758,434,756,410,780,810,382,434,756,412,780,808,386,806,384,832,360,808,384,832,358,410,778,812,384,808,384,1230,8294,9148,4772,406,786,412,778,418,774,412,780,412,780,812,380,812,380,810,382,412,778,812,382,412,780,810,382,810,382,810,382,810,382,810,382,382,810,412,780,412,780,412,780,410,780,812,382,410,780,412,780,810,384,808,382,808,382,810,382,808,384,412,780,810,384,808,382,1208,8316,9152,4776,378,810,412,778,412,778,412,780,412,780,810,382,810,382,810,382,412,780,810,384,410,780,810,382,810,382,810,382,808,384,810,382,384,810,412,780,412,780,412,780,412,780,812,382,412,780,410,780,810,382,808,382,810,382,810,382,810,380,412,782,808,384,808,382,1208,1,2,38{% endif %}'