<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Philips Hue on Smart Home? Sure — But Secure!</title>
        <link>https://smarthome-aber-sicher.de/en/tags/philips-hue/</link>
        <description>Recent content in Philips Hue on Smart Home? Sure — But Secure!</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sun, 21 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://smarthome-aber-sicher.de/en/tags/philips-hue/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Home Assistant A-Z: M is for MQTT – The Invisible Glue of Your Smart Home</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2025/12/21/home-assistant-a-z-m-is-for-mqtt-the-invisible-glue-of-your-smart-home/</link>
        <pubDate>Sun, 21 Dec 2025 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2025/12/21/home-assistant-a-z-m-is-for-mqtt-the-invisible-glue-of-your-smart-home/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2025/12/21/home-assistant-a-z-m-wie-mqtt-der-unsichtbare-klebstoff-f%C3%BCr-dein-smart-home/cover.png" alt="Featured image of post Home Assistant A-Z: M is for MQTT – The Invisible Glue of Your Smart Home" /&gt;&lt;h2 id=&#34;welcome-to-the-a-z-series-m-is-for-mqtt&#34;&gt;Welcome to the A-Z Series: M is for MQTT
&lt;/h2&gt;&lt;p&gt;In today&amp;rsquo;s episode of our &lt;strong&gt;Home Assistant A-Z Series&lt;/strong&gt;, we&amp;rsquo;re diving into a topic that works quietly in the background and yet is &lt;strong&gt;absolutely essential&lt;/strong&gt;: &lt;strong&gt;MQTT&lt;/strong&gt;! It&amp;rsquo;s the invisible glue that brings almost any device into your smart home. Without MQTT, my smart home would grind to a halt in many places – but why is that?&lt;/p&gt;
&lt;p&gt;Today I&amp;rsquo;ll explain in simple terms (promise: no complicated technical jargon!) what MQTT is, why it matters so much, and how I&amp;rsquo;ve integrated &lt;strong&gt;52 devices&lt;/strong&gt; with it in my Home Assistant setup.&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;
            To load the video, please click the image. Please note that by doing so, data will be transmitted to YouTube.
        &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/cr5_LdP7BKM&#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-is-mqtt-30-seconds-of-theory-jargon-free&#34;&gt;What Is MQTT? 30 Seconds of Theory, Jargon-Free
