Skip to content

Instantly share code, notes, and snippets.

@bistory
Created January 10, 2024 19:23
Show Gist options
  • Save bistory/0d323488ede27b0b9e581a9f53116ac7 to your computer and use it in GitHub Desktop.
Save bistory/0d323488ede27b0b9e581a9f53116ac7 to your computer and use it in GitHub Desktop.
Tuto Ikea Vindriktning
# 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