-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathLGtherma_daniel.yaml
More file actions
61 lines (53 loc) · 1.34 KB
/
LGtherma_daniel.yaml
File metadata and controls
61 lines (53 loc) · 1.34 KB
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
substitutions:
customize: daniel
device_name: lgtherma
thermostat_step_size: "0.1"
thermostat_initial_value: "19.0"
max_wtemp_custom: "60.0"
GPIO_modbus_powermeter_tx: "GPIO19"
GPIO_modbus_powermeter_rx: "GPIO18"
GPIO_modbus_LG_tx: "GPIO23"
GPIO_modbus_LG_rx: "GPIO22"
packages:
powermeter: !include packages/Powermeter.yaml
heatpump: !include packages/LGheatpump.yaml
generic: !include packages/generic.yaml
# Enable Home Assistant API
api:
# encryption:
# key: !secret LG_therma_apikey
id: api_id
password: ""
one_wire:
- platform: gpio
pin: GPIO26
sensor:
- platform: homeassistant
name: "Huiskamer lucht"
id: huiskamer_lucht_hass
entity_id: sensor.huiskamer_lucht
- platform: homeassistant
name: "Huiskamer vloer"
id: huiskamer_vloer
entity_id: sensor.huiskamer_vloer
- platform: dallas_temp
address: 0x1c44be571f64ff28
id: hp_temp_out
name: "Heatpump temp outflow"
accuracy_decimals: 2
update_interval: 5s
filters:
- sliding_window_moving_average:
window_size: 4
send_every: 1
- platform: dallas_temp
address: 0x8a55bd571f64ff28
id: hp_temp_in
name: "Heatpump temp inflow"
accuracy_decimals: 2
update_interval: 5s
filters:
- offset: 1.0
- sliding_window_moving_average:
window_size: 4
send_every: 1