Except for the video you don't show a connection diagram anywhere, or I missed it?
@parvi4love2 жыл бұрын
Sorry I am a newbie. Can you please help me with the wiring diagram for this setup?
@opar7s2 жыл бұрын
Hi, I was also strugling with the wiring diagram! First I installed only Wemos D1 Mini and it was straight forward with 3 wires from Ikea board 5V, ground and IO. Then later I added Arduino BME680 board. For this I found diagram from here: learn.adafruit.com/adafruit-bme680-humidity-temperature-barometic-pressure-voc-gas/python-circuitpython Now everything works like in this video.
@DustinGrady2 жыл бұрын
I'm not sure if I am missing it, but can you link which ESP8266 module that is specifically?
@mikenichols4313 Жыл бұрын
The particle sensor (SDS011) provides serial data including concentration for two size categories as a time series. Another hack would be to grab this data for a graphical display and daily summary (e.g. min., max., median, average daily concentration of PM 2.5 and PM 10). See for example OpenElectronics “SDS011 the Air Quality Sensor”. I am thinking about two boxes - one a particulate monitor with serial output and a second using the fan without the particulate sensor but output temperature, barometric pressure, CO2, and other parameters. Not sure, but the fan may affect measurement of the barometric pressure depending on the pressure drop, so the sensor may have to be isolated from the air flow in the box. Amazing to get a laser particulate sensor in a box for this price.
@jack_brooks3 жыл бұрын
"This board just screams hack me in your face" (6:27), love it.
@andreamitchell47582 жыл бұрын
seem like you placement of the esp8266 board will obstruct the air flow of the fan though I wonder if it would be better to put in on the right or left side in the top cavity and place the BME 680 on the opposite side also what about using a raw esp8266 without a board , I know there is a lot of room in there but I am concerned about the air flow, I have a wemos D1 mini and the ikea sensor but I never used home assistant or tasmota before I use smartthings and have flashed esp8266 devices fro that though using a USB seraial UART adapter I have a pi zero w and pi zero W 2 , I was thinking of setting up HA on one of them I don't plan on doing too much with it , the other application I have for the pi zero boards is for octoprint without a camera , not sure if I should use the pi zero w 2 for HA or octorpint ,not sure if the 1st gen zero w is good enough for HA ,
@gordoncreAtive3 жыл бұрын
Is there enough clearance for the fan to push air through now?
@voltlog3 жыл бұрын
It's a blower type fan, does not need any clearance on that side.
@gergohorvath25382 жыл бұрын
What makes you think d1 mini pins are 5V tolerants? There are a lot of discussion on this topic on the net. I’m curious
@progamermat Жыл бұрын
Great work, can we replace the IKEA LED indicators with an OLED display?
@Klaus-macht-Bilder_de Жыл бұрын
Thank you - great explenation I had a basic setup w/o them BME680 and now updated successfully :) From the VOV Sensor I currently get readings in the 60 (kOhm?) area - is there any formula or information how to correlate this with a VOC Value in mg/m³? By blowing in some Desinfection vapor the value lowers down to ~ 5
@robertybob3 жыл бұрын
Can you tell me, a novice at this kind of thing, how you flash the Tasmota software? Do you plug it straight into your pc, or do you need another piece of hardware do connect it to your pc?
@nosafetyswitch9378 Жыл бұрын
Thanks for this. I just modified mine and soldered a female JST connector that comes out just over the USB C connector. This way it can now still work standalone or I can hook it up to my ESP32 that has RGB, temp sensing etc.
@frollard3 жыл бұрын
Curious if the barometric pressure is affected by the fan - granted it's a miniscule air flow, but the sensor could be acting like a microscopic pitot tube :) Very neat!
@ColinMcCormack3 жыл бұрын
I'm thinking of an esp32 outside the box intercepting the serial comms. That would enable me to change the configuration of the particulate sensor.
@voltlog3 жыл бұрын
You can do that no problem 👌
@rdp85453 жыл бұрын
You should add a small LCD screen on the top of the case that monitors the various sensors and outputs them to the screen?? That would be a nice way to visualise both the light and sensor outputs?
@voltlog3 жыл бұрын
That doesn't make sense for my setup. Like I said in the video I hacked this so that it would transmit over MQTT so I can pull that data in HomeAssistant.
@MrFireBath3 жыл бұрын
Ikea is a fucking miracle I wish more companies do this. I placed a D1 mini in mine and a dht11 I had laying around the dht11 was recicled from an old project and it fit on the upper side of the upper box. Your sensor looks better i'l get some of those because I bought another 2 sensors to put in different rooms. I was also thinking of getting a temperature sensor weather resistant put a hole thru the casing and get the wired sensor outside the window, that way I have an indoor temp and air quality sensor and also an outdoor temp sensor in the same case. I send everything by mqtt to influxdb and use grafana to graph everything and it is awesome. This is such an easy project to start doing iot stuff it's amazing. Thank you for your videos and your ideeas I am very happy because this might be the first time I hacked something before you :). Cheers.
@voltlog3 жыл бұрын
Happy to hear people are hacking these 👍
@AntoninKral3 жыл бұрын
You can configure your wifi directly with Tasmorizer. Check the "Send config" button. No need for the hotspot dance.
@voltlog3 жыл бұрын
Thanks! I never used that feature 👍
@travelthetropics6190 Жыл бұрын
This helped me, Thanks. I set up Wifi using send config and founf IP using "Get ip"
@andreijecu7653 жыл бұрын
Hi,nice video. There is something i do not understand,at first you mention that you use the tx uart line of the sensor to read the data and this uses 3 pins on the idea board, gnd +5 and tx line,but at the solder work and the tasmota setup there are 4 wires connected to ikea board and I2C selected in the setup. Please help with details for final working solution since i am trying to replicate.Thanks.
@andreijecu7653 жыл бұрын
I have found my mistake,the GPIO was for the BME.It is working with a esp01 and a dth22 just fine.Great video 10x for the info.
@Luke-san3 жыл бұрын
Ok, had a quick look at the video. Need to re-watch later. Finally I can open my plastic box of pcb with sensors I think and a Wemos D1. Was there any issue with 5V or 3.3V on IO's or anything? I finally have home assistant running but no MQQT (need to look into that what it is exactly) but nice knowing I can check just using the web interface. Just by reading the comments my led is green in the living room and same experience as you guys, when someone starts cooking it goes to yellow/orange.
@Luke-san3 жыл бұрын
@VoltLog This ESP8266 has me confused. You don't use voltage shifters on this module. Checking other users videos, for example the one from user enwi he uses resistors to input the voltage to 3.3 Volt. Before I blow up stuff can you enlighten me?
@Luke-san3 жыл бұрын
@VoltLog. Had a look around. Very frustrating having like 30 browser tabs open with info but found that it was ok for the 5V, had another module lying around here, BME280 which did need to be connected to the 3.3V on the Wemos D! but after a couple of hours it all worked. BME280 Temperature 16.5 °C BME280 Humidity 59.5 % BME280 Dew point 8.6 °C BME280 Pressure 1030.0 hPa VINDRIKTNING PM 2.5 µm 32 µg/m³ But the humidity sensors. I think it is time to test them all and check the readings. Temperature wise they all seem to be kind of showing the same but humidity they are all over the place.
@adil_daoudson2 жыл бұрын
I have added a Senseair to measure CO2 precisely (30 Euros) and have used the ESP-M3 very small and cheap. However i would like to use it in the bedroom, so it requires to turn off the LED during nights. any idea ?
@voltlog2 жыл бұрын
Turning off the LEDs would require hardware mods to the original PCB or removing it all together.
@adil_daoudson2 жыл бұрын
@@voltlog - Do you have some insights about mods to original PCB ? any ref. schematic somewhere ?
@magnus-thome3 жыл бұрын
Just had to buy a Vindriktning after seeing your video 😁👍 Always good stuff on your channel 👍
@voltlog3 жыл бұрын
Thanks!
@ristomatti3 жыл бұрын
A straightforward hack that can be reproduced by most of your viewers. Great content! Measuring PM levels here is mostly uneventful. It's pretty much 1-2ppm except for some time after cooking on the stove. There's still one use case for me that I find useful.. Peeling onions shows up as values around 20-60ppm. My eyes are hypersensitive to that, so a particulate matter sensor in the kitchen tells me when it's safe to go there without making my eyes blurry for the next 30-60 minutes. 😄
@voltlog3 жыл бұрын
Interesting to hear the air quality is very good where you live. I am personally getting values in the 10 µg/m³ in my living room on the VINDRIKTNING sensor when there is no disturbance happening like cleaning. In another room where I have a Philips air purifier it shows values in the range of 2 µg/m³ but I suspect the purifier creates this bubble micro-climate around it and the measurement doesn't actually represent the whole room, but I need to run more tests by placing both sensors in the same room.
@ristomatti3 жыл бұрын
@@voltlog You might actually have a point there. I had a PMS7003 sensor running for 1.5 years starting from 2018. I now checked the stats again and indeed the values were higher than that. PM2.5 and PM10 were mostly jumping between 1-8 µg/m³ but during summer (likely due to pollen) the values ran around 10-30 µg/m³. Currently my only sensor is the one on my Xiaomi purifier which shows 1 µg/m³ (PM10 perhaps?) basically all the time, except when cooking. Edit: changed ppm to µg/m³, mixed up with CO2 values for a moment.
@MayankJairaj3 жыл бұрын
Thanks for easy solution, tasmoto is quick to setup. There seems to be some problem with my sensor though, I get a reading that is 100 points higher than what the city graphs show, am I doing something wrong or is the Vindriktning not working properly? Edit: the values were infact correct
@Hasitier3 жыл бұрын
Does the fan of this ikea device run all the time or does it just spin up every few minutes? Because those sensors have a finite life span which can be enlarged greatly by just starting them every 5 minutes or so for a few seconds to take a measurement.
@voltlog3 жыл бұрын
Yes it does run intermittently but that's also annoying if you have very sensitive hearing.
@DiyintheGhetto3 жыл бұрын
Is there a way to do it without tasmota? I just want to read the sensor not transmit it.
@voltlog3 жыл бұрын
You can certainly write your own code and not use Tasmota. But I don't see the advantage of doing that..
@DiyintheGhetto3 жыл бұрын
@@voltlog I dont use Tasmota myself or Mqtt. But the Wifi part of it is What I would love to do.
@Chriva3 жыл бұрын
Just started watching so I'm sorry if you're going to address it but the name of that thing is slightly misleading if you know Swedish. vindriktning translates into air direction (as in a gust blowing in a particular direction). Their naming scheme has been really weird lately :)
@voltlog3 жыл бұрын
Ikea names sound so weird in my native language that I don't even bother thinking about them 😂
@valichesu3 жыл бұрын
Genius work, I hope I could build one similar to yours.
@nickoldbird3662 жыл бұрын
Hello nice project! I buy 2 of this and i'm waiting wemos to build it! I have a BMP280 sensor I will try to put it inside. I hope to work properly!
@a_demain2 жыл бұрын
Brilliant!
@andreijecu7653 жыл бұрын
yes thank you for the info!
@jordanwaeles3 жыл бұрын
08:00 "it's not great, but not terrible".... You said it, NOW you have to put a radiation sensor in it as well!
@voltlog3 жыл бұрын
Would be cool but I don't think it will fit 😬
@v6omega2 жыл бұрын
Smart Things & Zigbee hack?
@MrFireBath3 жыл бұрын
I also bought an air purifier from ikea (the cheapest because it is easyer to control) and I hope to automate the starting of the air purifier when the air sensor detects poor air quality ;) that is if you wanted an Ideea.
@voltlog3 жыл бұрын
Thanks but I already have a Philips air purifier and it does have automatic mode built-in. The ikea one doesn't? Or is it crippled intentionally because it's cheaper?
@MrFireBath3 жыл бұрын
@@voltlog the most expensive one does but the cheapest one has all manual controls.
@SidneyCritic3 жыл бұрын
Weird, ie, you would think the ESP is so low power it wouldn't get hot.
@voltlog3 жыл бұрын
I wouldn't say the ESP is low power by modern standards. And in general Wi-Fi modules cannot be truly low power.
@giacomo11913 жыл бұрын
Nice hack
@crispusb2 жыл бұрын
Thanks. I just integrated this sensor into my home assistant (I just had an esp01 laying around). i.imgur.com/0LUZrBM.png