-
Notifications
You must be signed in to change notification settings - Fork 6
/
esp-sensor-dry-box.yaml
53 lines (49 loc) · 1 KB
/
esp-sensor-dry-box.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
substitutions:
node_name: esp-sensor-dry-box
node_friendly_name: "Dry Box"
packages:
esp_common: !include shared/esp__common_core.yaml
esp32:
board: esp32-c3-devkitm-1
framework:
type: esp-idf
version: 5.1.1
platform_version: 6.4.0
i2c:
id: i2c_bus
frequency: 400kHz
sda: 2
scl: 9
sensor:
- platform: bme280_i2c
address: 0x76
temperature:
id: bme280_temperature
name: BME280 Temperature
filters:
- offset: -0.5
humidity:
id: bme280_humidity
name: BME280 Humidity
pressure:
id: bme280_pressure
name: BME280 Pressure
update_interval: 15s
- platform: shtcx
temperature:
id: shtcx_temperature
name: SHTC3 Temperature
filters:
- offset: -1
humidity:
id: shtcx_humidity
name: SHTC3 Humidity
update_interval: 15s
# - platform: dht
# pin: 2
# model: DHT22
# temperature:
# name: Temperature
# humidity:
# name: Humidity
# update_interval: 15s