forked from Trunks1982/Daikin-Rotex-HPSU-CAN-Seriell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defrost.yaml
64 lines (64 loc) · 1.51 KB
/
defrost.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
alias: "Rotex Defrost "
description: ""
trigger:
- platform: state
entity_id:
- sensor.rotex_betriebart
to: Abtauen
- platform: state
entity_id:
- sensor.rotex_betriebart
to: Heizen
- platform: state
entity_id:
- sensor.rotex_betriebart
from: Warmwasserbereitung
to: Standby
condition: []
action:
- if:
- condition: state
entity_id: sensor.rotex_betriebart
state: Abtauen
then:
- device_id: 2a5626837f08ce84a7f4b3ec31079af7
domain: select
entity_id: a1f5a43a56340e3cd1924d9d435848b3
type: select_option
option: Sommer
- service: notify.christoph
metadata: {}
data:
message: es wird abgetaut!!
else: []
- if:
- condition: state
entity_id: sensor.rotex_betriebart
state: Heizen
then:
- device_id: 2a5626837f08ce84a7f4b3ec31079af7
domain: select
entity_id: a1f5a43a56340e3cd1924d9d435848b3
type: select_option
option: Heizen
- service:
metadata: {}
data:
message: es wird geheizt!!
else: []
- if:
- condition: state
entity_id: sensor.rotex_betriebart
state: Standby
then:
- device_id: 2a5626837f08ce84a7f4b3ec31079af7
domain: select
entity_id: a1f5a43a56340e3cd1924d9d435848b3
type: select_option
option: Heizen
- service:
metadata: {}
data:
message: es wird geheizt!!
else: []
mode: single