<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>👋 Hey, I&#39;m Joachim! on Smart Home? But Secure!</title>
        <link>https://smarthome-aber-sicher.de/en/</link>
        <description>Recent content in 👋 Hey, I&#39;m Joachim! 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/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>
        <item>
        <title>5 New Automation Mistakes in Home Assistant – Are You Affected Too?</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2026/03/18/5-new-automation-mistakes-in-home-assistant-are-you-affected-too/</link>
        <pubDate>Wed, 18 Mar 2026 00:00:00 +0200</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2026/03/18/5-new-automation-mistakes-in-home-assistant-are-you-affected-too/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2026/03/18/5-neue-automations-fehler-in-home-assistant-bist-du-auch-betroffen/cover.jpg" alt="Featured image of post 5 New Automation Mistakes in Home Assistant – Are You Affected Too?" /&gt;&lt;p&gt;It was a perfectly normal evening. I built an automation, started it — and it simply didn&amp;rsquo;t do what it was supposed to. No error in the logs. No red bar. Just: nothing.&lt;/p&gt;
&lt;p&gt;After twenty minutes of searching, I found the mistake. And then something became clear to me: &lt;strong&gt;That wasn&amp;rsquo;t a one-off slip. That was a pattern.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;My &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/ha/5-automation-fehler&#34; &gt;first video on the 5 most common automation mistakes&lt;/a&gt; was a hit back then — the comments went wild. And many of you wrote: &amp;ldquo;I knew all of these and still do them anyway.&amp;rdquo; I get it. I really do.&lt;/p&gt;
&lt;p&gt;Since then, quite a bit has changed in Home Assistant. New features, new possibilities — and a whole new category of traps to fall into. Trigger IDs, for example. Or AI-generated automations that look so plausibly correct — and then aren&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I&amp;rsquo;ve picked out five of them. Five new mistakes I had to learn the hard way myself&lt;/strong&gt; — and that I keep seeing when talking to the community. Some are insidious because the mistake only surfaces weeks later. One of them costs you all the progress of a running automation — at exactly the moment you least expect it.&lt;/p&gt;
&lt;h2 id=&#34;five-mistakes-that-sound-more-harmless-than-they-are&#34;&gt;Five mistakes that sound more harmless than they are
&lt;/h2&gt;&lt;h3 id=&#34;mistake-1-the-trigger-id-trap&#34;&gt;Mistake 1: The Trigger ID Trap
&lt;/h3&gt;&lt;p&gt;Trigger IDs are one of the features that have genuinely upgraded Home Assistant in recent years. You can finally consolidate multiple triggers in one automation and still tell them apart. Practical, elegant, modern.&lt;/p&gt;
&lt;p&gt;And that&amp;rsquo;s exactly why this trap is so sneaky. &lt;strong&gt;Anyone who&amp;rsquo;s discovered the feature wants to use it for everything.&lt;/strong&gt; Ten triggers, twelve conditions, a huge choose block — and at some point, actions fire that shouldn&amp;rsquo;t be firing at all. No error in the logs. Everything runs. Just wrong.&lt;/p&gt;
&lt;p&gt;How to use trigger IDs properly — and where the line is — I show in the video.&lt;/p&gt;
&lt;h3 id=&#34;mistake-2-the-light-burns-even-when-the-suns-still-out&#34;&gt;Mistake 2: The light burns even when the sun&amp;rsquo;s still out
&lt;/h3&gt;&lt;p&gt;You built an automation: lights on at 6 PM. In October, that&amp;rsquo;s perfect. In March, the lamp is on while it&amp;rsquo;s still broad daylight outside. In December, you&amp;rsquo;ve been sitting in the dark for an hour.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hard-coded times feel right when you set them up — and they get their revenge for the rest of the year.&lt;/strong&gt; Most of us have at least one such automation hidden somewhere. Sometimes even several.&lt;/p&gt;
&lt;p&gt;The good news: Home Assistant has everything you need to solve this permanently. What exactly — you&amp;rsquo;ll see in the video.&lt;/p&gt;
&lt;h3 id=&#34;mistake-3-the-silent-total-loss&#34;&gt;Mistake 3: The silent total loss
&lt;/h3&gt;&lt;p&gt;This is the mistake that surprised me most — and at the same time the one most people completely underestimate. You build an automation with a long &lt;code&gt;wait&lt;/code&gt; action. Everything runs. At some point you apply an update. Home Assistant restarts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;And your automation? It remembers nothing.&lt;/strong&gt; No hint, no log, no error message. The progress is simply gone. That can mean: a reminder is never sent. A lamp stays on. A door remains unnoticed open.&lt;/p&gt;
&lt;p&gt;There&amp;rsquo;s an elegant solution for this — and it&amp;rsquo;s simpler than you&amp;rsquo;d think. But it requires a change of thinking. I explain how in the video.&lt;/p&gt;
&lt;h3 id=&#34;mistake-4-the-script-that-silently-refuses&#34;&gt;Mistake 4: The script that silently refuses
&lt;/h3&gt;&lt;p&gt;Anyone who knows &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/ha/automation-modi&#34; &gt;automation modes&lt;/a&gt; feels confident. Single, Restart, Parallel, Queue — that&amp;rsquo;s clear. But now here&amp;rsquo;s the trick question: &lt;strong&gt;Are you also keeping an eye on the modes of your scripts?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the default mode &lt;code&gt;Single&lt;/code&gt;, if a script is already running and gets called again, absolutely nothing happens. No error message. The script is simply ignored. Depending on your use case, your system then runs silently into the void — and you don&amp;rsquo;t know why.&lt;/p&gt;
&lt;h3 id=&#34;mistake-5-the-automation-that-looks-like-a-good-idea&#34;&gt;Mistake 5: The automation that looks like a good idea
&lt;/h3&gt;&lt;p&gt;We use AI. That&amp;rsquo;s normal, that&amp;rsquo;s sensible, that&amp;rsquo;s fast. ChatGPT, Gemini, the built-in Home Assistant assistant — they can all deliver a first draft of an automation in seconds. And it looks good. &lt;strong&gt;Really good.&lt;/strong&gt; Structured, plausible, commented.&lt;/p&gt;
&lt;p&gt;The problem: ancient syntax from three-year-old training data. Entities that don&amp;rsquo;t even exist in your installation. Logic errors that only surface when they&amp;rsquo;ve already surfaced. &lt;strong&gt;AI code doesn&amp;rsquo;t check itself — you have to do that.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the video, I show a real example and explain where you need to look especially carefully.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;All five mistakes — with screenshots, real examples, and a look inside the automation editor — are 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/JtxwotEp3LM&#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;Write in the comments afterwards which mistake got you the most — just the number, e.g. &amp;ldquo;Mistake 3&amp;rdquo;. That&amp;rsquo;s how I know what&amp;rsquo;s really on your mind.&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;p&gt;→ If you want to secure your automations, the next step is security: &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/ha-5-security-fehler/&#34; &gt;Securing Home Assistant – 5 mistakes to avoid in your smart home&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>XSense Smoke Detectors in the Test: How Secure Is the New Smart Home Integration?</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2026/03/11/xsense-smoke-detectors/</link>
        <pubDate>Wed, 11 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2026/03/11/xsense-smoke-detectors/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2026/03/11/xsense-rauchmelder/cover.jpeg" alt="Featured image of post XSense Smoke Detectors in the Test: How Secure Is the New Smart Home Integration?" /&gt;&lt;p&gt;&lt;strong&gt;Imagine there&amp;rsquo;s a fire — and your smart home reacts instantly.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s exactly what I tried out with the new XSense smoke detectors. The special thing: they can be connected locally via MQTT to Home Assistant — completely without cloud dependency. In my test I didn&amp;rsquo;t just document the setup and integration, but also simulated the real emergency: what happens when the internet goes down? How reliable is the alarm chain? And how easy is the setup really?&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/AvN0QCcU5vI&#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;h2 id=&#34;what-to-expect-in-the-video&#34;&gt;What to expect in the video
&lt;/h2&gt;&lt;p&gt;In this comprehensive test, I show you how the alarm chain works in practice, how far the radio range actually reaches, and how reliable the low battery warnings are. You&amp;rsquo;ll learn step by step how to get the MQTT integration working in Home Assistant, and I give you concrete tips for secure automations that protect your escape routes in an emergency and warn you with push notifications. At the end, I share my personal verdict and tell you who this system is really worth it for.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Curious? Then watch the video and find out how to make your home even safer!&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;basics-why-networked-smoke-detectors&#34;&gt;Basics: Why networked smoke detectors?
&lt;/h2&gt;&lt;p&gt;In Germany, smoke detectors have been mandatory in all states since 2024 — in bedrooms, children&amp;rsquo;s rooms, and hallways that serve as escape routes. There&amp;rsquo;s a good reason for this: most fire victims don&amp;rsquo;t die from the fire itself, but from smoke inhalation — often at night while asleep, when you don&amp;rsquo;t notice the smoke in time. A smoke detector gives you the life-saving minutes you need to escape.&lt;/p&gt;
&lt;p&gt;Interestingly, it&amp;rsquo;s not required that these smoke detectors be networked with each other — but that&amp;rsquo;s exactly where things get interesting. Imagine there&amp;rsquo;s a fire in the basement or a distant room of your home. You might not even hear a single smoke detector there, especially at night with closed doors.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Networked smoke detectors trigger together:&lt;/strong&gt; when one detector detects smoke, all of them raise the alarm, and you&amp;rsquo;re guaranteed to be warned everywhere in your house. That can ultimately determine whether your escape route is still smoke-free or not.&lt;/p&gt;
&lt;h2 id=&#34;the-xsense-system-in-detail&#34;&gt;The XSense system in detail
&lt;/h2&gt;&lt;p&gt;Specifically, I tested this networked smoke detector kit from XSense: &lt;strong&gt;six smoke detectors plus a central base station&lt;/strong&gt;. The detectors are networked with each other and can trigger simultaneously in an emergency. The base station also serves as an interface to the XSense app and — this is new — to the &lt;strong&gt;local integration via MQTT&lt;/strong&gt; in Home Assistant.&lt;/p&gt;
&lt;p&gt;The base station comes with a power adapter, but it&amp;rsquo;s standard USB-C. I simply plugged it into the hub in my smart home server, saving an extra socket — a nice bonus.&lt;/p&gt;
&lt;p&gt;The smoke detectors need to be paired once using the XSense app. That worked seamlessly for me and was done quickly. This step is necessary so that the detectors know each other and can reliably alert each other in a fire — even though this alarm communication doesn&amp;rsquo;t go through the base but directly between the detectors.&lt;/p&gt;
&lt;h2 id=&#34;safety-first-smart-home-is-an-addition-not-a-prerequisite&#34;&gt;Safety first: smart home is an addition, not a prerequisite
&lt;/h2&gt;&lt;p&gt;Before we go deeper into the smart home integration, there&amp;rsquo;s one point I want to make particularly clear: &lt;strong&gt;smoke detectors are safety devices.&lt;/strong&gt; The smart home connection is an addition, but must never be a prerequisite for an alarm to function at all.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s why I tested the behavior in a fire scenario first — using &lt;strong&gt;smoke detector test spray&lt;/strong&gt;. Because the test button on the detectors often only simulates the acoustic alarm, but doesn&amp;rsquo;t test the optical smoke detection. The spray simulates real smoke particles and is also used for professional functional testing.&lt;/p&gt;
&lt;p&gt;I must make an urgent warning here: never try to trigger a smoke detector with a lighter, a candle, or other smoke. The risk of irreparably damaging the detector in the process is enormous. And nothing would be more fatal than having the detector fail in a real emergency because you destroyed it during a test.&lt;/p&gt;
&lt;h2 id=&#34;alarm-chain--radio-range-in-the-test&#34;&gt;Alarm chain &amp;amp; radio range in the test
&lt;/h2&gt;&lt;p&gt;When a smoke event is detected, the affected smoke detector triggers locally first, and a few seconds later the other detectors connected in the home respond — provided they&amp;rsquo;re within radio range, of course.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;radio range is genuinely impressive&lt;/strong&gt;: I live in an apartment building, and only beyond four floors did the connection become unreliable.&lt;/p&gt;
&lt;p&gt;At the same time, the fire event is reliably displayed in the XSense app and — particularly relevant for us — the event is &lt;strong&gt;passed to Home Assistant via MQTT&lt;/strong&gt; by the base station, where we can react to it.&lt;/p&gt;
&lt;h2 id=&#34;automations-what-happens-in-an-emergency&#34;&gt;Automations: what happens in an emergency
&lt;/h2&gt;&lt;p&gt;Based on this, I created an automation in Home Assistant that triggers a complete rescue chain in an emergency. First, it sends me a push notification to my smartphone so I&amp;rsquo;m immediately informed, even if I&amp;rsquo;m not home. At the same time, it automatically turns on all the lights in the house so escape routes are clearly visible and no one has to fumble around in the dark. And then something happens that might sound surprising at first: the automation raises all the blinds and roller shutters. Why? Simple — this frees up potential additional escape routes via windows, and the fire department can immediately see what&amp;rsquo;s happening in the house from outside.&lt;/p&gt;
&lt;p&gt;This complete chain works reliably in my test: from the smoke event through the communication to other detectors, through the communication to the base, the display in the XSense app, the MQTT event transmission to Home Assistant, and the subsequent triggering of the automation.&lt;/p&gt;
&lt;h3 id=&#34;automatically-alert-the-fire-department&#34;&gt;Automatically alert the fire department?
&lt;/h3&gt;&lt;p&gt;Before anyone asks in the comments: could I theoretically use Home Assistant to automatically alert the fire department? &lt;strong&gt;Yes, technically yes&lt;/strong&gt; — given the right interface to the telephone network.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;But:&lt;/strong&gt; legally and practically, I strongly advise against it! False alarms in Germany can result in costs and even legal consequences.&lt;/p&gt;
&lt;h2 id=&#34;offline-function-integration-without-the-cloud&#34;&gt;Offline function: integration without the cloud
&lt;/h2&gt;&lt;p&gt;I of course specifically tested the new &lt;strong&gt;offline functionality&lt;/strong&gt;. When the XSense base station is switched on but offline, the app no longer works (logically — it needs a cloud connection). The local MQTT integration with Home Assistant continues to work as expected, however, since it runs completely locally in your home network.&lt;/p&gt;
&lt;p&gt;To test this further, I disconnected the internet connection and deliberately triggered a &lt;strong&gt;low battery warning&lt;/strong&gt; from a smoke detector by removing the battery and supplying it via a lab power supply with weak voltage. The MQTT message arrived in Home Assistant without any problems — &lt;strong&gt;even though the internet connection was down&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s exactly how a local integration should work: independent of cloud and internet, as long as the local network is stable.&lt;/p&gt;
&lt;h3 id=&#34;base-station-led-status&#34;&gt;Base station LED status
&lt;/h3&gt;&lt;p&gt;You can easily tell whether the base station currently has contact with the cloud by the LED in the center of the device. If it glows blue, everything is fine and the cloud connection is established. Yellow light signals that the cloud connection is interrupted — which, as we&amp;rsquo;ve seen, isn&amp;rsquo;t a problem for the local MQTT integration. If the LED glows red, the device is restarting. And if it&amp;rsquo;s completely off, that indicates a problem with the power supply.&lt;/p&gt;
&lt;h2 id=&#34;test-button--mqtt-integration&#34;&gt;Test button &amp;amp; MQTT integration
&lt;/h2&gt;&lt;p&gt;Manually testing the device (pressing the test button) is correctly displayed in the XSense app — there&amp;rsquo;s a notification that a test alarm has been triggered. &lt;strong&gt;However&lt;/strong&gt;, this event is currently not yet forwarded via MQTT to Home Assistant.&lt;/p&gt;
&lt;p&gt;I spoke with XSense support and learned that this is currently a limitation of the implementation. According to the manufacturer, this could be added in a future update — in my opinion, extremely useful for test scenarios, so I can test the entire signaling chain through to Home Assistant without having to use test spray.&lt;/p&gt;
&lt;h2 id=&#34;the-most-important-thing-primary-safety-independent-of-everything&#34;&gt;The most important thing: primary safety independent of everything
&lt;/h2&gt;&lt;p&gt;The decisive point regarding safety: &lt;strong&gt;the networked alarm between smoke detectors always works&lt;/strong&gt; — even if the power has already gone out.&lt;/p&gt;
&lt;p&gt;Why? The answer is as simple as it is brilliant: every smoke detector has a built-in battery, and this networked alarm works exclusively via radio directly between the detectors. It requires neither contact with the base station nor an internet connection, let alone external power. The batteries in the detectors themselves are all that&amp;rsquo;s needed for the life-saving alarm chain.&lt;/p&gt;
&lt;p&gt;I tried all conceivable combinations — with power to the base station, with internet, without internet. This function &lt;strong&gt;worked flawlessly every time&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The primary safety function (networking of the smoke detectors) is therefore not dependent on the app, MQTT, or a cloud connection. &lt;strong&gt;That&amp;rsquo;s exactly how it should be for a safety-critical system.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;battery-life--replacement&#34;&gt;Battery life &amp;amp; replacement
&lt;/h2&gt;&lt;p&gt;The smoke detectors come with a battery included. According to manufacturer specifications, it should last one to two years — depending on how often you press the test button. I couldn&amp;rsquo;t verify this during the test period, of course.&lt;/p&gt;
&lt;p&gt;The battery replacement itself is pleasantly straightforward — you can reach the battery compartment easily and are done quickly. And don&amp;rsquo;t worry about forgetting the replacement: you&amp;rsquo;ll be warned about a low battery on every conceivable channel. The detectors start briefly beeping every few minutes, the XSense app signals a weak battery, and this is of course also forwarded via MQTT to Home Assistant. So it&amp;rsquo;s practically impossible to overlook the needed battery replacement.&lt;/p&gt;
&lt;h2 id=&#34;setup-mqtt-integration-step-by-step&#34;&gt;Setup: MQTT integration step by step
&lt;/h2&gt;&lt;p&gt;For anyone who wants to set up the system practically, here are the steps for MQTT integration:&lt;/p&gt;
&lt;h3 id=&#34;prerequisites-and-first-steps&#34;&gt;Prerequisites and first steps
&lt;/h3&gt;&lt;p&gt;Before you start, make sure your base station is running at least firmware version 1.7.0. The app version should also be as current as possible to use all functions.&lt;/p&gt;
&lt;p&gt;Setup begins in the XSense app, where you first go to &amp;ldquo;My Devices&amp;rdquo; and select the base station. In settings, check the firmware version and update if needed. You then find the &amp;ldquo;Connect with Home Assistant&amp;rdquo; option under the device settings. There you activate the MQTT connection and enter the IP address of your MQTT broker.&lt;/p&gt;
&lt;h3 id=&#34;authentication--this-is-where-it-gets-tricky&#34;&gt;Authentication — this is where it gets tricky
&lt;/h3&gt;&lt;p&gt;Now comes the part where many people stumble. If you&amp;rsquo;re using Home Assistant OS, things are relatively straightforward: install the MQTT add-on if not already done, then enter your Home Assistant username and password. The reason is simple — the MQTT broker that comes with Home Assistant is typically secured with exactly these credentials.&lt;/p&gt;
&lt;p&gt;With a different setup, like mine, things look different. Here you must not enter the Home Assistant credentials, but the authentication data for your MQTT broker — in my case, Mosquitto, for example.&lt;/p&gt;
&lt;p&gt;Even if the app says &amp;ldquo;Home Assistant credentials,&amp;rdquo; don&amp;rsquo;t be confused. The manufacturer&amp;rsquo;s guide focuses on Home Assistant OS users, where Home Assistant and MQTT broker require the same credentials.&lt;/p&gt;
&lt;h3 id=&#34;after-successful-activation&#34;&gt;After successful activation
&lt;/h3&gt;&lt;p&gt;If everything works, you&amp;rsquo;ll see &lt;strong&gt;&amp;ldquo;MQTT status: connected&amp;rdquo;&lt;/strong&gt;, regardless of your setup.&lt;/p&gt;
&lt;p&gt;In Home Assistant, after successful activation, multiple entities appear automatically. You can see the status of each individual smoke detector, the current battery status, the connection status to the base station, and of course the crucial alarm entities with which you can build your automations.&lt;/p&gt;
&lt;p&gt;All sensors are neatly grouped as devices, and each smoke detector appears as an independent device with its own entity. This makes it very easy and clear to use in automations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note on naming:&lt;/strong&gt; If you&amp;rsquo;ve already named your smoke detectors in the XSense app and assigned them to rooms, that&amp;rsquo;s not transferred via MQTT. You&amp;rsquo;ll see the detectors in Home Assistant with their technical name (serial number) and then assign them to the correct rooms using the usual Home Assistant procedures. Once you&amp;rsquo;ve done that, you&amp;rsquo;re done.&lt;/p&gt;
&lt;h2 id=&#34;my-verdict-who-is-this-system-for&#34;&gt;My verdict: Who is this system for?
&lt;/h2&gt;&lt;p&gt;The smoke detectors &lt;strong&gt;fulfill their core task reliably and autonomously&lt;/strong&gt;. The smart home integration via MQTT works very cleanly and reliably for real fire events or other safety-critical events like low battery status.&lt;/p&gt;
&lt;p&gt;Personally, I&amp;rsquo;d be happy if XSense expands the interface further and also signals the test button press via MQTT, so I can test my Home Assistant automations more easily.&lt;/p&gt;
&lt;h3 id=&#34;who-is-this-system-worth-it-for&#34;&gt;Who is this system worth it for?
&lt;/h3&gt;&lt;p&gt;Let me be honest about who I&amp;rsquo;d recommend this system to. First, there are Home Assistant users who want to use networked smoke detectors and value local integration. For this group, the setup is definitely worth a look. But even if you don&amp;rsquo;t use Home Assistant, the system can be interesting — provided your smart home solution supports MQTT. Then you can integrate the smoke detectors locally and benefit from the same advantages. And even if you don&amp;rsquo;t want any smart home connection at all, you get a classic networked smoke detector system here that works completely reliably without the app and base station in a fire situation.&lt;/p&gt;
&lt;p&gt;If the setup interests you, here are the links to the tested set:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Directly from XSense&lt;/strong&gt; (currently 12% discount, combinable with further promotions on the product page):
👉 &lt;a class=&#34;link&#34; href=&#34;https://bit.ly/40foM3J&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;XSense Smoke Detector Starter Set&lt;/a&gt; with discount code &lt;strong&gt;safexsense&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alternatively via Amazon:&lt;/strong&gt;
👉 &lt;a class=&#34;link&#34; href=&#34;https://amzn.to/46Dncwk&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;XSense Smoke Detector Starter Set on Amazon&lt;/a&gt; (affiliate link)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This video was supported by XSense and the devices were provided to me free of charge. Affiliate links: your price stays the same, but you support the work on my channel.&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;
</description>
        </item>
        <item>
        <title>Smart Garage 2.0: Garage Door, Lighting &amp; Automations with Shelly Blue</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2026/03/05/smart-garage-2.0-garage-door-lighting-automations-with-shelly-blue/</link>
        <pubDate>Thu, 05 Mar 2026 00:00:00 +0100</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2026/03/05/smart-garage-2.0-garage-door-lighting-automations-with-shelly-blue/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2026/03/05/smarte-garage-2.0-garagentor-licht-automationen-mit-shelly-blue/cover.jpeg" alt="Featured image of post Smart Garage 2.0: Garage Door, Lighting &amp; Automations with Shelly Blue" /&gt;&lt;p&gt;About a year ago I had a deceptively simple idea for a video: just show how I made my &lt;strong&gt;garage door smart with a Shelly&lt;/strong&gt;. No big concept, no elaborate production — it was roughly my third video on this channel. I sat at the editing table that evening, thought &amp;ldquo;well, somebody will find it interesting&amp;rdquo; and clicked publish.&lt;/p&gt;
