<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Matter on Smart Home? But Secure!</title>
        <link>https://smarthome-aber-sicher.de/en/tags/matter/</link>
        <description>Recent content in Matter on Smart Home? But Secure!</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Thu, 16 Apr 2026 00:00:00 +0200</lastBuildDate><atom:link href="https://smarthome-aber-sicher.de/en/tags/matter/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>IKEA vs. Eve: Which Matter over Thread Sensors Are Really Worth It?</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2026/04/16/ikea-vs.-eve-which-matter-over-thread-sensors-are-really-worth-it/</link>
        <pubDate>Thu, 16 Apr 2026 00:00:00 +0200</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2026/04/16/ikea-vs.-eve-which-matter-over-thread-sensors-are-really-worth-it/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2026/04/16/ikea-vs.-eve-welche-matter-over-thread-sensoren-lohnen-sich-wirklich/cover.jpeg" alt="Featured image of post IKEA vs. Eve: Which Matter over Thread Sensors Are Really Worth It?" /&gt;&lt;p&gt;I hadn&amp;rsquo;t planned this at all.&lt;/p&gt;
&lt;p&gt;The last video about Matter and Thread had barely been online for a week when the same question kept showing up in the comments: &lt;em&gt;What about IKEA?&lt;/em&gt; First a few times, then more and more — until I couldn&amp;rsquo;t ignore it any longer. So I put both systems side by side and took a close look.&lt;/p&gt;
&lt;p&gt;Honestly, the result surprised me.&lt;/p&gt;
&lt;h2 id=&#34;a-price-difference-that-calls-everything-into-question&#34;&gt;A price difference that calls everything into question
&lt;/h2&gt;&lt;p&gt;IKEA sells a Matter over Thread window contact for around &lt;strong&gt;€8&lt;/strong&gt;. The comparable Eve Door &amp;amp; Window sensor costs &lt;strong&gt;four times&lt;/strong&gt; as much. And it&amp;rsquo;s similar for motion sensors.&lt;/p&gt;
&lt;p&gt;That means concretely: you could equip your whole home with Thread sensors for under €100. That sounds almost too good. So — where&amp;rsquo;s the catch?&lt;/p&gt;
&lt;p&gt;The answer is more complicated than expected — and depends heavily on what you&amp;rsquo;re actually trying to do.&lt;/p&gt;
&lt;h2 id=&#34;whats-in-the-video&#34;&gt;What&amp;rsquo;s in the video
&lt;/h2&gt;&lt;p&gt;I go through five categories and take an honest look at each one:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Door/window contacts&lt;/strong&gt; — For low-risk areas, IKEA does its job absolutely solidly. At the front door or combined with an alarm system, I&amp;rsquo;d personally still stick with proven solutions — not because IKEA is bad, but because Eve and Aqara have years of track record there.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Motion sensors&lt;/strong&gt; — There&amp;rsquo;s a clear winner here: Eve. The IKEA sensor reacts noticeably slower and reportedly hangs occasionally according to user reports. For applications where response time matters, this is a real difference.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Smart plugs&lt;/strong&gt; — Both measure energy consumption, which is far from a given at this price point. But Eve has a decisive advantage: the Eve Energy is a Full Thread Device — it actively strengthens your Thread network. The IKEA plug does not.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Water sensors&lt;/strong&gt; — IKEA has a simple point sensor for ~€7. Eve delivers a 2-meter sensor cable that can be extended to over 100 meters — and costs accordingly. For simple protection under the kitchen sink, IKEA is perfectly adequate.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Air quality&lt;/strong&gt; — Here IKEA surprises: the Alp Stuga measures CO2, particulate matter, temperature, and humidity for around €20. Eve currently has nothing comparable in their lineup. In testing, the readings are surprisingly close to much more expensive devices.&lt;/p&gt;
&lt;hr&gt;
&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; onclick=&#34;loadIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/sas_youtube.png&#34; alt=&#34;YouTube Video&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#34;  style=&#34;color: var(--card-text-color-main);&#34;&gt;
            Zum Aktivieren des Videos musst Du auf das Bild klicken. Ich möchte Dich darauf hinweisen, 
            dass durch die Aktivierung Daten an YouTube übermittelt werden.
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
    function loadIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, &#39;https://www.youtube-nocookie.com/embed/VIDEOID&#39;);
        iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
        iframe.setAttribute(&#39;title&#39;, &#39;YouTube Video&#39;);
        element.parentNode.replaceChild(iframe, element);
    }
