<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Safety on Smart Home? Sure — But Secure!</title>
        <link>https://smarthome-aber-sicher.de/en/tags/safety/</link>
        <description>Recent content in Safety on Smart Home? Sure — But Secure!</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Thu, 18 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://smarthome-aber-sicher.de/en/tags/safety/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>5 Mistakes Almost Everyone Makes When Installing Shelly – And How to Avoid Them</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2026/06/18/shelly-5-fehler/</link>
        <pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2026/06/18/shelly-5-fehler/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2026/06/18/shelly-5-fehler/cover.jpeg" alt="Featured image of post 5 Mistakes Almost Everyone Makes When Installing Shelly – And How to Avoid Them" /&gt;&lt;p&gt;Shellys are small, affordable, and powerful. And yet the same mistakes come up again and again during installation – some just annoying, some genuinely dangerous. Here are the five I see most often.&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/CXT4IFP6TQE?autoplay=1&#34; onclick=&#34;loadYtIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/maxresdefault_14878402247182683053_hu_ed61ddc40a0e9903.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;mistake-1-no-neutral-wire--installed-anyway&#34;&gt;Mistake 1: No Neutral Wire – Installed Anyway
&lt;/h2&gt;&lt;p&gt;Many older installations in Germany have no neutral wire in the switch box – normally the blue wire, sometimes grey in older setups. Instead, you only find the live and switch wires.&lt;/p&gt;
&lt;p&gt;Some Shelly models offer a &amp;ldquo;No-Neutral&amp;rdquo; mode. Sounds tempting – and it works in many cases. The problem: in No-Neutral mode, a small residual current always flows through the load. Whether this causes flickering or simply doesn&amp;rsquo;t work at all depends on the LED driver. Shelly specifies minimum load values – many modern, highly efficient LEDs fall below them. The mistake isn&amp;rsquo;t No-Neutral itself, it&amp;rsquo;s installing without testing first.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What helps:&lt;/strong&gt; First check whether a neutral wire is available in a cable duct or distribution board – it&amp;rsquo;s often there, just not routed to the switch box. If there really isn&amp;rsquo;t one: choose a Shelly model that explicitly supports No-Neutral, install it, test it – and only then put the switch cover on.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dangerous edge case:&lt;/strong&gt; Some people, lacking a neutral wire, reach for the green-yellow protective earth as a return path. This is life-threatening. The protective earth is not a neutral wire substitute – misusing it can put the housing of connected devices under voltage.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;mistake-2-too-little-space--the-hot-box&#34;&gt;Mistake 2: Too Little Space – The Hot Box
&lt;/h2&gt;&lt;p&gt;Shellys are small. But not so small that they fit effortlessly into every flush-mount box – especially when there&amp;rsquo;s already a light switch and several cables in there.&lt;/p&gt;
&lt;p&gt;The symptom: the box gets warm. That&amp;rsquo;s heat with nowhere to go because the Shelly is squeezed in. Shellys have a built-in temperature limit – when it gets too hot they shut off automatically. That sounds like a safety feature, but it&amp;rsquo;s a sign something is fundamentally wrong.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What helps:&lt;/strong&gt; Check before installing whether the space is genuinely sufficient. Don&amp;rsquo;t squeeze, don&amp;rsquo;t bend. If in doubt, have a deeper box fitted. Also: in the Shelly settings there&amp;rsquo;s an &lt;strong&gt;Eco Mode&lt;/strong&gt; (Web UI → Settings → WiFi → Eco Mode) that reduces Wi-Fi transmit power when idle, which also lowers self-heating. I enable it as a matter of course.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;mistake-3-wrong-tools--nicked-wires&#34;&gt;Mistake 3: Wrong Tools – Nicked Wires
&lt;/h2&gt;&lt;p&gt;Side cutters along the side of the cable – almost everyone does it. The outer sheath comes off, looks tidy. Until you look more closely: a nick in the wire insulation is almost inevitable this way. Sometimes just a small scratch. You can barely see it – but under load or over time, that&amp;rsquo;s exactly what can cause a short circuit or insulation failure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What helps:&lt;/strong&gt; Two tools solve this permanently:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Cable stripping tool&lt;/strong&gt; (I use the &lt;a class=&#34;link&#34; href=&#34;https://amzn.to/4dq8aO7&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Knipex ErgoStrip&lt;/a&gt;*): One rotation around the cable and the outer sheath is cleanly separated – without touching the wires.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Self-adjusting wire stripper&lt;/strong&gt; (&lt;a class=&#34;link&#34; href=&#34;https://amzn.to/3RoPztg&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Knipex PreciStrip&lt;/a&gt;*): Detects the wire cross-section automatically, cuts only the insulation, no nicked copper.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Once you&amp;rsquo;ve tried them, you&amp;rsquo;ll never reach for side cutters again.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;mistake-4-bad-connections&#34;&gt;Mistake 4: Bad Connections
&lt;/h2&gt;&lt;p&gt;The right tools alone aren&amp;rsquo;t enough – there are three typical mistakes when making the actual connection:&lt;/p&gt;
&lt;h3 id=&#34;wrong-strip-length&#34;&gt;Wrong Strip Length
&lt;/h3&gt;&lt;p&gt;Too short: the terminal barely grips the copper, contact resistance increases, the connection runs hot. Too long: bare copper protrudes beyond the terminal – short circuit risk to the neighbouring terminal.&lt;/p&gt;
&lt;p&gt;The correct length is in the manual for your Shelly model – usually &lt;strong&gt;6–7 mm&lt;/strong&gt;.&lt;/p&gt;
&lt;h3 id=&#34;clamping-stranded-wire-directly&#34;&gt;Clamping Stranded Wire Directly
&lt;/h3&gt;&lt;p&gt;Anyone working with extensions or flexible cables is dealing with stranded wire. Clamping stranded wire directly into a screw terminal is a fire hazard: the individual strands bend, oxidise, and the connection deteriorates over time.&lt;/p&gt;
&lt;h3 id=&#34;tinning-stranded-wire--sounds-good-is-wrong&#34;&gt;Tinning Stranded Wire – Sounds Good, Is Wrong
&lt;/h3&gt;&lt;p&gt;Tinning stranded wire before clamping it sounds like a good idea. It isn&amp;rsquo;t. Solder deforms under sustained clamping pressure – this is called cold creep. The connection that felt solid at installation will work loose over time. It&amp;rsquo;s not a question of whether, but when.&lt;/p&gt;
&lt;h3 id=&#34;the-right-solution-ferrules&#34;&gt;The Right Solution: Ferrules
&lt;/h3&gt;&lt;p&gt;The solution is the &lt;strong&gt;ferrule&lt;/strong&gt; – a small metal sleeve you slide over the stripped stranded wire and crimp with a ferrule crimping tool. Once crimped, it behaves like solid wire in the terminal. The &lt;a class=&#34;link&#34; href=&#34;https://amzn.to/3RnqpLE&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Knipex ferrule crimper&lt;/a&gt;* makes this quick and precise.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;mistake-5-working-live&#34;&gt;Mistake 5: Working Live
&lt;/h2&gt;&lt;p&gt;Before you do anything at a flush-mount box, there are five safety rules for working on 230-volt mains: isolate, secure against re-energisation, verify absence of voltage, cover adjacent live parts, obtain clearance.&lt;/p&gt;
&lt;p&gt;Do you know them by heart? If not, that&amp;rsquo;s not a criticism – but it&amp;rsquo;s a clear signal: this work belongs in professional hands. Section 13 of the German Low Voltage Connection Regulation (NAV) states exactly that: work on 230-volt mains may generally only be carried out by registered qualified electricians. This video and this article help you understand the principles and prepare yourself as well as possible – but the actual work belongs with a professional.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;want-shelly-or-home-assistant-installed-professionally&#34;&gt;Want Shelly or Home Assistant Installed Professionally?
&lt;/h2&gt;&lt;p&gt;&lt;em&gt;This section is a paid collaboration with Gerlach Smart Solutions.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Anyone who&amp;rsquo;d rather hand off the installation usually runs into two problems: most electricians don&amp;rsquo;t know Shelly and tend to recommend expensive proprietary systems instead. And even when someone does install Shelly, the service typically ends with the last screw – automations and setup are left to you. Because anyone who wants to use Shelly or Home Assistant professionally needs more than individual devices: a solution that fits the electrical installation, the building, and the desired functions – and is properly installed, configured, and commissioned afterwards.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://gerlach-smart-solutions.de/pages/contact?utm_source=youtube&amp;amp;utm_medium=sponsoring&amp;amp;utm_campaign=smarthome_aber_sicher&amp;amp;utm_content=shelly_fehler_video&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Gerlach Smart Solutions&lt;/a&gt;&lt;/strong&gt; does exactly that. Benjamin Gerlach is a master electrician and DEKRA-certified expert, specialised in open systems like Shelly and Home Assistant. The focus is on retrofitting existing buildings – roller shutters, lighting circuits, energy monitoring, PV surplus use – as well as well-thought-out smart home solutions in new builds. The service is a complete package: free initial assessment, selection of appropriate components, professional installation by qualified electricians – followed by setup, optimisation, remote maintenance, and programming of scenes, schedules, and automations. From planning to a finished, everyday-ready smart home, nationwide across Germany.&lt;/p&gt;
&lt;p&gt;If you want to install yourself but aren&amp;rsquo;t yet sure about product selection, planning, or preparation: Gerlach also offers consultancy. And if you&amp;rsquo;re using your own electrician, you can request a complete planning document as a basis.&lt;/p&gt;
&lt;p&gt;You remain in full control of your own system. No cloud lock-in, no dependency on the service provider for every small change.&lt;/p&gt;
&lt;p&gt;👉 &lt;a class=&#34;link&#34; href=&#34;https://gerlach-smart-solutions.de/pages/contact?utm_source=youtube&amp;amp;utm_medium=sponsoring&amp;amp;utm_campaign=smarthome_aber_sicher&amp;amp;utm_content=shelly_fehler_video&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Request a free initial assessment&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Use code &lt;strong&gt;SICHER25&lt;/strong&gt; to save €25 on a subsequent installation booking.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;Five mistakes, all avoidable. Check the neutral wire situation beforehand. Verify that the space is sufficient. Use the right tools. Connect properly: observe the correct strip length, always use ferrules with stranded wire, never tin it. And never work at a flush-mount box without properly isolating the circuit first.&lt;/p&gt;
&lt;p&gt;Have you made any of these mistakes yourself – or do you know other Shelly pitfalls? Let me know in the comments under the video.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;* Affiliate links. As an Amazon Associate I earn from qualifying purchases. No additional cost to you.&lt;/em&gt;&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