&lt;/h2&gt;&lt;p&gt;Let me explain MQTT so simply that &lt;strong&gt;anyone can understand it&lt;/strong&gt; – even if you&amp;rsquo;re not deeply technical.&lt;/p&gt;
&lt;h3 id=&#34;the-problem-without-mqtt&#34;&gt;The Problem Without MQTT
&lt;/h3&gt;&lt;p&gt;Normally, Home Assistant has to &lt;strong&gt;talk directly to every device&lt;/strong&gt;. That means:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Home Assistant needs to know &lt;strong&gt;how to control the device&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;What &lt;strong&gt;data&lt;/strong&gt; the device sends&lt;/li&gt;
&lt;li&gt;In what &lt;strong&gt;units&lt;/strong&gt; the data arrives&lt;/li&gt;
&lt;li&gt;What &lt;strong&gt;interface&lt;/strong&gt; the device uses&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For &lt;strong&gt;every single device&lt;/strong&gt;, Home Assistant needs its own dedicated integration. That&amp;rsquo;s a lot of work and limits the number of supported devices.&lt;/p&gt;
&lt;h3 id=&#34;the-solution-mqtt-as-a-middleman&#34;&gt;The Solution: MQTT as a Middleman
&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;MQTT steps in between&lt;/strong&gt; and simplifies everything dramatically:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Home Assistant&lt;/strong&gt; only needs to know how to read from an &lt;strong&gt;MQTT server&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The device&lt;/strong&gt; only needs to know how to post its data to &lt;strong&gt;MQTT&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;MQTT Broker&lt;/strong&gt; (server) mediates between the two&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;the-brilliant-advantage&#34;&gt;The Brilliant Advantage
&lt;/h3&gt;&lt;p&gt;This has a &lt;strong&gt;huge advantage&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;✅ &lt;strong&gt;The device&lt;/strong&gt; can support MQTT and doesn&amp;rsquo;t care whether you&amp;rsquo;re using Home Assistant, OpenHAB, or any other smart home solution&lt;/p&gt;
&lt;p&gt;✅ &lt;strong&gt;Home Assistant&lt;/strong&gt; doesn&amp;rsquo;t care which device you have – as long as it &lt;strong&gt;speaks MQTT&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;MQTT is therefore a supremely universal solution&lt;/strong&gt; for integrating as many devices as possible into Home Assistant, &lt;strong&gt;without Home Assistant needing to explicitly support each device&lt;/strong&gt;!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video, I explain this even more clearly with a diagram!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;a-live-look-52-devices-via-mqtt-in-my-smart-home&#34;&gt;A Live Look: 52 Devices via MQTT in My Smart Home
&lt;/h2&gt;&lt;p&gt;Enough theory! Let&amp;rsquo;s look at a &lt;strong&gt;real smart home&lt;/strong&gt; and see everything I&amp;rsquo;ve integrated with MQTT.&lt;/p&gt;
&lt;p&gt;In my &lt;strong&gt;MQTT integration&lt;/strong&gt; in Home Assistant, I can see: &lt;strong&gt;52 devices&lt;/strong&gt; connected via MQTT. That&amp;rsquo;s more than half of all my devices! Without MQTT, my smart home would be capable of considerably less.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s look at some &lt;strong&gt;concrete examples&lt;/strong&gt;:&lt;/p&gt;
&lt;h3 id=&#34;aqara-motion-sensors-via-zigbee2mqtt&#34;&gt;Aqara Motion Sensors via Zigbee2MQTT
&lt;/h3&gt;&lt;p&gt;I have several &lt;strong&gt;Aqara motion sensors&lt;/strong&gt; distributed throughout my smart home – in the hallway, bathroom, storage room, and other areas.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How are they integrated?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The sensors speak &lt;strong&gt;Zigbee&lt;/strong&gt; (a wireless protocol)&lt;/li&gt;
&lt;li&gt;I use &lt;strong&gt;Zigbee2MQTT&lt;/strong&gt; – the universal gateway for Zigbee devices&lt;/li&gt;
&lt;li&gt;Zigbee2MQTT translates Zigbee signals into MQTT messages&lt;/li&gt;
&lt;li&gt;Home Assistant reads these MQTT messages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The brilliant part: &lt;strong&gt;Zigbee2MQTT supports hundreds of different Zigbee devices&lt;/strong&gt; from a wide variety of manufacturers. Set it up once, and everything works through the same pipeline!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video you can see the motion sensors live in the dashboard!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;philips-hue-lights-via-zigbee2mqtt&#34;&gt;Philips Hue Lights via Zigbee2MQTT
&lt;/h3&gt;&lt;p&gt;My &lt;strong&gt;Philips Hue lights&lt;/strong&gt; also run via MQTT – likewise through &lt;strong&gt;Zigbee2MQTT&lt;/strong&gt;!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why not the official Philips Hue Bridge?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Good question! The Hue Bridge would certainly work too, but:&lt;/p&gt;
&lt;p&gt;✅ &lt;strong&gt;With Zigbee2MQTT I skip the need for an extra bridge&lt;/strong&gt;
✅ &lt;strong&gt;Everything runs through the same infrastructure&lt;/strong&gt; (one Zigbee stick)
✅ &lt;strong&gt;Completely local&lt;/strong&gt; – no Philips cloud required
✅ &lt;strong&gt;Cheaper&lt;/strong&gt; (no expensive Hue Bridge needed)&lt;/p&gt;
&lt;p&gt;Hue lights &lt;strong&gt;also speak Zigbee&lt;/strong&gt;, so they can communicate with Zigbee2MQTT just as easily as the Aqara sensors!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Where I use Hue lights:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bedroom (for the wake-up light)&lt;/li&gt;
&lt;li&gt;Terrace (for evening lighting)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;In the video I&amp;rsquo;ll show you what the Hue lights look like in the MQTT dashboard!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;sonoff-devices-with-tasmota-firmware&#34;&gt;Sonoff Devices with TASMOTA Firmware
&lt;/h3&gt;&lt;p&gt;Another great example: &lt;strong&gt;Sonoff devices&lt;/strong&gt;. These are smart relays and sensors – similar to Shelly modules.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;My configuration:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve flashed most of my Sonoff devices with &lt;strong&gt;TASMOTA firmware&lt;/strong&gt;. This is an &lt;strong&gt;open-source, alternative firmware&lt;/strong&gt; that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;✅ Works completely &lt;strong&gt;locally&lt;/strong&gt; (no cloud)&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Natively supports MQTT&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;✅ Is far &lt;strong&gt;more flexible&lt;/strong&gt; than the stock firmware&lt;/li&gt;
&lt;li&gt;✅ Is &lt;strong&gt;more secure&lt;/strong&gt; (open source, no backdoors)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The Sonoff devices communicate via &lt;strong&gt;Wi-Fi&lt;/strong&gt; (not Zigbee!) and send their data directly to the MQTT Broker.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Examples in my setup:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Smart plugs&lt;/li&gt;
&lt;li&gt;Relays for light control&lt;/li&gt;
&lt;li&gt;Temperature sensors&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;In the video I go into more detail on TASMOTA and show you what the devices look like!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;xiaomi-light-sensors-for-automations&#34;&gt;Xiaomi Light Sensors for Automations
&lt;/h3&gt;&lt;p&gt;I have two &lt;strong&gt;Xiaomi light sensors&lt;/strong&gt; mounted on the outside of the building. They continuously measure &lt;strong&gt;brightness&lt;/strong&gt; and help me with various automations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What I use them for:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Automatic lighting&lt;/strong&gt; (e.g., terrace lights at dusk)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Blind control&lt;/strong&gt; (automatically closing when the sun is intense)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Energy management&lt;/strong&gt; (cloud cover = lower PV output)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These sensors also speak &lt;strong&gt;Zigbee&lt;/strong&gt; and run via &lt;strong&gt;Zigbee2MQTT&lt;/strong&gt; through MQTT into Home Assistant.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I show you the live sensor readings!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;wallbox-via-evcc&#34;&gt;Wallbox via EVCC
&lt;/h3&gt;&lt;p&gt;A particularly &lt;strong&gt;cool example&lt;/strong&gt;: my &lt;strong&gt;wallbox&lt;/strong&gt; for the EV is also integrated via MQTT!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How does that work?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I use &lt;strong&gt;EVCC&lt;/strong&gt; (Electric Vehicle Charge Controller) – intelligent software for managing the wallbox. EVCC can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;PV surplus charging&lt;/strong&gt; (only charge when the solar system produces enough power)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use dynamic electricity prices&lt;/strong&gt; (charge when power is cheap)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Monitor all values&lt;/strong&gt; (charging power, battery level, costs)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;EVCC publishes all these values to MQTT&lt;/strong&gt;, making them available in Home Assistant.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What I get via MQTT:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Current charging power&lt;/strong&gt; (in kW)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Total energy meter&lt;/strong&gt; (total amount charged)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Current charging price&lt;/strong&gt; (for dynamic tariffs)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grid price&lt;/strong&gt; and &lt;strong&gt;electricity rates&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;EV state of charge&lt;/strong&gt; (in %)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All this data can be used in &lt;strong&gt;automations&lt;/strong&gt; or displayed on &lt;strong&gt;dashboards&lt;/strong&gt;!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;More on EVCC is available in my dedicated video – link in the video and description above!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I show you the wallbox entities live in the MQTT dashboard!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;why-mqtt-is-so-important&#34;&gt;Why MQTT Is So Important
&lt;/h2&gt;&lt;p&gt;After all these examples, it&amp;rsquo;s clear: &lt;strong&gt;MQTT is the backbone of my smart home!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;the-advantages-at-a-glance&#34;&gt;The Advantages at a Glance
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Universal:&lt;/strong&gt; Almost any device can speak MQTT&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vendor-independent:&lt;/strong&gt; Whether Aqara, Philips, Sonoff, or Xiaomi – they all use MQTT&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Protocol-agnostic:&lt;/strong&gt; Zigbee, Wi-Fi, even Ethernet – everything ends up at MQTT&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Future-proof:&lt;/strong&gt; New device? If it speaks MQTT, it works&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Local:&lt;/strong&gt; No cloud required, everything stays on your own network&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;In the video I go even deeper into these advantages!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;installation-how-to-get-mqtt-into-home-assistant&#34;&gt;Installation: How to Get MQTT Into Home Assistant
&lt;/h2&gt;&lt;p&gt;Convinced and ready to use MQTT? No problem – the installation is &lt;strong&gt;surprisingly easy&lt;/strong&gt;!&lt;/p&gt;
&lt;h3 id=&#34;option-1-home-assistant-os-recommended-for-beginners&#34;&gt;Option 1: Home Assistant OS (recommended for beginners)
&lt;/h3&gt;&lt;p&gt;If you&amp;rsquo;re running &lt;strong&gt;Home Assistant OS&lt;/strong&gt;, MQTT is just one click away:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; Go to &lt;strong&gt;Settings → Add-ons&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 2:&lt;/strong&gt; Search for &lt;strong&gt;&amp;ldquo;Mosquitto broker&amp;rdquo;&lt;/strong&gt; (this is the MQTT server)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 3:&lt;/strong&gt; Install the add-on and start it&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 4:&lt;/strong&gt; Home Assistant automatically detects the Broker and suggests the integration&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;That&amp;rsquo;s it!&lt;/strong&gt; No complex configuration needed. The Broker is running and ready to use immediately.&lt;/p&gt;
&lt;h3 id=&#34;option-2-home-assistant-core--docker&#34;&gt;Option 2: Home Assistant Core / Docker
&lt;/h3&gt;&lt;p&gt;If you run &lt;strong&gt;Home Assistant Core&lt;/strong&gt; and manage everything via Docker, you can start the &lt;strong&gt;Mosquitto Broker as a separate container&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Docker Compose example:&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;mosquitto&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;image&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;l&#34;&gt;eclipse-mosquitto:latest&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;ports&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;    &lt;/span&gt;- &lt;span class=&#34;s2&#34;&gt;&amp;#34;1883:1883&amp;#34;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;volumes&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;    &lt;/span&gt;- &lt;span class=&#34;l&#34;&gt;./mosquitto/config:/mosquitto/config&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;    &lt;/span&gt;- &lt;span class=&#34;l&#34;&gt;./mosquitto/data:/mosquitto/data&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then add the &lt;strong&gt;MQTT integration&lt;/strong&gt; in Home Assistant and provide the IP address and port (1883) of the Mosquitto container.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I show you both installation methods!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;configuration-almost-none-required&#34;&gt;Configuration: Almost None Required!
&lt;/h3&gt;&lt;p&gt;The &lt;strong&gt;beauty of MQTT&lt;/strong&gt;: it requires &lt;strong&gt;almost no configuration&lt;/strong&gt;!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The default port (1883) works out of the box&lt;/li&gt;
&lt;li&gt;No complex settings&lt;/li&gt;
&lt;li&gt;Ready to use immediately&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of course, for added security you can also:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Set up a &lt;strong&gt;username and password&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Enable &lt;strong&gt;TLS encryption&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Configure &lt;strong&gt;Access Control Lists&lt;/strong&gt; (ACLs)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But for &lt;strong&gt;getting started&lt;/strong&gt;, the default configuration is perfectly sufficient!&lt;/p&gt;
&lt;h2 id=&#34;connecting-devices-to-mqtt&#34;&gt;Connecting Devices to MQTT
&lt;/h2&gt;&lt;p&gt;You now have an &lt;strong&gt;MQTT Broker&lt;/strong&gt; running – but how do devices connect to it?&lt;/p&gt;
&lt;h3 id=&#34;zigbee-devices-zigbee2mqtt&#34;&gt;Zigbee Devices: Zigbee2MQTT
&lt;/h3&gt;&lt;p&gt;For &lt;strong&gt;all Zigbee devices&lt;/strong&gt;, I recommend &lt;strong&gt;Zigbee2MQTT&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What you need:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;strong&gt;Zigbee USB stick&lt;/strong&gt; (e.g., ConBee II, Sonoff Zigbee 3.0)&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;Zigbee2MQTT software&lt;/strong&gt; (as an add-on or Docker container)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Setup:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Plug in the Zigbee stick&lt;/li&gt;
&lt;li&gt;Install Zigbee2MQTT&lt;/li&gt;
&lt;li&gt;Enter the MQTT Broker details (usually done automatically)&lt;/li&gt;
&lt;li&gt;Pair devices (put them into pairing mode)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Done!&lt;/strong&gt; All Zigbee devices appear automatically in Home Assistant.&lt;/p&gt;
&lt;h3 id=&#34;wi-fi-devices-native-mqtt-support-or-tasmota&#34;&gt;Wi-Fi Devices: Native MQTT Support or TASMOTA
&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Some devices&lt;/strong&gt; (e.g., Shelly, ESPHome devices) &lt;strong&gt;natively support MQTT&lt;/strong&gt;. Simply enter the MQTT Broker IP in their settings – done!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Other devices&lt;/strong&gt; (e.g., Sonoff) can be &lt;strong&gt;flashed with TASMOTA&lt;/strong&gt; and then have MQTT enabled.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I walk through concrete examples!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;software-integrations-evcc-and-others&#34;&gt;Software Integrations: EVCC and Others
&lt;/h3&gt;&lt;p&gt;Many &lt;strong&gt;software tools&lt;/strong&gt; like EVCC can publish their data to MQTT. In the respective configuration, you enable MQTT and provide the Broker details – and the data flows straight into Home Assistant!&lt;/p&gt;
&lt;h2 id=&#34;creative-use-cases-for-mqtt&#34;&gt;Creative Use Cases for MQTT
&lt;/h2&gt;&lt;p&gt;Beyond plain device data, you can also use MQTT for &lt;strong&gt;creative purposes&lt;/strong&gt;:&lt;/p&gt;
&lt;h3 id=&#34;build-your-own-sensors&#34;&gt;Build Your Own Sensors
&lt;/h3&gt;&lt;p&gt;With &lt;strong&gt;ESPHome or TASMOTA&lt;/strong&gt; you can build custom sensors and integrate them via MQTT:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Temperature and humidity sensors&lt;/strong&gt; in the garden&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Water level sensors&lt;/strong&gt; for plants or cisterns&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Door contacts&lt;/strong&gt; in unusual locations&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PIR sensors&lt;/strong&gt; for motion detection&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;exchange-data-between-systems&#34;&gt;Exchange Data Between Systems
&lt;/h3&gt;&lt;p&gt;MQTT is perfect for &lt;strong&gt;sharing data between different systems&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Home Assistant → Node-RED → MQTT&lt;/li&gt;
&lt;li&gt;MQTT → Grafana (for beautiful dashboards)&lt;/li&gt;
&lt;li&gt;MQTT → InfluxDB (for long-term data analysis)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;trigger-external-automations&#34;&gt;Trigger External Automations
&lt;/h3&gt;&lt;p&gt;You can &lt;strong&gt;trigger external tools&lt;/strong&gt; via MQTT messages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Start the &lt;strong&gt;3D printer&lt;/strong&gt; when the solar system has enough surplus&lt;/li&gt;
&lt;li&gt;Activate the &lt;strong&gt;irrigation system&lt;/strong&gt; when soil moisture is low&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Arm security systems&lt;/strong&gt; based on presence&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;The possibilities are endless!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;pitfalls-and-tips&#34;&gt;Pitfalls and Tips
&lt;/h2&gt;&lt;p&gt;To wrap up, here are a few &lt;strong&gt;important tips&lt;/strong&gt; from my own experience:&lt;/p&gt;
&lt;h3 id=&#34;tip-1-plan-your-topic-structure-early&#34;&gt;Tip 1: Plan Your Topic Structure Early
&lt;/h3&gt;&lt;p&gt;MQTT uses &lt;strong&gt;Topics&lt;/strong&gt; for organization. Think through a &lt;strong&gt;sensible hierarchy&lt;/strong&gt; from the start:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;home/living-room/temperature
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;home/living-room/humidity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;home/bedroom/temperature
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Not:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;temp_living-room
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;humidity_living-room
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;temperature_bedroom
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;A clear structure&lt;/strong&gt; will save you a lot of headaches later!&lt;/p&gt;
&lt;h3 id=&#34;tip-2-use-retained-messages&#34;&gt;Tip 2: Use Retained Messages
&lt;/h3&gt;&lt;p&gt;For &lt;strong&gt;status values&lt;/strong&gt;, you should enable &lt;strong&gt;Retained Messages&lt;/strong&gt;. This way the Broker stores the last known value – even if a client restarts.&lt;/p&gt;
&lt;h3 id=&#34;tip-3-understand-quality-of-service-qos&#34;&gt;Tip 3: Understand Quality of Service (QoS)
&lt;/h3&gt;&lt;p&gt;MQTT defines three &lt;strong&gt;QoS levels&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;QoS 0:&lt;/strong&gt; Fire and forget (fast, but unreliable)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;QoS 1:&lt;/strong&gt; Delivered at least once&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;QoS 2:&lt;/strong&gt; Delivered exactly once&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For smart home purposes, &lt;strong&gt;QoS 1&lt;/strong&gt; is usually sufficient.&lt;/p&gt;
&lt;h3 id=&#34;tip-4-use-discovery&#34;&gt;Tip 4: Use Discovery
&lt;/h3&gt;&lt;p&gt;Many tools (e.g., Zigbee2MQTT, TASMOTA) support &lt;strong&gt;MQTT Discovery&lt;/strong&gt;. This means devices &lt;strong&gt;register themselves automatically&lt;/strong&gt; with Home Assistant – no manual configuration needed!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I go into these tips in more detail!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;conclusion-mqtt-is-indispensable&#34;&gt;Conclusion: MQTT Is Indispensable
&lt;/h2&gt;&lt;p&gt;After all of this, it&amp;rsquo;s clear: &lt;strong&gt;MQTT is absolutely indispensable for my smart home!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What I wouldn&amp;rsquo;t have without MQTT:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;52 fewer devices&lt;/li&gt;
&lt;li&gt;No Zigbee devices&lt;/li&gt;
&lt;li&gt;No flexible wallbox integration&lt;/li&gt;
&lt;li&gt;Far fewer options for custom projects&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;MQTT makes a smart home flexible, open, and future-proof.&lt;/strong&gt; It&amp;rsquo;s one of the reasons I value Home Assistant so highly!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Make sure to watch the video&lt;/strong&gt; – there you&amp;rsquo;ll see everything in action live!&lt;/p&gt;
&lt;h2 id=&#34;your-experiences&#34;&gt;Your Experiences?
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;What do you integrate with MQTT?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Let me know in the comments:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Which devices do you use over MQTT?&lt;/li&gt;
&lt;li&gt;Do you have creative use cases?&lt;/li&gt;
&lt;li&gt;Are you using Zigbee2MQTT or other gateways?&lt;/li&gt;
&lt;li&gt;What questions do you have about MQTT?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;further-reading-and-videos&#34;&gt;Further Reading and Videos
&lt;/h2&gt;&lt;p&gt;If you&amp;rsquo;re interested in MQTT and related topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/evcc-ueberblick/&#34; &gt;EVCC: Smart EV Charging&lt;/a&gt;&lt;/strong&gt; – How I connect the wallbox via MQTT&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/blog/2025/11/09/home-assistant-a-z-e-wie-entitaeten-das-herzst%c3%bcck-deines-smart-homes/&#34; &gt;Understanding Entities&lt;/a&gt;&lt;/strong&gt; – How MQTT devices appear as entities&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/geschirrspueler/&#34; &gt;Making Your Dishwasher Smart&lt;/a&gt;&lt;/strong&gt; – With MQTT-capable smart plugs&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Find the complete A-Z Series here:&lt;/strong&gt; &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/tags/a-z-serie/&#34; &gt;Home Assistant A-Z Overview&lt;/a&gt;&lt;/p&gt;
&lt;nav class=&#34;ha-az-nav&#34; aria-label=&#34;Home Assistant A-Z Navigation&#34;&gt;
  &lt;div class=&#34;ha-az-nav-label&#34;&gt;📚 Home Assistant A–Z · Teil 13 von 15&lt;/div&gt;
  &lt;div class=&#34;ha-az-nav-inner&#34;&gt;&lt;a href=&#34;https://smarthome-aber-sicher.de/post/ha-az/12-licht/&#34; class=&#34;ha-az-nav-btn ha-az-nav-prev&#34;&gt;← L · Licht&lt;/a&gt;&lt;a href=&#34;https://smarthome-aber-sicher.de/post/ha-az/14-nachtmodus/&#34; class=&#34;ha-az-nav-btn ha-az-nav-next&#34;&gt;N · Nachtmodus →&lt;/a&gt;&lt;/div&gt;
