Created
January 10, 2024 19:23
-
-
Save bistory/0d323488ede27b0b9e581a9f53116ac7 to your computer and use it in GitHub Desktop.
Tuto Ikea Vindriktning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment