Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Add $4 WiFi Logging to IKEA’s $12 Air Quality Sensor (Wemos and Vindriktning) (hackaday.com)
173 points by ck2 on June 11, 2023 | hide | past | favorite | 39 comments


While these projects are cool it’s worth noting IKEA since released a Matter capable version in the last year. It is 3 times the cost though (US $50 it seems). Still quite cheap on the whole I think.


Worth mentioning for those who were ignorant like me: Matter looks like an IoT protocol that’s cross platform across most home sensors and controllers (Apple home, Google nest, Alexa, etc)


All I'm interested in is whether it can be cloud free or not.

DIY Wifi addition obviously can, but not so sure of the alternative.


Matter devices are required to work without cloud: https://matter-smarthome.de/en/benefits/benefits-of-matter-1...


You can also use them with HomeKit, whatever androids is called and with home assistant. All local.


> Matter can also work entirely on your local network, so gadgets should respond more quickly and work even if your internet is down.

https://www.theverge.com/22832127/matter-smart-home-products...


Oh interesting, had not seen that, the "Vindstyrka"

https://www.ikea.com/us/en/p/vindstyrka-air-quality-sensor-s...


If anyone is going to do it I highly recommend just going with esphome now for the firmware, it’s way simpler and better maintained. You can even update the firmware over the network.


And if you want to turn your ESP8266 into a standalone appliance, with a web interface and directly editable config that doesn't need a build step, Tasmota is another great option.

https://tasmota.github.io/docs/



How on EARTH did I not know esphome existed?! Why am I bothering with this heterogeneous plate of home coded ESP and Arduino spaghetti throughout my house?!

Thanks for sharing!


I do love ESPhome, but I don't know why they don't support a simple PIR sensor.


A simple pir sensor just has a digital out that is either high or low. That is supported as a digital in sensor. Only for devices with a more complicated protocol (mostly i2c, spi and uart) you need a special sensor specific integration


Oh is it? I tried to look for that but couldn't find it, thanks!

I can't wait for it to get Zigbee support!


If you install Home Assistant (HAOS or Supervised) on something then ESPHome is a one click install with a web GUI. There's an OVA for HAOS as well as all the usual suspects - amd_64, RPi and more.

If you don't want all that stuff then do it from the command prompt, most Linux distros have it in the package manager and no doubt Mac n that have easy to install options.


I did it a few years ago, it was very easy to do, and integrated very fine with Home Assistant.

It's not too hard to do, you just have to have the component, and some solder.

The main issue I have is the noise, it is really noticeable (and the sound mode makes it less accurate: https://github.com/Hypfer/esp8266-vindriktning-particle-sens...)


>Home Assistant

Man I can't wait until someone come with a more user friendly alternative to Home ASSistant.

It's YAML hell. I work with YAML at work and then when I come home I have to fiddle with YAML again.


There are Python, C#, and I believe JavaScript options. Can't totally avoid yaml but you don't have to use it that much.


I set HASS up a year ago or so and it’s been great. Don’t need to fiddle with anything aside from having to migrate when my zigbee stick died.


I can happily report that the Vindstyrka is silent, so it's a reasonable upgrade (also supports Zigbee out of the box).


Anything with a little fan in it won't be silent...

Don't think there are any affordable particle sensors with fan though


Unfortunat edoesn't support co2.

Having co2 made it much much more aware to me to keep window open or open them and this effect is very long lasting for me, i'm doing this now for years and it stuck.

I can highly recommend buying a $60 or so co2 device.


Any particular devices or brands you could recommend?


We maintain popular open source air quality monitor projects. You can source the components yourself or get a kit from us [1].

The indoor kits include a high quality NDIR CO2 Sensor from senseair.

[1] https://www.airgradient.com/kits/


I assembled one your kits last week. Working great! I used to discover a flapper on the stove exhaust vent was stuck closed. It only took 5min to fix and the PM2.5 improved 10x.


I use an Awair Element and it's been fine. The component parts on all these are pretty much the same though.


Oof, the Awair Element is 230 on Walmart and 275 on Amazon. That’s a fair bit more than the 60 that GP quoted.


It's $157 now directly from their site -- $209 with a 25% off promo code.

Still way more than $60 but more reasonable for what you get. It's basically a $60 sensor that costs more because of WiFi and phone integration.

https://www.getawair.com/products/element


Yup me too. It's fairly attractive looking and integrates with your phone to view history and get alerts.


not the GP but I'm a fan of the Netatmo Indoor Air Quality Monitor. Price is fair imo (100usd), the app works well plus the data can be accessed via the web, and it includes humidity, temperature, and noise monitoring in addition to CO2 monitoring.


i only bought TFA Dostmann AirControl Mini CO2 Meter TFA 31.5006 Ambient Air Monitoring by accident, it does what it does and is super unflashy so i got another one a year later.


Do these $60 CO2 devices also measure air pollution like IKEA’s?


Usually yes. PM2.5 sensors are usually the common denominator across all consumer air sensors.


Most of the $60 ones aren’t really measuring CO2. The usual giveaway is if the sensor also measures VOC or TVOC most are estimating the CO2 based on that. Which has only a vague correlation sometimes and not remotely close to useful.

You need a device that specifically quotes having an “NDIR” sensor and most are $100+


The one i mentioned btw. only hsa that NDIR sensor and is at 60 bucks: "Hochwertiger NDIR Dual Beam Sensor" <> "high quality NDIR Dual beam sensor"

And it doesn't meassure anything else. So a good point that its not the same thing and if you want both, you probably need to spend 100+



What sort of control sequences are people using for the PM2.5 sensor? Something like ‘if particulate matter is above SETPOINT; then enable exhaust fan and open filtered fresh air intake damper; else if particulate matter is below SETPOINT and exhaust fan on and damper open, disable fan and close damper’?

Or is this just for logging indoor PM2.5 values?


If indoor values go up you probably just want to turn on your air purifier.

If the values are high because of pollution or wildfires you definitely don't want to increase air from outside.


Does anyone know if the IKEA sensor detects cigarette smoke? Or, if not, is there any cheap sensor available to detect smoking (and vaping, if feasible)?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: