-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsensors.yaml
More file actions
80 lines (78 loc) · 2.06 KB
/
sensors.yaml
File metadata and controls
80 lines (78 loc) · 2.06 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#################################################################
## Sensors
#################################################################
##########################################################
## Roof Weather Data
##########################################################
- platform: statistics
name: Roof Windspeed 10m Gust
entity_id: sensor.roof_windspeed_meter
state_characteristic: value_max
sampling_size: 9999
keep_last_sample: true
precision: 1
max_age:
minutes: 10
- platform: statistics
name: Roof Windspeed 1h Gust
entity_id: sensor.roof_windspeed_meter
state_characteristic: value_max
sampling_size: 9999
keep_last_sample: true
precision: 1
max_age:
hours: 1
- platform: statistics
name: Roof Windspeed 24h Gust
entity_id: sensor.roof_windspeed_meter
state_characteristic: value_max
sampling_size: 9999
keep_last_sample: true
precision: 1
max_age:
hours: 24
- platform: statistics
name: Roof Windspeed 1h Average
entity_id: sensor.roof_windspeed_meter
state_characteristic: average_linear
sampling_size: 9999
keep_last_sample: true
precision: 1
max_age:
hours: 1
- platform: statistics
name: Roof Windspeed 10m Average Stats
entity_id: sensor.roof_windspeed_meter
state_characteristic: average_linear
sampling_size: 9999
precision: 1
max_age:
minutes: 10
- platform: statistics
name: Roof Wind Heading 10m Average
entity_id: sensor.roof_wind_heading
state_characteristic: mean_circular
sampling_size: 9999
precision: 1
max_age:
minutes: 10
- platform: statistics
name: Roof Rainfall Last Hour Count
unique_id: sensor.roof_rainfall_last_hour_count
entity_id: sensor.roof_total_rainfall
state_characteristic: count
keep_last_sample: false
sampling_size: 999
precision: 4
max_age:
hours: 1
- platform: statistics
name: Roof Rainfall Last 24 Hours Count
unique_id: sensor.roof_rainfall_last_24_hours_count
entity_id: sensor.roof_total_rainfall
state_characteristic: count
keep_last_sample: false
sampling_size: 999
precision: 4
max_age:
hours: 24