annotate espNode/air_quality_outdoor.yaml @ 1754:92999dfbf321 default tip

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -0700
parents bc3516d02762
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
773
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
1 esphome:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
2 name: air_quality_outdoor
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
3 platform: ESP32
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
4 board: lolin32
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
5 build_path: build
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
6
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
7 wifi:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
8 ssid: !secret wifi_ssid
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
9 password: !secret wifi_password
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
10 domain: ''
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
11 use_address: 10.2.0.33
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
12
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
13 logger:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
14 baud_rate: 115200
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
15 level: DEBUG
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
16 logs:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
17 sensor: INFO
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
18 pmsx003: INFO
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
19 bme280.sensor: INFO
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
20 ccs811: INFO
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
21
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
22 ota:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
23
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
24 mqtt:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
25 broker: '10.2.0.1'
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
26 port: 1883
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
27 username: ''
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
28 password: ''
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
29
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
30 i2c:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
31 sda: 21
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
32 scl: 22
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
33 scan: True
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
34 id: bus_a
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
35
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
36 # GPIO13/RXD2 num 16 = pms tx (pin 5)
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
37 # GPIO15/TXD2 num 17 = pms rx (pin 4)
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
38 uart:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
39 rx_pin: 16
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
40 baud_rate: 9600
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
41
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
42 sensor:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
43 - platform: bme280
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
44 temperature:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
45 name: "BME280 Temperature"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
46 pressure:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
47 name: "BME280 Pressure"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
48 humidity:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
49 name: "BME280 Humidity"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
50 address: 0x76
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
51 update_interval: 30s
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
52 - platform: ccs811
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
53 eco2:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
54 name: "CCS811 eCO2 Value"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
55 tvoc:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
56 name: "CCS811 Total Volatile Organic Compound"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
57 address: 0x5A
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
58 update_interval: 60s
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
59 - platform: pmsx003
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
60 type: PMSX003
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
61 pm_1_0:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
62 name: "Particulate Matter <1.0µm Concentration"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
63 pm_2_5:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
64 name: "Particulate Matter <2.5µm Concentration"
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
65 pm_10_0:
bc3516d02762 old changes in espNode
drewp@bigasterisk.com
parents:
diff changeset
66 name: "Particulate Matter <10.0µm Concentration"