&lt;p&gt;I had absolutely no idea what would come of it.&lt;/p&gt;
&lt;h2 id=&#34;the-video-that-changed-everything&#34;&gt;The video that changed everything
&lt;/h2&gt;&lt;p&gt;50 videos later, this &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/sas/shelly/garage&#34; &gt;garage door video&lt;/a&gt; is by far the most watched on the entire channel. Way ahead of everything I&amp;rsquo;ve produced since with considerably more effort. And what surprises me even more than the total numbers: it keeps attracting new viewers to this day. Not as a brief spike after upload, but continuously, week after week, year after year. People who want to &lt;strong&gt;automate their garage door&lt;/strong&gt;, who are searching for a solution with &lt;strong&gt;Home Assistant&lt;/strong&gt;, who just want to see what&amp;rsquo;s possible with a &lt;strong&gt;Shelly&lt;/strong&gt; — they land there. Many stay.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll admit: that left me speechless for a while. A spontaneous hobby video beats everything else. What does that say about YouTube? No idea. But it tells me something about you — and about the fact that this topic is clearly on a lot of people&amp;rsquo;s minds.&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;One winter not long ago, I was standing in the garage in the morning. I unplug the charging cable from the wallbox — and I&amp;rsquo;m standing in the dark. I&amp;rsquo;d forgotten the light. The garage door to the driveway was still closed. I feel my way to the switch, squeeze past the car, and think to myself: &lt;em&gt;that&amp;rsquo;s ridiculous. I have a smart home. Why isn&amp;rsquo;t the garage smart?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;A dumb question with a long answer — that I wanted to film.&lt;/p&gt;
&lt;p&gt;Since then, I&amp;rsquo;ve gradually rebuilt everything. The light now turns on automatically as soon as I open the door or the garage door moves — controlled via &lt;strong&gt;Shelly BLU motion sensors&lt;/strong&gt; and a &lt;strong&gt;Shelly Mini Gen3&lt;/strong&gt; that replaces the old impulse relay. And yes, the door now opens by itself when I unplug the charging cable in the morning. The logic runs directly on the devices, &lt;strong&gt;locally and independent of the cloud&lt;/strong&gt; — even when my &lt;strong&gt;Home Assistant&lt;/strong&gt; is applying an update and briefly unreachable.&lt;/p&gt;
&lt;p&gt;It wasn&amp;rsquo;t always easy. Getting several &lt;strong&gt;Shelly BLU sensors&lt;/strong&gt; bound locally to one actuator at the same time cost me a few evenings. But the result is a garage where I just drive in in the morning — and everything happens as if by magic.&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;If you&amp;rsquo;re currently thinking about upgrading your &lt;strong&gt;smart garage&lt;/strong&gt; — or finally want to tackle the garage door topic — you&amp;rsquo;ll find my complete current setup in the video. From the &lt;strong&gt;Shelly Blue Door Window Sensor&lt;/strong&gt; for garage door state detection to &lt;strong&gt;garage lighting with motion sensors&lt;/strong&gt;, the &lt;strong&gt;wallbox automation&lt;/strong&gt;, and control via &lt;strong&gt;CarPlay and Android Auto&lt;/strong&gt;. Everything from real-world use, nothing staged for 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/dA9RcpKY-b8&#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;If the video helps you — or if you have your own experience with your garage in &lt;strong&gt;Home Assistant&lt;/strong&gt; — feel free to write it in the comments. Not just because I&amp;rsquo;m genuinely curious, but because exactly these interactions help YouTube show the video to more people who are looking for exactly what you just found.&lt;/p&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/shelly-jalousie/&#34; &gt;Make Roller Shutters Smart Safely with Shelly&lt;/a&gt; – Shelly modules for blinds: the same principle, different application&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/shelly-heizung/&#34; &gt;No More Annoying Thermostats! Shelly Makes Your Heating Smart&lt;/a&gt; – Shelly for heating control: autonomous, affordable, local&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/repair-shelly/&#34; &gt;Repair BROKEN Shellys – the 30 CENT repair that actually works!&lt;/a&gt; – When old Shellys act up: a capacitor for 50 cents saves the device&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Contact</title>
        <link>https://smarthome-aber-sicher.de/en/contact/</link>
        <pubDate>Sun, 20 Apr 2025 10:39:36 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/contact/</guid>
        <description>&lt;h2 id=&#34;how-to-reach-me&#34;&gt;How to reach me
&lt;/h2&gt;&lt;p&gt;For inquiries about advertising partnerships, collaborations, and affiliate programs, please contact me by e-mail using the details listed in the &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/en/imprint/&#34; &gt;Imprint&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For questions about topics covered on this website, please use the Disqus or YouTube comment section below the respective articles and videos instead of e-mail — I read all comments myself and reply as soon as I can, and that way everyone benefits from the discussion.&lt;/p&gt;
&lt;h2 id=&#34;privacy&#34;&gt;Privacy
&lt;/h2&gt;&lt;p&gt;Everything about data protection can be found in the &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/en/privacy-policy/&#34; &gt;Privacy Policy&lt;/a&gt;.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Imprint</title>
        <link>https://smarthome-aber-sicher.de/en/imprint/</link>
        <pubDate>Sun, 20 Apr 2025 10:39:36 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/imprint/</guid>
        <description>&lt;p&gt;This imprint applies to this website and my &lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/@smarthomeabersicher&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YouTube channel&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This imprint is required by German law (§ 5 TMG). The German version is the legally binding one.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1 id=&#34;information-pursuant-to--5-tmg&#34;&gt;Information pursuant to § 5 TMG
&lt;/h1&gt;&lt;p&gt;Dr. Joachim Wilke&lt;br&gt;
Sauerbruchstraße 4&lt;br&gt;
76646 Bruchsal&lt;br&gt;
Germany&lt;/p&gt;
&lt;h1 id=&#34;contact&#34;&gt;Contact
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Phone: +49 (0)7251 9231129&lt;/li&gt;
&lt;li&gt;Fax: +49 (0)7251 9231129&lt;/li&gt;
&lt;li&gt;E-Mail: &lt;a class=&#34;link&#34; href=&#34;mailto:joachim@smarthome-aber-sicher.de&#34; &gt;joachim@smarthome-aber-sicher.de&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;person-responsible-for-content-pursuant-to--55-abs-2-rstv&#34;&gt;Person responsible for content pursuant to § 55 Abs. 2 RStV
&lt;/h1&gt;&lt;p&gt;Dr. Joachim Wilke&lt;br&gt;
Sauerbruchstraße 4&lt;br&gt;
76646 Bruchsal&lt;br&gt;
Germany&lt;/p&gt;
&lt;h1 id=&#34;disclaimer&#34;&gt;Disclaimer
&lt;/h1&gt;&lt;h2 id=&#34;liability-for-content&#34;&gt;Liability for Content
&lt;/h2&gt;&lt;p&gt;As a service provider, we are responsible for our own content on these pages in accordance with general law pursuant to § 7 Abs. 1 TMG. However, pursuant to §§ 8 to 10 TMG, as a service provider we are not obliged to monitor transmitted or stored third-party information or to investigate circumstances that indicate illegal activity. Obligations to remove or block the use of information under general law remain unaffected. However, liability in this respect is only possible from the point in time at which knowledge of a specific infringement becomes known. Upon becoming aware of corresponding infringements, we will remove this content immediately.&lt;/p&gt;
&lt;h2 id=&#34;liability-for-links&#34;&gt;Liability for Links
&lt;/h2&gt;&lt;p&gt;Our website contains links to external third-party websites over whose content we have no influence. Therefore, we cannot accept any liability for this external content. The respective provider or operator of the linked pages is always responsible for their content. The linked pages were checked for possible legal infringements at the time of linking. Illegal content was not recognizable at the time of linking. However, permanent control of the content of the linked pages is not reasonable without concrete evidence of an infringement. Upon becoming aware of infringements, we will remove such links immediately.&lt;/p&gt;
&lt;h2 id=&#34;copyright&#34;&gt;Copyright
&lt;/h2&gt;&lt;p&gt;The content and works created by the site operators on these pages are subject to German copyright law. Duplication, processing, distribution, or any form of commercialization of such material beyond the scope of the copyright law requires the written consent of its respective author or creator. Downloads and copies of this site are only permitted for private, non-commercial use. Insofar as the content on this site was not created by the operator, the copyrights of third parties are respected. In particular, third-party content is marked as such. Should you nevertheless become aware of a copyright infringement, please inform us accordingly. Upon becoming aware of infringements, we will remove such content immediately.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Privacy Policy</title>
        <link>https://smarthome-aber-sicher.de/en/privacy-policy/</link>
        <pubDate>Sun, 20 Apr 2025 10:39:36 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/privacy-policy/</guid>
        <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This website is operated from Germany and is subject to German and EU data protection law. The full legally binding privacy policy is available in &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/datenschutz/&#34; &gt;German&lt;/a&gt;. This English version is a summary for your convenience.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;Last updated: April 21, 2025&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;controller&#34;&gt;Controller
