{"id":1886,"date":"2024-09-23T12:48:46","date_gmt":"2024-09-23T10:48:46","guid":{"rendered":"https:\/\/sascha-brockel.de\/?p=1886"},"modified":"2026-06-01T00:46:11","modified_gmt":"2026-05-31T22:46:11","slug":"electric-roller-blind-smart-make-home-assistant","status":"publish","type":"post","link":"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/","title":{"rendered":"Electric roller blind\/blind smart: Home Assistant integration"},"content":{"rendered":"<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"><svg aria-hidden=\"true\" focusable=\"false\" data-icon=\"clock\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" style=\"display:inline-block;vertical-align:-0.1em\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg><\/span><span class=\"yoast-reading-time__spacer\" style=\"display:inline-block;width:1em\"><\/span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: <\/span><span class=\"yoast-reading-time__reading-time\">11<\/span><span class=\"yoast-reading-time__time-unit\"> minutes<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you integrate inexpensive electric blinds, shutters or shutters into Home Assistant, you quickly run into a problem: many motors do not know their current position at all. They only know whether they are currently being raised or lowered. Home Assistant can then execute \u201eopen\u201c and \u201eclose\u201c, but cannot reliably indicate whether the blind is open at 30 %, 50 % or 80 %, for example. This is precisely where the integration <a href=\"https:\/\/github.com\/Sese-Schneider\/ha-cover-time-based?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noreferrer noopener\">Cover Time Based for Home Assistant<\/a> on. It supplements an intelligent position calculation based on the travel time and turns simple roller shutter motors into significantly smarter devices.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The basic idea behind it is surprisingly simple: if, for example, a roller shutter takes 20 seconds to move completely from bottom to top, Home Assistant can use the elapsed time to calculate the approximate position of the roller shutter. If the motor runs for 10 seconds, the integration assumes that the roller blind has reached approximately 50 %. This creates a virtual position control, even though the actual hardware does not have any position sensors.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So do you have an electric blind or shutter and want to integrate it into your smart home? With Home Assistant and the extension <strong>Cover Time Based<\/strong> you can control your roller blinds intelligently and check their exact position at any time. In this blog article, I'll show you how to make your roller blinds smarter, the <strong>Cover Time Based<\/strong>-extension and thus ensure more comfort in your everyday life.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For detailed instructions and explanations of all configuration options, I recommend watching the YouTube video linked below. This video goes into detail about each individual setting, providing you with comprehensive instructions on how to set everything up correctly. Any code from the video can be found in this article, so you can use it directly without having to type it out.<\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_84 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title ez-toc-toggle\" style=\"cursor:pointer\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #dd3333;color:#dd3333\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #dd3333;color:#dd3333\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewbox=\"0 0 24 24\" version=\"1.2\" baseprofile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#Was_ist_Home_Assistant\" >What is Home Assistant?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#Was_ist_die_Cover_Time_Based_Erweiterung\" >What is the Cover Time Based extension?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#Installation_von_HACS_und_Integration_von_Cover_Time_Based_in_Home_Assistant\" >Installation of HACS and integration of Cover Time Based in Home Assistant<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#Schritt_1_Installation_von_HACS_in_Home_Assistant\" >Step 1: Installing HACS in Home Assistant<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#Schritt_2_Cover_Time_Based-Integration_uber_HACS_hinzufugen\" >Step 2: Add cover time-based integration via HACS<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#Abschluss\" >Conclusion<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#Die_Features_der_Cover_Time_Based_Erweiterung_in_Home_Assistant\" >The features of the Cover Time Based extension in Home Assistant<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#1_Zeitbasierte_Positionssteuerung\" >1. time-based position control<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#2_Integration_in_Home_Assistant\" >2. integration in Home Assistant<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#3_Einfache_Konfiguration\" >3. simple configuration<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-11\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#4_Positionen_direkt_ansteuern\" >4. control positions directly<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-12\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#5_Verknupfung_mit_Automatisierungen\" >5. linking with automations<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-13\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#Umsetzung_im_YouTube-Video\" >YouTube video implementation<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-14\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/#Fazit\" >Conclusion<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\" id=\"h-was-ist-home-assistant\"><span class=\"ez-toc-section\" id=\"Was_ist_Home_Assistant\"><\/span>What is Home Assistant?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Home Assistant is an open-source platform for home automation that aims to connect all devices in the home and control them centrally. It was developed to provide a unified user interface and simple, flexible control for a wide range of smart home devices from different ecosystems. Here are some points in favor of Home Assistant:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Compatibility<\/strong>Home Assistant supports thousands of devices and services from various manufacturers, including lighting, air conditioning, heating, cameras, weather sensors, voice assistants and more.<\/li>\n\n\n\n<li><strong>Local control<\/strong>Unlike many commercial smart home platforms that rely on cloud services, Home Assistant runs locally on your network. This means increased privacy and reliability, as your smart home devices work even without an active internet connection.<\/li>\n\n\n\n<li><strong>Automation and scenes<\/strong>One of the main features of Home Assistant is the ability to create complex automations and scenarios. For example, you can have lights turn on automatically when it gets dark, or turn on the heating when the temperature drops below a certain level.<\/li>\n\n\n\n<li><strong>Simple user interface<\/strong>Home Assistant offers a user-friendly interface that makes it easy to monitor and control devices. This interface is fully customizable.<\/li>\n\n\n\n<li><strong>Integration with voice assistants<\/strong>Home Assistant can be integrated with voice assistants such as Amazon Alexa or Google Assistant to enable voice-controlled control of your smart home devices.<\/li>\n\n\n\n<li><strong>Open source and community-driven<\/strong>Since Home Assistant is open source, it is supported by an active community that is constantly developing new integrations and improving existing ones.<\/li>\n\n\n\n<li><strong>Data protection and security<\/strong>As a locally running platform, Home Assistant has the advantage that the data remains within its own network. This protects privacy and increases security compared to cloud-based solutions.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">In summary, Home Assistant is a powerful and flexible solution for those who want to design their own smart home and control their devices centrally, regardless of the manufacturer or ecosystem.<\/p>\n\n\n\n<h2 id=\"h-was-ist-die-cover-time-based-erweiterung\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Was_ist_die_Cover_Time_Based_Erweiterung\"><\/span>What is the Cover Time Based extension?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <strong><a href=\"https:\/\/github.com\/Sese-Schneider\/ha-cover-time-based\">Cover Time Based<\/a><\/strong> extension allows you to precisely control electric blinds and shutters based on the time they take to open and close. Not only can you open and close your blinds automatically, but you can also set their exact position - e.g. half open, fully closed or somewhere in between.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By using this extension, you can add precise control to your roller blinds without the need for additional sensors. Everything runs via timers that you simply set in Home Assistant. The only thing you need are smart switches that need to be integrated into Home Assistant to trigger the process of raising and lowering the electric roller shutter or blind. This is a simple impulse for which any switch could probably be installed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What is particularly interesting is that the integration can not only control new roller shutters. It can also extend existing cover entities. This means that existing devices can be \u201ewrapped\u201c in Home Assistant. For example, if a roller shutter module only supports opening, stopping and closing, but does not provide any position values, Cover Time Based can retrofit the missing logic and calculate the position itself based on the travel times.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For many smart home users, this is precisely the decisive advantage. Often the basic control already works without any problems, but the convenience functions are missing. With time control, a simple switch practically becomes a fully-fledged roller shutter with position display. Automations can therefore work much more precisely. Instead of simply executing \u201eclose roller shutter\u201c, an automation system can, for example, specify that the roller shutter moves to 40 % in the morning in order to let in sufficient daylight without direct glare from the sun.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another major advantage is the support for physical wall switches. Many users want to continue using their existing buttons or switches and not control them exclusively via Home Assistant. This is precisely where a problem arises with many time-based solutions: if the roller shutter is moved directly via the switch, Home Assistant is usually unaware of this and loses synchronization. Cover Time Based actively tries to solve this problem by detecting external movements and updating the internal position calculation accordingly. As a result, the display in Home Assistant remains much more accurate than with many simpler implementations.<\/p>\n\n\n\n<h2 id=\"h-installation-von-hacs-und-integration-von-cover-time-based-in-home-assistant\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Installation_von_HACS_und_Integration_von_Cover_Time_Based_in_Home_Assistant\"><\/span>Installation of HACS and integration of Cover Time Based in Home Assistant<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Schritt_1_Installation_von_HACS_in_Home_Assistant\"><\/span>Step 1: Installing HACS in Home Assistant<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Home Assistant Community Store (HACS)<\/strong> is a custom add-on for Home Assistant that provides access to a variety of custom integrations and plugins developed by the community. How to install HACS:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Check requirements<\/strong>: Make sure that your Home Assistant is ideally up to date.<\/li>\n\n\n\n<li><strong>Download Execute script<\/strong>: Open a terminal for the Docker container version or the core version.\n<ul class=\"wp-block-list\">\n<li><strong>Docker<\/strong>: Dial into the container with: <code>docker exec -it homeassistant bash<\/code> or (similar)<\/li>\n\n\n\n<li><strong>Core<\/strong>: Switch to the user who is running Home Assistant<\/li>\n\n\n\n<li>Execute the following command for both variants: <br><code>wget -O - https:\/\/get.hacs.xyz | bash -<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Restarting the Home Assistant<\/strong>: After the files have been copied, restart Home Assistant.<\/li>\n\n\n\n<li><strong>Integrate HACS into Home Assistant<\/strong>Go to \"Configuration\" &gt; \"Integrations\" &gt; \"Add\" in the Home Assistant interface and search for HACS. Add it and enter your GitHub token if prompted.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">For the supervised version, please refer to the <a href=\"https:\/\/hacs.xyz\/docs\/setup\/download\" target=\"_blank\" rel=\"noreferrer noopener\">Documentation<\/a> of HACS itself to read about the installation.<\/p>\n\n\n\n<h3 id=\"h-schritt-2-cover-time-based-integration-uber-hacs-hinzufugen\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Schritt_2_Cover_Time_Based-Integration_uber_HACS_hinzufugen\"><\/span>Step 2: Add cover time-based integration via HACS<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/my.home-assistant.io\/redirect\/hacs_repository\/?owner=Sese-Schneider&amp;repository=ha-cover-time-based&amp;category=integration\"><img decoding=\"async\" src=\"https:\/\/camo.githubusercontent.com\/8cec5af6ba93659beb5352741334ef3bbee70c4cb725f20832a1b897dfb8fc5f\/68747470733a2f2f6d792e686f6d652d617373697374616e742e696f2f6261646765732f686163735f7265706f7369746f72792e737667\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Once HACS is installed, you can simply add Cover Time Based:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Open HACS<\/strong>: Go to HACS in the Home Assistant interface.<\/li>\n\n\n\n<li><strong>Search for integration<\/strong>Click on \"Integrations\" and use the search function to search for \"Cover Time Based\".<\/li>\n\n\n\n<li><strong>Install Cover Time Based<\/strong>Find Cover Time Based in the list and click on \"Install\". This will add the integration to your Home Assistant.<\/li>\n\n\n\n<li><strong>Restarting the Home Assistant<\/strong>: Start Home Assistant again to apply the changes.<\/li>\n\n\n\n<li><strong>Configure Cover Time Based<\/strong>After restarting, you can set up and customize Cover Time Based via \"Configuration\" &gt; \"Integrations\" in Home Assistant.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Abschluss\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">With these steps, you have successfully installed HACS in your Home Assistant and added the Cover Time Based integration. This powerful combination opens up a world of additional features and customizations that have been and are being developed by the Home Assistant community. More blog posts and videos on useful integrations to follow. If you don't want to miss out, <a href=\"https:\/\/www.youtube.com\/channel\/UCogo25FboCahP7s8--HDuIQ\" target=\"_blank\" rel=\"noreferrer noopener\">subscribe to my YouTube channel<\/a>!<\/p>\n\n\n\n<h2 id=\"h-die-features-der-cover-time-based-erweiterung-in-home-assistant\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Die_Features_der_Cover_Time_Based_Erweiterung_in_Home_Assistant\"><\/span>The features of the Cover Time Based extension in Home Assistant<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"1_Zeitbasierte_Positionssteuerung\"><\/span>1. time-based position control<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">One of the main features of the extension is the <strong>Time-based control of the position<\/strong> of your roller blinds or venetian blinds. This means that you can specify how long your roller blind needs to fully open or close. Based on this time, you can then precisely control each position.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example:<\/strong><br>If your roller blind takes 20 seconds to open fully, you can set the automation so that the roller blind stops after 10 seconds at 50 %. This method is ideal if you do not want to use expensive positioning sensors.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"2_Integration_in_Home_Assistant\"><\/span>2. integration in Home Assistant<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The extension integrates seamlessly into Home Assistant. You can use all the usual Home Assistant functions such as automations, scenes and dashboards to control your roller blind.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example:<\/strong><br>At 7 o'clock in the morning, you want your roller blind to open automatically to 70 % so that some light comes in, but not the full sun. You can easily automate this with Home Assistant and this extension.<\/p>\n\n\n\n<div class=\"atkp-container atkp-grid_3_columns-box  atkp-template-grid_3_columns\">\n            <div class=\"atkp-clearfix atkp-box-3-cols\">\n                            <div class=\"atkp-box atkp-smallbox atkp-box-3-cols-item atkp-clearfix\">\n                    <div class=\"atkp-thumb\">\n                                                    <img decoding=\"async\" class=\"atkp-image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/51GkYw6ZBjL._SL160_.jpg\"\n                                 alt=\"Grandekor electric roller blinds with lithium battery, electric blackout blind with motor &amp; remote control, dark gray W45 x H150 cm (fabric width 42 cm) Roller blind without drilling Window roller blind inside Smart roller blind\"\/>\n                                            <\/div>\n                    <div class=\"atkp-content\">\n                                                    <a class=\"atkp-title\" href=\"https:\/\/www.amazon.de\/dp\/B0C4946K3H?tag=sasbro0a-21&linkCode=osi&th=1&psc=1\" rel=\"sponsored nofollow noopener\" target=\"_blank\"  title=\"Buy now at Amazon\">Grandekor electric roller blinds with lithium battery, electric blackout roller blind with motor &amp; remote control, dark gray W45 x H150 cm (fabric width 42 cm) Roller blind without drilling Window roller blind inside Smart roller blind*<\/a>\n                                                <div class=\"atkp-author\">by Grandekor<\/div>\n                    <\/div>\n                    <div class=\"atkp-bottom\">\n                        <div class=\"atkp-ratingbar\">\n                                                            <div class=\"atkp-rating\"><span class=\"atkp-star atkp-star-0 atkp-star-00\" title=\"0.00 of 5 stars\"><\/span><\/div>\n                                                        <div class=\"atkp-primelogo\"><\/div>\n                            <div class=\"atkp-clearfix\"><\/div>\n                        <\/div>\n                                                    <span class=\"atkp-price atkp-saleprice\">\n                                Price: \u20ac 69.99\n                                                                    <span class=\"atkp_price atkp-baseprice\"><\/span>\n                                                            <\/span>\n                                                                            <a href=\"https:\/\/www.amazon.de\/dp\/B0C4946K3H?tag=sasbro0a-21&linkCode=osi&th=1&psc=1\" rel=\"sponsored nofollow noopener\" target=\"_blank\"  title=\"Buy now at Amazon\" class=\"atkp-button\">Buy now on Amazon*<\/a>\n                        \n                        \n                                                    <span class=\"atkp-priceinfo\">Price incl. VAT, Excl. shipping<\/span>\n                                                                            <div class=\"atkp-shoplogo\">Amazon<\/div>\n                                            <\/div>\n                <\/div>\n                            <div class=\"atkp-box atkp-smallbox atkp-box-3-cols-item atkp-clearfix\">\n                    <div class=\"atkp-thumb\">\n                                                    <img decoding=\"async\" class=\"atkp-image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/31r27JQXYcL._SL160_.jpg\"\n                                 alt=\"Aqara shutter motor E1, Requires Zigbee AQARA HUB, with schedule and voice control, Rechargeable with long battery life, Compatible with Apple HomeKit, Alexa, Google Assistant and IFTTT\"\/>\n                                            <\/div>\n                    <div class=\"atkp-content\">\n                                                    <a class=\"atkp-title\" href=\"https:\/\/www.amazon.de\/dp\/B097YFL7RS?tag=sasbro0a-21&linkCode=osi&th=1&psc=1\" rel=\"sponsored nofollow noopener\" target=\"_blank\"  title=\"Buy now at Amazon\">Aqara shutter motor E1, Requires Zigbee AQARA HUB, with schedule and voice control, Rechargeable with long battery life, Compatible with Apple HomeKit, Alexa, Google Assistant and IFTTT*<\/a>\n                                                <div class=\"atkp-author\">by Aqara<\/div>\n                    <\/div>\n                    <div class=\"atkp-bottom\">\n                        <div class=\"atkp-ratingbar\">\n                                                            <div class=\"atkp-rating\"><span class=\"atkp-star atkp-star-0 atkp-star-00\" title=\"0.00 of 5 stars\"><\/span><\/div>\n                                                        <div class=\"atkp-primelogo\"><\/div>\n                            <div class=\"atkp-clearfix\"><\/div>\n                        <\/div>\n                                                    <span class=\"atkp-price atkp-saleprice\">\n                                Price: \u20ac 47.99\n                                                                    <span class=\"atkp_price atkp-baseprice\"><\/span>\n                                                            <\/span>\n                                                                            <a href=\"https:\/\/www.amazon.de\/dp\/B097YFL7RS?tag=sasbro0a-21&linkCode=osi&th=1&psc=1\" rel=\"sponsored nofollow noopener\" target=\"_blank\"  title=\"Buy now at Amazon\" class=\"atkp-button\">Buy now on Amazon*<\/a>\n                        \n                        \n                                                    <span class=\"atkp-priceinfo\">Price incl. VAT, Excl. shipping<\/span>\n                                                                            <div class=\"atkp-shoplogo\">Amazon<\/div>\n                                            <\/div>\n                <\/div>\n                            <div class=\"atkp-box atkp-smallbox atkp-box-3-cols-item atkp-clearfix\">\n                    <div class=\"atkp-thumb\">\n                                                    <img decoding=\"async\" class=\"atkp-image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/41sRSkGQSHL._SL160_.jpg\"\n                                 alt=\"Grandekor electric roller blinds inside, blackout roller blind without drilling with remote control &amp; quiet motor white 45x150cm, smart roller blind for windows inside with metal clamp bracket, thermal roller blind sun &amp; privacy protection\"\/>\n                                            <\/div>\n                    <div class=\"atkp-content\">\n                                                    <a class=\"atkp-title\" href=\"https:\/\/www.amazon.de\/dp\/B09PFZ7HZ3?tag=sasbro0a-21&linkCode=osi&th=1&psc=1\" rel=\"sponsored nofollow noopener\" target=\"_blank\"  title=\"Buy now at Amazon\">Grandekor electric roller blinds inside, blackout roller blind without drilling with remote control &amp; quiet motor white 45x150cm, smart roller blind for windows inside with metal clamp bracket, thermal roller blind sun &amp; privacy protection*<\/a>\n                                                <div class=\"atkp-author\">by Grandekor<\/div>\n                    <\/div>\n                    <div class=\"atkp-bottom\">\n                        <div class=\"atkp-ratingbar\">\n                                                            <div class=\"atkp-rating\"><span class=\"atkp-star atkp-star-0 atkp-star-00\" title=\"0.00 of 5 stars\"><\/span><\/div>\n                                                        <div class=\"atkp-primelogo\"><\/div>\n                            <div class=\"atkp-clearfix\"><\/div>\n                        <\/div>\n                                                    <span class=\"atkp-price atkp-saleprice\">\n                                Price: \u20ac 59.99\n                                                                    <span class=\"atkp_price atkp-baseprice\"><\/span>\n                                                            <\/span>\n                                                                            <a href=\"https:\/\/www.amazon.de\/dp\/B09PFZ7HZ3?tag=sasbro0a-21&linkCode=osi&th=1&psc=1\" rel=\"sponsored nofollow noopener\" target=\"_blank\"  title=\"Buy now at Amazon\" class=\"atkp-button\">Buy now on Amazon*<\/a>\n                        \n                        \n                                                    <span class=\"atkp-priceinfo\">Price incl. VAT, Excl. shipping<\/span>\n                                                                            <div class=\"atkp-shoplogo\">Amazon<\/div>\n                                            <\/div>\n                <\/div>\n                    <\/div>\n            <\/div>\n\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"3_Einfache_Konfiguration\"><\/span>3. simple configuration<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The setup is simple. In the Home Assistant configuration files, you specify how long your roller blind needs to fully open or close. The extension then automatically calculates the position based on the time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example of the configuration:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cover:\n  - platform: time_based\n    covers:\n      living_room_blind:\n        name: \"living room roller blind\"\n        traveling_time_down: 20 # Time in seconds to close the roller blind\n        traveling_time_up: 18 # Time in seconds to open the roller blind<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This example shows that the living room blind takes 20 seconds to close completely and 18 seconds to open completely. You can create your automations based on this.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"4_Positionen_direkt_ansteuern\"><\/span>4. control positions directly<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">With this extension, you can control positions directly. This means that you can not only say \"open the roller blind\" or \"close the roller blind\", but also specify exact positions such as 25 %, 50 % or 75 %. An angle of inclination can also be set, by the way, see the <a href=\"https:\/\/github.com\/Sese-Schneider\/ha-cover-time-based?tab=readme-ov-file#options\" target=\"_blank\" rel=\"noreferrer noopener\">Configuration options<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example:<\/strong><br>Would you like your roller blind to only open halfway? You can simply say in the configuration or by voice command (e.g. via Alexa or Google Assistant): \"Open the roller blind to 50 %\". Home Assistant and the extension will take care of the rest.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"5_Verknupfung_mit_Automatisierungen\"><\/span>5. linking with automations<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks to seamless integration, you can connect your roller blinds to all other smart home devices and sensors. Imagine your blinds closing automatically when the sun goes down or when a certain temperature value is reached. The possibilities are almost endless.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example of automation:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>automation:\n  - alias: \"Close roller blind at sunset\"\n    trigger:\n      - platform: sun\n        event: sunset\n    action:\n      - service: cover.close_cover\n        entity_id: cover.living_room_blind<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">In this case, the blind closes automatically at sunset. You can of course also create more complex scenarios, such as adjusting the position based on the outside temperature or the brightness in the room.<\/p>\n\n\n\n<h2 id=\"youtube\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Umsetzung_im_YouTube-Video\"><\/span>YouTube video implementation<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n\n\n<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Making electric roller blinds\/blinds smart: Home Assistant integration &amp; precise position control\" width=\"750\" height=\"422\" src=\"https:\/\/www.youtube.com\/embed\/Pjf5s2IIWZg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n<p>\n\n\n\n<h2 id=\"h-fazit\" class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Fazit\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With the <strong>Cover Time Based<\/strong> extension, you can control your electric blinds or shutters easily and precisely - without expensive sensors. Time-based position control is a clever and cost-effective solution to make your smart home even smarter. You have full control over the position of your blinds and can integrate them into your Home Assistant automations. Whether you want to wake up gently in the morning or protect your privacy in the evening - this extension makes your home even more comfortable and efficient.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In summary, it is one of the most interesting extensions for anyone who wants to make existing electric roller shutters or blinds significantly smarter without installing new motors or additional position sensors. The integration calculates positions based on the travel time, supports various switch types, detects external movements, offers extensive tilt functions for blinds and comes with a convenient calibration interface.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This means that even simple or older roller shutter controls in Home Assistant can be used almost like modern premium systems - including percentage control, automation and intelligent shading. Anyone who already has an electrically operated roller shutter and only misses the missing position feedback will find a surprisingly powerful solution here.<\/p>\n\n\n\n<div id=\"jp-block-themeisle-blocks-font-awesome-icons-8c6d8bc1\" class=\"wp-block-themeisle-blocks-font-awesome-icons jp-block-themeisle-blocks-font-awesome-icons\"><span class=\"wp-block-themeisle-blocks-font-awesome-icons-container\"><a href=\"https:\/\/sascha-brockel.de\/en\/#contact\" target=\"_self\" rel=\"noopener noreferrer\"><i class=\"fas fa-business-time\"><\/i><\/a><\/span><\/div>\n\n\n\n<h4 id=\"jp-block-themeisle-blocks-advanced-heading-baa7fa4c\" class=\"wp-block-themeisle-blocks-advanced-heading jp-block-themeisle-blocks-advanced-heading-baa7fa4c jp-block-themeisle-blocks-advanced-heading ticss-116fe371\">Interested, but lack time or knowledge?<\/h4>\n\n\n\n<p id=\"jp-block-themeisle-blocks-advanced-heading-16f35f43\" class=\"wp-block-themeisle-blocks-advanced-heading jp-block-themeisle-blocks-advanced-heading-16f35f43 jp-block-themeisle-blocks-advanced-heading ticss-0e2b851d\">No problem. Contact me and we will discuss your requirements. No matter if business or private.<\/p>\n\n\n\n<div id=\"jp-block-themeisle-blocks-button-group-77e0455a\" class=\"wp-block-themeisle-blocks-button-group wp-block-buttons align-center jp-block-themeisle-blocks-button-group jp-block-buttons\">\n<div id=\"jp-block-themeisle-blocks-button-c6fb3687\" class=\"wp-block-themeisle-blocks-button wp-block-button jp-block-themeisle-blocks-button jp-block-button\"><a href=\"https:\/\/sascha-brockel.de\/en\/#contact\" target=\"_self\" rel=\"noopener noreferrer\" class=\"wp-block-button__link\"><i class=\"fas fa-fw fa-phone-volume margin-right\"><\/i><span>Contact<\/span><\/a><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Wenn man g\u00fcnstige elektrische Rollos, Jalousien oder Rolll\u00e4den in Home Assistant einbindet, st\u00f6\u00dft man schnell auf ein Problem: Viele Motoren kennen ihre aktuelle Position \u00fcberhaupt nicht. Sie wissen lediglich, ob gerade hoch- oder heruntergefahren wird. Home Assistant kann dann zwar \u201e\u00d6ffnen\u201c und \u201eSchlie\u00dfen\u201c ausf\u00fchren, aber nicht zuverl\u00e4ssig anzeigen, ob das [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1887,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"Dein Standard Rollo\/Jalousie kannst du mit Hilfe eines Tricks smart machen. Ich zeige dir wie!","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[32],"tags":[46,28],"class_list":["post-1886","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-smart-home","tag-home-assistant","tag-smart-home"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.7 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Elektrisches Rollo\/Jalousie smart: Home Assistant Integration - Sascha Brockel<\/title>\n<meta name=\"description\" content=\"Verwandle dein elektrisches Rollo mit Cover Time Based Integration in ein smartes Ger\u00e4t und steuere die exakte Position \u00fcber Home Assistant.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Elektrisches Rollo\/Jalousie smart: Home Assistant Integration\" \/>\n<meta property=\"og:description\" content=\"Verwandle dein elektrisches Rollo mit Cover Time Based Integration in ein smartes Ger\u00e4t und steuere die exakte Position \u00fcber Home Assistant.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/\" \/>\n<meta property=\"og:site_name\" content=\"Sascha Brockel\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-23T10:48:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-31T22:46:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sascha-brockel.de\/wp-content\/uploads\/2024\/09\/pexels-photo-906018-jpeg.avif\" \/>\n\t<meta property=\"og:image:width\" content=\"1778\" \/>\n\t<meta property=\"og:image:height\" content=\"1300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Sascha Brockel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@saschabrockel\" \/>\n<meta name=\"twitter:site\" content=\"@saschabrockel\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sascha Brockel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/\"},\"author\":{\"name\":\"Sascha Brockel\",\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/#\\\/schema\\\/person\\\/3675ac2cf16fa04c60aca4dedca5c970\"},\"headline\":\"Elektrisches Rollo\\\/Jalousie smart: Home Assistant Integration\",\"datePublished\":\"2024-09-23T10:48:46+00:00\",\"dateModified\":\"2026-05-31T22:46:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/\"},\"wordCount\":1604,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/#\\\/schema\\\/person\\\/3675ac2cf16fa04c60aca4dedca5c970\"},\"image\":{\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sascha-brockel.de\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/pexels-photo-906018-jpeg.avif\",\"keywords\":[\"Home Assistant\",\"Smart Home\"],\"articleSection\":[\"Smart Home\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/#respond\"]}],\"copyrightYear\":\"2024\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/en\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/\",\"url\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/\",\"name\":\"Elektrisches Rollo\\\/Jalousie smart: Home Assistant Integration - Sascha Brockel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sascha-brockel.de\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/pexels-photo-906018-jpeg.avif\",\"datePublished\":\"2024-09-23T10:48:46+00:00\",\"dateModified\":\"2026-05-31T22:46:11+00:00\",\"description\":\"Verwandle dein elektrisches Rollo mit Cover Time Based Integration in ein smartes Ger\u00e4t und steuere die exakte Position \u00fcber Home Assistant.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/#primaryimage\",\"url\":\"https:\\\/\\\/sascha-brockel.de\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/pexels-photo-906018-jpeg.avif\",\"contentUrl\":\"https:\\\/\\\/sascha-brockel.de\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/pexels-photo-906018-jpeg.avif\",\"width\":1778,\"height\":1300,\"caption\":\"Photo by Noelle Otto on Pexels.com\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/elektrisches-rollo-smart-machen-home-assistant\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/sascha-brockel.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Elektrisches Rollo\\\/Jalousie smart: Home Assistant Integration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/#website\",\"url\":\"https:\\\/\\\/sascha-brockel.de\\\/\",\"name\":\"Sascha Brockel\",\"description\":\"Fortschritt kennt keine Grenzen\",\"publisher\":{\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/#\\\/schema\\\/person\\\/3675ac2cf16fa04c60aca4dedca5c970\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sascha-brockel.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/sascha-brockel.de\\\/#\\\/schema\\\/person\\\/3675ac2cf16fa04c60aca4dedca5c970\",\"name\":\"Sascha Brockel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/sascha-brockel.de\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/Brockel_Sascha_3_3zu4-Grau.png?fit=709%2C945&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/sascha-brockel.de\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/Brockel_Sascha_3_3zu4-Grau.png?fit=709%2C945&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/sascha-brockel.de\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/Brockel_Sascha_3_3zu4-Grau.png?fit=709%2C945&ssl=1\",\"width\":709,\"height\":945,\"caption\":\"Sascha Brockel\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/sascha-brockel.de\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/Brockel_Sascha_3_3zu4-Grau.png?fit=709%2C945&ssl=1\"},\"sameAs\":[\"https:\\\/\\\/sascha-brockel.de\\\/\",\"https:\\\/\\\/www.instagram.com\\\/saschabrockel\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/sascha-brockel-b20725164\\\/\",\"https:\\\/\\\/x.com\\\/saschabrockel\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCogo25FboCahP7s8--HDuIQ\"]}]}<\/script>\n<meta property=\"og:video\" content=\"https:\/\/www.youtube.com\/embed\/Pjf5s2IIWZg\" \/>\n<meta property=\"og:video:type\" content=\"text\/html\" \/>\n<meta property=\"og:video:duration\" content=\"323\" \/>\n<meta property=\"og:video:width\" content=\"480\" \/>\n<meta property=\"og:video:height\" content=\"270\" \/>\n<meta property=\"ya:ovs:adult\" content=\"false\" \/>\n<meta property=\"ya:ovs:upload_date\" content=\"2024-09-23T10:48:46+00:00\" \/>\n<meta property=\"ya:ovs:allow_embed\" content=\"true\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Electric roller blind\/blind smart: Home Assistant integration - Sascha Brockel","description":"Turn your electric roller blind into a smart device with Cover Time Based Integration and control the exact position via Home Assistant.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/","og_locale":"en_US","og_type":"article","og_title":"Elektrisches Rollo\/Jalousie smart: Home Assistant Integration","og_description":"Verwandle dein elektrisches Rollo mit Cover Time Based Integration in ein smartes Ger\u00e4t und steuere die exakte Position \u00fcber Home Assistant.","og_url":"https:\/\/sascha-brockel.de\/en\/electric-roller-blind-smart-make-home-assistant\/","og_site_name":"Sascha Brockel","article_published_time":"2024-09-23T10:48:46+00:00","article_modified_time":"2026-05-31T22:46:11+00:00","og_image":[{"width":1778,"height":1300,"url":"https:\/\/sascha-brockel.de\/wp-content\/uploads\/2024\/09\/pexels-photo-906018-jpeg.avif","type":"image\/jpeg"}],"author":"Sascha Brockel","twitter_card":"summary_large_image","twitter_creator":"@saschabrockel","twitter_site":"@saschabrockel","twitter_misc":{"Written by":"Sascha Brockel","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/#article","isPartOf":{"@id":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/"},"author":{"name":"Sascha Brockel","@id":"https:\/\/sascha-brockel.de\/#\/schema\/person\/3675ac2cf16fa04c60aca4dedca5c970"},"headline":"Elektrisches Rollo\/Jalousie smart: Home Assistant Integration","datePublished":"2024-09-23T10:48:46+00:00","dateModified":"2026-05-31T22:46:11+00:00","mainEntityOfPage":{"@id":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/"},"wordCount":1604,"commentCount":0,"publisher":{"@id":"https:\/\/sascha-brockel.de\/#\/schema\/person\/3675ac2cf16fa04c60aca4dedca5c970"},"image":{"@id":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/#primaryimage"},"thumbnailUrl":"https:\/\/sascha-brockel.de\/wp-content\/uploads\/2024\/09\/pexels-photo-906018-jpeg.avif","keywords":["Home Assistant","Smart Home"],"articleSection":["Smart Home"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/#respond"]}],"copyrightYear":"2024","copyrightHolder":{"@id":"https:\/\/sascha-brockel.de\/en\/#organization"}},{"@type":"WebPage","@id":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/","url":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/","name":"Electric roller blind\/blind smart: Home Assistant integration - Sascha Brockel","isPartOf":{"@id":"https:\/\/sascha-brockel.de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/#primaryimage"},"image":{"@id":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/#primaryimage"},"thumbnailUrl":"https:\/\/sascha-brockel.de\/wp-content\/uploads\/2024\/09\/pexels-photo-906018-jpeg.avif","datePublished":"2024-09-23T10:48:46+00:00","dateModified":"2026-05-31T22:46:11+00:00","description":"Turn your electric roller blind into a smart device with Cover Time Based Integration and control the exact position via Home Assistant.","breadcrumb":{"@id":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/#primaryimage","url":"https:\/\/sascha-brockel.de\/wp-content\/uploads\/2024\/09\/pexels-photo-906018-jpeg.avif","contentUrl":"https:\/\/sascha-brockel.de\/wp-content\/uploads\/2024\/09\/pexels-photo-906018-jpeg.avif","width":1778,"height":1300,"caption":"Photo by Noelle Otto on Pexels.com"},{"@type":"BreadcrumbList","@id":"https:\/\/sascha-brockel.de\/elektrisches-rollo-smart-machen-home-assistant\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/sascha-brockel.de\/"},{"@type":"ListItem","position":2,"name":"Elektrisches Rollo\/Jalousie smart: Home Assistant Integration"}]},{"@type":"WebSite","@id":"https:\/\/sascha-brockel.de\/#website","url":"https:\/\/sascha-brockel.de\/","name":"Sascha Brockel","description":"Progress knows no boundaries","publisher":{"@id":"https:\/\/sascha-brockel.de\/#\/schema\/person\/3675ac2cf16fa04c60aca4dedca5c970"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sascha-brockel.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/sascha-brockel.de\/#\/schema\/person\/3675ac2cf16fa04c60aca4dedca5c970","name":"Sascha Brockel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/sascha-brockel.de\/wp-content\/uploads\/2023\/10\/Brockel_Sascha_3_3zu4-Grau.png?fit=709%2C945&ssl=1","url":"https:\/\/i0.wp.com\/sascha-brockel.de\/wp-content\/uploads\/2023\/10\/Brockel_Sascha_3_3zu4-Grau.png?fit=709%2C945&ssl=1","contentUrl":"https:\/\/i0.wp.com\/sascha-brockel.de\/wp-content\/uploads\/2023\/10\/Brockel_Sascha_3_3zu4-Grau.png?fit=709%2C945&ssl=1","width":709,"height":945,"caption":"Sascha Brockel"},"logo":{"@id":"https:\/\/i0.wp.com\/sascha-brockel.de\/wp-content\/uploads\/2023\/10\/Brockel_Sascha_3_3zu4-Grau.png?fit=709%2C945&ssl=1"},"sameAs":["https:\/\/sascha-brockel.de\/","https:\/\/www.instagram.com\/saschabrockel\/","https:\/\/www.linkedin.com\/in\/sascha-brockel-b20725164\/","https:\/\/x.com\/saschabrockel","https:\/\/www.youtube.com\/channel\/UCogo25FboCahP7s8--HDuIQ"]}]},"og_video":"https:\/\/www.youtube.com\/embed\/Pjf5s2IIWZg","og_video_type":"text\/html","og_video_duration":"323","og_video_width":"480","og_video_height":"270","ya_ovs_adult":"false","ya_ovs_upload_date":"2024-09-23T10:48:46+00:00","ya_ovs_allow_embed":"true"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/sascha-brockel.de\/wp-content\/uploads\/2024\/09\/pexels-photo-906018-jpeg.avif","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/posts\/1886","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/comments?post=1886"}],"version-history":[{"count":9,"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/posts\/1886\/revisions"}],"predecessor-version":[{"id":3101,"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/posts\/1886\/revisions\/3101"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/media\/1887"}],"wp:attachment":[{"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/media?parent=1886"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/categories?post=1886"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sascha-brockel.de\/en\/wp-json\/wp\/v2\/tags?post=1886"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}