I have loaded ESPhome onto my AirGradient Pro kit. Everything is worked except the PMS5003, it doesn’t seem to get any values at all. The values stay “Unknown”. I don’t seen anything in the logs related to the PMS device at all. I am still new to ESPhome devices, is there anything I can do to help troubleshoot the issue? Maybe turn up logging?
Relevant config sections:
uart:
- rx_pin: D5
tx_pin: D6
baud_rate: 9600
id: uart1
- rx_pin: D4
tx_pin: D3
baud_rate: 9600
id: uart2
sensor:
- platform: sht3xd
temperature:
id: temp
name: Temperature
humidity:
id: humidity
name: Humidity
address: 0x44
update_interval: 10s
- platform: pmsx003
type: PMSX003
uart_id: uart1
pm_1_0:
id: pm10
name: "Particulate Matter <1.0µm Concentration"
pm_2_5:
id: pm25
name: "Particulate Matter <2.5µm Concentration"
pm_10_0:
id: pm100
name: "Particulate Matter <10.0µm Concentration"
- platform: senseair
uart_id: uart2
co2:
id: co2
name: "SenseAir CO2 Value"
update_interval: 60s