-
Notifications
You must be signed in to change notification settings - Fork 6
/
nextion_extra.yaml
566 lines (532 loc) · 14.5 KB
/
nextion_extra.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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
substitutions:
display_name: Nextion Extra
esphome:
name: nextion_extra
platform: ESP8266
board: d1_mini
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_pass
ap:
ssid: "${display_name} Fallback Hotspot"
password: !secret api_pass
captive_portal:
web_server:
port: 80
api:
password: !secret api_pass
ota:
password: !secret ota_pass
logger:
baud_rate: 0
uart:
rx_pin: D7 #GPIO3
tx_pin: D4 #GPIO1
baud_rate: 115200
time:
- platform: sntp
id: sntp_time
text_sensor:
- platform: homeassistant
id: staus_home
entity_id: input_select.thuis_status
################################################################################
sensor:
#--------------------TEMPERATURE------------------------------------------------
- platform: homeassistant
id: temperature_tuin
entity_id: sensor.tuin_temperatuur
- platform: homeassistant
id: temperature_huiskamer
entity_id: sensor.family_room_thermostat_temperature
- platform: homeassistant
id: temperature_kantoor
entity_id: sensor.kantoor_temperatuur
#--------------------HOME STATUS--------------------------------------------------
- platform: homeassistant
id: input_home_status
entity_id: input_number.nextion_home_status
- platform: homeassistant
id: input_away_status
entity_id: input_number.nextion_away_status
- platform: homeassistant
id: input_sleep_status
entity_id: input_number.nextion_sleep_status
- platform: homeassistant
id: input_vacation_status
entity_id: input_number.nextion_vacation_status
################################################################################
binary_sensor:
- platform: homeassistant
id: kantoor_beweging
entity_id: binary_sensor.kantoor_beweging
- platform: homeassistant
id: keuken_beweging
entity_id: binary_sensor.keuken_beweging
- platform: homeassistant
id: huiskamer_beweging
entity_id: binary_sensor.huiskamer_beweging
#####################STATUS#####################################################
- platform: homeassistant
id: status_thuis
entity_id: input_boolean.thuis
- platform: homeassistant
id: status_slapen
entity_id: input_boolean.slapen
- platform: homeassistant
id: status_vakantie
entity_id: input_boolean.vakantie
- platform: homeassistant
id: status_weg
entity_id: input_boolean.weg
#--------------------------------CURTAINS-----------------------------
- platform: nextion
page_id: 1
component_id: 4
id: curtain_open
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: cover.open_cover
data:
entity_id: cover.huiskamer_gordijnen
- platform: nextion
page_id: 1
component_id: 5
id: curtain_closed
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: cover.close_cover
data:
entity_id: cover.huiskamer_gordijnen
#--------------------------------LIGHTS LIVING ROOM-----------------------------
- platform: nextion
page_id: 8
component_id: 2
id: keuken_uit
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: scene.keuken_uit
- platform: nextion
page_id: 8
component_id: 4
id: keuken_100
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: scene.keuken_100
- platform: nextion
page_id: 8
component_id: 5
id: keuken_75
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: scene.keuken_75
- platform: nextion
page_id: 8
component_id: 6
id: keuken_50
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: scene.keuken_50
- platform: nextion
page_id: 8
component_id: 3
id: keuken_25
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: scene.keuken_25
- platform: nextion
page_id: 8
component_id: 7
id: eettafel_keuken
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: light.toggle
data:
entity_id: light.eet_tafel_lamp
#--------------------------------LIGHTS OFFICE-----------------------------------
- platform: nextion
page_id: 9
component_id: 2
id: kantoor_uit
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: scene.kantoor_uit
- platform: nextion
page_id: 9
component_id: 4
id: kantoor_100
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: scene.kantoor_100
- platform: nextion
page_id: 9
component_id: 5
id: kantoor_75
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: scene.kantoor_75
- platform: nextion
page_id: 9
component_id: 6
id: kantoor_50
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: scene.kantoor_50
- platform: nextion
page_id: 9
component_id: 3
id: kantoor_25
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: scene.turn_on
data:
entity_id: scene.kantoor_25
- platform: nextion
page_id: 9
component_id: 7
id: buro_lamp
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: light.toggle
data:
entity_id: light.kantoor_buro_lamp
#----------------------Pagina 4 Muziek------------------------
- platform: nextion
page_id: 4
component_id: 5
id: radio_1
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: media_player.play_media
data:
entity_id: media_player.group_beneden
media_content_id: 'http://icecast.omroep.nl/radio1-bb-mp3'
media_content_type: music
- platform: nextion
page_id: 3
component_id: 2
id: radio_2
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: media_player.play_media
data:
entity_id: media_player.group_beneden
media_content_id: 'http://icecast.omroep.nl/radio2-bb-mp3'
media_content_type: music
- platform: nextion
page_id: 3
component_id: 3
id: radio_3fm
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: media_player.play_media
data:
entity_id: media_player.group_beneden
media_content_id: 'http://icecast.omroep.nl/3fm-bb-mp3'
media_content_type: music
- platform: nextion
page_id: 3
component_id: 4
id: radio_nostalgie
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: media_player.play_media
data:
entity_id: media_player.group_beneden
media_content_id: 'http://nostalgiewhatafeeling.ice.infomaniak.ch/nostalgiewhatafeeling-128.mp3'
media_content_type: music
- platform: nextion
page_id: 3
component_id: 6
id: radio_238
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: media_player.play_media
data:
entity_id: media_player.group_beneden
media_content_id: 'http://18973.live.streamtheworld.com/RADIO538.mp3'
media_content_type: music
- platform: nextion
page_id: 3
component_id: 7
id: radio_q_music
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: media_player.play_media
data:
entity_id: media_player.group_beneden
media_content_id: 'https://icecast-qmusicnl-cdp.triple-it.nl/Qmusic_nl_live_96.mp3'
media_content_type: music
- platform: nextion
page_id: 3
component_id: 10
id: radio_zachter
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: media_player.volume_down
data:
entity_id: media_player.group_beneden
- platform: nextion
page_id: 3
component_id: 9
id: radio_stop
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: media_player.media_stop
data:
entity_id: media_player.beneden_groep
- platform: nextion
page_id: 3
component_id: 8
id: radio_harder
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: media_player.volume_up
data:
entity_id: media_player.group_beneden
#-----------------------THUIS STATUS--------------------------------------------
- platform: nextion
page_id: 4
component_id: 2
id: zet_naar_thuis
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: input_select.select_option
data:
entity_id: input_select.thuis_status
option: 'Thuis'
- platform: nextion
page_id: 4
component_id: 3
id: zet_naar_weg
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: input_select.select_option
data:
entity_id: input_select.thuis_status
option: 'Weg'
- platform: nextion
page_id: 4
component_id: 4
id: zet_naar_slapen
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: input_select.select_option
data:
entity_id: input_select.thuis_status
option: 'Slapen'
- platform: nextion
page_id: 4
component_id: 5
id: zet_naar_vakantie
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: input_select.select_option
data:
entity_id: input_select.thuis_status
option: 'Vakantie'
#-----------------------THERMOSTAT--------------------------------------------
- platform: nextion
page_id: 5
component_id: 3
id: thermostaat_naar_20c
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: climate.set_temperature
data:
entity_id: climate.family_room
temperature: '20'
- platform: nextion
page_id: 5
component_id: 4
id: thermostaat_naar_19c
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: climate.set_temperature
data:
entity_id: climate.family_room
temperature: '19'
- platform: nextion
page_id: 5
component_id: 1
id: thermostaat_naar_15c
filters:
- delayed_on: 30ms
- delayed_off: 30ms
on_press:
then:
- homeassistant.service:
service: climate.set_temperature
data:
entity_id: climate.family_room
temperature: '15'
globals:
- id: first_page # First page of the display?
type: bool
restore_value: no
- id: display_on # Is display on?
type: bool
restore_value: no
display:
- platform: nextion
id: dim_level
lambda: |-
it.set_wait_for_ack(false);
auto time_text = id(sntp_time).now().strftime("%H:%M");
it.set_component_text("time", time_text.c_str());
it.set_component_text_printf("temp","%.1f C",id(temperature_tuin).state);
it.set_component_text_printf("thermostat_now","%.1f C",id(temperature_huiskamer).state);
if (id(status_thuis).state) {
it.send_command_printf("home.pic=29");
} else {
it.send_command_printf("home.pic=25");
}
if (id(status_weg).state) {
it.send_command_printf("away.pic=32");
} else {
it.send_command_printf("away.pic=28");
}
if (id(status_slapen).state) {
it.send_command_printf("slapen.pic=30");
} else {
it.send_command_printf("slapen.pic=26");
}
if (id(status_vakantie).state) {
it.send_command_printf("vacation.pic=31");
} else {
it.send_command_printf("vacation.pic=27");
}