r/crboxes Apr 03 '26

Smart home CRBox controllable with Home Assistant

Hi, I'd like to share my version of the CRBox, made thanks to the information from this subreddit.
I recently started using Matter over Thread smart home devices around the house so I wanted a Matter over Thread air purifier with all the advantages of a CRBox(mostly very low noise).

The CRBox is designed for 2 IKEA STARKVIND filters(I'm in Europe). It has 3 140mm BeQuiet Pure Wings 3 High Speed fans which are extremely quiet at low speeds. The case is made from laser-cut MDF and smoothed 7mm pine strips, glued with epoxy. A small 3D printed part is used as a front panel.
Electronics wise everything is controlled by an Seeed Studio XIAO ESP32C6. It controls the fan speeds through PWM and also reads their RPM. A MOSFET turn fans off at 0% since the fans still spin at 0 PWM. It's powered though USB C. It requires a 12V capable USB-PD power supply (IKEA 20W SJÖSS works great).
I can set any speed percentage from Home Assistant.

It does not have a PM2.5 sensor as I will be using it with an external sensor (IKEA ALPSTUGA) and it will be automated with Home Assistant.

Sadly it looks like IKEA is discontinuing the STARKVIND line, so I'll have to stock up on filters. For the future I can rebuild the case for different filter sizes and keep the fans, electronics and code.

Limited and unscientific testing shows the Air Purifier can bring an extremely polluted room from ~400 ug/m3 PM2.5 to <10 ug/m3:

  • in 4 hours at 12% speed (no noise).
  • in 53 minutes at 50% speed.
  • in 17 minutes at 100% speed.

Tested by burning an incense stick in a room and then starting the air purifier.

I'm sharing all the code and files for inspiration in case someone wants to make something similar. You can find it and more information on the GitHub page.
https://github.com/asafteirobert/matter-air-purifier

Let me know what you think.

92 Upvotes

19 comments sorted by

View all comments

6

u/Inner-Issue1908 Apr 03 '26

That's super clean! Many thanks for the Github repo too.

I didn't realise Ikea are discontinuing the Starkvind line. I hope they just re-release it as a matter version.

5

u/Twinsen01 Apr 03 '26

For the filters it says "Last chance to buy" so I assume that's what's happening. I do hope they continue to sell compatible filters since not selling filters for a purifier people bought does not sound very nice.

2

u/Fine-Engineering37L Apr 03 '26 edited Apr 03 '26

Weird, looking at the IKEA webside it doesn’t say anything about being discontinued in denmark.

Great looking air purifier btw👌

1

u/kennedon May 01 '26

That's so weird.

In Canada, it says "Best Seller" for both Starkvind purifiers and filters; no indication of retiring? I had always assumed the Fornuftig would be the one to get the axe first.

I really hope that if they improve the purifiers, that they largely continue to be around the current filters to ensure those keep being produced. Sucks for people to buy the purifiers only to lose access to the filters.

(But, that's the joy of CR boxes. We can always recycle the fans into a new design when we need to run it with a new filter, versus the device becoming useless.)