-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathlovelace-dashboard.yaml
97 lines (93 loc) · 3.21 KB
/
lovelace-dashboard.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
# drop the contents of this file into your Home Assistant Dashboard.
# Go to:
# ... > Edit Dashboard > ... > Raw Configuration Editor
- title: Console Fan
path: console-fan
icon: mdi:fan
badges: []
cards:
- type: entities
entities:
- entity: fan.manual_fan_speed
- entity: sensor.fan_speed_pwm_voltage_2
- type: conditional
conditions:
- condition: state
entity: fan.manual_fan_speed
state_not: 'on'
card:
type: vertical-stack
cards:
- type: entities
title: Thermostat Fan (PID)
entities:
- entity: climate.console_fan_thermostat
- type: vertical-stack
cards:
- type: glance
entities:
- entity: sensor.console_fan_is_in_deadband
name: in_deadband?
- entity: sensor.console_fan_error_value
name: error
icon: mdi:equal
- type: glance
show_icon: false
entities:
- entity: sensor.console_fan_output_value
name: output
- entity: sensor.console_fan_p_term
name: p_term
- entity: sensor.console_fan_i_term
name: i_term
- entity: sensor.console_fan_d_term
name: d_term
- type: vertical-stack
cards:
- type: history-graph
entities:
- entity: sensor.fan_speed_pwm_voltage_2
refresh_interval: 0
hours_to_show: 3
title: 3 hr
- type: history-graph
entities:
- entity: climate.console_fan_thermostat
name: ' '
- entity: sensor.back_door_device_temperature
name: outside
- entity: sensor.openweathermap_temperature
name: openweathermap
refresh_interval: 0
hours_to_show: 3
- type: entities
entities:
- entity: sensor.console_fan_ip_address
- entity: sensor.console_fan_wifi_strength
- entity: sensor.console_fan_uptime_2
- entity: sensor.humidity_2
- entity: switch.console_fan_esp32_restart_2
- type: conditional
conditions:
- condition: state
entity: fan.manual_fan_speed
state_not: 'on'
card:
type: vertical-stack
cards:
- type: entities
entities:
- entity: number.kp
- entity: number.ki
- entity: number.kd
- entity: button.pid_climate_autotune
title: PID Controls Setup
- type: entities
entities:
- entity: number.deadband_threshold_low
name: Threshold Low
- entity: number.deadband_threshold_high
name: Threshold High
- entity: number.deadband_ki_multiplier
name: ki multiplier
title: Deadband Parameters