&lt;/script&gt;
&lt;style&gt;
    .video-placeholder {
        position: relative;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .video-placeholder:hover .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button_hover.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .privacy-notice {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
    }
&lt;/style&gt;

&lt;p&gt;&lt;strong&gt;Team IKEA or Team Eve?&lt;/strong&gt; Just write it in the comments — I&amp;rsquo;m curious who wins the vote.&lt;/p&gt;
&lt;h2 id=&#34;products-from-the-video&#34;&gt;Products from the video
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Eve Systems&lt;/strong&gt; (Matter over Thread, fully local):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/41pHLJs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Eve Door &amp;amp; Window&lt;/a&gt; – door and window sensor, Thread, runs forever on one battery (affiliate link)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/47j8bjC&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Eve Motion&lt;/a&gt; – motion sensor, same principle, same philosophy (affiliate link)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/4uThhh2&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Eve Energy&lt;/a&gt; – smart plug with energy monitoring (affiliate link)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/4sSrE3r&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Eve Thermo&lt;/a&gt; – radiator thermostat, Thread-based, no account needed (affiliate link)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;For Home Assistant&lt;/strong&gt; (Thread Border Router):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/4bzvCYs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ZBT-2 Thread Border Router&lt;/a&gt; – the stick for Home Assistant to set up your own Thread network (affiliate link)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;IKEA&lt;/strong&gt; – the sensors shown in the video (Mittelpunkt, Mixspray, Clyppa, Alp Stuga) are available directly in the IKEA online shop. No hub needed if you&amp;rsquo;re using Home Assistant.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A small note: IKEA apparently doesn&amp;rsquo;t need an affiliate program — I recommend their products here anyway, but earn nothing from it. If you&amp;rsquo;d still like to support me: just do your &lt;a class=&#34;link&#34; href=&#34;https://amzn.to/3ZXjXN2&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;next Amazon purchase through this link&lt;/a&gt; — whatever you buy, I get a small commission, and the price doesn&amp;rsquo;t change for you.&lt;/em&gt;&lt;/p&gt;





&lt;blockquote&gt;
    &lt;p&gt;Hinweis: Die mit &lt;em&gt;bezahlter Link&lt;/em&gt; markierten Links sind Affiliate-Links. Als Amazon-Partner verdiene ich an qualifizierten Verkäufen. Das bedeutet, dass ich eine kleine Provision erhalte, wenn ihr über diese Links einkauft. Für euch entstehen dabei keine zusätzlichen Kosten. Die Einnahmen helfen mir, diesen Blog und meinen YouTube-Kanal zu betreiben und auch in Zukunft Inhalte für euch zu erstellen. Vielen Dank für eure Unterstützung!&lt;/p&gt;&lt;span class=&#34;cite&#34;&gt;&lt;span&gt;― &lt;/span&gt;&lt;span&gt;Joachim&lt;/span&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;related-articles&#34;&gt;Related articles
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/matter-thread/&#34; &gt;Is Zigbee dead now? Matter &amp;amp; Thread – 10 answers you need to know&lt;/a&gt; – The basics of Matter and Thread that this video grew out of&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Is Zigbee Dead Now? Matter &amp; Thread – 10 Answers You Need to Know</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2026/04/01/is-zigbee-dead-now-matter-thread-10-answers-you-need-to-know/</link>
        <pubDate>Wed, 01 Apr 2026 00:00:00 +0200</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2026/04/01/is-zigbee-dead-now-matter-thread-10-answers-you-need-to-know/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2026/04/01/ist-zigbee-jetzt-tot-matter-thread-10-antworten-die-du-kennen-musst/cover.jpeg" alt="Featured image of post Is Zigbee Dead Now? Matter &amp; Thread – 10 Answers You Need to Know" /&gt;&lt;p&gt;I&amp;rsquo;m about to buy an air purifier — the &lt;a class=&#34;link&#34; href=&#34;https://amzn.to/3PBinxL&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bosch Air 4000i&lt;/a&gt; (affiliate link). Sounds unremarkable — and it would be, if not for a small note on the packaging: &lt;em&gt;Matter over Thread&lt;/em&gt; or &lt;em&gt;Matter over Wi-Fi&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;There I stood. A device I consciously want to buy because it supports Matter — and I realized I actually had no idea what that concretely means. Matter has been part of smart home discussions for three years now. Three years. I&amp;rsquo;d kept catching glimpses of it, kept setting it aside. &lt;em&gt;Probably not that important. Zigbee works just fine.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Then came the air purifier.&lt;/p&gt;
&lt;h2 id=&#34;the-moment-that-triggered-this-video&#34;&gt;The moment that triggered this video
&lt;/h2&gt;&lt;p&gt;I&amp;rsquo;d planned to make a detailed video about that device — setup, Home Assistant, automations, the full package. But before I can do that meaningfully, I need to understand what&amp;rsquo;s actually happening under the hood. What is Matter? What is Thread? What do they have to do with each other? And why should I even pay attention to this when buying new hardware?&lt;/p&gt;
&lt;p&gt;So I sat down and researched. Not just a quick Google — I really dived deep. Specifications, comparisons, forum posts, real-world tests. And I noticed: the information is out there, but it&amp;rsquo;s scattered everywhere, often technically overloaded, or stuck in the year 2022.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I&amp;rsquo;ve now summarized my research in a video — in the form of 10 questions and 10 answers that really help.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;10-questions-youll-finally-get-a-clear-answer-to&#34;&gt;10 questions you&amp;rsquo;ll finally get a clear answer to
&lt;/h2&gt;&lt;p&gt;The chaos has many faces. Matter, Thread, Border Router, MoW, MoT — it&amp;rsquo;s easy to lose the overview. That&amp;rsquo;s why I picked the questions that came up for me — and that I keep reading in comments and forums.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#1 What&amp;rsquo;s the difference between Matter and Thread?&lt;/strong&gt; — Constantly thrown in the same pot. But they&amp;rsquo;re fundamentally different things. I explain it with an analogy that really sticks.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#2 Do I need a new, expensive hub for this?&lt;/strong&gt; — The honest answer is: sort of. When you need a Thread Border Router — and when your existing router is enough.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#3 Matter over Wi-Fi or Matter over Thread?&lt;/strong&gt; — Both options are listed on the packaging. What you should choose depends on one single question.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#4 Why not just evolve Zigbee?&lt;/strong&gt; — Thread uses the same chips. So why a new standard anyway? There&amp;rsquo;s more behind it than you&amp;rsquo;d think — and it has to do with IPv6.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#5 How does pairing work?&lt;/strong&gt; — QR code, app, done. No cloud account, no manufacturer app, no subscription. It really is that simple.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#6 Is Zigbee dead now?&lt;/strong&gt; — No. But the answer is more nuanced than you might expect.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#7 What about privacy?&lt;/strong&gt; — For everyone who cares about local control — this is good news.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#8 Why do Thread devices sometimes go offline?&lt;/strong&gt; — There&amp;rsquo;s a very specific, common reason for this. And an equally specific tip that solves the problem permanently.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#9 Is switching over worth it now?&lt;/strong&gt; — My honest assessment, without sugarcoating.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#10 Which specific devices do I recommend?&lt;/strong&gt; — One manufacturer committed early to Matter over Thread and consistently built their entire product range around it. I&amp;rsquo;ll introduce them.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;All of that — compact, jargon-free, straight from real-world experience — is in the video:&lt;/p&gt;
&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; onclick=&#34;loadIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/sas_youtube.png&#34; alt=&#34;YouTube Video&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#34;  style=&#34;color: var(--card-text-color-main);&#34;&gt;
            Zum Aktivieren des Videos musst Du auf das Bild klicken. Ich möchte Dich darauf hinweisen, 
            dass durch die Aktivierung Daten an YouTube übermittelt werden.
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
    function loadIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, &#39;https://www.youtube-nocookie.com/embed/WbJRijTfy9A&#39;);
        iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
        iframe.setAttribute(&#39;title&#39;, &#39;YouTube Video&#39;);
        element.parentNode.replaceChild(iframe, element);
    }
&lt;/script&gt;
&lt;style&gt;
    .video-placeholder {
        position: relative;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .video-placeholder:hover .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button_hover.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .privacy-notice {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
    }
&lt;/style&gt;

&lt;p&gt;Where are you at with this topic? Do you already have Matter or Thread devices running, or are you still waiting? Just write &lt;strong&gt;&amp;ldquo;Thread&amp;rdquo;&lt;/strong&gt;, &lt;strong&gt;&amp;ldquo;Matter&amp;rdquo;&lt;/strong&gt;, or &lt;strong&gt;&amp;ldquo;Still waiting&amp;rdquo;&lt;/strong&gt; in the comments — I&amp;rsquo;m genuinely curious where the community stands.&lt;/p&gt;
&lt;h2 id=&#34;devices-from-the-video&#34;&gt;Devices from the video
&lt;/h2&gt;&lt;p&gt;If you want to get started right away, here are the products I recommend in the video — all Matter over Thread, fully local, no cloud dependency:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/41pHLJs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Eve Door &amp;amp; Window&lt;/a&gt; – door and window sensor, Thread, runs forever on one battery (affiliate link)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/47j8bjC&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Eve Motion&lt;/a&gt; – motion sensor, same principle, same philosophy (affiliate link)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/4uThhh2&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Eve Energy&lt;/a&gt; – smart plug with energy monitoring (affiliate link)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/4sSrE3r&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Eve Thermo&lt;/a&gt; – radiator thermostat, Thread-based, no account needed (affiliate link)&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/4bzvCYs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ZBT-2 Thread Border Router&lt;/a&gt; – the stick for Home Assistant to set up your own Thread network (affiliate link)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And the trigger for this whole video:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/3PBinxL&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Bosch Air 4000i Air Purifier&lt;/a&gt; – Matter-capable, I&amp;rsquo;ll be making a separate hands-on video about it soon (affiliate link)&lt;/li&gt;
&lt;/ul&gt;





&lt;blockquote&gt;
    &lt;p&gt;Hinweis: Die mit &lt;em&gt;bezahlter Link&lt;/em&gt; markierten Links sind Affiliate-Links. Als Amazon-Partner verdiene ich an qualifizierten Verkäufen. Das bedeutet, dass ich eine kleine Provision erhalte, wenn ihr über diese Links einkauft. Für euch entstehen dabei keine zusätzlichen Kosten. Die Einnahmen helfen mir, diesen Blog und meinen YouTube-Kanal zu betreiben und auch in Zukunft Inhalte für euch zu erstellen. Vielen Dank für eure Unterstützung!&lt;/p&gt;&lt;span class=&#34;cite&#34;&gt;&lt;span&gt;― &lt;/span&gt;&lt;span&gt;Joachim&lt;/span&gt;&lt;cite&gt;&lt;/cite&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;related-articles&#34;&gt;Related articles
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/matter-thread-ikea-eve/&#34; &gt;IKEA vs. Eve: Which Matter over Thread Sensors Are Really Worth It?&lt;/a&gt; – Came straight from the comments: a concrete price comparison of both systems&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
