-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfbh.yaml
127 lines (116 loc) · 2.74 KB
/
fbh.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
esphome:
name: fbh
platformio_options:
board_build.flash_mode: dio
on_boot:
then:
- logger.log:
format: "FBH Temperature Sensors started"
level: INFO
esp32:
board: esp32-s3-devkitc-1
flash_size: 16MB
framework:
type: esp-idf
# Enable logging
logger:
# level: VERBOSE
# Enable Home Assistant API
api:
password: ""
ota:
- platform: esphome
password: ""
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
output_power: 8.5dB
one_wire:
- platform: gpio
pin: GPIO4
sensor:
- platform: wifi_signal
name: "WiFi Signal Sensor"
update_interval: 60s
# - platform: dallas_temp
# address: 0x000000000d597c28
# name: temperature1
# update_interval: 30s
# filters:
# - calibrate_linear:
# datapoints:
# # Map from sensor to true value
# - 16.25 -> 16.58
# - 31.7 -> 31.76
# - platform: dallas_temp
# address: 0x340000000d113528
# name: temperature2
# update_interval: 30s
# filters:
# - calibrate_linear:
# datapoints:
# # Map from sensor to true value
# - 16.6 -> 16.58
# - 31.7 -> 31.76
# - platform: dallas_temp
# address: 0xa00000000dcd3028
# name: temperature3
# update_interval: 30s
# filters:
# - calibrate_linear:
# datapoints:
# # Map from sensor to true value
# - 16.3 -> 16.58
# - 31.4 -> 31.76
- platform: dallas_temp
address: 0x53f73e560a646128
name: temperature4
update_interval: 30s
filters:
- calibrate_linear:
datapoints:
# Map from sensor to true value
- 16.8 -> 16.58
- 31.9 -> 31.76
- platform: dallas_temp
address: 0x6dea27560a646128
name: temperature5
update_interval: 30s
filters:
- calibrate_linear:
datapoints:
# Map from sensor to true value
- 16.8 -> 16.58
- 31.8 -> 31.76
- platform: dallas_temp
address: 0x84e93d560a646128
name: temperature6
update_interval: 30s
filters:
- calibrate_linear:
datapoints:
# Map from sensor to true value
- 16.7 -> 16.58
- 31.9 -> 31.76
- platform: dallas_temp
address: 0x8ab42c560a646128
name: temperature7
update_interval: 30s
filters:
- calibrate_linear:
datapoints:
# Map from sensor to true value
- 16.6 -> 16.58
- 31.8 -> 31.76
- platform: dallas_temp
address: 0x4a322e560a646128
name: temperature8
update_interval: 30s
filters:
- calibrate_linear:
datapoints:
# Map from sensor to true value
- 16.6 -> 16.58
- 31.9 -> 31.76
web_server:
prometheus: