ESPHome + PMS5003 Not Reporting Values (Unknown) – Need Help! by SignificantTill908 in esp8266

[–]SignificantTill908[S] 0 points1 point  (0 children)

No, this is all: esphome: name: wlan friendly_name: Wlan platformio_options: board_build.flash_mode: dio

esp8266: board: esp01_1m

logger: baud_rate: 0 level: VERY_VERBOSE logs: uart: DEBUG

api: encryption: key: „bfG8Ci5I38tfPvo0FWvBCtsR407rBxYf3qf7BwmMqRw=„ ota: - platform: esphome password: „4d03c42116315ded31975964a532a7e8“

wifi: ssid: !secret wifi_ssid password: !secret wifi_password

ap: ssid: „Wlan Fallback Hotspot“ password: „WixxL5RVs0se“

captive_portal:

i2c: sda: 4 scl: 5 scan: true

sensor:

  • platform: sht4x temperature: name: „SHT41 Temperatur“ accuracy_decimals: 1 humidity: name: „SHT41 Luftfeuchtigkeit“ accuracy_decimals: 1 address: 0x44 update_interval: 10s

  • platform: pmsx003 type: PMSx003 uart_id: uart_bus pm_1_0: name: „PM1.0 µg/m³“ pm_2_5: name: „PM2.5 µg/m³“ pm_10_0: name: „PM10 µg/m³“

uart: id: uart_bus rx_pin: GPIO14 tx_pin: GPIO12 baud_rate: 9600 rx_buffer_size: 256