#Ikea Vindriktning and WEMOS D1 Mini

1 messages · Page 1 of 1 (latest)

scarlet oasis
#

I'm finally trying to get my Vindriktning wired to a D1 mini but I'm not getting any readings. The board is flashed and working in home assistant but the values never update. The wiring is
Red - 5v - 5v
Blue - Gnd - Gnd
Yellow - Rest - SDA

Yaml is
esphome:
name: ikea
friendly_name: ikea

esp8266:
board: d1_mini

api:
encryption:
key: "*****"

ota:

  • platform: esphome
    password: "****"

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

ap:
ssid: "Ikea Fallback Hotspot"
password: "******"

captive_portal:

logger:
baud_rate: 0
level: DEBUG
uart:
rx_pin: GPIO4
baud_rate: 9600

sensor:

  • platform: pm1006
    pm_2_5:
    name: "Particulate Matter 2.5µm Concentration"

I've attached a photo of the board incase I have it wired to the wrong one.