diff --git "a/\tesp32-s2 mini + ATH10.yaml" "b/\tesp32-s2 mini + ATH10.yaml" new file mode 100644 index 0000000..88c538e --- /dev/null +++ "b/\tesp32-s2 mini + ATH10.yaml" @@ -0,0 +1,30 @@ +# Ikea Vindriktning +uart: + rx_pin: 6 + baud_rate: 9600 + +# SHT21 +i2c: + sda: 8 + scl: 10 + scan: true + id: bus_a + +sensor: + # Ikea Vindriktning + - platform: pm1006 + pm_2_5: + name: "Particulate Matter 2.5µm Concentration" + accuracy_decimals: 2 + filters: + - sliding_window_moving_average: + window_size: 50 + send_every: 10 + send_first_at: 10 + + # SHT21 + - platform: htu21d + temperature: + name: "Temperature" + humidity: + name: "Humidity" \ No newline at end of file