&lt;/h2&gt;&lt;p&gt;Dr. Joachim Wilke&lt;br&gt;
Sauerbruchstr. 4&lt;br&gt;
76646 Bruchsal, Germany&lt;br&gt;
E-Mail: &lt;a class=&#34;link&#34; href=&#34;mailto:joachim@smarthome-aber-sicher.de&#34; &gt;joachim@smarthome-aber-sicher.de&lt;/a&gt;&lt;br&gt;
&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/imprint/&#34; &gt;Imprint&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;what-data-we-process&#34;&gt;What data we process
&lt;/h2&gt;&lt;p&gt;We process personal data only to the extent necessary to operate this website and provide our services. This includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Usage data&lt;/strong&gt; (page views, time spent, click paths, device types, operating systems)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Log data&lt;/strong&gt; (IP addresses, access times, browser type) — stored for up to 30 days&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Contact data&lt;/strong&gt; — only if you contact us directly&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Comment data&lt;/strong&gt; — if you leave a comment via Disqus&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;hosting--cdn-cloudflare&#34;&gt;Hosting &amp;amp; CDN: Cloudflare
&lt;/h2&gt;&lt;p&gt;This website is hosted via &lt;strong&gt;Cloudflare Pages&lt;/strong&gt; (Cloudflare Inc., 101 Townsend St, San Francisco, CA 94107, USA). When you visit our site, your browser connects to Cloudflare&amp;rsquo;s servers. Cloudflare processes technically necessary data such as your IP address, browser information, and access time.&lt;/p&gt;
&lt;p&gt;For statistics we use &lt;strong&gt;Cloudflare Web Analytics&lt;/strong&gt; — a privacy-friendly service that sets &lt;strong&gt;no cookies&lt;/strong&gt;, performs &lt;strong&gt;no user tracking&lt;/strong&gt;, and creates &lt;strong&gt;no personal profiles&lt;/strong&gt;. Only aggregated, anonymized data is collected (page views, referrers, device types, country of origin).&lt;/p&gt;
&lt;p&gt;Cloudflare is certified under the &lt;a class=&#34;link&#34; href=&#34;https://www.dataprivacyframework.gov/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;EU-U.S. Data Privacy Framework&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;More information: &lt;a class=&#34;link&#34; href=&#34;https://www.cloudflare.com/privacypolicy/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cloudflare Privacy Policy&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;comments-disqus&#34;&gt;Comments: Disqus
&lt;/h2&gt;&lt;p&gt;We use the comment service &lt;strong&gt;DISQUS&lt;/strong&gt; (DISQUS, Inc., 301 Howard St, Floor 3, San Francisco, CA 94105, USA). By using Disqus, your IP address and comment content may be stored by Disqus. Disqus may also use cookies for advertising purposes. You can opt out at &lt;a class=&#34;link&#34; href=&#34;https://disqus.com/data-sharing-settings/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://disqus.com/data-sharing-settings/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://help.disqus.com/en/articles/1717103-disqus-privacy-policy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Disqus Privacy Policy&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;embedded-youtube-videos&#34;&gt;Embedded YouTube videos
&lt;/h2&gt;&lt;p&gt;Some pages embed YouTube videos. These are loaded from Google&amp;rsquo;s servers, which may set cookies and collect data including your IP address. We use YouTube&amp;rsquo;s privacy-enhanced mode where possible.&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://policies.google.com/privacy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Google/YouTube Privacy Policy&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;affiliate-links&#34;&gt;Affiliate links
&lt;/h2&gt;&lt;p&gt;Some links on this site are affiliate links (e.g. Amazon). If you purchase through these links, we receive a small commission at no extra cost to you. No personal data is shared with us in this process.&lt;/p&gt;
&lt;h2 id=&#34;your-rights&#34;&gt;Your rights
&lt;/h2&gt;&lt;p&gt;Under GDPR, you have the right to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Access&lt;/strong&gt; the personal data we hold about you&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rectification&lt;/strong&gt; of inaccurate data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Erasure&lt;/strong&gt; (&amp;ldquo;right to be forgotten&amp;rdquo;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Restriction&lt;/strong&gt; of processing&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data portability&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Object&lt;/strong&gt; to processing&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lodge a complaint&lt;/strong&gt; with a supervisory authority&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To exercise your rights, contact us at: &lt;a class=&#34;link&#34; href=&#34;mailto:joachim@smarthome-aber-sicher.de&#34; &gt;joachim@smarthome-aber-sicher.de&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;legal-basis&#34;&gt;Legal basis
&lt;/h2&gt;&lt;p&gt;We process data on the basis of Art. 6(1)(f) GDPR (legitimate interests) for website operation, and Art. 6(1)(a) GDPR (consent) where applicable.&lt;/p&gt;
&lt;h2 id=&#34;data-transfers-to-third-countries&#34;&gt;Data transfers to third countries
&lt;/h2&gt;&lt;p&gt;Where data is transferred to the USA, this is done on the basis of the EU-U.S. Data Privacy Framework or Standard Contractual Clauses approved by the European Commission.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;For the full detailed privacy policy (in German), please see &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/datenschutz/&#34; &gt;Datenschutzerklärung&lt;/a&gt;.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Archives</title>
        <link>https://smarthome-aber-sicher.de/en/archives/</link>
        <pubDate>Sun, 06 Mar 2022 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/archives/</guid>
        <description></description>
        </item>
        <item>
        <title></title>
        <link>https://smarthome-aber-sicher.de/en/about/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/about/</guid>
        <description>&lt;p&gt;You want a smart home that runs reliably and actually makes your life easier — instead of stressing you out with annoying errors, outages, or security gaps? Then you&amp;rsquo;ve come to the right place.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m &lt;strong&gt;Joachim&lt;/strong&gt; and I&amp;rsquo;ve been working with smart home technology for many years. On my blog and &lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/@smarthomeabersicher/featured&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YouTube channel&lt;/a&gt; &lt;em&gt;&amp;ldquo;Smart Home? But Secure!&amp;rdquo;&lt;/em&gt; I show you how to connect your home intelligently — without &lt;strong&gt;losing oversight or control&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;what-to-expect&#34;&gt;What to expect
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Guides and ideas&lt;/strong&gt; that have been tested in the real world — not from a showroom&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tips and automations&lt;/strong&gt; that actually work and improve your daily life&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Security built in from the start&lt;/strong&gt;, but without scaremongering&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;And an honest perspective:&lt;/strong&gt; Not every hype is worth it — I&amp;rsquo;ll show you what really makes sense&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;rsquo;m not a fan of &amp;ldquo;more is more&amp;rdquo; — I&amp;rsquo;d rather have a smart home that runs stably and brings you &lt;strong&gt;real value&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;spenden&#34;&gt;I need your help!
&lt;/h2&gt;&lt;p&gt;I&amp;rsquo;m a small and relatively new YouTube channel, so I need your &lt;strong&gt;support&lt;/strong&gt; all the more! Only with your help can I keep this going and continue to grow. If you enjoy my content and want to support me, I&amp;rsquo;d be thrilled if you use one of the following options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Classic and completely free for both of us: a direct bank transfer. Just scan the QR code &lt;a class=&#34;link&#34; href=&#34;bank://singlepaymentsepa?name=Joachim%20Wilke&amp;amp;iban=DE59120300000015966435&amp;amp;amount=&amp;amp;remittanceInformation=Smarthome%3F%20aber%20sicher!%22&#34; &gt;or click here to transfer&lt;/a&gt;. For manual transfers, my IBAN is &lt;strong&gt;DE59120300000015966435&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;center&gt;
 &lt;style&gt;
    .bmc-btn svg {
        height: 32px !important;
        margin-bottom: 0px !important;
        box-shadow: none !important;
        border: none !important;
        vertical-align: middle !important;
        transform: scale(0.9);
        flex-shrink: 0;
    }

    .bmc-btn {
        width: 100%;  
        color: #000000;

        height: 50px;
        border-radius: 12px;
        font-size: 24px;
        font-weight: bold;
        border: none;
        margin-left: 8px;
        padding: 0px 24px;
        line-height: 27px;
        text-decoration: none !important;
        display: flex !important;  
        justify-content: center;  
        align-items: center;  
        font-family: &#39;Lato&#39;, cursive !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .bmc-btn:hover, .bmc-btn:active, .bmc-btn:focus {
        text-decoration: none !important;
        cursor: pointer;
    }

    .bmc-btn-text {
       text-align: center;  
       margin-top: 8px;
       font-size: 12x;
    }

    .logo-outline {
        fill: #000000;
    }

    .logo-coffee {
        fill: #FFDD00;
    }
    &lt;/style&gt;
    
    &lt;div class=&#34;bmc-btn-container&#34; style=&#34;text-align: center;&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/bank_qr.png&#34; alt=&#34;QR Code&#34; class=&#34;bmc-btn&#34; style=&#34;max-width: 200px; height: auto; display: block; margin: 0 auto;&#34;&gt;
    &lt;div class=&#34;bmc-btn-text&#34;&gt;Scanne diesen Code &lt;br/&gt;mit Deiner Banking App!&lt;/div&gt;        
    &lt;/div&gt;

&lt;/center&gt;
&lt;ul&gt;
&lt;li&gt;Do &lt;a class=&#34;link&#34; href=&#34;https://amzn.to/42FMpDl&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;your Amazon shopping through this affiliate link&lt;/a&gt; — whether smart home devices or anything else: I&amp;rsquo;ll earn a small commission without any extra cost to you.&lt;/li&gt;
&lt;/ul&gt;
&lt;center&gt;

&lt;a href=&#34;https://amzn.to/42FMpDl&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;img src=&#34;https://smarthome-aber-sicher.de/img/amazon_logo.png&#34; alt=&#34;Amazon Logo&#34; style=&#34;width:150px; height:auto;&#34;&gt;
&lt;/a&gt;
&lt;/center&gt;
&lt;ul&gt;
&lt;li&gt;Web hosting, (virtual) servers or domains? Best purchased at &lt;a class=&#34;link&#34; href=&#34;https://www.netcup.com/de/?ref=21226&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;netcup&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;









&lt;blockquote&gt;
    &lt;p&gt;&lt;figure&gt;&lt;img src=&#34;https://smarthome-aber-sicher.de/img/netcup_logo.png&#34; width=&#34;20%&#34;&gt;
&lt;/figure&gt;
&lt;p&gt;Netcup ist ein deutscher Hosting-Anbieter, bei dem ich selbst seit &lt;strong&gt;2011&lt;/strong&gt; Kunde bin – mittlerweile mit &lt;strong&gt;neun Produkten&lt;/strong&gt; (Domains, Webhosting, vServer und Root-Server). In all den Jahren war ich durchgehend zufrieden. Besonders hervorheben möchte ich die &lt;strong&gt;verlässliche Infrastruktur&lt;/strong&gt;, den &lt;strong&gt;guten Support&lt;/strong&gt; und die &lt;strong&gt;transparenten Preise&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Ein echtes Alleinstellungsmerkmal: &lt;strong&gt;Sonderangebote gelten bei Netcup oft dauerhaft&lt;/strong&gt;. Das hebt Netcup deutlich von anderen Anbietern ab, bei denen sich der Preis nach dem ersten Jahr häufig erhöht.&lt;/p&gt;
&lt;p&gt;Wenn ihr mich und meine Inhalte unterstützen wollt, freue ich mich, wenn ihr bei Interesse über meinen Empfehlungslink bucht:
👉 &lt;a class=&#34;link&#34; href=&#34;https://www.netcup.com/de/?ref=21226&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.netcup.com/de/?ref=21226&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ich habe außerdem &lt;strong&gt;Gutscheine für Neukunden&lt;/strong&gt; für verschiedene Netcup-Produkte. Meldet euch einfach bei mir – ich helfe euch gern weiter!&lt;/p&gt;
&lt;p&gt;Danke für eure Unterstützung! Sie hilft mir, weiterhin Inhalte für euch zu erstellen.&lt;/p&gt;
&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;questions-or-ideas&#34;&gt;Questions or ideas?
&lt;/h2&gt;&lt;p&gt;Feel free to write to me! I personally respond to every comment — whether under the videos or directly here on the blog.&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;
</description>
        </item>
        <item>
        <title>Search</title>
        <link>https://smarthome-aber-sicher.de/en/search/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/search/</guid>
        <description></description>
        </item>
        
    </channel>
</rss>
