<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[1Home Blog]]></title><description><![CDATA[Welcome to THE blog for Loxone and KNX smart homes. Stay on top of trends, voice control and more!]]></description><link>https://www.1home.io/blog/</link><image><url>https://www.1home.io/blog/favicon.png</url><title>1Home Blog</title><link>https://www.1home.io/blog/</link></image><generator>Ghost 4.4</generator><lastBuildDate>Fri, 11 Sep 2026 12:01:06 GMT</lastBuildDate><atom:link href="https://www.1home.io/blog/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Dr. Smart Home Puts Apple Presence on the KNX Bus]]></title><description><![CDATA[Apple Home already tracks who’s home and who isn’t, but it refuses to write directly to KNX sensors. Here is how to bridge that data into your KNX system using a clever virtual socket hack in 1Home—no extra hardware required.]]></description><link>https://www.1home.io/blog/dr-smart-home-puts-apple-presence-on-the-knx-bus/</link><guid isPermaLink="false">6a96923207246300010d7c60</guid><dc:creator><![CDATA[Satja Lumbar]]></dc:creator><pubDate>Tue, 01 Sep 2026 09:12:36 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/09/1788113976906.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/09/1788113976906.png" alt="Dr. Smart Home Puts Apple Presence on the KNX Bus"><p><strong>A Sensor Without a Sensor. Because Why Not.</strong></p><p>Let me be clear from the start: this is not a story about KNX presence sensors being bad. They&apos;re great actually. They can detect actual presence, not just movement &#x2014; you can sit still reading a book and they&apos;ll still know you&apos;re there. Technology has come a long way.</p><p>But here&apos;s the thing. Doctor Smart Home already has iPhones in the household. He already has HomePods. Apple Home already knows who&apos;s home and who isn&apos;t &#x2014; it tracks iPhones <strong>via geofencing, WiFi, proximity to home hubs, and probably some other Apple magic </strong>that nobody fully understands.</p><p>And guess what. Apple already solved this problem &#x2014; at least halfway. They have all the data. They have the infrastructure. They just haven&apos;t made it easy to get that information <em>out</em> of Apple Home and into something more useful. Like, say, a KNX system.</p><p>So the question became:<strong> can that presence information be pulled into KNX</strong>without buying another sensor?</p><p><strong>Spoiler: yes. Kind of. With caveats. Let me explain.</strong></p><h2 id="the-core-problem-apple-home-cant-update-sensors">The Core Problem: Apple Home Can&apos;t Update Sensors</h2><p>Here&apos;s the issue. In Apple Home, you can set up an automation that says &quot;when nobody is home, turn off this light.&quot; But you can&apos;t say &quot;when nobody is home, set this sensor value to 0.&quot;</p><p><strong>Apple Home automations can control </strong><em><strong>devices</strong></em> &#x2014; lights, plugs, switches. They can&apos;t write to sensors. Sensors are read-only from Apple&apos;s perspective.</p><p>So Doctor Smart Home did what any reasonable person would do: he created a fake socket and let Apple Home flip it.</p><h2 id="creating-the-virtual-socket">Creating the Virtual Socket</h2><p>In 1Home, a new device was created: &quot;Presence Apple Home&quot; with type <strong>Socket: On/Off</strong>. Two group addresses assigned:</p><ul><li><strong>12/1/1</strong> &#x2014; On/Off Set (DPT 1.001)</li><li><strong>12/1/2</strong> &#x2014; On/Off Status (DPT 1.001)</li></ul><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/09/1788110959576.png" width="900" height="1000" loading="lazy" alt="Dr. Smart Home Puts Apple Presence on the KNX Bus" srcset="https://www.1home.io/blog/content/images/size/w600/2026/09/1788110959576.png 600w, https://www.1home.io/blog/content/images/2026/09/1788110959576.png 900w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption>A virtual KNX socket in 1Home</figcaption></figure><p><strong>This device doesn&apos;t exist in ETS</strong> &#x2014; it&apos;s purely virtual. The group addresses are just sitting there on the bus, waiting for someone to write to them.</p><p>1Home device configuration showing the virtual presence socket</p><p>Using 1Home&apos;s Matter Bridge, the socket was exposed to Apple Home. After pairing, it appeared in the Home app like any other smart plug &#x2014; which is exactly what we need, because Apple Home automations can control plugs.</p><p>Then, two automations in Apple Home:</p><ol><li><strong>When the first person arrives home</strong> &#x2192; Turn &quot;Presence Apple Home&quot; ON</li><li><strong>When the last person leaves</strong> &#x2192; Turn &quot;Presence Apple Home&quot; OFF</li></ol><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/09/1788110877666.png" width="1227" height="1000" loading="lazy" alt="Dr. Smart Home Puts Apple Presence on the KNX Bus" srcset="https://www.1home.io/blog/content/images/size/w600/2026/09/1788110877666.png 600w, https://www.1home.io/blog/content/images/size/w1000/2026/09/1788110877666.png 1000w, https://www.1home.io/blog/content/images/2026/09/1788110877666.png 1227w" sizes="(min-width: 1200px) 1200px"></div></div></div><figcaption>Automations in Apple Home can control devices but they can&apos;t force values to sensors</figcaption></figure><p>These are the built-in presence triggers that Apple provides. Simple enough.</p><h2 id="the-missing-piece-why-the-graph-stayed-flat">The Missing Piece: Why the Graph Stayed Flat</h2><p>Here&apos;s where things got stuck for a while. When Apple Home sent the &quot;turn on&quot; command, the KNX bus monitor showed it arriving on group address 12/1/1. But 1Home didn&apos;t update the device state. The graph stayed flat. Nothing happened.</p><p>The reason? With a virtual device, there&apos;s no physical actuator to respond with a status update. The Set GA (12/1/1) gets written, but the Status GA (12/1/2) stays empty. 1Home is waiting for a response that never comes.</p><p>The fix: <strong>a simple 1Home automation that mirrors Set to Status.</strong></p><ul><li><strong>Trigger:</strong> When 12/1/1 changes</li><li><strong>Action:</strong> Write the same value to 12/1/2</li></ul><p>Now every command from Apple Home gets properly reflected in 1Home&apos;s device state. The graph finally moves.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/09/1788111092530.png" width="744" height="386" loading="lazy" alt="Dr. Smart Home Puts Apple Presence on the KNX Bus" srcset="https://www.1home.io/blog/content/images/size/w600/2026/09/1788111092530.png 600w, https://www.1home.io/blog/content/images/2026/09/1788111092530.png 744w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption>KNX Bus Monitor showing the Set and Status telegrams</figcaption></figure><h2 id="making-it-a-proper-sensor-because-the-socket-felt-wrong">Making It a Proper Sensor (Because the Socket Felt Wrong)</h2><p>At this point there was a working solution. But the socket device type was annoying. <strong>It doesn&apos;t show up in the sensor bar in the 1Home app or on 1Home Touch</strong>. It&apos;s a socket. It looks like a socket. It feels wrong.</p><p>So one step further: <strong>another virtual device</strong> &#x2014; this time an <strong>Occupancy Sensor</strong> &#x2014; with group address 12/1/3 for &quot;Occupancy detected.&quot;</p><p>The mirror automation was updated to also write to 12/1/3 whenever 12/1/1 changes.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/09/1788111182977.png" width="948" height="1220" loading="lazy" alt="Dr. Smart Home Puts Apple Presence on the KNX Bus" srcset="https://www.1home.io/blog/content/images/size/w600/2026/09/1788111182977.png 600w, https://www.1home.io/blog/content/images/2026/09/1788111182977.png 948w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption>The &quot;mirror&quot; automation in 1Home</figcaption></figure><p>Now there are two devices:</p><ul><li>A socket (hidden away in &quot;Utility&quot; &#x2014; the imaginary room for system devices, like the cooling mode switch from the HVAC setup)</li><li>A proper occupancy sensor (sitting proudly in &quot;Entrance&quot; where it belongs)</li></ul><p>The socket does the work. The sensor gets the credit. Just like in real life.</p><h2 id="does-it-actually-work">Does It Actually Work?</h2><p>Honestly? At first, it didn&apos;t.</p><p>The whole family left the house. Walked far enough that Apple should definitely notice. Checked the graph. Nothing. The sensor stayed &quot;home.&quot;</p><p>All the location settings were rechecked on both phones. Everything was already configured correctly. Doctor Smart Home was about to give up and write a strongly worded forum post about Apple geofencing being useless.</p><p>And then... it just started working.</p><p>Here&apos;s the graph from a recent hike:</p><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/09/1788112422443.png" width="744" height="392" loading="lazy" alt="Dr. Smart Home Puts Apple Presence on the KNX Bus" srcset="https://www.1home.io/blog/content/images/size/w600/2026/09/1788112422443.png 600w, https://www.1home.io/blog/content/images/2026/09/1788112422443.png 744w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Presence graph showing On until 12:05, Off until 13:35, then On again</p><p>You can clearly see:</p><ul><li><strong>Home</strong> (On) until around 18:05 &#x2014; everyone was home</li><li><strong>Away</strong> (Off) from 18:05 to 19:15 &#x2014; out on a hike</li><li><strong>Home</strong> (On) again at 19:15 &#x2014; back from the hike</li></ul><p>So yes, it works. How <em>well</em> it works over the long term? We&apos;ll see. This article is about the hack itself, not about long-term reliability testing. Doctor Smart Home will probably try controlling some things based on this signal &#x2014; A/C, lighting, media. Maybe there will be a follow-up article. Or maybe some other hack will come along and this one will be quietly forgotten. Everything is possible.</p><h2 id="the-caveats-read-this-before-getting-too-excited">The Caveats (Read This Before Getting Too Excited)</h2><p>Let&apos;s be real. Nobody should bet their salary on Apple detecting presence with 100% accuracy. Here&apos;s why:</p><p><strong>People without iPhones don&apos;t exist</strong> (to this system). If the kid has an iPad but no phone, Apple thinks nobody&apos;s home when you leave them with a babysitter. Same for guests, parents visiting, anyone whose iPhone isn&apos;t paired with your Home.</p><p><strong>What if everyone&apos;s phone is dead?</strong> Apple will think you left. The heating will turn off. You&apos;ll sit there in the cold wondering why you trusted a blog post.</p><p><strong>Geofencing is... geofencing.</strong> It&apos;s not instant. It sometimes takes a few minutes. It might fail silently. The internet is full of people complaining about Apple Home presence detection being unreliable &#x2014; and they&apos;re not all wrong.</p><p><strong>Could this be done with WiFi detection instead?</strong> Probably. Some people track phone MAC addresses on their router. That would work even on mobile data... actually wait, no it wouldn&apos;t. Hmm. The hope was that Apple would detect you even on mobile data (via geofencing), but that hasn&apos;t been thoroughly tested yet. More research needed.</p><p><strong>Bottom line:</strong> This is a cool hack. It&apos;s free if you already have Apple devices. It&apos;s fun to set up. But maybe don&apos;t use this as your only input for anything safety-critical. Trust, but verify.</p><h2 id="tips-for-making-it-work-better">Tips for Making It Work Better</h2><p>If you&apos;re setting this up, here&apos;s the checklist:</p><p><strong>On all iPhones in your household:</strong></p><ul><li>Settings &#x2192; Privacy &#x2192; Location Services &#x2192; Home &#x2192; <strong>Always</strong> + <strong>Precise Location</strong></li><li>Settings &#x2192; Privacy &#x2192; Location Services &#x2192; System Services &#x2192; <strong>HomeKit</strong> enabled</li><li>Settings &#x2192; [Your Name] &#x2192; Find My &#x2192; <strong>Share My Location</strong> ON</li></ul><p><strong>In the Home app:</strong></p><ul><li>Home Settings &#x2192; People &#x2014; verify everyone shows with location sharing enabled</li></ul><p><strong>On your home hubs (HomePod/Apple TV):</strong></p><ul><li>Restart them after iOS updates (seriously, this fixes a lot of weird behavior)</li></ul><p><strong>Remember:</strong> Only iPhones and Apple Watches count as &quot;people.&quot; iPads, MacBooks, Mac Minis &#x2014; none of those matter. So if the kid is watching cartoons on the iPad while everyone else is out, Apple still reports &quot;nobody home.&quot;</p><p><strong>Have you tried something similar? WiFi-based presence? Router MAC tracking? Something even weirder? Let me know in the comments &#x2014; or tell me why this is a terrible idea and I should stop immediately.</strong></p><p><em>Dr. Smart Home out.</em></p>]]></content:encoded></item><item><title><![CDATA[1Home Digest August ’26: 1Home Touch, Locks & Home Control]]></title><description><![CDATA[Explore the August 2026 1Home Digest: 1Home Touch, smart locks, Apple Home, voice control, IoT and the latest smart home trends.]]></description><link>https://www.1home.io/blog/1home-digest-august-26-presence-voice-smart-home-drama/</link><guid isPermaLink="false">6a956c2807246300010d7c0d</guid><dc:creator><![CDATA[Domen Benčina]]></dc:creator><pubDate>Mon, 31 Aug 2026 13:10:00 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/08/Digest-august-26--1-.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/08/Digest-august-26--1-.png" alt="1Home Digest August &#x2019;26: 1Home Touch, Locks &amp; Home Control"><p>August brought plenty of movement in the smart home, starting with an important 1Home Touch update and a closer look at what it can do. We also cover smarter locks, voice control, presence detection, Apple&#x2019;s plans for the home and battery-free IoT moving into large-scale retail. Let&apos;s get into it...</p><hr><h2 id="1home-touch-update-new-features-shipping">1Home Touch Update: New Features, Shipping</h2><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/wTqbQwocwDY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="We Built The BEST Touch Panel Editor for KNX"></iframe></figure><p>A wall panel only becomes useful when it fits the room around it. That is the idea behind <strong>1Home Touch</strong>: an interface that adapts to the home, from the devices and layout to the colors and level of access.</p><p>Development of the 1Home Touch has also grown beyond its original plan, with several new features added along the way. Configurations can be reused across different rooms and installations, while shipping is now planned for the end of December.</p><p><a href="https://www.youtube.com/watch?v=wTqbQwocwDY" rel="noopener noreferrer nofollow">Watch the latest 1Home Touch video</a></p><hr><h2 id="dr-smart-home-smart-locks-himself-in">Dr. Smart Home Smart-Locks Himself In</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1786098901954-1.png" width="1280" height="720" loading="lazy" alt="1Home Digest August &#x2019;26: 1Home Touch, Locks &amp; Home Control" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1786098901954-1.png 600w, https://www.1home.io/blog/content/images/size/w1000/2026/08/1786098901954-1.png 1000w, https://www.1home.io/blog/content/images/2026/08/1786098901954-1.png 1280w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>There is a particular kind of confidence that makes you think you can replace a door lock after watching a few tutorials. Dr. Smart Home had that confidence. The result was a stuck anti-burglar door, a terrace exit, several very uncomfortable days, and a locksmith who eventually had to drill through the door.</p><p>The lesson is not that smart locks are a bad idea. Remote access, door-left-open alerts and leaving-home automations are genuinely useful. The lesson is that the door is not a light switch: when something goes wrong, the consequences are much more dramatic. For integrators, the cleanest approach may be to leave the physical fitting to the door specialist and take over once the hardware is correctly installed.</p><p><a href="https://www.1home.io/blog/dr-smart-home-smart-locks-himself-in/" rel="noopener noreferrer nofollow">Read the full story</a></p><hr><h2 id="the-key-may-be-on-its-way-out">The Key May Be on Its Way Out</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/Schlage-Sense-Pro-deadbolt-extended-960x640.png" width="960" height="640" loading="lazy" alt="1Home Digest August &#x2019;26: 1Home Touch, Locks &amp; Home Control" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/Schlage-Sense-Pro-deadbolt-extended-960x640.png 600w, https://www.1home.io/blog/content/images/2026/08/Schlage-Sense-Pro-deadbolt-extended-960x640.png 960w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>The Schlage Sense Pro review takes a look at the increasingly familiar idea of a smart lock that lets the key stay in the drawer. The interesting question is no longer whether a lock can open with a phone, code or another digital credential. It is whether the whole experience is dependable enough that people stop thinking about the lock at all.</p><p>That is the real standard for smart access: quick when you need it, clear when something goes wrong, and reliable when the phone is missing, the battery is low or the app decides to have a moment. Convenience is easy to demonstrate. Trust is what makes a smart lock worth living with.</p><p><a href="https://gizmodo.com/schlage-sense-pro-review-who-needs-a-key-anyway-2000794020" rel="noopener noreferrer nofollow">Read the review</a></p><hr><h2 id="the-uss-1homior-is-now-operational">The USS 1Homior Is Now Operational</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1786785543607-1.png" width="1280" height="720" loading="lazy" alt="1Home Digest August &#x2019;26: 1Home Touch, Locks &amp; Home Control" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1786785543607-1.png 600w, https://www.1home.io/blog/content/images/size/w1000/2026/08/1786785543607-1.png 1000w, https://www.1home.io/blog/content/images/2026/08/1786785543607-1.png 1280w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Dr. Smart Home was not satisfied with a simple Sonos chime. After a new beta firmware added support for Matter air-quality sensors, the goal became more ambitious: make the home speak when the air gets stale.</p><p>A failed attempt with a free text-to-speech API eventually led to a much simpler solution using Google Translate&apos;s text-to-speech endpoint. The result: a Sonos Beam announcing elevated CO2 levels in a calm, slightly synthetic voice. It is delightfully nerdy, but there is a serious idea underneath it - smart homes should not only listen to people. Sometimes they should tell people what is happening, too.</p><p>The trick, naturally, is restraint. There is a fine line between a starship computer and a house that nags.</p><p><a href="https://www.1home.io/blog/dr-smart-home-boldly-goes-where-no-sonos-has-gone-before/" rel="noopener noreferrer nofollow">Read how the USS 1Homior came to life</a></p><hr><h2 id="tiny-tags-give-walmart-a-new-view-of-the-supply-chain">Tiny Tags Give Walmart a New View of the Supply Chain</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/FINUGV7JK5FRFAL7437CWHMATM.jpeg" width="824" height="465" loading="lazy" alt="1Home Digest August &#x2019;26: 1Home Touch, Locks &amp; Home Control" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/FINUGV7JK5FRFAL7437CWHMATM.jpeg 600w, https://www.1home.io/blog/content/images/2026/08/FINUGV7JK5FRFAL7437CWHMATM.jpeg 824w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Wiliot is bringing ambient IoT to a very large stage. Its postage-stamp-sized, battery-free IoT Pixels harvest energy from surrounding radio signals and can track location, temperature, humidity, light exposure and movement.</p><p>Through its partnership with Walmart, Wiliot expects around <strong>90 million tags</strong> to be deployed on pallets by the end of 2026, covering thousands of stores and more than 40 distribution centres. For perishable goods, this is more than a location system: it can provide a continuous environmental history of a shipment and help identify problems before food reaches the shelf. The smart home may get most of the attention, but the same combination of sensors, connectivity and automated decision-making is quietly reshaping logistics too.</p><p><a href="https://www.foodnavigator.com/Article/2026/08/10/wiliots-internet-of-things-is-transforming-walmarts-supply-chain/" rel="noopener noreferrer nofollow">Find out more about Wiliot and Walmart</a></p><hr><h2 id="apple%E2%80%99s-big-home-overhaul-is-still-taking-shape">Apple&#x2019;s Big Home Overhaul Is Still Taking Shape</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/apple-tv-homepod-mini-siri-ai.jpeg" width="1500" height="750" loading="lazy" alt="1Home Digest August &#x2019;26: 1Home Touch, Locks &amp; Home Control" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/apple-tv-homepod-mini-siri-ai.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/08/apple-tv-homepod-mini-siri-ai.jpeg 1000w, https://www.1home.io/blog/content/images/2026/08/apple-tv-homepod-mini-siri-ai.jpeg 1500w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Apple&apos;s smart home ambitions have been a long-running story, but the latest reports suggest the company is still working toward a broader home strategy rather than another isolated HomePod accessory. The direction appears to involve new hardware, a stronger software layer and a more central role for the home as a place where Apple&apos;s services and intelligence meet.</p><p>The timing matters. Matter is making cross-platform control more realistic, while Google and Amazon continue to push conversational AI into the home. Apple has the devices, the user base and a strong privacy story. The open question is whether it can turn those ingredients into a home experience that feels genuinely useful rather than merely very Apple.</p><p><a href="https://9to5mac.com/2026/08/18/apples-big-home-product-overhaul-leaked-in-new-report/" rel="noopener noreferrer nofollow">Continue reading</a></p><hr><h2 id="apple-presence-finds-its-way-onto-the-knx-bus">Apple Presence Finds Its Way onto the KNX Bus</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1788113976906.png" width="1280" height="720" loading="lazy" alt="1Home Digest August &#x2019;26: 1Home Touch, Locks &amp; Home Control" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1788113976906.png 600w, https://www.1home.io/blog/content/images/size/w1000/2026/08/1788113976906.png 1000w, https://www.1home.io/blog/content/images/2026/08/1788113976906.png 1280w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Apple Home already knows which members of the household are home, but getting that information into KNX is not quite as straightforward. Dr. Smart Home&apos;s solution was to create a virtual socket in 1Home, expose it to Apple Home, and let Apple&apos;s presence automations switch it on or off.</p><p>A small mirror automation then copies that state to a virtual occupancy sensor on the KNX bus. It is a clever workaround that turns existing iPhones and HomePods into a presence input without adding another physical sensor. There are caveats, of course: guests without paired devices, dead phones and the usual unpredictability of geofencing mean this should not be the only input for anything safety-critical. Still, it is a neat example of how two ecosystems can cooperate when the official path is not quite there yet.</p><p><a href="https://www.linkedin.com/pulse/dr-smart-home-puts-apple-presence-knx-bus-satja-lumbar-7su7e/" rel="noopener noreferrer nofollow">See the Apple Home and KNX setup</a></p><hr><h2 id="can-we-build-a-universal-remote-people-actually-want">Can We Build a Universal Remote People Actually Want?</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1786186904341.jpeg" width="1280" height="719" loading="lazy" alt="1Home Digest August &#x2019;26: 1Home Touch, Locks &amp; Home Control" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1786186904341.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/08/1786186904341.jpeg 1000w, https://www.1home.io/blog/content/images/2026/08/1786186904341.jpeg 1280w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>The universal remote has been trying to solve the same problem for decades: how do you control a collection of devices without turning the coffee table into a small electronics store? Logitech Harmony came close, but infrared commands could easily fall out of sync. Professional IP-based systems solved some of that problem, while also making control more expensive and, occasionally, more complicated than it needed to be.</p><p>The idea behind <strong>uControl Remote 2</strong> is to bring the useful parts together without making the remote into a phone with buttons. Physical controls, local operation, no recurring subscription, and enough flexibility to handle a TV, amplifier, cinema, lighting or shades. It is planned for Kickstarter in September, with the team aiming to bring the price down significantly from the first version.</p><p>A good remote should not need a tutorial. That feels like a sensible place to start.</p><p><a href="https://www.linkedin.com/pulse/can-we-build-universal-remote-world-actually-needs-2026-dillan-pattni-yerye/" rel="noopener noreferrer nofollow">Read the case for a simpler universal remote</a></p><hr><h2 id="thats-august-done">That&apos;s August done.</h2><p>Thanks for reading along, see you next month!</p>]]></content:encoded></item><item><title><![CDATA[Dr. Smart Home Boldly Goes Where No Sonos Has Gone Before]]></title><description><![CDATA[A new beta firmware, an IKEA air quality sensor, and a childhood dream of living on a starship: this is how a free Google Translate URL became the voice of the USS 1Homio]]></description><link>https://www.1home.io/blog/dr-smart-home-boldly-goes-where-no-sonos-has-gone-before/</link><guid isPermaLink="false">6a84467507246300010d7bd3</guid><category><![CDATA[Matter]]></category><dc:creator><![CDATA[Satja Lumbar]]></dc:creator><pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/08/1786785543607.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/08/1786785543607.png" alt="Dr. Smart Home Boldly Goes Where No Sonos Has Gone Before"><p></p><h2 id="how-a-free-text-to-speech-hack-turned-my-sonos-beam-into-the-computer-from-the-uss-enterprise">How a free text-to-speech hack turned my Sonos Beam into the computer from the USS Enterprise</h2><hr><h3 id="dev-team-drops-another-unreleased-fw">Dev Team Drops Another Unreleased FW</h3><p>This story starts the way Dr. Smart Home stories often start: with a beta firmware release for my 1Home Server landing in my lap.</p><p>And it was a big one. Possibly the biggest update in a long while. New icons in the dashboard (personally I liked the old ones a little better &#x2014; but I&apos;ll admit the new ones look <em>soooooo</em> good in the upcoming new 1Home app. Hint. Hint.), <strong>1Home Touch</strong> support, <strong>SIP doorphone</strong> support, and &#x2014; finally &#x2014; <strong>Air Quality sensors over Matter</strong>.</p><p>That last one I have been waiting for since the day <a href="https://www.linkedin.com/company/ikea/">IKEA</a> released the ALPSTUGA sensor and I discovered I couldn&apos;t pull it into 1Home. Which also meant my proper <a href="https://www.linkedin.com/company/sonos-inc-/">Sonos, Inc.</a> integration testing kept getting postponed, because the automation I actually wanted to build was: play a sound when the CO2 in the room gets too high.</p><p>So that&apos;s exactly what I set out to do this time.</p><h3 id="why-a-beep-wasnt-enough">Why a Beep Wasn&apos;t Enough</h3><p>There are all kinds of sounds in the 1Home Sonos library. I could have picked a chime, wired up the trigger, and called it an afternoon.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1786785906849.png" width="1198" height="1500" loading="lazy" alt="Dr. Smart Home Boldly Goes Where No Sonos Has Gone Before" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1786785906849.png 600w, https://www.1home.io/blog/content/images/size/w1000/2026/08/1786785906849.png 1000w, https://www.1home.io/blog/content/images/2026/08/1786785906849.png 1198w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption>Many pre-recorded audio clips are available in 1Home</figcaption></figure><p>But sitting there thinking about the problem, I wanted more. I wanted my home to <strong>talk to me</strong> &#x2014; like a Galaxy-class starship from Star Trek.</p><p>There&apos;s a serious point underneath the nerdery. I&apos;ve genuinely believed for years &#x2014; and pitched this inside 1Home more than once &#x2014; that voice communication between a user and their smart home shouldn&apos;t be <strong>one-way</strong>. Right now it&apos;s almost always the user talking <em>to</em> the home. It should be bidirectional.</p><p>Because telling people things out loud is still the single best way to make sure they actually learn them. Especially people who aren&apos;t fluent in smart home apps, touchscreens, and push notifications. If the home just <em>says it</em>, everybody in the room knows what&apos;s going on and where to look.</p><p>Exactly like Star Trek.</p><h3 id="alja%C5%BE-raises-the-stakes">Alja&#x17E; Raises the Stakes</h3><p>My initial plan was modest: record a few warnings myself (or AI-generate them), drop them on GDrive, generate links, wire up the triggers, done.</p><p>Then I excitedly explained the plan to Alja&#x17E; (CPO at 1Home), who immediately wanted to take it further: <strong>find a free text-to-speech API and generate the audio files on the fly.</strong> No pre-recorded library. The home composes what it needs to say, when it needs to say it.</p><p>Naturally, I loved the idea and started playing with it immediately.</p><h3 id="the-freetts-detour-or-where-dr-smart-home-loses-his-patience">The FreeTTS Detour (Or: Where Dr. Smart Home Loses His Patience)</h3><p>My research &#x2014; and to be fair, Claude&apos;s &#x2014; pointed to <strong>FreeTTS.org</strong> as the best candidate. A proper REST API, 400+ neural voices, free of charge, and best of all: no API key required. Exactly what I needed.</p><p>First job was to build the message. That part was easy: a simple if / else structure plus string.format inside the Lua block in 1Home Automations. Read the CO2 value from the sensor, decide which of three states we&apos;re in, assemble the sentence. Below 800 ppm, say nothing. Between 800 and 1200, a polite nudge. Above 1200, open a window, now.</p><p>Then I called the API.</p><p><strong>403.</strong></p><p>I tried again. 403. I changed the headers. 403. I added an explicit Content-Type. Still 403. I turned off SSL verification, which in hindsight was me flailing. 403.</p><p>Somewhere around this point there was some genuine tension between Dr. Smart Home and his assistant Claude, who kept confidently blaming the API while I kept insisting the problem was on our side. (For the record: sometimes it <em>was</em> on our side. %v works in log.info but not in string.format, which cost us one very silly runtime error. Lesson learned.)</p><p>I&apos;m not going to pretend I know exactly what was happening on their end. What I do know is that I couldn&apos;t get the API to do what I wanted, the way I wanted, free of charge &#x2014; and I wasn&apos;t about to start paying a monthly subscription to tell my own living room to open a window.</p><p>So I went and tried the service directly on their website instead, just to hear what the voices actually sounded like. They sounded great. Right up until the end of the clip, where a cheerful <em>&quot;Generated with FreeTTS&quot;</em> was stapled onto my message.</p><p>That was the moment I stopped. Imagine the USS Enterprise warning you about a hull breach and then reading out a sponsorship credit. Absolutely not.</p><h3 id="the-solution-was-hiding-in-plain-sight">The Solution Was Hiding in Plain Sight</h3><p>Back to the drawing board, and this time I started from the constraint instead of from the feature list.</p><p>The 1Home Sonos action block needs an <strong>URL</strong>. A plain link that Sonos can go and fetch by itself. That&apos;s the whole requirement, and it&apos;s stricter than it sounds, because most TTS services I found are built around a different assumption: you send them text, they send the audio straight back to whoever asked. Great if you&apos;re a website or an app that wants to play it immediately. Not great if the thing that needs to hear it is a speaker on the other side of the room.</p><p>Which meant I didn&apos;t need a service that generates a file and then parks it somewhere for me. I needed one where <strong>the URL itself is the audio.</strong></p><p>And that thing already exists, has existed for years, and is what Home Assistant users have quietly been using the whole time: <strong>Google Translate&apos;s text-to-speech.</strong></p><p>You know the little speaker icon in Google Translate that reads your text out loud? That&apos;s a plain GET request. Feed it a URL shaped like this:</p><pre><code>https://translate.google.com/translate_tts?ie=UTF-8&amp;client=tw-ob&amp;tl=en&amp;q=Your+message+here</code></pre><p>...and it hands back an MP3. No POST. No API key. No account. No signup. No watermark. Nothing to authenticate, nothing to rate-limit me out of, and also <strong>no HTTP call from my Lua script at all.</strong></p><p>The script&apos;s entire job collapsed down to: read the sensor, pick the sentence, glue it onto the end of that URL, and hand the URL to Sonos. Everything else is delegated: Google generates the audio, Sonos plays it.</p><p>There was one small wrinkle. The message has to be URL-safe &#x2014; spaces can&apos;t stay spaces, and punctuation needs escaping. The fix was almost embarrassingly simple: <strong>write the messages URL-safe in the first place.</strong> Spaces as +, no commas, nothing exotic. The only dynamic part of the sentence is the CO2 number, and digits are always safe.</p><p>So the string goes to Google Translate, Google Translate serves the MP3 at that URL, the Action block passes the URL to my Sonos Beam, aaaaaaannnnnddddd &#x2014;</p><h3 id="the-uss-1homior-is-now-operational">The USS 1Homior Is Now Operational</h3><blockquote><em>&quot;Attention. CO2 levels are elevated at 900 parts per million. Consider ventilating the room.&quot;</em></blockquote><p>My living room said that. Out loud. In a calm, slightly synthetic voice, from the Sonos Beam, because a Matter air quality sensor noticed the air was getting stale.</p><p>I am aware that to a neutral observer this is a mildly robotic voice reading a number off a sensor. To me it is a childhood dream with a firmware version number.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1786793530674.png" width="1408" height="768" loading="lazy" alt="Dr. Smart Home Boldly Goes Where No Sonos Has Gone Before" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1786793530674.png 600w, https://www.1home.io/blog/content/images/size/w1000/2026/08/1786793530674.png 1000w, https://www.1home.io/blog/content/images/2026/08/1786793530674.png 1408w" sizes="(min-width: 1200px) 1200px"></div></div></div><figcaption>USS 1Homior has left the dock</figcaption></figure><h3 id="next-on-the-mission-log">Next on the Mission Log</h3><p>This is just the beginning. The pattern is fully generic now &#x2014; any sensor state, any sentence, any speaker. The hard part is done; what&apos;s left is deciding what&apos;s actually worth saying out loud.</p><p>Already on the list:</p><ul><li>Front door left unlocked</li><li>Humidity drifting out of the comfortable range</li><li>Window open while the heating is running</li><li>Somebody&apos;s at the gate (now that SIP doorphone support is in) - this would be especially interesting if it was possible to detect who is at the door then announce that person</li></ul><p>The trick, I suspect, will be restraint. There&apos;s a very fine line between a starship computer and a house that nags. Nobody on the Enterprise ever had to listen to the ship announce that the humidity in Cargo Bay 3 was three percent below optimal. The ship spoke when it mattered, and the rest of the time it had the good manners to shut up.</p><p>So: sensors, sentences, and a firm hand on the volume of the thing.</p><p>The USS 1Homior has left dry dock. Warp two, and mind the CO2.</p><p>Dr. Smart Home out. If you want the whole script/automation - let me know. And stay tuned for more Lua script shenanigans.</p>]]></content:encoded></item><item><title><![CDATA[Dr. Smart Home Smart-Locks Himself In]]></title><description><![CDATA[
What happens when a smart home enthusiast tries to DIY a lock swap on an anti-burglar door? A stuck mechanism, a locked apartment, four hours with a very patient locksmith, and a drill. Doctor Smart Home shares the full, painful story and what it taught him about knowing your limits.]]></description><link>https://www.1home.io/blog/dr-smart-home-smart-locks-himself-in/</link><guid isPermaLink="false">6a799b2107246300010d7b89</guid><category><![CDATA[Matter]]></category><dc:creator><![CDATA[Satja Lumbar]]></dc:creator><pubDate>Mon, 10 Aug 2026 09:53:40 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/08/1786098901954.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/08/1786098901954.png" alt="Dr. Smart Home Smart-Locks Himself In"><p><strong><em>A true story about smart locks, overconfidence, and a very long evening with a locksmith</em></strong></p><p>There&apos;s a certain kind of person who, when faced with a lock that doesn&apos;t quite fit, thinks: <em>I can figure this out.</em> Doctor Smart Home is that kind of person. This is his confession.</p><h3 id="the-upgrade-itch">The Upgrade Itch</h3><p>If you&apos;ve been following Doctor Smart Home for a while, you know that smart home door control has always been on the radar. Of course it has &#x2014; it&apos;s one of those things that just makes sense. Think of it like a smart TV: most people still grab the remote out of habit, and that&apos;s completely fine. The point isn&apos;t to replace the remote &#x2014; it&apos;s to also be able to say &quot;turn off the TV&quot; from the couch, or have it switch on automatically when you sit down. Same with a smart lock: you still use the key most of the time, but having the option to lock remotely, check if you left it open, or tie it into a &quot;leaving home&quot; routine is where the magic is. So over the years, Doctor Smart Home has tried a lock here, swapped one out there, lived with them, complained about them, and tried again.</p><p>So at some point, a new smart lock had to be tried. That&apos;s just how it goes &#x2014; there&apos;s always a newer model, a shinier interface, something to tinker with. The old one worked fine, sure, but &quot;works fine&quot; has never been a good enough reason for Doctor Smart Home to stop exploring. And if the household aesthetic jury happened to deliver a verdict that the old lock was an eyesore? Well, that certainly didn&apos;t slow things down. When your wife and your inner geek agree on something, you don&apos;t ask questions. A new smart lock entered the picture.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1786105622362.png" width="1344" height="768" loading="lazy" alt="Dr. Smart Home Smart-Locks Himself In" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1786105622362.png 600w, https://www.1home.io/blog/content/images/size/w1000/2026/08/1786105622362.png 1000w, https://www.1home.io/blog/content/images/2026/08/1786105622362.png 1344w" sizes="(min-width: 1200px) 1200px"></div></div></div><figcaption>Ditch that big black ugly thing or there will be consequences!!!</figcaption></figure><p><em>(No brand names here. This story is entirely, completely, one hundred percent a human error &#x2014; not a product failure. The lock did nothing wrong. The human, on the other hand&#x2026;)</em></p><h3 id="the-fitting-problem">The Fitting Problem</h3><p>Here&apos;s where it gets interesting. The old lock had been thoughtfully designed with adapters for different types of door handles &#x2014; a small but important detail that mattered a lot in Doctor Smart Home&apos;s case.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1786096510438.jpeg" width="1121" height="1000" loading="lazy" alt="Dr. Smart Home Smart-Locks Himself In" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1786096510438.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/08/1786096510438.jpeg 1000w, https://www.1home.io/blog/content/images/2026/08/1786096510438.jpeg 1121w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption>The butterfly doorknob</figcaption></figure><p>Because his front door is an anti-burglar door. And on the inside, instead of a keyhole, it has a butterfly knob &#x2014; that chunky rotating thumb-turn you twist to lock or unlock. No key slot. Just the knob. When you remove the butterfly knob, there&apos;s a cylinder with a metal rod sticking out of the door mechanism. The old lock had a fitting that gripped that rod cleanly. It was a good match.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1786105903234.png" width="989" height="1000" loading="lazy" alt="Dr. Smart Home Smart-Locks Himself In" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1786105903234.png 600w, https://www.1home.io/blog/content/images/2026/08/1786105903234.png 989w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption>The cylinder with a metal rod</figcaption></figure><p></p><p>The new lock? Different philosophy entirely. It came with a key, had a different mounting principle, and just&#x2026; didn&apos;t fit. Not really. Not in the way that would make you feel confident.</p><p>But Doctor Smart Home really wanted to try it out. The aesthetics were better. His wife liked it. And surely, <em>surely</em>, this was just an engineering problem waiting to be solved.</p><h3 id="the-tinkering-phase-where-things-get-dicey">The Tinkering Phase (Where Things Get Dicey)</h3><p>So he started taking things apart. Off came the rosetta. Off came the cover plate. And there it was &#x2014; the interior of the door mechanism, a view that most people never see and probably shouldn&apos;t see without proper training. A world of small screws, narrow channels, and a cylinder that would theoretically accept the new lock&apos;s system.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1786096583714.jpeg" width="975" height="1000" loading="lazy" alt="Dr. Smart Home Smart-Locks Himself In" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1786096583714.jpeg 600w, https://www.1home.io/blog/content/images/2026/08/1786096583714.jpeg 975w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption>The insides of the locking mechanism</figcaption></figure><p>Doctor Smart Home had a plan: swap the cylinder. The new lock even came with one &#x2014; so in theory, this was just a matter of fitting the pieces together. He consulted his AI chat companion of the moment. He called the manufacturer&apos;s helpline. He peered through the exposed hole in the door with the determination of someone who has watched too many YouTube tutorials.</p><p>He could see a few screws in there. He fiddled. He tried to release the cylinder. He really tried.</p><p>It didn&apos;t budge.</p><p>At some point, you have to know when to retreat. Doctor Smart Home retreated &#x2014; but not all the way. He didn&apos;t reinstall the old smart lock. He just put the door back together manually. No smart lock. Just the bare mechanical setup, operating the old-fashioned way.</p><p>It seemed fine. The door worked. Crisis averted, he told himself.</p><h3 id="the-morning-everything-stopped-working">The Morning Everything Stopped Working</h3><p>A day passes. Maybe two. Life goes on &#x2014; kids to kindergarten, work, the usual rhythm.</p><p>Then one morning, Doctor Smart Home reaches for the door handle to start the day, and&#x2026; nothing. The handle doesn&apos;t move. The lock is completely, utterly, stubbornly stuck. The door will not open.</p><p>He is locked inside his own home.</p><p>Now, here is where Doctor Smart Home gets to feel very, very grateful for one thing: he has a terrace exit. A secondary way out. So while the front door had essentially turned into a decorative wall panel, he could at least leave the apartment through the terrace like some kind of suburban adventurer. He operated this way for a day or two. It was functional. It was also deeply humbling.</p><p>The alternative &#x2014; calling the fire department to break down a door that <em>he himself</em> had meddled with &#x2014; was not a mental image he wanted to sit with for long.</p><h3 id="the-professional-arrives">The Professional Arrives</h3><p>Eventually, the professional locksmith showed up. Late afternoon, maybe 5 or 6 PM. He was a calm, experienced-looking man who had presumably seen everything.</p><p>He had not seen this door.</p><p>Three to four hours later, he was still there. The interior lock mechanism, it turned out, was extraordinarily complex &#x2014; a large board packed with what Doctor Smart Home can only describe as an impressive collection of dingamabobs, gizmos, knobs, and little mechanical personalities, all interacting with each other in ways that were not immediately obvious to anyone. The locksmith &#x2014; a professional, to be clear &#x2014; had to call his boss three or four times during the process.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/08/1786097762021.png" width="768" height="1344" loading="lazy" alt="Dr. Smart Home Smart-Locks Himself In" srcset="https://www.1home.io/blog/content/images/size/w600/2026/08/1786097762021.png 600w, https://www.1home.io/blog/content/images/2026/08/1786097762021.png 768w" sizes="(min-width: 720px) 720px"></div></div></div><figcaption>The schematic, it turns out, is not on the internet. For obvious reasons.&#x1F604;</figcaption></figure><p></p><p>In the end, they drilled the door.</p><p>And here&apos;s the painful punchline: afterwards, looking at the schematic of the lock mechanism together, they realized that if they&apos;d read it correctly from the start, they might have avoided the drill entirely. The actual solution was almost elegant &#x2014; there was a small switch, deep inside the mechanism, that when pulled down with the right tool would release the lock. Reach in, find the switch, pull it down, done.</p><p>It was the kind of solution that makes you laugh and wince at the same time.</p><h3 id="the-aftermath">The Aftermath</h3><p>That was almost a year ago now. And Doctor Smart Home &#x2014; the man who has always had a smart lock, who considers door control a fundamental part of smart home living &#x2014; has been using a plain, manual, old-school lock ever since.</p><p>No automations. No remote access. No &quot;door left open&quot; notifications. Just a key. Like it&apos;s 2003.</p><p>And you know what? The door works perfectly.</p><h3 id="so%E2%80%A6-should-he-try-again">So&#x2026; Should He Try Again?</h3><p>This is the question. And it&apos;s genuinely interesting, because it comes in two parts.</p><p><strong>For Doctor Smart Home specifically:</strong> Yes, probably. But differently. The lesson here isn&apos;t that smart locks are bad or unreliable &#x2014; it&apos;s that tinkering with what you don&apos;t fully understand, on a mechanism that sits between you and the outside world, is a risk that deserves more respect. The door is not a light switch. It is not a thermostat. Mess it up and you&apos;re either locked in or locked out, and both situations are unpleasant in their own special ways.</p><p><strong>For smart home integrators more broadly:</strong> This is actually a really important professional boundary. When talking with installers &#x2014; and this came up in a conversation with <a href="https://www.linkedin.com/in/vikas-gowrisetty-bb839669/">Vikas Gowrisetty</a> of <a href="https://www.linkedin.com/company/awicontech/">Awicon Technologies LLP</a> &#x2014; the approach many professionals take is to never touch the door hardware at all. The door, the lock cylinder, the mechanical fitting &#x2014; that&apos;s the territory of the door subcontractor. They specify and approve the smart lock model, they handle the physical installation, they make sure it fits the door correctly. Then, and only then, does the smart home integrator step in to handle the programming &#x2014; connecting the lock to the wider system, automations, access control, whatever the client needs.</p><p>It&apos;s a clean division of responsibility. And after this experience, Doctor Smart Home has a deep personal appreciation for why that boundary exists.</p><h3 id="the-moral-of-the-story">The Moral of the Story</h3><p>Smart locks are great. Door control is a legitimate and valuable part of a smart home. But the door is also the one thing in your home where getting it wrong doesn&apos;t just mean an inconvenience &#x2014; it means calling the fire department or climbing out through the terrace in your morning clothes.</p><p>Respect the mechanism. Know your limits. And if you&apos;re not a locksmith, maybe don&apos;t try to become one at 10 PM with a YouTube tutorial and a spare cylinder you found in a drawer.</p><p>Doctor Smart Home will be back with smart locks. Just&#x2026; with professional help this time.</p><p><strong><em>Have a smart lock story of your own? A near-lockout? A successful install? Tell us below. And integrators &#x2014; do you touch the door, or is that sacred territory for the door subcontractors?</em></strong></p>]]></content:encoded></item><item><title><![CDATA[1Home Digest July '26: Matter, AI & the Next Layer]]></title><description><![CDATA[Matter 1.6, AI-powered KNX engineering, Tesla Home, hotel automation, and the latest Thread developments in this month's 1Home Digest.]]></description><link>https://www.1home.io/blog/1home-digest-july-26-matter-ai-the-next-layer/</link><guid isPermaLink="false">6a6b348e07246300010d7b57</guid><dc:creator><![CDATA[Domen Benčina]]></dc:creator><pubDate>Thu, 30 Jul 2026 12:29:56 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/07/Digest-july-27--1-.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/07/Digest-july-27--1-.png" alt="1Home Digest July &apos;26: Matter, AI &amp; the Next Layer"><p>July was about smart home technology becoming a little less fragmented and a lot more capable. Matter is moving beyond simply getting devices to talk to each other, AI is starting to assist with the engineering work behind KNX projects, and energy management is becoming its own intelligent layer. Thread is also quietly appearing in more places - from Shelly devices to professional networking equipment. Let&apos;s get into it...</p><hr><h2 id="matter-16-wants-ecosystems-to-work-together">Matter 1.6 Wants Ecosystems to Work Together</h2><p>Matter 1.6 is less about adding another long list of device types and more about making the smart home feel coherent. The update introduces features such as NFC-based commissioning, context-aware thermostat controls and, most notably, <strong>Joint Fabric</strong> - allowing different platforms to co-manage the same Matter network.</p><p>In theory, that means a home using Apple, Google, Amazon and Samsung devices should no longer feel like four separate homes stitched together. The bigger shift is strategic: as interoperability improves, platform owners may have to compete less through ecosystem lock-in and more through intelligence, privacy and user experience. A promising direction - provided manufacturers actually implement it properly.</p><p><a href="https://www.abiresearch.com/market-research/insight/7788009-matter-16-signals-a-shift-from-device-inte">Read the full analysis</a></p><hr><h2 id="ai-steps-into-the-ets-project">AI Steps Into the ETS Project</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/1783167828007.jpeg" width="800" height="534" loading="lazy" alt="1Home Digest July &apos;26: Matter, AI &amp; the Next Layer" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/1783167828007.jpeg 600w, https://www.1home.io/blog/content/images/2026/07/1783167828007.jpeg 800w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>AI has arrived in the KNX engineering workflow - not as another chatbot floating beside the project, but as an ETS6 AddIn with access to the project context and tools. <strong>ETSpilot</strong>, developed by Splendid Minds, can answer questions, analyse projects and carry out concrete steps inside ETS under the supervision of the engineer.</p><p>That includes the repetitive work that fills plenty of project days: creating group addresses, connecting communication objects, parameterising devices, checking structures and applying changes. The professional remains in control, with actions requiring confirmation and the option to store project standards and naming conventions. Less clicking, more engineering - a fairly compelling pitch.</p><p><a href="https://www.linkedin.com/posts/knx-ets-ki-share-7479147958563876864-X53E/">Learn more about ETSpilot</a></p><hr><h2 id="tesla-home-puts-ai-in-charge-of-the-energy-budget">Tesla Home Puts AI in Charge of the Energy Budget</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/Tesla-Home-Opticaster.jpg" width="1500" height="742" loading="lazy" alt="1Home Digest July &apos;26: Matter, AI &amp; the Next Layer" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/Tesla-Home-Opticaster.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/Tesla-Home-Opticaster.jpg 1000w, https://www.1home.io/blog/content/images/2026/07/Tesla-Home-Opticaster.jpg 1500w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Tesla has launched <strong>Tesla Home</strong>, a home energy management platform built around its Opticaster AI engine. The system forecasts solar production and household demand, then makes decisions about when to store or use electricity in order to reduce energy costs.</p><p>It brings together Tesla&#x2019;s Powerwall, solar panels, Solar Roof, Wall Connector and compatible smart breakers under one energy-management layer. The interesting part is not that the system uses AI - that has been the direction of travel for a while - but that energy management is increasingly becoming an active, automated service rather than a dashboard people check occasionally.</p><p><a href="https://electrek.co/2026/07/08/tesla-home-opticaster-ai-energy-platform/">Continue reading</a></p><hr><h2 id="knx-checks-into-the-hotel-business">KNX Checks Into the Hotel Business</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/KNX-GRMS-SYSTEM.jpeg" width="1536" height="1024" loading="lazy" alt="1Home Digest July &apos;26: Matter, AI &amp; the Next Layer" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/KNX-GRMS-SYSTEM.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/KNX-GRMS-SYSTEM.jpeg 1000w, https://www.1home.io/blog/content/images/2026/07/KNX-GRMS-SYSTEM.jpeg 1536w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Smart home ideas scale surprisingly well into hospitality. KNX-based <strong>Guest Room Management Systems</strong> bring lighting, HVAC, curtains, access control and service requests together under one standardised system, giving guests simple room controls while giving hotel operators more visibility and control.</p><p>The real value is in the link between comfort and operations. Occupancy can trigger energy-saving modes, check-in can pre-condition a room, and room status can flow back to housekeeping and building-management systems. A good hotel room should feel effortless to the guest - even when a lot is happening behind the scenes.</p><p><a href="https://www.knxhub.com/knx-for-hotels-grms-enhancing-efficiency-and-guest-experience/">See how KNX GRMS works in hotels</a></p><hr><h2 id="shelly-is-rethinking-matter-over-thread">Shelly Is Rethinking Matter Over Thread</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/shelly-gen4-thread-update-1-1024x614.jpg" width="1024" height="614" loading="lazy" alt="1Home Digest July &apos;26: Matter, AI &amp; the Next Layer" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/shelly-gen4-thread-update-1-1024x614.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/shelly-gen4-thread-update-1-1024x614.jpg 1000w, https://www.1home.io/blog/content/images/2026/07/shelly-gen4-thread-update-1-1024x614.jpg 1024w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Shelly is considering whether its fourth-generation devices should support <strong>Matter over Thread</strong>. The hardware is already capable of it, but the available flash memory creates a trade-off: adding Thread support while keeping all existing features - including scripting - may not be possible in a single firmware version.</p><p>The options under discussion include a multi-step setup process or a standard firmware with Thread support that drops built-in scripting, allowing advanced users to switch to a different firmware when needed. It is not a product announcement yet, but it shows how Thread is moving from an enthusiast feature toward a decision that mainstream device makers can no longer ignore.</p><p><a href="https://matter-smarthome.de/en/products/shelly-evaluates-matter-over-thread-for-gen4-devices/">Read more about Shelly&#x2019;s plans</a></p><hr><h2 id="unifi-adds-thread-to-the-network-closet">UniFi Adds Thread to the Network Closet</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/ubiquiti-superlink-gateway-ha-1-1024x576.jpg" width="1024" height="576" loading="lazy" alt="1Home Digest July &apos;26: Matter, AI &amp; the Next Layer" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/ubiquiti-superlink-gateway-ha-1-1024x576.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/ubiquiti-superlink-gateway-ha-1-1024x576.jpg 1000w, https://www.1home.io/blog/content/images/2026/07/ubiquiti-superlink-gateway-ha-1-1024x576.jpg 1024w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Ubiquiti is bringing a Thread Border Router to its UniFi platform through the upcoming <strong>SuperLink Gateway HA</strong>. The gateway is primarily designed for UniFi&#x2019;s security ecosystem, but it will also include a built-in Thread Border Router supporting up to 128 connected devices, alongside battery backup and LTE failover.</p><p>There is an important caveat: Ubiquiti has not announced native Matter support, so it is not suddenly becoming another Matter controller. Still, putting Thread into networking equipment used by professional installers and advanced users could make the protocol easier to deploy - especially in places where the network infrastructure is already centralised and carefully managed.</p><p><a href="https://matter-smarthome.de/en/products/unifi-gets-its-own-thread-border-router/">Find out what this means for Thread</a></p><hr><h2 id="thats-july-done">That&apos;s July done.</h2><p>Thanks for reading along, see you next month!</p>]]></content:encoded></item><item><title><![CDATA[1Home Digest June '26: Memory, Motion & Matter]]></title><description><![CDATA[Your monthly smart home roundup: Lua variable memory in 1Home, Thread Direct setup, Google Gemini camera automations, Samsung SmartThings news, and more.]]></description><link>https://www.1home.io/blog/1home-digest-june-26-1home-touch-sonos/</link><guid isPermaLink="false">6a46461307246300010d7adc</guid><dc:creator><![CDATA[Domen Benčina]]></dc:creator><pubDate>Thu, 02 Jul 2026 13:51:39 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/07/Group-1552.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/07/Group-1552.png" alt="1Home Digest June &apos;26: Memory, Motion &amp; Matter"><p>June was a month of AI everywhere, a big protocol upgrade on the horizon, and some moves in the industry that are worth keeping an eye on. Oh, and we shipped something useful. Let&apos;s get into it...</p><hr><h2 id="1home-lua-variables-your-scripts-now-have-memory">1Home Lua Variables: Your Scripts Now Have Memory</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/1home-smarter-homes-1.jpeg" width="1200" height="630" loading="lazy" alt="1Home Digest June &apos;26: Memory, Motion &amp; Matter" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/1home-smarter-homes-1.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/1home-smarter-homes-1.jpeg 1000w, https://www.1home.io/blog/content/images/2026/07/1home-smarter-homes-1.jpeg 1200w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Our v5.4.0 release landed on June 12th with a feature Lua scripters have been waiting for: <strong>in-memory and persisted variables</strong>. That means your Lua scripts can now store data and recall it between runs - and even between reboots. Whether you want to count how many times a door opened today or remember the last known state of a device after a restart, it&apos;s now possible. A small but genuinely powerful unlock for automation logic.</p><p><a href="https://www.1home.io/docs/en/server/releases/v5_4_0" rel="noopener noreferrer nofollow">Full release notes here</a></p><hr><h2 id="thread-direct-setup-without-a-border-router">Thread Direct: Setup Without a Border Router</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/VRG_ILLO_5281_ThreadGroup_Matter-1.jpeg" width="1440" height="969" loading="lazy" alt="1Home Digest June &apos;26: Memory, Motion &amp; Matter" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/VRG_ILLO_5281_ThreadGroup_Matter-1.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/VRG_ILLO_5281_ThreadGroup_Matter-1.jpeg 1000w, https://www.1home.io/blog/content/images/2026/07/VRG_ILLO_5281_ThreadGroup_Matter-1.jpeg 1440w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>One of Thread&apos;s most persistent pain points - buying a Thread device only to discover you need a border router you don&apos;t have - is finally getting a proper fix. The Thread Group announced <strong>Thread Direct</strong>, a feature expected in Thread 2.0 that lets iPhones and Pixel phones commission Thread devices directly, no border router required during setup. One will still be needed for full functionality (remote access, automations), but this removes the biggest first-run frustration in the ecosystem. A quiet but meaningful step forward.</p><p><a href="https://www.theverge.com/tech/950732/thread-direct-thread-2-0-smart-home-apple-google" rel="noopener noreferrer nofollow">Continue reading</a></p><hr><h2 id="google-doubles-down-on-gemini-for-home">Google Doubles Down on Gemini for Home</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/Google-Home-Gemini-camera-intelligence-hero--1.jpeg" width="1440" height="960" loading="lazy" alt="1Home Digest June &apos;26: Memory, Motion &amp; Matter" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/Google-Home-Gemini-camera-intelligence-hero--1.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/Google-Home-Gemini-camera-intelligence-hero--1.jpeg 1000w, https://www.1home.io/blog/content/images/2026/07/Google-Home-Gemini-camera-intelligence-hero--1.jpeg 1440w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Google had a busy June on the home AI front. First, Gemini for Home picked up the ability to <strong>trigger automations from what your cameras actually see</strong> - describe an event in plain language (&quot;raccoons near the trash bins&quot;, &quot;white Honda in the driveway&quot;), pick a camera, and let it fire a routine. It&apos;s currently US-only, English-only, and requires a $20/month Premium Advanced plan - but the direction is clear. Second, Google published 100 example voice commands for Gemini for Home on Nest speakers, which doubles as a useful snapshot of just how far conversational home control has come.</p><p><a href="https://www.theverge.com/tech/938771/google-home-gemini-ai-camera-automations" rel="noopener noreferrer nofollow">Gemini + cameras</a> &#xB7; <a href="https://blog.google/products-and-platforms/devices/google-nest/gemini-home-voice-assistant-tips/" rel="noopener noreferrer nofollow">Voice tips</a></p><hr><h2 id="samsung-smartthings-grows-upand-then-puts-up-a-paywall">Samsung SmartThings Grows Up - and Then Puts Up a Paywall</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/samsung-smartthings-logo.png-1.jpeg" width="1062" height="500" loading="lazy" alt="1Home Digest June &apos;26: Memory, Motion &amp; Matter" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/samsung-smartthings-logo.png-1.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/samsung-smartthings-logo.png-1.jpeg 1000w, https://www.1home.io/blog/content/images/2026/07/samsung-smartthings-logo.png-1.jpeg 1062w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>SmartThings continued its push to become the most ambitious Matter platform around, adding Matter 1.5 support for window coverings, soil sensors, and irrigation systems, plus a new KNX integration through Schneider Electric&apos;s SpaceLogic range - notable because it takes SmartThings properly into commercial building automation territory. The less welcome news: <strong>Samsung announced it will start charging $5/month for SmartThings API access</strong> starting in October, affecting anyone using third-party tools like Home Assistant to control their Samsung devices. The open-source community was not impressed.</p><p><a href="https://www.matteralpha.com/news/samsung-smartthings-is-quietly-becoming-the-most-ambitious-matter-platform" rel="noopener noreferrer nofollow">SmartThings ambitions</a> &#xB7; <a href="https://www.engadget.com/2202497/samsung-will-start-charging-for-smartthings-api-access/" rel="noopener noreferrer nofollow">API paywall</a></p><hr><h2 id="switchbot-acquires-nanoleaf-for-40-million">SwitchBot Acquires Nanoleaf for $40 Million</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/nanoleaf1-1.jpeg" width="1440" height="951" loading="lazy" alt="1Home Digest June &apos;26: Memory, Motion &amp; Matter" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/nanoleaf1-1.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/nanoleaf1-1.jpeg 1000w, https://www.1home.io/blog/content/images/2026/07/nanoleaf1-1.jpeg 1440w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Two of the scrappier names in smart home just joined forces. OneRobotics, the parent of SwitchBot, acquired Nanoleaf outright for approximately $40 million - with both brands staying separate and Nanoleaf&apos;s founding team staying in place. The logic: SwitchBot brings manufacturing scale and supply chain; Nanoleaf brings retail presence, Matter/Thread expertise, and a track record of launching new categories. Both are also eyeing AI and robotics, which is increasingly where the smart home conversation is heading.</p><p><a href="https://www.theverge.com/tech/942328/nanoleaf-switchbot-onerobotics-sale-ai-robotics" rel="noopener noreferrer nofollow">Read more</a></p><hr><h2 id="your-old-washing-machine-can-be-smarter-than-a-new-one">Your Old Washing Machine Can Be Smarter Than a New One</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/home-assistant-controller-iphone-12-held-1.jpeg" width="1600" height="900" loading="lazy" alt="1Home Digest June &apos;26: Memory, Motion &amp; Matter" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/home-assistant-controller-iphone-12-held-1.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/home-assistant-controller-iphone-12-held-1.jpeg 1000w, https://www.1home.io/blog/content/images/2026/07/home-assistant-controller-iphone-12-held-1.jpeg 1600w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>A compelling read on using Home Assistant and a power-monitoring smart plug to turn a &quot;dumb&quot; appliance into something genuinely smart - without any cloud subscriptions, without spending $1,200, and without replacing hardware that still works perfectly. The key insight: a washing machine&apos;s power draw tells a remarkably detailed story about where it is in its cycle. Pair that with open-source pattern-matching tools, and a $15 plug starts outperforming the native app on most branded smart appliances.</p><p><a href="https://www.xda-developers.com/connected-dumb-appliances-to-home-assistant-felt-like-upgrading-house/" rel="noopener noreferrer nofollow">Read more</a></p><hr><h2 id="google-wants-a-little-bit-of-your-homes-electricity">Google Wants a Little Bit of Your Home&apos;s Electricity</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/p2uWFBGHtrHTjrYSDny87M-1200-80-1.jpg" width="1200" height="675" loading="lazy" alt="1Home Digest June &apos;26: Memory, Motion &amp; Matter" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/p2uWFBGHtrHTjrYSDny87M-1200-80-1.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/p2uWFBGHtrHTjrYSDny87M-1200-80-1.jpg 1000w, https://www.1home.io/blog/content/images/2026/07/p2uWFBGHtrHTjrYSDny87M-1200-80-1.jpg 1200w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Google signed a three-year deal with Voltus to access up to 100 MW of distributed energy by aggregating tiny slivers of power from thousands of US households - smart thermostats, small batteries, and similar devices. When grid demand spikes, Voltus&apos;s software briefly reduces each device&apos;s load or discharges a small amount of stored power. No individual home should notice the difference. It&apos;s a drop in Google&apos;s actual data center energy bucket, but it&apos;s an interesting signal of where the smart home and grid infrastructure are starting to converge.</p><p><a href="https://www.techradar.com/pro/forget-about-nuclear-reactors-google-may-have-found-a-sneaky-way-to-get-all-the-electricity-it-needs-for-its-data-centers-by-buying-a-little-bit-of-power-from-thousands-of-us-households" rel="noopener noreferrer nofollow">Continue reading</a></p><hr><h2 id="one-camera-two-views-the-botslab-w101">One Camera, Two Views: The Botslab W101</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/07/botslab-window-camera-1-1.jpg" width="1440" height="1080" loading="lazy" alt="1Home Digest June &apos;26: Memory, Motion &amp; Matter" srcset="https://www.1home.io/blog/content/images/size/w600/2026/07/botslab-window-camera-1-1.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/07/botslab-window-camera-1-1.jpg 1000w, https://www.1home.io/blog/content/images/2026/07/botslab-window-camera-1-1.jpg 1440w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>An interesting product that solves a real problem: the Botslab W101 is a window-mounted camera with two lenses - one facing out, one facing in - covering both sides of your home simultaneously. No drilling, no permanent installation, and it sticks to any glass with an adhesive mount. Useful for renters, for apartment residents, or anyone who&apos;s been putting off home security because installation felt like too much. 2.5K resolution on both lenses, f/1.0 color night vision, and a hybrid local/cloud storage model with no mandatory subscription.</p><p><a href="https://www.androidauthority.com/botslab-w101-window-camera-3675108/" rel="noopener noreferrer nofollow">Find out more</a></p><hr><h2 id="thats-june-done">That&apos;s June done.</h2><p>Thanks for reading along, see you next month!</p>]]></content:encoded></item><item><title><![CDATA[1Home Digest May '26: 1Home Touch & Sonos]]></title><description><![CDATA[May's biggest news: our first look at 1Home Touch and Sonos officially in 1Home. Plus moves from IKEA, Apple, Lidl and new EU building efficiency rules.]]></description><link>https://www.1home.io/blog/1home-digest-may26/</link><guid isPermaLink="false">6a1eb90b07246300010d79f5</guid><dc:creator><![CDATA[Domen Benčina]]></dc:creator><pubDate>Wed, 03 Jun 2026 09:14:33 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/06/Digest-may-26.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/06/Digest-may-26.png" alt="1Home Digest May &apos;26: 1Home Touch &amp; Sonos"><p><strong>May was a big one for us.</strong> Two things we&apos;ve been quietly working toward finally came to life: our first hands-on with <strong>1Home Touch</strong>, and the long-awaited <strong>Sonos integration</strong> landing in 1Home. That alone would make the month - but there&apos;s plenty more bubbling underneath too: fresh hardware, big names making moves, and the rules starting to catch up with the tech. Let&apos;s get into...</p><hr><h2 id="first-touch-at-1home-touch">First Touch At 1Home Touch</h2><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/MqOqsEiemog?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="1Home Touch: Exclusive First Preview"></iframe></figure><p>Last week Marcel received a message from engineering: &apos;&apos;<em>Come upstairs and bring a camera</em>&apos;&apos;. There it was 1Home Touch, waiting to be touched and tested for the first time.</p><p>Of course Marcel couldn&apos;t hold back, I mean who could have, right? He tried different themes, light configurations, Sonos integration and more...</p><p><a href="https://www.youtube.com/watch?v=MqOqsEiemog">Watch the full video</a></p><hr><h2 id="its-here-1home-sonos-integration">It&apos;s Here: 1Home Sonos Integration</h2><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/yYbW3C8yoYc?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Control SONOS in KNX (New Integration)"></iframe></figure><p>The wait is over. After plenty of anticipation, Sonos officially landed in 1Home. Marcel gives us a detailed tour of everything the new integration can do, and shows how to make a home not just smart, but genuinely fun and also satisfying.</p><p><a href="https://www.youtube.com/watch?v=yYbW3C8yoYc">Watch how fun Sonos in 1Home can be here</a></p><hr><h2 id="the-tiny-connector-behind-ikeas-%C3%A5skv%C3%A4der-strikes-out-on-its-own">The Tiny Connector Behind IKEA&apos;s &#xC5;SKV&#xC4;DER Strikes Out on Its Own</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/06/1778142621864.jpeg" width="800" height="800" loading="lazy" alt="1Home Digest May &apos;26: 1Home Touch &amp; Sonos" srcset="https://www.1home.io/blog/content/images/size/w600/2026/06/1778142621864.jpeg 600w, https://www.1home.io/blog/content/images/2026/06/1778142621864.jpeg 800w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Every so often a supplier decides it no longer wants to live behind someone else&apos;s logo. Sweden&apos;s Moduel engineered the palm-sized 16A connector at the heart of IKEA&apos;s &#xC5;SKV&#xC4;DER power strips - a system that reached 100,000-plus Nordic households on next to no marketing. Now, armed with twelve patents across seven countries, it&apos;s stepping out under its own name with Matter connectivity and energy monitoring, selling direct across Europe.</p><p><a href="https://www.linkedin.com/posts/danielhagstrom_smarthome-innovation-productdesign-activity-7458070715532226561-e0OJ?utm_medium=ios_app&amp;rcm=ACoAACkkN0cBarME0eGO1WCUVsBVHk4prAgKT4E&amp;utm_source=social_share_send&amp;utm_campaign=copy_link">Read more</a></p><hr><h2 id="a-visit-to-the-worlds-first-smart-homeand-a-lesson-in-how-little-has-changed">A Visit to the World&apos;s First &quot;Smart Home&quot; - and a Lesson in How Little Has Changed</h2><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/V2lEgMHF2Fo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="I should not have liked the world&#x2019;s first smart home."></iframe></figure><p>Long before Matter or Thread, there was Cragside - the Northumberland mansion wired for hydroelectric light and Victorian gadgetry that earned it the title of world&apos;s first smart home. A worthwhile reminder that the dream of the automated house is nearly 150 years in the making.</p><hr><h2 id="lidl-now-sells-a-balcony-solar-battery">Lidl Now Sells a Balcony Solar Battery</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/06/lidl-launches-2-24-kwh-balcony-solar-battery-in-germany-for-v0-LxyskplWYVQijTawLs6GBpuBsusj0bBYQD2GKh7rzpc.jpeg" width="1080" height="705" loading="lazy" alt="1Home Digest May &apos;26: 1Home Touch &amp; Sonos" srcset="https://www.1home.io/blog/content/images/size/w600/2026/06/lidl-launches-2-24-kwh-balcony-solar-battery-in-germany-for-v0-LxyskplWYVQijTawLs6GBpuBsusj0bBYQD2GKh7rzpc.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/06/lidl-launches-2-24-kwh-balcony-solar-battery-in-germany-for-v0-LxyskplWYVQijTawLs6GBpuBsusj0bBYQD2GKh7rzpc.jpeg 1000w, https://www.1home.io/blog/content/images/2026/06/lidl-launches-2-24-kwh-balcony-solar-battery-in-germany-for-v0-LxyskplWYVQijTawLs6GBpuBsusj0bBYQD2GKh7rzpc.jpeg 1080w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>The discount-retailer playbook reaches energy storage: Lidl Germany is selling a 2.24 kWh lithium iron phosphate balcony battery under its Tronic brand. With 1,000 W input, 800 W output, and compatibility with 99% of microinverters, it lets balcony-solar owners bank daytime power for the evening - a clear sign that home energy storage is going mainstream.</p><p><a href="https://www.reddit.com/r/climatechange/s/k45D3eKTZ6">Find out more</a></p><hr><h2 id="apples-long-delayed-smart-home-push-finally-has-a-launch-window">Apple&apos;s Long-Delayed Smart Home Push Finally Has a Launch Window</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/06/Apples-15-New-Product-Leaks-Ahead-of-WWDC-2026.jpg" width="1920" height="1080" loading="lazy" alt="1Home Digest May &apos;26: 1Home Touch &amp; Sonos" srcset="https://www.1home.io/blog/content/images/size/w600/2026/06/Apples-15-New-Product-Leaks-Ahead-of-WWDC-2026.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/06/Apples-15-New-Product-Leaks-Ahead-of-WWDC-2026.jpg 1000w, https://www.1home.io/blog/content/images/size/w1600/2026/06/Apples-15-New-Product-Leaks-Ahead-of-WWDC-2026.jpg 1600w, https://www.1home.io/blog/content/images/2026/06/Apples-15-New-Product-Leaks-Ahead-of-WWDC-2026.jpg 1920w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>After more than a year in warehouses, Apple&apos;s home ambitions are reportedly moving. Leaked ahead of WWDC 2026 are three devices that matter to our world: a HomeKit hub with a display, an Apple-designed security camera, and a Face ID video doorbell. The hold-up has always been Siri - and Apple is betting its rebuilt, conversational version finally makes the hardware worth shipping.</p><p><a href="https://memeburn.com/apples-15-new-product-leaks-ahead-of-wwdc-2026/">Continue reading</a></p><hr><h2 id="the-eus-new-building-efficiency-rules-take-effect">The EU&apos;s New Building Efficiency Rules Take Effect</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/06/00-16.jpg" width="991" height="661" loading="lazy" alt="1Home Digest May &apos;26: 1Home Touch &amp; Sonos" srcset="https://www.1home.io/blog/content/images/size/w600/2026/06/00-16.jpg 600w, https://www.1home.io/blog/content/images/2026/06/00-16.jpg 991w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>With buildings driving ~40% of EU energy use and 36% of emissions, the directive targets worst-performing stock, phases out fossil-fuel boilers, and pushes new builds to zero-emission. Key for the industry: automation and control systems now mandatory in non-residential buildings, plus solar integration and smart EV charging.</p><p><a href="https://commission.europa.eu/news-and-media/news/improving-energy-efficiency-buildings-reduce-bills-and-save-energy-2026-05-29_en">Discover more</a></p><hr><h2 id="thats-all-for-this-months-digest">That&apos;s all for this month&apos;s digest.</h2><p>Thanks for reading with us, see you soon!</p>]]></content:encoded></item><item><title><![CDATA[1Home Digest: April '26]]></title><description><![CDATA[<p>April was quietly busy. No mega trade show, but the industry kept pushing, new devices, new industry secotrs and the smart home getting a little more connected. Here&apos;s what stood out...</p><hr><h2 id="apple-tv-4k-is-getting-its-biggest-upgrade-in-years">Apple TV 4K Is Getting Its Biggest Upgrade in Years</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/04/2026-Apple-TV.jpg" width="1280" height="720" loading="lazy" alt srcset="https://www.1home.io/blog/content/images/size/w600/2026/04/2026-Apple-TV.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/04/2026-Apple-TV.jpg 1000w, https://www.1home.io/blog/content/images/2026/04/2026-Apple-TV.jpg 1280w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Leaks are pointing to a significant overhaul</p>]]></description><link>https://www.1home.io/blog/1home-digest-april-26/</link><guid isPermaLink="false">69f0613107246300010d797c</guid><dc:creator><![CDATA[Domen Benčina]]></dc:creator><pubDate>Thu, 30 Apr 2026 20:30:07 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/04/Digest---april-26.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/04/Digest---april-26.png" alt="1Home Digest: April &apos;26"><p>April was quietly busy. No mega trade show, but the industry kept pushing, new devices, new industry secotrs and the smart home getting a little more connected. Here&apos;s what stood out...</p><hr><h2 id="apple-tv-4k-is-getting-its-biggest-upgrade-in-years">Apple TV 4K Is Getting Its Biggest Upgrade in Years</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/04/2026-Apple-TV.jpg" width="1280" height="720" loading="lazy" alt="1Home Digest: April &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/04/2026-Apple-TV.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/04/2026-Apple-TV.jpg 1000w, https://www.1home.io/blog/content/images/2026/04/2026-Apple-TV.jpg 1280w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Leaks are pointing to a significant overhaul of the Apple TV 4K - and it&apos;s shaping up to be more than just a streaming box. The new model is expected to pack a serious chipset upgrade (think A17 Pro or newer), AAA gaming support with ray tracing, Wi-Fi 7, and - most relevant for us, built-in Thread and Matter support. There&apos;s also talk of a FaceTime camera and a redesigned remote with the U2 chip for Find My. Two versions are expected: one budget-friendly, one premium. Launch window is somewhere between now and the fall.</p><p><a href="https://www.geeky-gadgets.com/apple-tv-4k-details-leaked/">Read more</a></p><hr><h2 id="private-equity-thinks-garage-doors-are-the-next-big-roll-up-play">Private Equity Thinks Garage Doors Are the Next Big Roll-Up Play</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/04/download.jpg" width="2000" height="1297" loading="lazy" alt="1Home Digest: April &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/04/download.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/04/download.jpg 1000w, https://www.1home.io/blog/content/images/size/w1600/2026/04/download.jpg 1600w, https://www.1home.io/blog/content/images/size/w2400/2026/04/download.jpg 2400w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>After HVAC, investors are setting their sights on an unlikely sector: garage door installation and repair. The logic holds up, fragmented market (90% independent businesses), recession-resistant demand, and customers who definitely won&apos;t fix it themselves. Oak Hill Capital&apos;s $800M acquisition of Guild Garage Group at a 16x EBITDA multiple set a new benchmark, and deal volume has been climbing fast. Worth keeping an eye on as more capital flows into residential services.</p><p><a href="https://pitchbook.com/news/articles/pe-hopes-garage-door-roll-ups-will-be-the-new-hvac">Continue reading</a></p><hr><h2 id="ikea-launches-plug-in-solar-panelsno-roof-required">IKEA Launches Plug-In Solar Panels - No Roof Required</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/04/1_1_PLUGIN_Balcony_PH176433.jpg" width="1200" height="1200" loading="lazy" alt="1Home Digest: April &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/04/1_1_PLUGIN_Balcony_PH176433.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/04/1_1_PLUGIN_Balcony_PH176433.jpg 1000w, https://www.1home.io/blog/content/images/2026/04/1_1_PLUGIN_Balcony_PH176433.jpg 1200w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>IKEA Belgium, in partnership with Svea Solar, has launched a line of plug-in solar panels designed for balconies, gardens, and terraces. A complete starter set begins at &#x20AC;349, with the full range running up to &#x20AC;1,500. No electrician needed, just plug in and start generating. Portable and foldable options are also available for camping use. Belgium is the second market after Germany, and the timing makes sense: balcony solar installations have been legal in Belgium since April 2025.</p><p><a href="https://press.ikea.be/ikea-lanceert-betaalbare-plug-in-zonnepanelen-voor-balkon-tuin-en-terras">Discover more</a></p><hr><h2 id="samsung-smartthings-now-plays-nicely-with-ikeas-matter-devices">Samsung SmartThings Now Plays Nicely With IKEA&apos;s Matter Devices</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/04/Samsung-Corporate-Technology-Samsung-SmartThings-IKEA-25-IKEA-Matter-Devices_main1.jpg" width="1000" height="560" loading="lazy" alt="1Home Digest: April &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/04/Samsung-Corporate-Technology-Samsung-SmartThings-IKEA-25-IKEA-Matter-Devices_main1.jpg 600w, https://www.1home.io/blog/content/images/2026/04/Samsung-Corporate-Technology-Samsung-SmartThings-IKEA-25-IKEA-Matter-Devices_main1.jpg 1000w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Samsung has announced integration of 25 IKEA Matter-over-Thread devices into SmartThings, including smart bulbs, plugs, motion sensors, door sensors, air quality sensors, and more. The big change: no IKEA hub required anymore. Devices connect directly to the SmartThings hub. Samsung also claims to be the first platform to adopt Thread 1.4, enabling cross-brand Thread networks to operate as a single unified system. A practical step forward for anyone mixing IKEA hardware into a broader smart home setup.</p><p><a href="https://news.samsung.com/global/samsung-smartthings-expands-seamless-integration-with-ikea-matter-devices">Read more</a></p><hr><h2 id="thats-april-wrapped-up">That&apos;s April wrapped up!</h2><p>Thanks for reading along, catch you next month!</p>]]></content:encoded></item><item><title><![CDATA[1Home Digest: March '26]]></title><description><![CDATA[March was a big month — 1Home Touch made its public debut at Light + Building 2026, and the industry kept pace with launches from WAGO, Aqara, Shelly, Hager, and more. Here's what stood out.]]></description><link>https://www.1home.io/blog/1home-digest-march-26/</link><guid isPermaLink="false">69cb84b107246300010d7821</guid><dc:creator><![CDATA[Domen Benčina]]></dc:creator><pubDate>Wed, 01 Apr 2026 09:24:34 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/03/Digest---march-26.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/03/Digest---march-26.png" alt="1Home Digest: March &apos;26"><p>March was a big one. Light + Building came and went, and the industry showed up with plenty to talk about. Here&apos;s what stood out...</p><hr><h2 id="1home-at-light-building-2026">1Home at Light + Building 2026</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/03/Group-1404--2-.png" width="2000" height="999" loading="lazy" alt="1Home Digest: March &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/03/Group-1404--2-.png 600w, https://www.1home.io/blog/content/images/size/w1000/2026/03/Group-1404--2-.png 1000w, https://www.1home.io/blog/content/images/size/w1600/2026/03/Group-1404--2-.png 1600w, https://www.1home.io/blog/content/images/size/w2400/2026/03/Group-1404--2-.png 2400w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>This year&apos;s Light + Building was our best yet - and the booth traffic reflected it. Throughout the week, visitors came to explore the 1Home App and Dashboard, but the real draw was 1Home Touch, making its first ever public appearance. The reception spoke for itself.</p><p>It&apos;s worth remembering that two years ago at L+B 2024, we had one product to show. The ground covered since then was on full display in Frankfurt, and of course there&apos;s more to come. Thank you to everyone who stopped by, shared their thoughts, and made this year&apos;s L+B one to remember. See you in 2027.</p><p>Get a real picture of what the Light + Building &apos;26 at 1Home booth really looked like:</p><p><a href="https://www.youtube.com/shorts/rQKQ5sEp0hE">Day 1</a>, <a href="https://www.youtube.com/shorts/uRyRYKsUt7Y">Day 2</a>, <a href="https://www.youtube.com/shorts/CFypIbJA5jM">Day 3</a>, <a href="https://www.youtube.com/shorts/-wjuAQgvwWQ">1Home Server Family</a>, <a href="https://www.youtube.com/shorts/10A7llE8TN8">1Home Touch</a></p><hr><h2 id="matter-151-is-outand-cameras-are-the-focus">Matter 1.5.1 Is Out - and Cameras Are the Focus</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/04/Matter-1.jpg" width="2000" height="667" loading="lazy" alt="1Home Digest: March &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/04/Matter-1.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/04/Matter-1.jpg 1000w, https://www.1home.io/blog/content/images/size/w1600/2026/04/Matter-1.jpg 1600w, https://www.1home.io/blog/content/images/2026/04/Matter-1.jpg 2048w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>The CSA released Matter 1.5.1 at the end of March, building on the camera support introduced in 1.5. The key addition is multi-stream video delivery - cameras can now serve different quality streams simultaneously for recording, mobile viewing, and AI processing. Also included: HEIC snapshot support, better pan-tilt-zoom handling, and more flexibility for doorbell chimes.</p><p><strong><a href="https://csa-iot.org/newsroom/matter-1-5-1-enhancing-camera-performance-and-expanding-device-flexibility/">Read more</a></strong></p><h2 id="our-friend-torben-stopped-by-the-booth-at-lb">Our Friend Torben Stopped by the Booth at L+B</h2><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/LRXWcOwN_K4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Neue Sensorik bei GVS - Produktpflege und Neuheiten - Light + Building 2026 Tag 5"></iframe></figure><p>Always great to see a familiar face on the show floor! Torben swung by our booth during his Light + Building tour and got a closer look at the System Manager and the new features coming to the 1Home Server Pro. He walked through the built-in bus monitor, the diagram function for visualising measurements in the dashboard, and the Lua scripting in the automation editor - including a fun example of pulling live weather data and pushing it into KNX. Worth a watch.</p><hr><h2 id="youve-been-placing-your-motion-sensors-wrong-this-whole-time">You&apos;ve Been Placing Your Motion Sensors Wrong This Whole Time</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/03/sensor-1.jpeg" width="1600" height="900" loading="lazy" alt="1Home Digest: March &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/03/sensor-1.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/03/sensor-1.jpeg 1000w, https://www.1home.io/blog/content/images/2026/03/sensor-1.jpeg 1600w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>Turns out the instinct to point a PIR sensor straight at the room is exactly backwards. These sensors are far more responsive when movement crosses their field of view rather than approaches head-on - a small placement tweak that can make your automations feel noticeably snappier. Worth a read before your next install.</p><p><strong><a href="https://www.howtogeek.com/setting-up-your-smart-home-motion-sensors-backwards/">Read more</a></strong></p><hr><h2 id="shelly-goes-big-at-light-building">Shelly Goes Big at Light + Building</h2><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/8kmluArquXI?start=8&amp;feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="The Future Unboxed: Shelly&apos;s Latest Innovations"></iframe></figure><p>Shelly arrived in Frankfurt with a serious lineup - new smart switches, dimmers, wall displays, energy monitors, circuit breakers, and more. A strong showing that signals they mean business in both residential and professional building automation.</p><p><strong><a href="https://www.shelly.com/pages/light-and-building">Discover more</a></strong></p><hr><h2 id="wago-steps-into-the-smart-home-arena-with-matter">WAGO Steps Into the Smart Home Arena with Matter</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/03/wago-home-familie-1-1024x576-1.jpg" width="1024" height="576" loading="lazy" alt="1Home Digest: March &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/03/wago-home-familie-1-1024x576-1.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/03/wago-home-familie-1-1024x576-1.jpg 1000w, https://www.1home.io/blog/content/images/2026/03/wago-home-familie-1-1024x576-1.jpg 1024w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>One of the most unexpected announcements of the month: WAGO - yes, the terminal block company - launched a full family of eight Matter-certified actuators under the WAGO Home Automation brand. Relays, a blind controller, a dimmer, available in both Matter over Wi-Fi and Thread. Aimed squarely at professionals, launching in May across German-speaking markets.</p><p><strong><a href="https://matter-smarthome.de/en/products/wago-introduces-matter-products-for-professionals/">Continue reading</a></strong></p><hr><h2 id="a-serious-security-warning-for-unifi-users">A Serious Security Warning for UniFi Users</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/03/ubiquiti.jpeg" width="1200" height="660" loading="lazy" alt="1Home Digest: March &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/03/ubiquiti.jpeg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/03/ubiquiti.jpeg 1000w, https://www.1home.io/blog/content/images/2026/03/ubiquiti.jpeg 1200w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>A maximum-severity vulnerability (CVSS 10.0) was found in the Ubiquiti UniFi Network Application, allowing unauthenticated attackers with network access to take over user accounts. Patches are out - if you haven&apos;t updated to version 10.1.89 or later yet, stop reading this and do it now.</p><p><strong><a href="https://cybernews.com/security/ubiquiti-unifi-network-application-critical-vulnerability/">Read more</a></strong></p><hr><h2 id="ikea-quietly-fixes-what-was-quietly-broken">IKEA Quietly Fixes What Was Quietly Broken</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/03/JVwzJk27fBAusmqXdPwHGG-1920-80-1.jpg" width="1920" height="1080" loading="lazy" alt="1Home Digest: March &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/03/JVwzJk27fBAusmqXdPwHGG-1920-80-1.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/03/JVwzJk27fBAusmqXdPwHGG-1920-80-1.jpg 1000w, https://www.1home.io/blog/content/images/size/w1600/2026/03/JVwzJk27fBAusmqXdPwHGG-1920-80-1.jpg 1600w, https://www.1home.io/blog/content/images/2026/03/JVwzJk27fBAusmqXdPwHGG-1920-80-1.jpg 1920w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>A new Dirigera Hub firmware update (v2.934.0) rolled out this month, addressing connection issues that had been quietly plaguing a number of IKEA&apos;s newer Matter devices. Not a flashy announcement - but for anyone who&apos;s been scratching their head over dropped connections, a welcome one.</p><p><strong><a href="https://www.t3.com/home-living/smart-home/ikea-updates-dirigera-hub-to-fix-reported-smart-home-connection-issues">Discover more</a></strong></p><hr><h2 id="aqara-reinvents-the-contact-sensor">Aqara Reinvents the Contact Sensor</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/03/aqara-p100.png" width="1200" height="675" loading="lazy" alt="1Home Digest: March &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/03/aqara-p100.png 600w, https://www.1home.io/blog/content/images/size/w1000/2026/03/aqara-p100.png 1000w, https://www.1home.io/blog/content/images/2026/03/aqara-p100.png 1200w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>The new P100 Multi-State Sensor throws out the classic two-piece magnet-and-body design and replaces it with a single unit packing a full nine-axis sensor inside. It handles door and window monitoring, but also switches into a &quot;Valuables Protection&quot; mode - tracking vibration, tilting, and movement. Matter over Thread and Zigbee supported, two-year battery life claimed.</p><p><strong><a href="https://www.matteralpha.com/news/aqara-launches-p100-multipurpose-sensor-with-matter-support">Find out more</a></strong></p><hr><h2 id="the-first-matter-certified-camera-is-hereand-its-from-aqara">The First Matter-Certified Camera Is Here - And It&apos;s From Aqara</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/03/aqara-6350.jpg" width="1241" height="768" loading="lazy" alt="1Home Digest: March &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/03/aqara-6350.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/03/aqara-6350.jpg 1000w, https://www.1home.io/blog/content/images/2026/03/aqara-6350.jpg 1241w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p>The G350 is a notable milestone: Aqara claims it&apos;s the first camera to achieve Matter certification. Beyond the headline, it&apos;s a genuinely impressive device - 4K wide-angle, 2.5K telephoto, 9x hybrid zoom, full 360&#xB0; pan-tilt, AI tracking, and it doubles as a Zigbee and Matter hub. Available now at $140.</p><p><strong><a href="https://www.engadget.com/home/smart-home/aqaras-matter-compatible-camera-promises-easier-smart-home-integration-124500865.html">Read more</a></strong></p><hr><h2 id="hager-merges-berker-into-its-brand-and-launches-a-matter-switch-range">Hager Merges Berker Into Its Brand and Launches a Matter Switch Range</h2><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/03/test.jpg" width="1024" height="576" loading="lazy" alt="1Home Digest: March &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/03/test.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/03/test.jpg 1000w, https://www.1home.io/blog/content/images/2026/03/test.jpg 1024w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Hager unveiled a new modular switch and socket system at L+B - launching in May across Germany, Italy, the Netherlands, and Austria - with native Matter connectivity built in. Four design lines, compatibility with existing KNX setups, and the notable side note that the long-standing Berker brand is being folded into Hager as part of the rebrand.</p><p><strong><a href="https://matter-smarthome.de/en/products/new-switch-series-from-hager-featuring-matter/">Continue reading</a></strong></p><hr><h2 id="and-thats-a-wrap-on-a-very-eventful-march">And that&apos;s a wrap on a very eventful March.</h2><p>Thanks for reading along, more coming soon!</p>]]></content:encoded></item><item><title><![CDATA[1Home Digest: February '26]]></title><description><![CDATA[February’s 1Home Digest covers Aqara’s U400 smart lock with UWB Home Key, Tedee’s Matter update for GO locks, IKEA’s upcoming Matter lighting driver, and Symcon’s controller progress. A quick roundup of key smart home news and interoperability updates.]]></description><link>https://www.1home.io/blog/1home-digest-february-26/</link><guid isPermaLink="false">69a1678907246300010d773b</guid><dc:creator><![CDATA[Domen Benčina]]></dc:creator><pubDate>Wed, 04 Mar 2026 10:27:59 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/03/Digest-February.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/03/Digest-February.png" alt="1Home Digest: February &apos;26"><p>Preparations for Light + Building 2026 are in full swing, but of course we took a moment to quickly share some of last month&#x2019;s news with you...</p><blockquote><em>Secure your free L+B &apos;26 ticket here: </em><a href="https://www.1home.io/light-and-building">https://www.1home.io/light-and-building</a></blockquote><h3 id="aqara-u400-review-uwb-home-key-will-be-hard-to-beat">Aqara U400 review: UWB home key will be hard to beat</h3><figure class="kg-card kg-image-card"><img src="https://photos5.appleinsider.com/gallery/66252-139096-Aqara-U400-Outside-Door-xl.jpg" class="kg-image" alt="1Home Digest: February &apos;26" loading="lazy"></figure><p>Let&apos;s start things off with Aqara&apos;s new launch of &#xA0;U400 smart lock, which is the first smart lock to support Ultra&#x2011;Wideband Home Key for automatic unlocking with compatible Apple devices. It also includes fingerprint, passcode, and key access, and integrates with Apple Home and Matter.</p><p><a href="https://appleinsider.com/articles/26/02/13/aqara-u400-review-uwb-home-key-will-be-hard-to-beat-on-other-smart-locks">Find out more</a></p><h3 id="tedee-enables-matter-on-its-smart-locks">Tedee Enables Matter on Its Smart Locks</h3><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/03/en-tedee-go-1024x576.jpg" width="1024" height="576" loading="lazy" alt="1Home Digest: February &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/03/en-tedee-go-1024x576.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/03/en-tedee-go-1024x576.jpg 1000w, https://www.1home.io/blog/content/images/2026/03/en-tedee-go-1024x576.jpg 1024w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Tedee has started rolling out Matter support for its GO series smart locks, enabling local integration with Apple Home, Google Home, Alexa, and SmartThings. The update is gradually reaching users and requires the latest firmware and a Thread Border Router.</p><p><a href="https://matter-smarthome.de/en/products/finally-tedee-enables-matter-on-its-smart-locks/">Discover more</a></p><h3 id="ikea%E2%80%99s-latest-matter-compatible-smart-home-gadget-has-been-leakedheres-all-you-need-to-know">IKEA&#x2019;s latest Matter-compatible smart home gadget has been leaked - here&apos;s all you need to know</h3><figure class="kg-card kg-image-card"><img src="https://cdn.mos.cms.futurecdn.net/jKsTeaE6rtz5sxQn5UxGkn.jpg" class="kg-image" alt="1Home Digest: February &apos;26" loading="lazy"></figure><p>IKEA&#x2019;s next Matter&#x2011;compatible smart home device, the <strong>Dubbelkisel Driver</strong>, has been leaked. It&#x2019;s intended to control built&#x2011;in lighting like LED strips, though the company has not yet shared any official release information.</p><p><a href="https://www.t3.com/home-living/smart-home/ikeas-latest-matter-compatible-smart-home-gadget-has-been-leaked-heres-all-you-need-to-know">Read more</a></p><h3 id="symcon-new-matter-controller-from-germany">Symcon: New Matter Controller From Germany</h3><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/03/symbox-pro-matter-controller-1-1024x576.jpg" width="1024" height="576" loading="lazy" alt="1Home Digest: February &apos;26" srcset="https://www.1home.io/blog/content/images/size/w600/2026/03/symbox-pro-matter-controller-1-1024x576.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2026/03/symbox-pro-matter-controller-1-1024x576.jpg 1000w, https://www.1home.io/blog/content/images/2026/03/symbox-pro-matter-controller-1-1024x576.jpg 1024w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>Symcon is adding a Matter Controller in its upcoming 9.0 release, allowing users to manage Matter devices like lights and sensors directly within its platform.</p><p><a href="https://matter-smarthome.de/en/products/symcon-new-matter-controller-from-germany/">Continue reading</a></p><h3 id="thats-all-for-this-months-digest">That&apos;s all for this month&apos;s digest.</h3><p>Thanks for reading with us, we&apos;re excited to see you at L+B in Frankfurt! </p>]]></content:encoded></item><item><title><![CDATA[1Home Digest: January '26]]></title><description><![CDATA[The January 2026 edition of 1Home Digest brings together key smart home updates from December and January. From the launch of 1Home Touch and major Matter updates to CES 2026 product releases, this roundup covers the stories shaping modern home automation.]]></description><link>https://www.1home.io/blog/1home-digest-december-january-26/</link><guid isPermaLink="false">697878cf07246300010d75a2</guid><dc:creator><![CDATA[Domen Benčina]]></dc:creator><pubDate>Thu, 29 Jan 2026 09:30:00 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/01/Digest---january-26.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2026/01/Digest---january-26.png" alt="1Home Digest: January &apos;26"><p>With so much going on lately, December&#x2019;s digest slipped by us. To make up for it, this month&#x2019;s edition is packed with even more updates, combining the highlights from both December and January. Enjoy the read!</p><blockquote>Let&apos;s tackle December first:</blockquote><h3 id="torben-ledermann-covers-the-launch-of-1home-touch">Torben Ledermann covers the launch of 1Home Touch</h3><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/oS1lPzS9S60?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Hochfrequenz-Bewegungsmelder, 1Home Touch, HA-Updates &amp; mehr! - KNX-News"></iframe></figure><p>In the latest edition of KNX News, a YouTube series from Torben Ledermann, he discussed insights into the new 1Home Touch, followed by more KNX news. The coverage wraps up with highlights from the KNX community and other notable news in home automation.</p><p><a href="https://www.1home.io/touch">Learn more about 1Home Touch</a></p><h3 id="sweden%E2%80%99s-super-small-hi-res-streamer-bring-sonos-like-power-to-any-speaker">Sweden&#x2019;s Super-Small Hi-Res Streamer: Bring Sonos-like Power to Any Speaker</h3><figure class="kg-card kg-image-card"><img src="https://cdn.mos.cms.futurecdn.net/EXAuirbH4Rb5JymrNSTqpj.png" class="kg-image" alt="1Home Digest: January &apos;26" loading="lazy"></figure><p>The Atonemo Streamplayer, a new compact device from Sweden, is about to revolutionize how you experience your music at home. Announced in early 2025 and set to launch in December, this tiny Hi-Res streamer adds wireless streaming and multi-room audio features to nearly any powered speaker or Hi-Fi system.</p><p><a href="https://www.t3.com/tech/audio/swedens-super-small-hi-res-streamer-is-here-to-sonos-ify-your-speakers">Read more here</a></p><h3 id="%E2%80%9Cthe-local-first-rebellion%E2%80%9D-how-home-assistant-became-the-most-important-project-in-your-house">&#x201C;The local-first rebellion&#x201D;: How Home Assistant became the most important project in your house</h3><figure class="kg-card kg-image-card"><img src="https://github.blog/wp-content/uploads/2025/11/Assigned-Cassidy-Williams-Opnen_source01_2000x1200.jpg?resize=1600%2C850" class="kg-image" alt="1Home Digest: January &apos;26" loading="lazy"></figure><p>Home Assistant&#x2019;s journey is the story of a modern rebellion: fed up with smart home devices tied to unreliable clouds, privacy concerns, and forced obsolescence, an open-source project set out to put control back in the hands of users. Rather than relying on external servers, Home Assistant runs locally, meaning your smart home keeps working even when the internet doesn&#x2019;t.</p><p><a href="https://github.blog/open-source/maintainers/the-local-first-rebellion-how-home-assistant-became-the-most-important-project-in-your-house/">Discover more</a></p><p><em>Having said that, Home Assistant doesn&apos;t come perfect...</em></p><h3 id="4-uncomfortable-truths-about-home-assistant">4 Uncomfortable Truths About Home Assistant</h3><figure class="kg-card kg-image-card"><img src="https://static0.howtogeekimages.com/wordpress/wp-content/uploads/2025/08/home-assistant-logo-2.jpg?&amp;fit=crop&amp;w=1600&amp;h=900" class="kg-image" alt="1Home Digest: January &apos;26" loading="lazy"></figure><p>Platform for smart home enthusiasts who love tinkering, but the journey isn&#x2019;t without its bumps. This article highlights four hard truths that every Home Assistant fan faces. Devices may misbehave for no apparent reason, with once-working automations breaking overnight. Hours can vanish troubleshooting cryptic integration failures, obscure firmware bugs, or &#x201C;ghost&#x201D; sensor problems.</p><p><a href="https://www.howtogeek.com/uncomfortable-truths-about-home-assistant/">Discover more</a></p><h3 id="samsung-smartthings-gets-matter-15-updategreat-news-for-security-cameras">Samsung SmartThings Gets Matter 1.5 Update - Great News for Security Cameras</h3><figure class="kg-card kg-image-card"><img src="https://cdn.mos.cms.futurecdn.net/ySAqbuAMMqb7dEEFxx6nfi.jpg" class="kg-image" alt="1Home Digest: January &apos;26" loading="lazy"></figure><p>Samsung SmartThings has rolled out the latest Matter 1.5 update, bringing an exciting upgrade for smart home security. With this update, SmartThings now supports a wider range of security cameras, making it easier to connect different brands and models via the universal Matter standard. Homeowners can benefit from improved compatibility, streamlined automations, and a more secure smart home experience.</p><p><a href="https://www.t3.com/home-living/smart-home/samsung-smartthings-gets-matter-1-5-update-and-its-good-news-for-your-security-cameras">Get the details</a></p><blockquote>January was also full of releases!</blockquote><h3 id="aqara-unveils-five-new-products-at-ces-2026">Aqara Unveils Five New Products at CES 2026</h3><figure class="kg-card kg-image-card"><img src="https://homekitnews.com/wp-content/uploads/2026/01/Aqara-CES-2026-mt-th-nw-fi2.jpg" class="kg-image" alt="1Home Digest: January &apos;26" loading="lazy"></figure><p>Aqara made a splash at CES 2026 by introducing five innovative new smart home products. Among the highlights are upgraded sensors, advanced controllers, and fresh solutions for home automation enthusiasts. The lineup includes devices designed to work across popular ecosystems, offering improved integration with platforms like Apple HomeKit and Matter.</p><p><a href="Somfy-developer.github.io/Somfy-TaHoma-Developer-Mode/">Discover more</a></p><h3 id="what-stood-out-the-most-to-us-was-the-release-of-of-the-fp400-mmwave-sensor">What stood out the most to us was the release of of the FP400 mmWave sensor</h3><figure class="kg-card kg-image-card"><img src="https://www.cnet.com/a/img/resize/42e074f88f3b70a6b742d94ad4c3a0bcfe1a93f8/hub/2026/01/05/27b3c417-9e46-4a89-bfde-5d4578df37a3/spatial-multi-sensor-fp400.jpg?auto=webp&amp;fit=crop&amp;height=675&amp;width=1200" class="kg-image" alt="1Home Digest: January &apos;26" loading="lazy"></figure><p>This device not only tracks motion but also keeps tabs on air quality, humidity, and temperature. It&#x2019;s built to work seamlessly with popular smart home ecosystems, helping you automate routines and receive alerts when something&#x2019;s amiss.</p><p><a href="https://www.cnet.com/home/smart-home/aqaras-new-home-sensor-how-it-watches-your-home/">Keep reading</a></p><h3 id="at-ces-2026-govee-rethinks-what-smart-lighting-should-actually-do">At CES 2026, Govee Rethinks What Smart Lighting Should Actually Do</h3><figure class="kg-card kg-image-card"><img src="https://cdn.mos.cms.futurecdn.net/hVRZn7knecLxZYJmZJaZMc.jpg" class="kg-image" alt="1Home Digest: January &apos;26" loading="lazy"></figure><p>At CES 2026, Govee unveiled a bold new vision for smart lighting, moving beyond simple color changes and automations. The latest products emphasize interaction, adapting dynamically to activities, moods, and the environment. Govee&#x2019;s new lineup includes lighting solutions that react to music, shift with weather changes, and even integrate with fitness routines or home security setups.</p><p><a href="https://www.androidcentral.com/accessories/smart-home/at-ces-2026-govee-rethinks-what-smart-lighting-should-actually-do">Read more</a></p><h3 id="switchbot-launches-its-ai-centric-matter-home-hub">SwitchBot Launches Its AI-Centric Matter Home Hub</h3><figure class="kg-card kg-image-card"><img src="https://homekitnews.com/wp-content/uploads/2026/01/switchbot-AI-Hub-mt-nw-fi.jpg" class="kg-image" alt="1Home Digest: January &apos;26" loading="lazy"></figure><p>SwitchBot has just announced its latest smart home innovation: an AI-powered Matter Home Hub. Designed to streamline device management and automations, this hub leverages artificial intelligence to learn your habits and optimize your smart home experience. With support for the Matter standard, it works seamlessly with a wide variety of devices across different ecosystems.</p><p><strong><a href="https://homekitnews.com/2026/01/22/switchbot-launches-its-ai-centric-matter-home-hub/">Discover more</a></strong></p><h3 id="marshall%E2%80%99s-new-heddon-hub-adds-multi-room-audio-with-auracast">Marshall&#x2019;s New Heddon Hub Adds Multi-Room Audio with Auracast</h3><figure class="kg-card kg-image-card"><img src="https://s.yimg.com/ny/api/res/1.2/g__D7GYmA2SLLHFZeyLmng--/YXBwaWQ9aGlnaGxhbmRlcjt3PTI0MDA7aD0xMzUw/https://s.yimg.com/uu/api/res/1.2/3qNbZ5ApYrqEdEC5G3VHEA--~B/aD00MzIwO3c9NzY4MDthcHBpZD15dGFjaHlvbg--/https://d29szjachogqwa.cloudfront.net/images/user-uploaded/Marshall-Heddon-streaming-hub.jpg" class="kg-image" alt="1Home Digest: January &apos;26" loading="lazy"></figure><p>Marshall has introduced the Heddon Hub, a powerful new device designed to bring multi-room audio to its speakers using the Auracast standard. With this hub, Marshall owners can easily stream music throughout their home - syncing sound across different rooms and managing playback through one central system.</p><p><a href="https://www.engadget.com/audio/marshalls-new-heddon-hub-adds-multi-room-audio-to-speakers-with-auracast-210500811.html?guccounter=1&amp;guce_referrer=aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8&amp;guce_referrer_sig=AQAAADagsroZ2X1H2cuj-5R1NZcODoJgkD4T4T0rh94f2TkqgBaurxksF4ThmxrQgF1AtNjoCdyfGOjykSCn3-M2DgZU4K5aVQ1d3wuIlH9K6IO2JT47XMvsN4GU4DvfBDX9wUEQzn1lbzU3LzGTAyJHLn0b6h0G5MRFxKX1tdhwVCXo">Continue reading</a></p><h3 id="that%E2%80%99s-a-wrap-for-this-edition">That&#x2019;s a wrap for this edition.</h3><p>Thanks for joining us. Check back soon for more smart home highlights.</p>]]></content:encoded></item><item><title><![CDATA[Dr. Smart Home cuts electricity bills with LUA]]></title><description><![CDATA[A detailed look at how Lua scripting brought live electricity pricing into KNX & Matter smart homes, overcoming API challenges and complex billing systems.]]></description><link>https://www.1home.io/blog/dr-smart-home-cuts-electricity-bills-with-lua/</link><guid isPermaLink="false">697a01ce07246300010d76df</guid><dc:creator><![CDATA[Satja Lumbar]]></dc:creator><pubDate>Wed, 28 Jan 2026 13:02:48 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2026/01/1766680706521.png" medium="image"/><content:encoded><![CDATA[<h3 id="the-new-beginning">The New Beginning</h3><img src="https://www.1home.io/blog/content/images/2026/01/1766680706521.png" alt="Dr. Smart Home cuts electricity bills with LUA"><p>As you might have read but probably didn&apos;t, I have been super satisfied with my LUA-made <strong>virtual weather station</strong> (you can catch up here <a href="https://www.linkedin.com/pulse/dr-smart-home-builds-virtual-weather-station-teaches-his-satja-lumbar-q9inc/"><strong>part1</strong></a>, <a href="https://www.linkedin.com/pulse/dr-smart-home-my-virtual-knx-weather-station-wrapped-up-satja-lumbar-32rlf/"><strong>part2</strong></a>) and I have been itching about what to do next. After not a lot of consideration, I got an idea - what if I was able to bring <strong>current electricity price</strong> into 1Home and consequentially into my KNX &amp; Matter based smart home. It could be super useful to have this information in the system - firstly for the satisfaction of having cracked this nut, secondly because it&apos;s cool to be able to see the current and past electricity prices but most importantly because <strong>it can help you make your home more energy efficient</strong> - or to be precise - more energy cost efficient. </p><p>How? </p><blockquote>Well if you <strong>turn things on when electricity price is low and turn them off when the price is high</strong> - it makes sense that you will pay less then if you did it the other way around.</blockquote><h3 id="finding-api">Finding API</h3><p>Before we can actually start any money saving, we need to make everything work i.e. the current electricity price has to be available in the smart home system. The first step on the way to achieving this is to find if there is an <strong>online source</strong> (preferably free of charge) <strong>that can be scraped or a web API that returns the desired values</strong>. After a bit of research, I first found a public scrapable website - <a href="http://euenergy.live/">euenergy.live</a> - with daily update energy prices for all EU member states. I wrote a short script that could fetch the page and parse the price from the text.</p><p>This was so easy I thought it&apos;s too good to be true. And of course, as it turns out in most such cases - it wasn&apos;t true. Or at least not in the way I wanted it to be. While I did get the energy price for my location into the system - this was only the <strong>average daily price of electricity</strong>, which is really not useful for any energy cost saving scenarios I had envisioned.</p><p>So I ditched euenrgy and after a bit more AI scanning I found another solution - a <strong>web api from Zyla API Hub</strong>. It looked very promising until the moment I found out I can do exactly nothing with it before I purchase the subscription. Not ideal for personal use and I was fairly sure that a free api has to exist so the hunt went on.</p><p>And sure enough, after some more digging I finally found something that looked like <a href="https://www.linkedin.com/company/entso-e/">ENTSO-E</a>, a <strong>transparency platform for electricity generation, transportation and consumption for the European market</strong>. It offered a free of charge web api, that returns the electricity price for a selected location.</p><h3 id="ai-cant-help">AI can&apos;t help</h3><p>After finding the API and getting the security token I got down to business with my verified method of LUA coding which is basically pasting the console output into a currently selected AI model until there are no errors. And while this recipe has always born results in the past, this time <strong>AI fell into a strange loop and couldn&apos;t get out of it</strong>, despite lot&apos;s of trying and switching between various LLM models. In the end I had to go about it the old school way. Open the API documentation, find the section with electricity pricing, copy the specified API call, paste it to my LUA, log the response, check the response - and then return to AI but with some basic understanding of how the call should be structured and what you actually want to get from the response. - now I didn&apos;t need the LLM to understand the ENTSO-E API but just to write all the lines of code based on my understanding of it. That worked and I have to say that going out of AI at first felt uncomfortable (because I had to turn on my brain) but after the job was done it brought additional satisfaction - compared to just leaning back and letting the computer do all the hard work.</p><p>After the basic script was working I just had to polish it a little bit, to account for the overflow at the end of the day (ENTSO-E returns values for one day from 00:01 to 24:00) and also for the daylight saving (and if anyone with any leverage on this is reading - please please, let&apos;s just <strong>cancel daylight saving</strong>.).</p><blockquote>And voila, I had a script that gave me the <strong>current electricity price and the electricity price after next hour</strong>.</blockquote><h3 id="thats-it-is-it">That&apos;s it! Is it?</h3><p>And for a moment or two I thought that&apos;s it!! But suspiciously low prices made me think - is it really? And after checking with the computer i thought - of course it isn&apos;t! Turns out ENTSO-E returns the current electricity price - but it&apos;s not a <strong>household electricity price - it&apos;s a wholesale electricity price</strong>. This price can be vaguely related to the household equivalent and AI suggested I could just use that for shifting loads but I was not too happy about that. While I understood that when wholesale price is the lowest there is a strong chance that also the household kWh price is the lowest - I still felt like I failed in getting the actual (and at least approximately accurate) price to my smart home system.</p><p>After coming this far, I could not stop - but further research showed that getting the household electricity current price is MUCH more difficult and it heavily depends on where you live and who is your electricity supplier.</p><h3 id="la-cavo-nostra">La cavo nostra</h3><p>So let me break down what my research turned up for my location and my energy supplier. Firstly, I live in Ljubljana Slovenia and <strong>I pay my electricity in a single bill to a Slovenian electricity distribution company. This company takes a part of this (based on consumed energy) then pays a part of this to another company, who owns the infrastructure.</strong></p><p>So the first part of the payment is based on the package I have - there is a &quot;<strong>dynamic package</strong>&quot; which apparently I am not using and there is a <strong>standard package that uses two tariffs </strong>- the high one and the low one.</p><p>The second part of the payment is called the &quot;network fee&quot; but it&apos;s not fully constant. To the best of my understanding this part of the payment is composed of two parts again - one constant based on the <strong>connected power </strong>&amp; <strong>peaks in energy usage</strong>. Not 100 % how this is calcualted. The second part of this second part of the payment is again based on my usage but this time the actual price is defined by a <strong>5 tariff system</strong>.</p><p>Complicated ha? I am PhD in electrical science and have been dealing with related areas all my professional life and I find it difficult to understand. Not turning this into a political topic or a conspiracy theory but let it be clear that in my very strong opinion <strong>this unnecessarily complicated system is purposely built so that a regular person does not fully understand it. La cavo nostra.</strong></p><p>Sure enough there are no API&apos;S to be found anywhere. Instead there is a PDF document on each of the company pages. By uploading this document and a photo of my electricity bill to AI - I was able to determine all tariffs for both companies and the periods of day they are active in. I also managed to find out <strong>this changes rarely</strong> (for example for one of the companies the current price list is valid from 1.1. 2024) <strong>and usually not by a lot</strong>. So I decided to &quot;hard-code&quot; the values and the time periods into my existing code and have it return the pricing for this and for next hour.</p><p>So the final solution is a bit hacked together, probably not 100 % accurate and it has to be updated manually probably at least once per year - but it does it job. I think the energy billing &amp; distribution system in Slovenia is among the worst in Europe from the perspective of grid flexibility. So if you are living elsewhere you might not have to endure the same pains I did. In Latvia for example (correct me if I&apos;m wrong <a href="https://www.linkedin.com/in/zandis-zvirbulis-61767342/">Zandis Zvirbulis</a> ), you have a 15 minute change in electricity price and you get that as one set of information - forecasted for 24 hours in advance.</p><p><strong>Here is the entire code:</strong></p><pre><code>-- ===============================================================
-- Fetch ENTSO-E Day-Ahead Prices (A44)
-- ===============================================================
-- API Documentation: https://transparency.entsoe.eu/
-- Requires a valid API token (inserted below)
-- ===============================================================

-- Define ENTSO-E API endpoint and parameters

local now = time.now()
log.info(now)

-- ===============================================================
-- Generate yesterday/today ENTSO-E periodStart / periodEnd
-- using only supported time functions
-- ===============================================================

local now = time.now()
log.info(now)

-- current date parts
local y, m, d = now.Year, now.Month, now.Day

-- helper function: get previous/next day safely
local function shiftDay(y, m, d, diff)
    local daysInMonth = {31,28,31,30,31,30,31,31,30,31,30,31}
    local isLeap = (y % 400 == 0) or (y % 4 == 0 and y % 100 ~= 0)
    if isLeap then daysInMonth[2] = 29 end
    d = d + diff
    if d &lt; 1 then
        m = m - 1
        if m &lt; 1 then m = 12; y = y - 1 end
        d = daysInMonth[m]
    elseif d &gt; daysInMonth[m] then
        d = 1
        m = m + 1
        if m &gt; 12 then m = 1; y = y + 1 end
    end
    return y, m, d
end

-- yesterday and today dates
local y1, m1, d1 = shiftDay(y, m, d, -1)
local y2, m2, d2 = y, m, d

-- build ENTSO-E format (UTC 22:00)
local periodStart = string.format(&quot;%04d%02d%02d2200&quot;, y1, m1, d1)
local periodEnd   = string.format(&quot;%04d%02d%02d2200&quot;, y2, m2, d2)

log.info(&quot;periodStart = %s&quot;, periodStart)
log.info(&quot;periodEnd   = %s&quot;, periodEnd)

local baseUrl = &quot;https://web-api.tp.entsoe.eu/api&quot;
local parameters = {
    documentType = &quot;A44&quot;,                      -- Day-ahead prices
    in_Domain = &quot;10YSI-ELES-----O&quot;,            -- Austria (APG)
    out_Domain = &quot;10YSI-ELES-----O&quot;,
    periodStart = periodStart,              -- Start UTC (YYYYMMDDHHMM)
    periodEnd = periodEnd,                -- End UTC (YYYYMMDDHHMM)
    securityToken = &quot;YOUR TOKEN HERE&quot;  -- Your ENTSO-E token
}

-- Build the query string
local query = &quot;&quot;
for key, value in pairs(parameters) do
    if query == &quot;&quot; then
        query = &quot;?&quot; .. key .. &quot;=&quot; .. value
    else
        query = query .. &quot;&amp;&quot; .. key .. &quot;=&quot; .. value
    end
end

local url = baseUrl .. query
log.info(&quot;Requesting ENTSO-E data from: %v&quot;, url)

-- Send the HTTP request
local response, statusCode, error = http.get(url, {
    responseBodyType = http.bodyType.STRING,   -- Keep XML as plain text
})

-- Handle errors and responses
if error then
    log.error(&quot;HTTP error: %v&quot;, error)
    return
end

log.info(&quot;HTTP status: %v&quot;, statusCode)
log.info(&quot;Response body: %v&quot;, response)


-- ===============================================================
-- Extract current and next hour electricity price (&#x20AC;/kWh, UTC-corrected)
-- and set outputs
-- ===============================================================

-- Parse all &lt;price.amount&gt; values manually using string.find
local prices = {}
local startPos = 1
while true do
    local startTag, endTag = string.find(response, &quot;&lt;price.amount&gt;&quot;, startPos)
    if not startTag then break end
    local closeTag = string.find(response, &quot;&lt;/price.amount&gt;&quot;, endTag + 1)
    if not closeTag then break end

    local value = string.sub(response, endTag + 1, closeTag - 1)
    table.insert(prices, tonumber(value))
    startPos = closeTag + 1
end

log.info(&quot;Parsed %v price values&quot;, #prices)

-- -------------------------------------------
-- Determine UTC offset (DST correction)
-- -------------------------------------------
local month = now.Month
local tz_offset = 1      -- default wintertime (UTC+1)
if month &gt;= 4 and month &lt;= 10 then
    tz_offset = 2        -- summertime (UTC+2)
end

-- Convert local hour to UTC
local utc_hour = now.Hour - tz_offset
if utc_hour &lt; 0 then utc_hour = utc_hour + 24 end
if utc_hour &gt;= 24 then utc_hour = utc_hour - 24 end

local utc_next = utc_hour + 1
if utc_next &gt;= 24 then utc_next = 0 end

-- Position numbers (ENTSO-E uses 1-based, 1 = 00:00-01:00)
local position_current = utc_hour + 1
local position_next = utc_next + 1

-- Ensure within bounds
if position_next &gt; #prices then position_next = #prices end

-- Get prices in &#x20AC;/MWh
local Ecurrent = prices[position_current]
local Enext = prices[position_next]

if Ecurrent == nil or Enext == nil then
    log.error(&quot;Missing price data for positions %v / %v&quot;, position_current, position_next)
    return
end

-- Convert to &#x20AC;/kWh
local Ecurrent_kWh = Ecurrent / 1000
local Enext_kWh = Enext / 1000

log.info(&quot;Local hour %v | UTC hour %v&quot;, now.Hour, utc_hour)
log.info(&quot;Current (local %v:00, UTC %v:00): %.2f &#x20AC;/MWh | %.5f &#x20AC;/kWh&quot;,
    now.Hour, utc_hour, Ecurrent, Ecurrent_kWh)
log.info(&quot;Next    (local %v:00, UTC %v:00): %.2f &#x20AC;/MWh | %.5f &#x20AC;/kWh&quot;,
    now.Hour + 1, utc_next, Enext, Enext_kWh)

-- Set outputs (&#x20AC;/kWh)
local err = OUTPUTS.Ecurrent.set(Ecurrent_kWh)
if err then log.error(err) end

err = OUTPUTS.Enext.set(Enext_kWh)
if err then log.error(err) end

-- ===============================================================
-- Compute current household electricity price (GEN-I + network)
-- incl. 22% VAT, based on local time
-- ===============================================================

local now = time.now()
log.info(&quot;Time for price calculation: %v&quot;, now)

-- Define combined prices with VAT (&#x20AC;/kWh)
local priceTable = {
  {startH=0,  endH=6,  price=0.18942}, -- NT + OB1
  {startH=6,  endH=8,  price=0.21532}, -- VT + OB2
  {startH=8,  endH=14, price=0.22081}, -- VT + OB3
  {startH=14, endH=18, price=0.22580}, -- VT + OB4
  {startH=18, endH=22, price=0.23280}, -- VT + OB5
  {startH=22, endH=24, price=0.19336}  -- NT + OB2
}

-- Helper: find current price slot
local function findPrice(hour)
  for i, p in ipairs(priceTable) do
    if hour &gt;= p.startH and hour &lt; p.endH then
      return p.price, i
    end
  end
  -- default safeguard
  return priceTable[#priceTable].price, #priceTable
end

-- Current and next interval
local currentPrice, idx = findPrice(now.Hour)
local nextIdx = idx + 1
if nextIdx &gt; #priceTable then nextIdx = 1 end
local nextPrice = priceTable[nextIdx].price

log.info(&quot;Current hour block: %02d.00&#x2013;%02d.00, Price: %.5f &#x20AC;/kWh&quot;,
          priceTable[idx].startH, priceTable[idx].endH, currentPrice)
log.info(&quot;Next block: %02d.00&#x2013;%02d.00, Price: %.5f &#x20AC;/kWh&quot;,
          priceTable[nextIdx].startH, priceTable[nextIdx].endH, nextPrice)

-- Write outputs
local err = OUTPUTS.EHcurrent.set(currentPrice)
if err then log.error(err) end
err = OUTPUTS.EHnext.set(nextPrice)
if err then log.error(err) end

log.info(&quot;EHcurrent=%.5f &#x20AC;/kWh ; EHnext=%.5f &#x20AC;/kWh&quot;, currentPrice, nextPrice) </code></pre><h3 id="wrapping-up">Wrapping up</h3><p>What was left was the classical procedure of writing the newly acquired values to KNX group addresses then creating virtual Generic devices for each of these values (current_price_wholesale, next_price_wholesale, current_price_household, next_price_household), which I did with a an action block in the 1Home automations.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/01/1766687808840-1.png" width="590" height="1324" loading="lazy" alt="Dr. Smart Home cuts electricity bills with LUA"></div></div></div><figcaption>The whole automation. It runs every minute and writes the 4 electricity prices it gets from the LUA block to group addresses</figcaption></figure><p>In the &quot;Graphs&quot; section I have created a chart displaying the current wholesale and the current household electricity price:</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/01/1768905718123.png" width="655" height="370" loading="lazy" alt="Dr. Smart Home cuts electricity bills with LUA" srcset="https://www.1home.io/blog/content/images/size/w600/2026/01/1768905718123.png 600w, https://www.1home.io/blog/content/images/2026/01/1768905718123.png 655w"></div></div></div><figcaption>A chart of electricity prices.</figcaption></figure><p>And last but not least - I put those 4 devices in &quot;Utility&quot; and now I can always check the current and next electricity prices in my 1Home App.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2026/01/1766688564690-1.png" width="690" height="1500" loading="lazy" alt="Dr. Smart Home cuts electricity bills with LUA" srcset="https://www.1home.io/blog/content/images/size/w600/2026/01/1766688564690-1.png 600w, https://www.1home.io/blog/content/images/2026/01/1766688564690-1.png 690w"></div></div></div><figcaption>Electricity prices display in the 1Home App</figcaption></figure><p>And going forward having electricity prices in your smart home is a nice thing but to actually cut the electricity we now have to act on it. Schedule big loads into lower price periods and voila. Not a part of this article though...</p><p>Dr. SmartHome signing out! May your circuits be smart and your energy bills be ever so light.</p>]]></content:encoded></item><item><title><![CDATA[1Home 2025 Recap]]></title><description><![CDATA[As 2025 is wrapping up let's revisit some of the best moments from each month of the past year.]]></description><link>https://www.1home.io/blog/1home-2025-recap/</link><guid isPermaLink="false">69493a4e07246300010d7091</guid><dc:creator><![CDATA[Domen Benčina]]></dc:creator><pubDate>Tue, 30 Dec 2025 20:17:10 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2025/12/25-loockack-cover.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2025/12/25-loockack-cover.jpg" alt="1Home 2025 Recap"><p>As 2025 is wrapping up let&apos;s revisit some of the best moments from each month of the past year:</p><hr><h3 id="january">January</h3><p>We started the year off with Light + Intelligent Building Middle East and the launch of 1Home Server CH.</p><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2025/12/2025-LookBack1DE.jpg" width="1920" height="1080" loading="lazy" alt="1Home 2025 Recap" srcset="https://www.1home.io/blog/content/images/size/w600/2025/12/2025-LookBack1DE.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2025/12/2025-LookBack1DE.jpg 1000w, https://www.1home.io/blog/content/images/size/w1600/2025/12/2025-LookBack1DE.jpg 1600w, https://www.1home.io/blog/content/images/2025/12/2025-LookBack1DE.jpg 1920w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><blockquote>Revisit the launch moment of 1Home Server CH:</blockquote><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/5wnlZ4KTmZ8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Effortlessly integrate KNX into Crestron Home"></iframe></figure><hr><h3 id="february">February</h3><p><strong><em>ISE Barcelona</em></strong></p><p>At the beginning of February, Tim, Martin and Matej took 1Home Server CH for a trip to the ISE show in Barcelona.</p><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2025/12/2025-LookBack2DE.jpg" width="1920" height="1080" loading="lazy" alt="1Home 2025 Recap" srcset="https://www.1home.io/blog/content/images/size/w600/2025/12/2025-LookBack2DE.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2025/12/2025-LookBack2DE.jpg 1000w, https://www.1home.io/blog/content/images/size/w1600/2025/12/2025-LookBack2DE.jpg 1600w, https://www.1home.io/blog/content/images/2025/12/2025-LookBack2DE.jpg 1920w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p><strong>1Home Server Loxone update</strong></p><p>Our engineers made the lives of Loxone users easier with Matter controller - enabling control of Matter devices directly in the Loxone Mobile App.</p><blockquote>Learn more about the update:</blockquote><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/FSqnbYB4ViI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Control Matter devices in Loxone Mobile App &#x1F4F2;"></iframe></figure><hr><h3 id="march">March</h3><p>One of the highlights of the month was getting Server KNX Pro into the hands of one of the top KNX YouTubers - Poseidwn Tech, who took it under his microscope and showed its powerful capabilities.</p><blockquote>Watch the review:</blockquote><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/3btHZ5aF9sk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="KNX Automation Made Simple with 1Home Server &#x2013; Step-by-Step Guide!"></iframe></figure><hr><h3 id="april">April</h3><p>Like spring brings flowers, 1Home delivers new product. In April, we welcomed IoT Gateway into our 1Home family, allowing you to configure and control Matter IoT devices directly in ETS with group addresses.</p><blockquote>Meet IoT Gateway:</blockquote><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/NUiMgbPv1Ys?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="The Best Way To Bring IoT to KNX? 1Home IoT Gateway"></iframe></figure><hr><h3 id="may">May</h3><p><strong>Smart Home Expo, India</strong></p><p>Rok went on a solo trip to India and represented 1Home with our partners Morion Automation at Smart Home Expo 2025...</p><p><strong>Yatun Days, Czech Republic</strong></p><p>... while Satja and Tim joined our official distributor YATUN, s.r.o. in Czech Republic for Yatun Days.</p><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2025/12/2025-LookBack3-1.jpg" width="1920" height="1080" loading="lazy" alt="1Home 2025 Recap" srcset="https://www.1home.io/blog/content/images/size/w600/2025/12/2025-LookBack3-1.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2025/12/2025-LookBack3-1.jpg 1000w, https://www.1home.io/blog/content/images/size/w1600/2025/12/2025-LookBack3-1.jpg 1600w, https://www.1home.io/blog/content/images/2025/12/2025-LookBack3-1.jpg 1920w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><p><strong>1Home Server KNX Pro V4 update</strong></p><p>The V4 was a major upgrade which introduced 1Home Scenes, as well as IoT Gateway functionality and completely revamped 1Home Automations to Server KNX Pro.</p><p><a href="https://www.1home.io/docs/en/server/releases/v4_0_0">Learn more about the update</a></p><hr><h3 id="june">June</h3><p>For the 1Home Voice &amp; Visu launch, our marketing team decided that the best way to showcase cutting-edge KNX was through <a href="https://youtube.com/shorts/IiNxdpPbOHQ?feature=share">an elaborate coffee-making montage.</a> We hope you enjoyed both the product and the barista!</p><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2025/12/2025-LookBack4-1.jpg" width="1920" height="1080" loading="lazy" alt="1Home 2025 Recap" srcset="https://www.1home.io/blog/content/images/size/w600/2025/12/2025-LookBack4-1.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2025/12/2025-LookBack4-1.jpg 1000w, https://www.1home.io/blog/content/images/size/w1600/2025/12/2025-LookBack4-1.jpg 1600w, https://www.1home.io/blog/content/images/2025/12/2025-LookBack4-1.jpg 1920w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><hr><h3 id="july">July</h3><p>We provided a close look into the IoT Shading with KNX testing. Marcel tested out different Matter shading systems like Ikea, EVE and Somfy with KNX and revealed an answer to the question: Can IoT shading solutions provide the same benefits - at a fraction of the price?</p><blockquote>Find the answer&#x1F447;</blockquote><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/B4TfldHQGks?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="We Tested IoT Shades in KNX (IKEA, Eve &amp; Somfy) | 1Home Lab"></iframe></figure><hr><h3 id="august">August</h3><p>While a lot was happening in the present we took some time to look back on the (r)evolution of our 1Home Server KNX Pro.</p><blockquote>Even we were surprised at how far we&apos;ve come...</blockquote><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/E6U1QLxp5uE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="From Idea to Flagship: The Story of 1Home Server KNX Pro"></iframe></figure><hr><h3 id="september">September</h3><p><strong>System Manager launch</strong></p><p>To the excitement of KNX integrators worldwide, we welcomed a new member to the 1Home family - 1Home System Manager.</p><blockquote>All we can say is: we&apos;ve redefined setting up and maintaining KNX projects.</blockquote><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/AH6nEJYEaUU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Meet The New System Integrator Co-Pilot"></iframe></figure><p><strong>CEDIA Expo, Denver</strong></p><p>While we only got pictures of them climbing mountains, we&apos;re sure Tim and Rok also did a good job at discovering innovations and showcasing how KNX is shaping the future of smart living at the CEDIA Expo in Denver.</p><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2025/12/2025-LookBack5.jpg" width="1920" height="1080" loading="lazy" alt="1Home 2025 Recap" srcset="https://www.1home.io/blog/content/images/size/w600/2025/12/2025-LookBack5.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2025/12/2025-LookBack5.jpg 1000w, https://www.1home.io/blog/content/images/size/w1600/2025/12/2025-LookBack5.jpg 1600w, https://www.1home.io/blog/content/images/2025/12/2025-LookBack5.jpg 1920w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><hr><h3 id="october">October</h3><p><strong>L+B preparations</strong></p><p>Yes, if you weren&apos;t aware, we are joining L+B 2026 as an exhibitor - again! This means preparations are in full swing. Here is a sneak peek &#x1F609; See you in Hall 11.1, Stand D24!</p><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2025/12/2025-LookBack6.jpg" width="1920" height="1080" loading="lazy" alt="1Home 2025 Recap" srcset="https://www.1home.io/blog/content/images/size/w600/2025/12/2025-LookBack6.jpg 600w, https://www.1home.io/blog/content/images/size/w1000/2025/12/2025-LookBack6.jpg 1000w, https://www.1home.io/blog/content/images/size/w1600/2025/12/2025-LookBack6.jpg 1600w, https://www.1home.io/blog/content/images/2025/12/2025-LookBack6.jpg 1920w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><hr><h3 id="november">November</h3><p><strong>1Home Server KNX V5 update</strong></p><p>With November V5 update was here and all the functionalities such as Lua Scripting, Traffic Monitor, Graphs, and System Manager features.</p><p><a href="https://www.1home.io/docs/en/server/releases/v5_0_0">Explore the update</a></p><p><strong>1Home Lab - Shelly / KNX edition</strong></p><p>1Home Lab treated us well with a new episode showcasing Shelly Matter-enabled relays integrated into 1Home, which at first looked like there is another part of Matrix dynasty coming.</p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/P5x1l7bMyI8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Use Shelly Matter devices with KNX | 1Home Lab"></iframe></figure><hr><h3 id="december">December</h3><p>We kept the best for last. In December it was time for a new era of 1Home. We always wanted to design a product that wasnt hidden in dark electrical cabinets. A product with an innovative user experience and design that can fit into any interior style. On December 5th we realized that dream with the launch of 1Home Touch.</p><blockquote>Relive the launch moment:</blockquote><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/ro7ewpq2ctE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Meet 1Home Touch: A New Era of 1Home"></iframe></figure><blockquote>Heads up: you can pre-order 1Home Touch at launch pricing <a href="https://www.1home.io/touch">here</a></blockquote><h2 id="and-now-time-for-2026">And now... time for 2026</h2><p>2025 has been quite the year - many wins, and some lessons learned the hard way, but honestly? We&apos;re even more stoked for where we&apos;re headed in 2026. We truly believe it will be our best year yet - and were taking you along for the ride!</p><blockquote>Thank you for your support.</blockquote><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/2sB0-pfHCjw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Happy Holidays from 1Home &#x1F389;"></iframe></figure><p><em>- 1Home Team</em></p>]]></content:encoded></item><item><title><![CDATA[The story behind 1Home Touch]]></title><description><![CDATA[Discover the journey behind 1Home Touch: from the launch of the 1Home Server to a new era of smart home control, shaped by community feedback and innovation.]]></description><link>https://www.1home.io/blog/the-story-behind-1home-touch-3/</link><guid isPermaLink="false">6931b55907246300010d7042</guid><dc:creator><![CDATA[Aljaz Svigelj]]></dc:creator><pubDate>Fri, 05 Dec 2025 09:38:45 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2025/12/1h-touch-email-01DE-2.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2025/12/1h-touch-email-01DE-2.jpg" alt="The story behind 1Home Touch"><p>Dear 1Home Community,<br>Two and a half years ago, we launched what became one of the biggest milestones in our company&#x2019;s history: the <strong><strong>1Home Server</strong></strong>. Many of you believed in us before the product even existed in your homes. You pre-ordered it on faith - trusting us to deliver something meaningful.</p><p>And when the Server arrived, we didn&#x2019;t stop there.</p><p>Over time, we built and released the <strong><strong>1Home App</strong></strong>, <strong><strong>IoT integrations to KNX</strong></strong>, <strong><strong>LUA scripting, Graphs</strong></strong>, and <strong><strong>KNX history and live monitoring </strong></strong>-<strong><strong> </strong></strong>all for free, all delivered long after your purchase. That became our promise:<br><br><strong><strong>Those who believe in us early</strong>,<strong> always get more than expected.</strong></strong></p><p>Today, with over <strong><strong>20,000 Servers in homes across the world</strong></strong>, we&#x2019;re ready for our next chapter.</p><hr><h3 id="how-we-decided-on-our-next-step"><strong><strong><strong>How we decided on our next step</strong></strong></strong></h3><p>For years, we heard the same message from the market:</p><p><strong><strong>&#x201C;KNX is the best standard there is, but the UI controls and daily user experience feel outdated. 1Home should change that.&#x201D;</strong></strong></p><p>You were right.<br><br>Most KNX innovation has lived inside panels and cabinets - powerful, but invisible. Meanwhile, homeowners want something modern, intuitive, and beautiful in the spaces they actually live in.</p><p>We&#x2019;ve always been shaped by Apple Home, and that gave us a clear understanding of what &#x201C;gold-standard&#x201D; smart home experience really means. And we&#x2019;ve always felt we&#x2019;re the right team to bring that level of simplicity and elegance into the KNX world.</p><p>When we looked at our strengths&#x2014;<br><strong><strong>creating software experiences that feel ahead of their time, and designing interfaces that make complex systems feel simple </strong></strong>- the direction became obvious.</p><p>It was time to bring the 1Home experience out into your home.</p><p>That idea became <strong><strong>1Home Touch</strong></strong>.<br><br>Check the launch video below.</p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/ro7ewpq2ctE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Meet 1Home Touch: A New Era of 1Home"></iframe></figure><hr><h3 id="shaped-together-with-the-community"><strong>Shaped together with the community</strong></h3><p>From the very beginning, 1Home has always been about control interfaces that feel effortless.<br><br>We started with voice control.<br>Then came deep Apple Home integration.<br>Then our 1Home App.</p><p>Touch is the physical embodiment of everything we&#x2019;ve learned:<br><strong><strong>simple, elegant, intuitive, powerful - made for everyone.</strong></strong></p><p>To make sure we weren&#x2019;t building just another screen on the wall, we did what has always guided us best - we listened.</p><p>We conducted <strong><strong>50 one-on-one interviews</strong></strong> with <strong><strong>homeowners and integrators</strong></strong> across <strong><strong>10 countries</strong></strong>, each bringing unique setups, expectations, and ways of living with smart homes.</p><p>And beyond that, more than <strong><strong>1,000 people responded to our public survey</strong></strong>, giving us unprecedented insight into what matters most in a daily-use control device.</p><p>We shared early designs.<br>We tested real interactions.<br>We redesigned, retested, and refined continuously.<br>We validated both the <strong><strong>on-device experience</strong></strong> and the <strong><strong>configuration interface</strong></strong> with real homes, real users, and real workflows.</p><p>Touch isn&#x2019;t just a product we envisioned - it&#x2019;s a product shaped directly by the 1Home community, both homeowners and integrators.</p><hr><h3 id="project-status"><strong>Project status</strong></h3><p>The development for the 1Home Touch is well under way.</p><ul><li>The<strong><strong> hardware platform</strong></strong> is ready and it is powerful enough that you could comfortably watch movies on it. And the viewing angle is also great no matter if you look at it from the front, side or the top. The touch responsiveness feels instant, smooth, and premium. To make sure the device delivers not just great performance but true long-term reliability, we put it through extensive hardware stress tests - like running the unit periodically between -10&#xB0;C to +40 &#xB0;C in an oven for three days straight and pushing it until we find exactly how much it can endure. These tests help us understand real-world longevity and ensure the final product is built to last.</li><li>The <strong><strong>designs and user experience</strong></strong> of both controls and configuration was heavily tested with homeowners and integrators from the 1Home community, and we are happy to report most can&apos;t wait to get the 1Home Touch in their hands.</li></ul><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2025/12/touch-themes-email-2-3.jpg" width="900" height="450" loading="lazy" alt="The story behind 1Home Touch" srcset="https://www.1home.io/blog/content/images/size/w600/2025/12/touch-themes-email-2-3.jpg 600w, https://www.1home.io/blog/content/images/2025/12/touch-themes-email-2-3.jpg 900w" sizes="(min-width: 720px) 720px"></div></div></div></figure><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2025/12/Configurator-screen-3.png" width="2000" height="1088" loading="lazy" alt="The story behind 1Home Touch" srcset="https://www.1home.io/blog/content/images/size/w600/2025/12/Configurator-screen-3.png 600w, https://www.1home.io/blog/content/images/size/w1000/2025/12/Configurator-screen-3.png 1000w, https://www.1home.io/blog/content/images/size/w1600/2025/12/Configurator-screen-3.png 1600w, https://www.1home.io/blog/content/images/2025/12/Configurator-screen-3.png 2080w" sizes="(min-width: 1200px) 1200px"></div></div></div></figure><ul><li>The last remaining milestone is to finish the <strong><strong>software development</strong></strong>. Our engineers are hard at work to make it happen.</li></ul><p>All this considered, we are estimating the 1Home Touch will be ready to ship in the <strong><strong>Summer 2026</strong></strong>.</p><hr><h3 id="for-those-who-support-us-early"><strong>For those who support us early</strong></h3><p>When people pre-ordered the first 1Home Server for 299&#x20AC;, they essentially paid more than <strong><strong>70% below</strong></strong> the current list price - and still received years of new features at no additional cost.</p><p>We&#x2019;ve always believed that <strong><strong>early believers should benefit the most</strong></strong>.<br><br>Touch will follow the same philosophy. When you support 1Home early, you end up receiving far more than you expected.</p><p>&#x1F449; <strong><strong>Learn more about 1Home Touch</strong></strong><br><a href="https://1home.io/touch">https://1home.io/touch</a></p><hr><h3 id="a-heartfelt-thank-you-to-the-community-%F0%9F%99%8F"><strong>A Heartfelt thank you to the community &#x1F64F;</strong></h3><p>There is no 1Home without this community.<br>Your ideas, your patience, your criticism, your excitement, and your trust are the reasons we&#x2019;re able to build products like this.</p><p>Thank you - for every message, every piece of feedback, every suggestion, and every belief you&apos;ve placed in us.</p><p>Welcome to the next era of 1Home.<br><br>With gratitude,<br><em><em>The 1Home Team</em></em></p>]]></content:encoded></item><item><title><![CDATA[Dr. Smart Home Builds a Virtual Weather Station (and Teaches His Blinds Some Physics)]]></title><description><![CDATA[How I built a virtual weather station in 1Home using Lua and Open-Meteo to control my south-facing blinds intelligently—no KNX hardware needed.]]></description><link>https://www.1home.io/blog/dr-smart-home-builds-a-virtual-weather-station-and-teaches-his-blinds-some-physics/</link><guid isPermaLink="false">692db82807246300010d6fab</guid><category><![CDATA[For Partners]]></category><dc:creator><![CDATA[Satja Lumbar]]></dc:creator><pubDate>Mon, 01 Dec 2025 15:50:15 GMT</pubDate><media:content url="https://www.1home.io/blog/content/images/2025/12/lua-shen-2.png" medium="image"/><content:encoded><![CDATA[<img src="https://www.1home.io/blog/content/images/2025/12/lua-shen-2.png" alt="Dr. Smart Home Builds a Virtual Weather Station (and Teaches His Blinds Some Physics)"><p>In my last blogpost of <em>Dr. Smart Home Hacks</em>, I showed how my 1Home Server KNX PRO learned to master my apartment&#x2019;s &#x201C;Night Scene&#x201D; like a seasoned butler. Well, Dr. Smart Home didn&#x2019;t stop there. Oh no. After conquering the evening routine, I set my sights on something a bit more&#x2026; meteorological.</p><p>I live in a multi-apartment building which usually means no KNX (or any) weather station. To be completely honest - there is something on the roof which is controlling the roof window in common spaces but I it&apos;s impossible to access those readings. And if you&#x2019;ve ever tried to run a halfway smart home without one, you know exactly how blind&#x2014;pun absolutely intended&#x2014;you feel. Temperature? Nada. Wind? Guesswork. Sun intensity? I stick my hand out the window and estimate. Not ideal.</p><figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://www.1home.io/blog/content/images/2025/12/1763556616002.png" width="369" height="285" loading="lazy" alt="Dr. Smart Home Builds a Virtual Weather Station (and Teaches His Blinds Some Physics)"></div></div></div><figcaption>I don&apos;t have a KNX weather station and it would present a big challenge for me to install one.</figcaption></figure><p>Fortunately, as <a href="https://www.linkedin.com/in/aljaz-svigelj/">Alja&#x17E; &#x160;vigelj</a> explains <a href="https://www.youtube.com/watch?v=HB432J_-sQY">here</a>, a decent virtual weather station can now be creating using the LUA block in the 1Home Automations editor. The entire ready-to-run example is already available inside the Lua editor&#x2019;s <em>Helper</em> section.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://media.licdn.com/dms/image/v2/D4D12AQEBgpzp48EHxA/article-inline_image-shrink_1500_2232/B4DZqbe6zLGkAU-/0/1763545167405?e=1766016000&amp;v=beta&amp;t=mzM9uhDkt4QfIJ9cjMit6vXKaCWQP4rny7Hyaj-DnkE" class="kg-image" alt="Dr. Smart Home Builds a Virtual Weather Station (and Teaches His Blinds Some Physics)" loading="lazy"><figcaption>A weather station example ready to use within the 1Home Automations</figcaption></figure><p>One click and boom&#x2014;you suddenly have the following variables flowing into your 1Home system (and one &quot;write to KNX&quot; command away from having it in KNX as well):</p><ul><li><strong>outsideTemperature</strong></li><li><strong>windSpeed</strong></li><li><strong>windDirection</strong></li><li><strong>isSunny</strong></li><li><strong>isDay</strong></li></ul><p>For someone like me, who does <em>not</em> own a KNX weather station, this felt like cheating. I now had outside temperature available everywhere in the system&#x2014;from heating logic to presence simulations to energy dashboards. Amazing.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://media.licdn.com/dms/image/v2/D4D12AQE7Sc0KiLB8fQ/article-inline_image-shrink_1500_2232/B4DZqcRap0KIAU-/0/1763558404803?e=1766016000&amp;v=beta&amp;t=s_eeP77k0OEUJ7sKEuaSIC96Sbn1T2GjGosZPj_C0FU" class="kg-image" alt="Dr. Smart Home Builds a Virtual Weather Station (and Teaches His Blinds Some Physics)" loading="lazy"><figcaption>You can write to KNX directly within LUA or you can only define outputs in LUA and then write those outputs to KNX by using an action block within the 1Home Automations editor</figcaption></figure><p>But of course I wouldn&apos;t be writing this article now if this wasn&apos;t just the intro to the real tinkering I did with the goal to be able to use the virtual weather station to control my blinds intelligently. For that I will have to modify my virtual weather station to give me more juice. With the current code I can protect my blinds against strong wind but I can&apos;t control my blinds to passively heat or prevent overheating of the apartment.</p><h2 id="when-you-have-three-south-facing-blinds-and-zero-sun-data">When You Have Three South-Facing Blinds and Zero Sun Data</h2><p>I have three blinds facing south. In summer they should <em>slam shut</em> to prevent my apartment from turning into a convection oven or more accurately - to minimize the operation of our A/C unit. In winter they should politely <em>open</em> and let the sun warm the apartment for free&#x2014;less heating, less energy, more smugness.</p><p>But the data I got from the basic example wasn&#x2019;t enough. I needed something the KNX world calls <strong>lux</strong>.</p><p>Lux = light intensity</p><p>Lux = the thing that every weather station gives you</p><p>Lux = the thing that <a href="https://open-meteo.com/">Open-Meteo</a> absolutely does <em>not</em> give you.</p><p>So I did what any reasonable modern adult does when they&#x2019;re stuck: I politely begged ChatGPT to help me. (As explained many times, I did some coding in the university but after that zero, thats why I need help from AI like many of you readers).</p><p>First, I gave it the pre-made example code and asked a simple question:</p><blockquote><em>shortwave_radiation_sum</em></blockquote><p>After a bit of thinking the machine produced a copy-pastable code, which I input in the LUA editor within the 1Home Automations, I pressed run aaaaaaaand .... it ran without errors and I got shortwave_radiation_sum as an output of the block. Step one done but how do I control shades with this now?</p><h2 id="the-quest-for-a-%E2%80%9Cheat-index%E2%80%9D-aka-how-to-teach-blinds-thermodynamics">The Quest for a &#x201C;Heat Index&#x201D; (a.k.a. How to Teach Blinds Thermodynamics)</h2><p>Next I asked ChatGPT the real question:</p><blockquote>&#x201C;OK now I need a variable which will tell me how much heat is coming in through my south windows&#x2014;based on which I can lower the shades or lift them. Normally in KNX you have a weather station that gives you lux values. Maybe we do it the same way here?&#x201D;</blockquote><p>This gave the robot a pause for thought ... And then this pause seemed to stretch forever... When it finally responded, it delivered a surprisingly elegant idea:</p><h2 id="use-hourly-shortwave-radiation-%E2%86%92-normalize-to-0%E2%80%931-%E2%86%92-treat-this-as-a-%E2%80%9Csouth-window-heat-index%E2%80%9D">Use hourly shortwave radiation &#x2192; normalize to 0&#x2013;1 &#x2192; treat this as a &#x201C;South Window Heat Index&#x201D;.</h2><ul><li>0 = no heat coming through windows</li><li>1 = full hot summer sun blasting your living room</li><li>Anything in between = useful for automations</li><li>Add thresholds &#x2192; lower or raise blinds</li><li>Add outdoor temperature &#x2192; behave differently in summer vs. winter</li></ul><p>This was actually better than relying on lux. Shortwave radiation is basically <em>the actual heat</em> from the sun that makes your apartment warm. Exactly what I needed.</p><p>So the robot spit out a nice tidy block of Lua code. I pasted it into the 1Home Lua editor. Aaaaaaaaaand&#x2026; &#x1F4A5; <strong>error</strong>.</p><h2 id="a-dance-of-errors-screenshots-and-fixes">A Dance of Errors, Screenshots, and Fixes</h2><p>So I took a screenshot of the error message, sent it back to ChatGPT, and it gave me a revised code block. New paste &#x2192; new error. Different screenshot &#x2192; revised code. Another paste &#x2192; another error. Screenshot &#x2192; revised code.</p><p>We repeated this three or four times. (It almost felt like debugging with a very patient junior developer who neither eats nor sleeps.)</p><p>For example:</p><ul><li>First error: I used a variable named error. Lua really didn&#x2019;t like that.</li><li>Second error: Apparently the system didn&#x2019;t enjoy anyone using os.date. (It protested like a toddler denied a cookie.)</li><li>Third error: Open-Meteo&#x2019;s timestamps didn&#x2019;t match until we indexed them properly.</li></ul><p>Eventually the robot produced a final version that ran <strong>without a single error</strong>.</p><p>Add a log here, a threshold there, and&#x2014;voil&#xE0;!</p><p>I now had:</p><ul><li>current shortwave radiation</li><li>daily radiation sum</li><li>a normalized 0&#x2013;1 heat index</li><li>simple time-of-day correction</li><li>winter/summer behavior</li><li>shade down threshold</li><li>shade up threshold</li><li><strong>a virtual weather station that actually understands heat flow</strong></li></ul><p>Not bad for an afternoon hacking session with a robot.</p><h2 id="dr-smart-home%E2%80%99s-new-trick-the-virtual-weather-station">Dr. Smart Home&#x2019;s New Trick: The Virtual Weather Station</h2><p>So here we are.</p><p>My 1Home Server KNX PRO is now officially running a <strong>Virtual Weather Station</strong> powered by:</p><ul><li>Lua</li><li>Open-Meteo</li><li>1Home Automations</li><li>and a robot that wrote 90% of the code for me</li></ul><h2 id="the-code">The Code</h2><p>If anyone would find a virtual weather station useful for themselves and doesn&apos;t want to do coding sessions with artificial smartyfullness - here is my code, anyone can use it, just copy paste and voila.</p><pre><code>-- NOTE: This example uses Open-Meteo&#x2019;s free API for personal, non-commercial use. 
-- If you use it commercially, please obtain a commercial API plan.

-- Fetch the Open-Meteo.com weather data for your location.
local url = string.format(
    &quot;https://api.open-meteo.com/v1/forecast?latitude=%f&amp;longitude=%f&amp;current_weather=true&amp;hourly=shortwave_radiation&amp;daily=shortwave_radiation_sum&amp;timezone=auto&quot;,
    location.latitude(), location.longitude()
)

-- Only use first two return values to avoid &apos;error&apos; issues.
local response, statusCode = http.get(url, {
    responseBodyType = http.bodyType.JSON,
})

if statusCode ~= 200 then
    log.error(&quot;HTTP request failed, status code=%v&quot;, statusCode or -1)
    return
end

log.info(&quot;Weather response: %v&quot;, response)

----------------------------------------------------
-- Current weather
----------------------------------------------------
local outsideTemperature = response.current_weather.temperature
local windSpeed = response.current_weather.windspeed
local windDirectionDegrees = response.current_weather.winddirection
local isDay = response.current_weather.is_day == 1
local weatherCode = response.current_weather.weathercode
local isSunny = weatherCode &lt; 3  -- 0,1,2 = clear / mainly clear / partly cloudy

----------------------------------------------------
-- Daily shortwave radiation sum (for info/logging)
----------------------------------------------------
local dailyShortwave = 0
if response.daily and response.daily.shortwave_radiation_sum then
    dailyShortwave = response.daily.shortwave_radiation_sum[1] or 0
end

----------------------------------------------------
-- Find current index in hourly data using time string
----------------------------------------------------
local currentRadiation = 0
local currentHour = 12   -- default / fallback
local currentTime = response.current_weather.time  -- e.g. &quot;2025-11-17T16:45&quot;

if currentTime then
    -- Parse hour from ISO time string (&quot;YYYY-MM-DDTHH:MM&quot;)
    local hourStr = string.sub(currentTime, 12, 13)
    local parsedHour = tonumber(hourStr)
    if parsedHour ~= nil then
        currentHour = parsedHour
    end

    -- Find matching index in hourly.time array
    if response.hourly and response.hourly.shortwave_radiation and response.hourly.time then
        local idx = nil
        for i, t in ipairs(response.hourly.time) do
            if t == currentTime then
                idx = i
                break
            end
        end

        -- Fallback: if not found, use last value
        if not idx then
            idx = #response.hourly.shortwave_radiation
        end

        currentRadiation = response.hourly.shortwave_radiation[idx] or 0
    end
end

----------------------------------------------------
-- Compute &quot;south window heat index&quot;
-- 0.0 = no sun heat, 1.0 = strong sun (~&gt;= 800 W/m&#xB2;)
----------------------------------------------------
local MAX_REF_RADIATION = 800  -- typical strong sun value, tweak if needed
local sunIntensity = currentRadiation / MAX_REF_RADIATION
if sunIntensity &gt; 1 then sunIntensity = 1 end
if sunIntensity &lt; 0 then sunIntensity = 0 end

-- Only consider during day &amp; when relatively sunny
if not isDay or not isSunny then
    sunIntensity = 0
end

-- Very simple approximation for south-facing using local hour
local orientationFactor = 1.0
if currentHour &lt; 8 or currentHour &gt; 18 then
    orientationFactor = 0.3
end

local southWindowHeatIndex = sunIntensity * orientationFactor

----------------------------------------------------
-- Logs
----------------------------------------------------
log.info(&quot;Outside temperature: %v&quot;, outsideTemperature)
log.info(&quot;Wind speed: %v&quot;, windSpeed)
log.info(&quot;Wind direction: %v&quot;, windDirectionDegrees)
log.info(&quot;Is sunny: %v&quot;, isSunny)
log.info(&quot;Is day: %v&quot;, isDay)
log.info(&quot;Daily shortwave sum (Wh/m&#xB2;): %v&quot;, dailyShortwave)
log.info(&quot;Current shortwave radiation (W/m&#xB2;): %v&quot;, currentRadiation)
log.info(&quot;South window heat index (0-1): %v&quot;, southWindowHeatIndex)

----------------------------------------------------
-- Example: write values to outputs
----------------------------------------------------
local err = OUTPUTS.Tout.set(outsideTemperature)
if err then log.error(err) end

if OUTPUTS.Radiation then
    local err2 = OUTPUTS.Radiation.set(currentRadiation)
    if err2 then log.error(err2) end
end

if OUTPUTS.SouthHeatIndex then
    local err3 = OUTPUTS.SouthHeatIndex.set(southWindowHeatIndex)
    if err3 then log.error(err3) end
end

----------------------------------------------------
-- Shade control logic (example)
-- Adjust thresholds to taste / test on site.
----------------------------------------------------
-- 0 = fully up, 1 = fully down (adapt to your real outputs)
local SHADE_DOWN_THRESHOLD  = 0.7  -- strong sun
local SHADE_UP_THRESHOLD    = 0.4  -- weak sun
local HOT_OUTSIDE_TEMP      = 22   -- above this we want to protect from heat
local COLD_OUTSIDE_TEMP     = 18   -- below this we may WANT heat gains

local shadeCommand = nil

if southWindowHeatIndex &gt; SHADE_DOWN_THRESHOLD and outsideTemperature &gt; HOT_OUTSIDE_TEMP then
    -- Too much heat coming in -&gt; lower shades
    shadeCommand = 1
elseif southWindowHeatIndex &lt; SHADE_UP_THRESHOLD or outsideTemperature &lt; COLD_OUTSIDE_TEMP then
    -- Not much heat / it&#x2019;s cold outside -&gt; raise shades
    shadeCommand = 0
end

if shadeCommand ~= nil and OUTPUTS.SouthShade then
    local err4 = OUTPUTS.SouthShade.set(shadeCommand)
    if err4 then log.error(err4) end
    log.info(&quot;South shades command: %v&quot;, shadeCommand)
end </code></pre><h2 id="what%E2%80%99s-next">What&#x2019;s Next?</h2><p>Right now, I&#x2019;ve been running the entire thing in simulation mode within 1Home Automations. The final step is wiring the logic (by writing the resulting outputs to various group addresses with a &quot;Write to KNX&quot; action block) to the actual blinds and then fine tune the algorithm until it works perfectly in different weather scenarios. Not a small task and also not one where my best AI friend can help a lot. I&apos;ll just have to wait for different conditions and then tune the algorithm so it works great. I&apos;ll probably write more blogposts about my virtual weather station, when I actually see some results.</p><p>The official release of the FW containing (among other things) LUA is this week so also looking forward to what hacks and tricks the 1Home users pull out from their sleeves. I&apos;ll be super happy if you let me know about your own pains and how you solved them with LUA.</p><p>Dr. Smart Home, signing off &#x2014; stay tuned for the next front of innovations sweeping through your smart home.</p>]]></content:encoded></item></channel></rss>