-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsensor.yaml
141 lines (124 loc) · 2.96 KB
/
sensor.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
- platform: pi_hole
host: !secret ippiGujero
- platform: transmission
host: !secret ipoverseer
username: !secret transmissionUser
password: !secret transmissionPassword
monitored_variables:
- 'current_status'
- 'download_speed'
- 'upload_speed'
- platform: openweathermap
api_key: !secret OWMapikey
monitored_conditions:
- weather
- temperature
- wind_speed
- humidity
- pressure
- clouds
- rain
- snow
- platform: plex
host: !secret ipoverseer
- platform: wunderground
api_key: !secret wundergroundapikey
monitored_conditions:
- alerts
- dewpoint_c
- dewpoint_f
- dewpoint_string
- feelslike_c
- feelslike_f
- feelslike_string
- heat_index_c
- heat_index_f
- heat_index_string
- elevation
- location
- observation_time
- precip_1hr_in
- precip_1hr_metric
- precip_1hr_string
- precip_today_in
- precip_today_metric
- precip_today_string
- pressure_in
- pressure_mb
- pressure_trend
- relative_humidity
- station_id
- solarradiation
- temperature_string
- temp_c
- temp_f
- UV
- visibility_km
- visibility_mi
- weather
- wind_degrees
- wind_dir
- wind_gust_kph
- wind_gust_mph
- wind_kph
- wind_mph
- wind_string
- platform: waqi
token: !secret waqitoken
locations:
- penyeta
- platform: speedtest
monitored_conditions:
- ping
- download
- upload
- platform: mqtt
name: "Temperatura interior"
state_topic: "tele/sonoff/SENSOR"
value_template: "{{ value_json['DHT22'].Temperature }}"
unit_of_measurement: "°C"
- platform: mqtt
name: "Humedad interior"
state_topic: "tele/sonoff/SENSOR"
value_template: "{{ value_json['DHT22'].Humidity }}"
unit_of_measurement: "%"
- platform: mqtt
name: "sonoff-workbench energy"
state_topic: "tele/sonoff-workbench/ENERGY"
value_template: "{{ value_json.energy_delta }}"
unit_of_measurement: "kWh"
- platform: mqtt
name: "sonoff-workbench power"
state_topic: "tele/sonoff-workbench/ENERGY"
value_template: "{{ value_json.power }}"
unit_of_measurement: "W"
- platform: mqtt
name: "sonoff-workbench voltage"
state_topic: "tele/sonoff-workbench/ENERGY"
value_template: "{{ value_json.voltage }}"
unit_of_measurement: "V"
- platform: netdata
host: !secret ipprotati
name: protati
resources:
- memory_free
- memory_used
- memory_cached
- ipv4_in
- ipv4_out
- cpu_iowait
- cpu_user
- cpu_system
- cpu_softirq
- cpu_guest
- processes_running
- processes_blocked
- system_load
- system_io_in
- system_io_out
# - disk_free
- uptime
# - connections
- platform: netdata
host: !secret ipviper
name: viper