1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

New PM sensor Panasonic SN-GCJA5 (#4988)

This commit is contained in:
Greg Cormier
2023-08-10 01:04:22 -04:00
committed by GitHub
parent a8fa4b56f9
commit 0ed0bdc655
6 changed files with 313 additions and 0 deletions

View File

@@ -228,6 +228,10 @@ uart:
baud_rate: 256000
parity: NONE
stop_bits: 1
- id: gcja5_uart
rx_pin: GPIO10
parity: EVEN
baud_rate: 9600
ota:
safe_mode: true
@@ -341,6 +345,24 @@ mcp23s17:
deviceaddress: 1
sensor:
- platform: gcja5
pm_1_0:
name: "Particulate Matter <1.0µm Concentration"
pm_2_5:
name: "Particulate Matter <2.5µm Concentration"
pm_10_0:
name: "Particulate Matter <10.0µm Concentration"
pmc_0_5:
name: "PMC 0.5"
pmc_1_0:
name: "PMC 1.0"
pmc_2_5:
name: "PMC 2.5"
pmc_5_0:
name: "PMC 5.0"
pmc_10_0:
name: "PMC 10.0"
uart_id: gcja5_uart
- platform: internal_temperature
name: Internal Temperature
- platform: ble_client