<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Sonos on Smart Home? Sure — But Secure!</title>
        <link>https://smarthome-aber-sicher.de/en/tags/sonos/</link>
        <description>Recent content in Sonos on Smart Home? Sure — But Secure!</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Thu, 11 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://smarthome-aber-sicher.de/en/tags/sonos/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Thermal Imaging in the Smart Home: 5 Use Cases That Are Actually Worth It</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2026/06/11/thermalmaster-p3/</link>
        <pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2026/06/11/thermalmaster-p3/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2026/06/11/thermalmaster-p3/cover.jpg" alt="Featured image of post Thermal Imaging in the Smart Home: 5 Use Cases That Are Actually Worth It" /&gt;&lt;p&gt;A thermal imaging camera sounds like professional gear for thermographers or energy consultants. But as a smart home enthusiast, I use one for all kinds of things: checking electrics, finding hotspots in devices, inspecting my solar array – and making problems visible that all my sensors in Home Assistant simply cannot detect.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Transparency: The Thermal Master P3 was provided to me free of charge by the manufacturer – with no conditions on the content. (Ad)&lt;/em&gt;&lt;/p&gt;
&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; data-embed=&#34;https://www.youtube-nocookie.com/embed/cIzYSqcCcbw?autoplay=1&#34; onclick=&#34;loadYtIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/maxresdefault_3718416289628370459_hu_1b2cac3dca865f38.jpg&#34; alt=&#34;YouTube Video&#34; loading=&#34;lazy&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#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 loadYtIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, element.dataset.embed);
        iframe.setAttribute(&#39;allow&#39;, &#39;autoplay; fullscreen&#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: absolute;
        inset: 0;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .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: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.75);
        color: #fff;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1.35;
        text-align: center;
    }
&lt;/style&gt;

&lt;hr&gt;
&lt;h2 id=&#34;what-a-thermal-image-actually-shows&#34;&gt;What a thermal image actually shows
&lt;/h2&gt;&lt;p&gt;The color gradient from blue to red shows temperature differences – but &lt;strong&gt;relatively&lt;/strong&gt;: the coldest spot in the image is always blue, the warmest always red, whether we&amp;rsquo;re talking 20 or 80 degrees. For context, the camera displays the warmest and coldest spot as absolute readings, plus the exact temperature at the center of the image.&lt;/p&gt;
&lt;p&gt;One detail shows how sensitive it is: the imprint of my hand on the desk was still visible seconds later – from body heat alone.&lt;/p&gt;
&lt;p&gt;The Thermal Master P3 offers a resolution of 512×384, a focus ring for close-up and distance shots, and a dual-image mode that overlays the thermal and the visual image.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;use-case-1-checking-shelly-flush-mounted-boxes&#34;&gt;Use case 1: Checking Shelly flush-mounted boxes
&lt;/h2&gt;&lt;p&gt;Behind one of my light switches sits a Shelly 1 Plus for the underfloor heating. From the outside everything looks normal – but the thermal image shows 25 degrees on the outside of the box, with an ambient temperature of 21 degrees. Inside it&amp;rsquo;s definitely more – otherwise nothing would be measurable outside.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not dramatic – but &lt;strong&gt;Eco Mode&lt;/strong&gt; makes the difference visible: it throttles the Wi-Fi chip during idle periods, and the outside temperature drops to 23 degrees. Less heat means less power consumption and, above all, slower aging of the electronics. I&amp;rsquo;ve personally &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/repair-shelly&#34; &gt;repaired Shellys with failed capacitors&lt;/a&gt; before.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;use-case-2-exposing-standby-power-hogs&#34;&gt;Use case 2: Exposing standby power hogs
&lt;/h2&gt;&lt;p&gt;In the thermal image: a box, clearly warmer than its surroundings. In the visual image: my Sonos Play One – &lt;strong&gt;3.8 watts in standby&lt;/strong&gt;, officially stated by Sonos.&lt;/p&gt;
&lt;p&gt;For comparison: in 2010 the EU mandated that household devices may draw a maximum of 1 watt in standby. The Play One launched in 2013, but as an audio device with active network standby it falls under an exemption – a loophole Sonos is happy to use.&lt;/p&gt;
&lt;p&gt;With five of them in my home, that means 20 watts around the clock: &lt;strong&gt;175 kWh per year, roughly 50 euros&lt;/strong&gt; – just for standby. I now deliberately disconnect them from the mains.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;use-case-3-comparing-thermal-design--raspberry-pi-vs-zimaboard&#34;&gt;Use case 3: Comparing thermal design – Raspberry Pi vs. Zimaboard
&lt;/h2&gt;&lt;p&gt;On a Raspberry Pi 4 under load you immediately see chips and voltage regulators heating up in concentrated spots – the heat piles up at individual points. Small stick-on heat sinks barely make a measurable difference.&lt;/p&gt;
&lt;p&gt;The &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/zimaboard2-migration&#34; &gt;Zimaboard 2&lt;/a&gt; with its massive aluminum case shows the opposite: no sharp edges in the thermal gradient, no hotspots – the heat spreads evenly across the entire enclosure. The chip isn&amp;rsquo;t any cooler, but the energy is dissipated in a controlled way.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s the real value of the camera: you don&amp;rsquo;t just see &lt;em&gt;whether&lt;/em&gt; something is hot – you see &lt;em&gt;how&lt;/em&gt; a device handles heat.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;use-case-4-checking-the-solar-array-for-hotspots&#34;&gt;Use case 4: Checking the solar array for hotspots
&lt;/h2&gt;&lt;p&gt;A neat effect: solar modules appear &lt;strong&gt;cooler&lt;/strong&gt; than their surroundings in the thermal image – solar cells convert light into electricity rather than heat, and reflect part of the radiation.&lt;/p&gt;
&lt;p&gt;What stands out are &amp;ldquo;blotches&amp;rdquo;: irregular heat patterns on individual modules. That&amp;rsquo;s a warning sign – it could be a cell defect or just dirt. In my case it was harmless (a sun reflection during filming), but the principle holds: otherwise your yield quietly drops without any visible reason from the outside.&lt;/p&gt;
&lt;p&gt;A once-a-year scan of the array – a use case that pays off for every solar owner.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;use-case-5-charging-an-ev-from-an-unknown-schuko-socket&#34;&gt;Use case 5: Charging an EV from an unknown Schuko socket
&lt;/h2&gt;&lt;p&gt;On my road trip to Croatia I charged my EV from a Schuko socket at a vacation rental – an unfamiliar electrical installation of unknown age and dimensioning. Schuko sockets are not designed for continuous full load at 16 amps.&lt;/p&gt;
&lt;p&gt;My approach: start at the mobile wallbox&amp;rsquo;s minimum (6 A), check the thermal image, then step up to 10 A. Wallbox and charging cable visibly warm up – that&amp;rsquo;s just physics. A look straight into the socket (cable briefly unplugged): warm, but well within limits. Continuous charging at 10 A was no problem at this socket.&lt;/p&gt;
&lt;p&gt;Without the camera I would have either charged far too cautiously or simply hoped for the best.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion
&lt;/h2&gt;&lt;p&gt;Heat is, in the end, nothing but wasted energy – and a thermal camera makes it visible before any sensor does. For smart home users with their own electrics, a home server, a solar array, or an EV, it&amp;rsquo;s a tool that pays off surprisingly often.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Deal:&lt;/strong&gt; The Thermal Master P3 is €45 off from June 10–20 in the &lt;a class=&#34;link&#34; href=&#34;https://thermalmaster.com/SMARTHOMEABERSICHER&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;web shop&lt;/a&gt; and from June 22–28 on &lt;a class=&#34;link&#34; href=&#34;https://amzn.to/4gd8a5Q&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Amazon&lt;/a&gt;* – discount code &lt;code&gt;THERMALCM10&lt;/code&gt;. According to the manufacturer, the best price this year.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;* Links marked with an asterisk are affiliate links. As a partner I earn from qualifying purchases – at no extra cost to you.&lt;/em&gt;&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