&lt;/nav&gt;
</description>
        </item>
        <item>
        <title>Home Assistant A-Z: L is for Light – From Simple to Creative</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2025/12/14/home-assistant-a-z-l-is-for-light-from-simple-to-creative/</link>
        <pubDate>Sun, 14 Dec 2025 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2025/12/14/home-assistant-a-z-l-is-for-light-from-simple-to-creative/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2025/12/14/home-assistant-a-z-l-wie-licht-von-einfach-bis-kreativ/cover.png" alt="Featured image of post Home Assistant A-Z: L is for Light – From Simple to Creative" /&gt;&lt;h2 id=&#34;welcome-to-the-a-z-series-l-is-for-light&#34;&gt;Welcome to the A-Z Series: L is for Light
&lt;/h2&gt;&lt;p&gt;In today&amp;rsquo;s episode of the &lt;strong&gt;Home Assistant A-Z Series&lt;/strong&gt; we&amp;rsquo;re tackling the absolute classic for beginners: &lt;strong&gt;light&lt;/strong&gt;! For many people, their first lighting automation is the magical moment when an idea becomes a real smart home. But there&amp;rsquo;s so much more to it than just on and off!&lt;/p&gt;
&lt;p&gt;Today I&amp;rsquo;ll show you how I use light in my smart home – from simple motion-sensor automations to gentle wake-up lights and creative visual reminders. Let yourself be inspired!&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;
            To load the video, please click the image. Please note that by doing so, data will be transmitted to YouTube.
        &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/4DrUQCYSrxs&#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;how-i-control-my-lights-the-hardware&#34;&gt;How I Control My Lights: The Hardware
&lt;/h2&gt;&lt;p&gt;Before we get to the exciting automations, let me show you &lt;strong&gt;which hardware I use for my lighting control&lt;/strong&gt;. Spoiler: it&amp;rsquo;s a colourful mix – and that&amp;rsquo;s exactly what makes Home Assistant so flexible!&lt;/p&gt;
&lt;h3 id=&#34;shelly-modules-the-in-wall-solution&#34;&gt;Shelly Modules: The In-Wall Solution
&lt;/h3&gt;&lt;p&gt;The bulk of my lighting runs through &lt;strong&gt;Shelly modules&lt;/strong&gt; that I&amp;rsquo;ve fitted behind existing wall switches. There are several advantages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;The existing wall switch still works&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Additional control via Home Assistant&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Completely local, no cloud required&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Affordable retrofit for existing lamps&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;In my home these cover, among others:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Guest bathroom&lt;/li&gt;
&lt;li&gt;Hallway&lt;/li&gt;
&lt;li&gt;Bathroom&lt;/li&gt;
&lt;li&gt;Dressing room&lt;/li&gt;
&lt;li&gt;Storage room&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The Shellys are integrated directly into Home Assistant via the &lt;strong&gt;Shelly integration&lt;/strong&gt; and respond instantly – whether I use the physical switch or trigger an automation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I show you exactly what that looks like in the dashboard!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;philips-hue-colour-and-flexibility&#34;&gt;Philips Hue: Colour and Flexibility
&lt;/h3&gt;&lt;p&gt;I also have some &lt;strong&gt;Philips Hue lights&lt;/strong&gt; in use, which I control via &lt;strong&gt;Zigbee2MQTT&lt;/strong&gt;. The advantage: no Philips Hue Bridge needed – everything runs through my Zigbee stick!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Where I use Philips Hue:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Bedroom&lt;/strong&gt; – for the gentle wake-up light (more on that in a moment!)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Terrace&lt;/strong&gt; – for atmospheric evening lighting&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Depending on the model, Hue lights can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Change white tones&lt;/strong&gt; (from cool white to warm white)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Display full RGB colours&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dim softly&lt;/strong&gt; over long periods&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;In the video you&amp;rsquo;ll see the difference between the various Hue models live in the dashboard!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;esphome-led-strip-the-diy-project&#34;&gt;ESPHome LED Strip: The DIY Project
&lt;/h3&gt;&lt;p&gt;My personal highlight is a &lt;strong&gt;custom-built LED lamp in the hallway&lt;/strong&gt;, made from an LED strip with &lt;strong&gt;individually addressable LEDs&lt;/strong&gt;. Control is handled by an &lt;strong&gt;ESP32 microcontroller running ESPHome&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;What makes it special: the lamp consists of &lt;strong&gt;several rings&lt;/strong&gt; that I can address individually with different colours. I use this for creative automations – more on that shortly!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Make sure to watch the lamp in action in the video – the effects are impressive!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;what-can-i-do-with-the-different-lights&#34;&gt;What Can I Do With the Different Lights?
&lt;/h2&gt;&lt;p&gt;Now it gets interesting: what are the &lt;strong&gt;possibilities&lt;/strong&gt; of the different light types?&lt;/p&gt;
&lt;h3 id=&#34;shelly-simple-but-reliable&#34;&gt;Shelly: Simple but Reliable
&lt;/h3&gt;&lt;p&gt;The Shelly-controlled lights are the &lt;strong&gt;simplest in my setup&lt;/strong&gt;. They can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;Switch on and off&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sounds underwhelming? It is – but that&amp;rsquo;s exactly what makes them so &lt;strong&gt;reliable and fast&lt;/strong&gt;. For rooms like the bathroom, hallway, or storage room, I don&amp;rsquo;t need anything more. The main thing is that the light comes on when I need it!&lt;/p&gt;
&lt;h3 id=&#34;philips-hue-the-colour-artists&#34;&gt;Philips Hue: The Colour Artists
&lt;/h3&gt;&lt;p&gt;With the Hue lights things get considerably more interesting. Depending on the model they can:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Warm white / cool white lights:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Change colour temperature (from cosy warm white to energising cool white)&lt;/li&gt;
&lt;li&gt;Dim brightness continuously&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Smooth transitions&lt;/strong&gt; over minutes or even hours&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;RGB lights:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Display &lt;strong&gt;any colour&lt;/strong&gt; in the RGB spectrum&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Colour-change animations&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Combinations of colour and brightness&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;In the video I show you both variants live in the dashboard – the difference is striking!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;esphome-led-strip-the-all-rounder&#34;&gt;ESPHome LED Strip: The All-Rounder
&lt;/h3&gt;&lt;p&gt;My custom-built LED lamp can do everything Hue can – and more:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Full RGB display&lt;/strong&gt; for every individual LED&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Individual control of separate rings&lt;/strong&gt; with different colours&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Special effects&lt;/strong&gt; such as running lights, rainbow, or pulsing&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dynamic displays&lt;/strong&gt; for smart home status&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I use this flexibility for the &lt;strong&gt;most creative automations&lt;/strong&gt; – more on that shortly!&lt;/p&gt;
&lt;h2 id=&#34;the-interesting-automations&#34;&gt;The Interesting Automations
&lt;/h2&gt;&lt;p&gt;Now for the exciting part: &lt;strong&gt;what do I actually do with all these lights?&lt;/strong&gt; Here are my favourite automations!&lt;/p&gt;
&lt;h3 id=&#34;motion-sensor--shelly-the-classic&#34;&gt;Motion Sensor + Shelly: The Classic
&lt;/h3&gt;&lt;p&gt;The simplest and simultaneously most useful automation: &lt;strong&gt;light comes on automatically when I enter a room&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How does it work?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Motion sensors&lt;/strong&gt; distributed throughout the rooms&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Trigger:&lt;/strong&gt; Motion detected&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Action:&lt;/strong&gt; Switch on Shelly light&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Timeout:&lt;/strong&gt; Automatically switch off after X minutes without motion&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Where I use this:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Hallway&lt;/li&gt;
&lt;li&gt;Storage room&lt;/li&gt;
&lt;li&gt;Dressing room&lt;/li&gt;
&lt;li&gt;Guest bathroom&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sounds trivial, but it&amp;rsquo;s &lt;strong&gt;incredibly practical&lt;/strong&gt;! You come in from the car with your hands full and don&amp;rsquo;t have to feel for a light switch. The light is simply already on.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I show you the automation and how it responds live!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;wake-up-light-a-gentle-start-to-the-day&#34;&gt;Wake-Up Light: A Gentle Start to the Day
&lt;/h3&gt;&lt;p&gt;This is where it gets more interesting: my &lt;strong&gt;Philips Hue lights in the bedroom&lt;/strong&gt; serve as a &lt;strong&gt;gentle wake-up light&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The problem:&lt;/strong&gt; A normal alarm clock tears you brutally out of sleep. With light, it&amp;rsquo;s so much gentler!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How I implement it:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Trigger:&lt;/strong&gt; Wake-up time (weekdays only)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Action:&lt;/strong&gt; Gradually dim lights up over &lt;strong&gt;20 minutes&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Starting point:&lt;/strong&gt; Very warm, dimmed light (simulates morning sun)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;End point:&lt;/strong&gt; Bright, cooler light (gently wakes you up)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;The trick:&lt;/strong&gt; Home Assistant can slowly brighten lights using a &lt;strong&gt;transition parameter&lt;/strong&gt;. This means the light continuously changes brightness and colour temperature over 20 minutes!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Additional feature:&lt;/strong&gt; At the same time I also switch on the radio and slowly increase the &lt;strong&gt;volume&lt;/strong&gt;. The perfect start to the day!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Make sure to look at the automation code in the video – I&amp;rsquo;ll show you the transition parameter!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;night-light-mode-navigation-without-glare&#34;&gt;Night Light Mode: Navigation Without Glare
&lt;/h3&gt;&lt;p&gt;I use the custom-built &lt;strong&gt;LED lamp in the hallway&lt;/strong&gt; as an intelligent night light:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The idea:&lt;/strong&gt; When someone needs to use the bathroom at night, the hallway should be subtly lit – but not so bright that you&amp;rsquo;re fully awake.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Motion sensor&lt;/strong&gt; detects movement in the hallway&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Condition:&lt;/strong&gt; It is between 22:00 and 06:00&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Action:&lt;/strong&gt; LED lamp switches on with &lt;strong&gt;very low brightness&lt;/strong&gt; and &lt;strong&gt;warm light&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Timeout:&lt;/strong&gt; Automatically switches off after 2 minutes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The brilliant part: the lamp is bright enough to navigate by, but not so harsh that it wakes you up completely. &lt;strong&gt;The perfect compromise!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;bin-day-reminder-never-forget-visually-again&#34;&gt;Bin-Day Reminder: Never Forget Visually Again
&lt;/h3&gt;&lt;p&gt;Now it gets really creative: I use the &lt;strong&gt;individually addressable rings&lt;/strong&gt; of my LED lamp as a &lt;strong&gt;visual reminder for bin collection&lt;/strong&gt;!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The problem:&lt;/strong&gt; I regularly forget to put the bin out in time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The solution:&lt;/strong&gt; The lamp shows me in colour which bin is being collected tomorrow!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Trigger:&lt;/strong&gt; Afternoon at 16:00&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Condition:&lt;/strong&gt; Check whether a bin is being collected tomorrow&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Action:&lt;/strong&gt; Show a coloured ring on the LED lamp
&lt;ul&gt;
&lt;li&gt;🟢 &lt;strong&gt;Green&lt;/strong&gt; = Food/garden waste bin&lt;/li&gt;
&lt;li&gt;🟡 &lt;strong&gt;Yellow&lt;/strong&gt; = Recycling/yellow bag&lt;/li&gt;
&lt;li&gt;🔵 &lt;strong&gt;Blue&lt;/strong&gt; = Paper bin&lt;/li&gt;
&lt;li&gt;⚫ &lt;strong&gt;Black&lt;/strong&gt; = General waste&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Every time I walk through the hallway I see the coloured ring and am reminded. &lt;strong&gt;Better than any push notification!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I show you the complete automation and what the lamp looks like when multiple bins need to go out at the same time!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By the way: how I integrate &lt;strong&gt;bin collection schedules&lt;/strong&gt; into Home Assistant is covered in a &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/muelltonnen/&#34; &gt;dedicated article about the bin collection integration&lt;/a&gt;. Definitely check it out if you&amp;rsquo;re interested in that topic!&lt;/p&gt;
&lt;h2 id=&#34;more-creative-ideas-for-light-in-home-assistant&#34;&gt;More Creative Ideas for Light in Home Assistant
&lt;/h2&gt;&lt;p&gt;You can see: &lt;strong&gt;light is so much more than just on and off!&lt;/strong&gt; Here are a few more ideas I haven&amp;rsquo;t implemented myself, but which might be &lt;strong&gt;interesting for you&lt;/strong&gt;:&lt;/p&gt;
&lt;h3 id=&#34;presence-simulation-while-on-holiday&#34;&gt;Presence Simulation While on Holiday
&lt;/h3&gt;&lt;p&gt;Use your smart lights to &lt;strong&gt;simulate presence&lt;/strong&gt; when you&amp;rsquo;re away:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Lights come on and go off at random times&lt;/li&gt;
&lt;li&gt;Different rooms are lit in sequence&lt;/li&gt;
&lt;li&gt;Timings oriented around realistic patterns (living room in the evening, bedroom at night)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;alarm-visualisation&#34;&gt;Alarm Visualisation
&lt;/h3&gt;&lt;p&gt;If &lt;strong&gt;movement is detected in the garden&lt;/strong&gt; or a &lt;strong&gt;window opens&lt;/strong&gt; while you&amp;rsquo;re away, lights can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Flash red as a warning&lt;/li&gt;
&lt;li&gt;Alert you acoustically and visually&lt;/li&gt;
&lt;li&gt;Act as a deterrent to intruders&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;mood-modes&#34;&gt;Mood Modes
&lt;/h3&gt;&lt;p&gt;Create different &lt;strong&gt;scenes&lt;/strong&gt; for different situations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;🎬 &lt;strong&gt;Movie mode:&lt;/strong&gt; Dimmed, warm light&lt;/li&gt;
&lt;li&gt;🍽️ &lt;strong&gt;Dinner mode:&lt;/strong&gt; Bright, cosy light over the dining table&lt;/li&gt;
&lt;li&gt;🎉 &lt;strong&gt;Party mode:&lt;/strong&gt; Colourful colour changes&lt;/li&gt;
&lt;li&gt;📚 &lt;strong&gt;Reading mode:&lt;/strong&gt; Bright, neutral white light&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;daylight-adaptation&#34;&gt;Daylight Adaptation
&lt;/h3&gt;&lt;p&gt;Automatically adjust the &lt;strong&gt;colour temperature&lt;/strong&gt; of your lights to the time of day:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Morning: Cool, energising light&lt;/li&gt;
&lt;li&gt;Midday: Neutral white&lt;/li&gt;
&lt;li&gt;Evening: Warm, relaxing light (supports your natural sleep rhythm)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;why-light-is-the-perfect-entry-point-into-home-assistant&#34;&gt;Why Light Is the Perfect Entry Point into Home Assistant
&lt;/h2&gt;&lt;p&gt;If you&amp;rsquo;re new to Home Assistant: &lt;strong&gt;light is the ideal starting point!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;reasons&#34;&gt;Reasons:
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Immediate feedback&lt;/strong&gt; – you see straight away whether your automation is working&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Not critical infrastructure&lt;/strong&gt; – if something goes wrong, it&amp;rsquo;s not a disaster&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Many hardware options&lt;/strong&gt; – from affordable (Shelly) to comfortable (Hue)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Simple automations&lt;/strong&gt; – perfect for learning the basics&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Plenty of room for creativity&lt;/strong&gt; – once the basics are in place, you can experiment&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;In the video I give you even more tips for beginners!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;hardware-recommendations&#34;&gt;Hardware Recommendations
&lt;/h2&gt;&lt;p&gt;Want to get started smart? Here are my &lt;strong&gt;hardware recommendations&lt;/strong&gt; based on my own experience:&lt;/p&gt;
&lt;h3 id=&#34;for-wall-switches-shelly&#34;&gt;For Wall Switches: Shelly
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Shelly 1&lt;/strong&gt; or &lt;strong&gt;Shelly 1PM&lt;/strong&gt; for simple on/off lights&lt;/li&gt;
&lt;li&gt;Works with existing switches&lt;/li&gt;
&lt;li&gt;Completely locally controllable&lt;/li&gt;
&lt;li&gt;Affordable to purchase&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;for-colour-and-comfort-philips-hue&#34;&gt;For Colour and Comfort: Philips Hue
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Zigbee2MQTT&lt;/strong&gt; instead of a Hue Bridge (saves money and increases flexibility)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;White Ambiance&lt;/strong&gt; for colour temperature control&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;White and Colour&lt;/strong&gt; for full RGB control&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;for-makers-esphome&#34;&gt;For Makers: ESPHome
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;WLED-compatible LED strips&lt;/strong&gt; with WS2812B LEDs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ESP32&lt;/strong&gt; or &lt;strong&gt;ESP8266&lt;/strong&gt; as controller&lt;/li&gt;
&lt;li&gt;ESPHome for easy integration into Home Assistant&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Affiliate links&lt;/strong&gt; to recommended hardware can be found in the video description!&lt;/p&gt;
&lt;h2 id=&#34;avoiding-common-pitfalls&#34;&gt;Avoiding Common Pitfalls
&lt;/h2&gt;&lt;p&gt;From my experience there are a few typical &lt;strong&gt;mistakes when getting started with lighting control&lt;/strong&gt;:&lt;/p&gt;
&lt;h3 id=&#34;mistake-1-too-many-automations-for-one-light&#34;&gt;Mistake 1: Too Many Automations for One Light
&lt;/h3&gt;&lt;p&gt;When multiple automations control the same light, they can &lt;strong&gt;conflict with each other&lt;/strong&gt;. Example: a motion sensor switches the light on, but at the same time another automation wants to switch it off.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Solution:&lt;/strong&gt; Use &lt;strong&gt;conditions&lt;/strong&gt; in your automations or central logic helpers.&lt;/p&gt;
&lt;h3 id=&#34;mistake-2-no-manual-override&#34;&gt;Mistake 2: No Manual Override
&lt;/h3&gt;&lt;p&gt;It&amp;rsquo;s annoying when an automation switches the light off while you&amp;rsquo;re still in the room!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Solution:&lt;/strong&gt; Build in &lt;strong&gt;manual override options&lt;/strong&gt;, for example via an Input Boolean.&lt;/p&gt;
&lt;h3 id=&#34;mistake-3-motion-sensor-in-the-wrong-spot&#34;&gt;Mistake 3: Motion Sensor in the Wrong Spot
&lt;/h3&gt;&lt;p&gt;A poorly positioned motion sensor detects you too late – the light stays off.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Solution:&lt;/strong&gt; Test different positions and pay attention to the &lt;strong&gt;detection range&lt;/strong&gt; of your sensor.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I go into these pitfalls in more detail!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;watch-the-video&#34;&gt;Watch the Video!
&lt;/h2&gt;&lt;p&gt;I&amp;rsquo;ve told you a lot, but &lt;strong&gt;you&amp;rsquo;ll understand it best when you see it&lt;/strong&gt;! In the video I show you:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;All lights live in the dashboard&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;The automations in detail&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;The custom-built LED lamp in action&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;What the bin-day reminders look like&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;The code for the wake-up light&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Click the video above and watch it now!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;further-articles-and-videos&#34;&gt;Further Articles and Videos
&lt;/h2&gt;&lt;p&gt;If you&amp;rsquo;re interested in the topic of lights and automations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/muelltonnen/&#34; &gt;Never forget the bins again&lt;/a&gt;&lt;/strong&gt; – How I use the bin collection integration&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/post/shelly-jalousie/&#34; &gt;Installing Shelly roller blinds&lt;/a&gt;&lt;/strong&gt; – If you want to learn more about Shelly modules&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/blog/2025/10/26/home-assistant-a-z-b-wie-blueprints-fertige-automationen-einfach-nutzen/&#34; &gt;Blueprints&lt;/a&gt;&lt;/strong&gt; – How to easily import automations&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;The complete A-Z Series can be found here:&lt;/strong&gt; &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/tags/a-z-serie/&#34; &gt;Home Assistant A-Z Overview&lt;/a&gt;&lt;/p&gt;
&lt;nav class=&#34;ha-az-nav&#34; aria-label=&#34;Home Assistant A-Z Navigation&#34;&gt;
  &lt;div class=&#34;ha-az-nav-label&#34;&gt;📚 Home Assistant A–Z · Teil 12 von 15&lt;/div&gt;
  &lt;div class=&#34;ha-az-nav-inner&#34;&gt;&lt;a href=&#34;https://smarthome-aber-sicher.de/post/ha-az/11-ki/&#34; class=&#34;ha-az-nav-btn ha-az-nav-prev&#34;&gt;← K · KI&lt;/a&gt;&lt;a href=&#34;https://smarthome-aber-sicher.de/post/ha-az/13-mqtt/&#34; class=&#34;ha-az-nav-btn ha-az-nav-next&#34;&gt;M · MQTT →&lt;/a&gt;&lt;/div&gt;
&lt;/nav&gt;
</description>
        </item>
        
    </channel>
</rss>
