<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Bin Collection on Smart Home? Sure — But Secure!</title>
        <link>https://smarthome-aber-sicher.de/en/tags/bin-collection/</link>
        <description>Recent content in Bin Collection on Smart Home? Sure — But Secure!</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Tue, 01 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://smarthome-aber-sicher.de/en/tags/bin-collection/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Never Forget to Put the Bins Out Again with Home Assistant</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2025/04/01/never-forget-to-put-the-bins-out-again-with-home-assistant/</link>
        <pubDate>Tue, 01 Apr 2025 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2025/04/01/never-forget-to-put-the-bins-out-again-with-home-assistant/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2025/04/01/mit-home-assistant-nie-mehr-vergessen-die-m%C3%BClltonne-rauszustellen/cover.png" alt="Featured image of post Never Forget to Put the Bins Out Again with Home Assistant" /&gt;&lt;p&gt;Do you keep forgetting to put your bins out in time? With two Home Assistant integrations — &lt;strong&gt;Waste Collection Schedule&lt;/strong&gt; and &lt;strong&gt;Card-Mod&lt;/strong&gt; — you&amp;rsquo;ll get a prominent alert sent straight to your smartphone and displayed on your dashboard. Once the job is done, you can confirm the alert so it disappears from the dashboard. I&amp;rsquo;ll show you how to get this working in three simple steps.&lt;/p&gt;
&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; onclick=&#34;loadIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/sas_youtube.png&#34; alt=&#34;YouTube Video&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#34;  style=&#34;color: var(--card-text-color-main);&#34;&gt;
            To load the video, please click the image. Please note that by doing so, data will be transmitted to YouTube.
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
    function loadIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, &#39;https://www.youtube-nocookie.com/embed/3qZaTjZ5iNw&#39;);
        iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
        iframe.setAttribute(&#39;title&#39;, &#39;YouTube Video&#39;);
        element.parentNode.replaceChild(iframe, element);
    }
&lt;/script&gt;
&lt;style&gt;
    .video-placeholder {
        position: relative;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .video-placeholder:hover .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button_hover.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .privacy-notice {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
    }
&lt;/style&gt;

&lt;p&gt;The whole setup comes down to &lt;strong&gt;three simple steps&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Install HACS and the integrations:&lt;/strong&gt; We install HACS and set up the required integrations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Configure Waste Collection Schedule:&lt;/strong&gt; I&amp;rsquo;ll show you how to automatically capture your bin collection dates.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Set up the dashboard alert:&lt;/strong&gt; You&amp;rsquo;ll learn how to add a prominent warning to your dashboard and make it disappear once the bins are out.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;At the end, I&amp;rsquo;ll share a bonus tip — a small hidden feature of the integration. Let&amp;rsquo;s get started!&lt;/p&gt;
&lt;h2 id=&#34;installing-everything&#34;&gt;Installing Everything
&lt;/h2&gt;&lt;h3 id=&#34;hacs&#34;&gt;HACS
&lt;/h3&gt;&lt;p&gt;I&amp;rsquo;ll quickly walk through &lt;strong&gt;installing HACS&lt;/strong&gt; in case you haven&amp;rsquo;t done it yet. If you&amp;rsquo;re already familiar with it, feel free to skip to the next section — it only takes a moment, because &lt;strong&gt;HACS is really quick to set up&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;If you haven&amp;rsquo;t installed HACS yet, you&amp;rsquo;ll find all the details at &lt;a class=&#34;link&#34; href=&#34;https://hacs.xyz&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;hacs.xyz&lt;/a&gt;. If you want to get it done fast, just run this command on your system:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;wget -O - https://get.hacs.xyz &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; bash -
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Afterwards, &lt;strong&gt;restart Home Assistant&lt;/strong&gt; and you can set up HACS via &lt;strong&gt;&amp;ldquo;Add Integration&amp;rdquo;&lt;/strong&gt;. This requires authentication via GitHub. You&amp;rsquo;ll be guided through the process almost automatically. Once everything is done, you&amp;rsquo;ll see a new &lt;strong&gt;HACS&lt;/strong&gt; entry in the Home Assistant sidebar on the right.&lt;/p&gt;
&lt;h3 id=&#34;waste-collection-schedule--card-mod&#34;&gt;Waste Collection Schedule &amp;amp; Card-Mod
&lt;/h3&gt;&lt;p&gt;Now we need &lt;strong&gt;two integrations&lt;/strong&gt;, both available through HACS:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Waste Collection Schedule&lt;/strong&gt; (for parsing bin collection dates)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Card-Mod&lt;/strong&gt; (for a visually prominent display on your dashboard)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Steps:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In &lt;strong&gt;Home Assistant&lt;/strong&gt;, go to &lt;strong&gt;HACS&lt;/strong&gt; in the sidebar.&lt;/li&gt;
&lt;li&gt;Search for &lt;strong&gt;&amp;ldquo;card-mod&amp;rdquo;&lt;/strong&gt; and &lt;strong&gt;&amp;ldquo;waste collection&amp;rdquo;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Download both integrations by clicking the menu on the right and confirming &lt;strong&gt;&amp;ldquo;Download&amp;rdquo;&lt;/strong&gt; twice.&lt;/li&gt;
&lt;li&gt;A restart of Home Assistant may be required after installation.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;setting-up-waste-collection-schedule-wcs&#34;&gt;Setting Up Waste Collection Schedule (WCS)
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Waste Collection Schedule (WCS)&lt;/strong&gt; supports a wide range of providers. If your provider isn&amp;rsquo;t listed but offers calendar files in ICAL format, you can easily add them via &lt;strong&gt;&amp;ldquo;Generic&amp;rdquo;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In a spot check of various districts in Germany, I didn&amp;rsquo;t find a single one that wasn&amp;rsquo;t already in the list.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Setting up your provider in WCS:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to: &lt;strong&gt;Settings &amp;gt; Integrations &amp;gt; Add Integration&lt;/strong&gt; and select &lt;strong&gt;&amp;ldquo;Waste Collection Schedule&amp;rdquo;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Select your country&lt;/strong&gt;, e.g. &lt;strong&gt;Germany&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Search for your source:&lt;/strong&gt; Look up your city or district.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Adding the URL:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Copy the URL from your waste management provider&amp;rsquo;s website.&lt;/li&gt;
&lt;li&gt;Paste it into the setup dialog under &lt;strong&gt;&amp;ldquo;URL&amp;rdquo;&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;creating-sensors&#34;&gt;Creating Sensors
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Give each sensor a descriptive name, for example &lt;strong&gt;&amp;ldquo;Green Bin&amp;rdquo;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;&amp;ldquo;Value Template Preset&amp;rdquo;&lt;/strong&gt; field, select &lt;strong&gt;&amp;ldquo;Numeric Days To&amp;rdquo;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;At the bottom under &lt;strong&gt;&amp;ldquo;Types&amp;rdquo;&lt;/strong&gt;: Choose the correct label, e.g. &lt;strong&gt;&amp;ldquo;Organic Waste&amp;rdquo;&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;automations--dashboard&#34;&gt;Automations &amp;amp; Dashboard
&lt;/h2&gt;&lt;p&gt;There are several ways to use this information through automations or dashboard visualizations. I&amp;rsquo;ll show you two options:&lt;/p&gt;
&lt;h3 id=&#34;option-1-notification-via-automation&#34;&gt;Option 1: Notification via Automation
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Go to: Settings &amp;gt; Automations and create a new automation.&lt;/li&gt;
&lt;li&gt;Give it a name, for example &amp;ldquo;Bin Reminders&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Set the trigger: Click &amp;ldquo;Add Trigger&amp;rdquo; &amp;gt; &amp;ldquo;Time &amp;amp; Location&amp;rdquo; &amp;gt; &amp;ldquo;Time&amp;rdquo; &amp;gt; &amp;ldquo;Fixed Time&amp;rdquo;.
&lt;ul&gt;
&lt;li&gt;Choose a time when you&amp;rsquo;d like to be notified, e.g. late afternoon the day before collection.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Define conditions: Add a &amp;ldquo;Choose&amp;rdquo; block to distinguish between different bin types.
&lt;ul&gt;
&lt;li&gt;For example: if the state of the green bin sensor is &amp;ldquo;1&amp;rdquo; (meaning collection is scheduled for the next day), you want to be notified the afternoon before.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Set actions:
&lt;ul&gt;
&lt;li&gt;Choose &amp;ldquo;Send Notification&amp;rdquo; and enter a message, e.g. &amp;ldquo;Put the green bin out&amp;rdquo;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Add a separate option for each additional bin type and define the corresponding conditions and actions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This automation ensures you reliably receive reminders whenever it&amp;rsquo;s time to put your bins out.&lt;/p&gt;
&lt;h3 id=&#34;option-2-display-on-the-home-assistant-dashboard&#34;&gt;Option 2: Display on the Home Assistant Dashboard
&lt;/h3&gt;&lt;p&gt;I know the problem all too well: you get a notification, you register it, and then forget about it anyway. In the worst case, you accidentally swipe it away.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s why I&amp;rsquo;ve found it far more effective to display the reminder on the Home Assistant dashboard — in a way that only disappears once you actively confirm it.&lt;/p&gt;
&lt;p&gt;You can easily extend the automation you just created to handle this.&lt;/p&gt;
&lt;h4 id=&#34;preparation-create-a-helper&#34;&gt;Preparation: Create a Helper
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Go to: Settings &amp;gt; Devices &amp;amp; Services &amp;gt; &amp;ldquo;Helpers&amp;rdquo; tab.&lt;/li&gt;
&lt;li&gt;Create a new helper: Select &amp;ldquo;Toggle&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Name the toggle something like &amp;ldquo;Put green bin out&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;This toggle will be used to display and manage the bin collection status on your dashboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;extending-the-automation&#34;&gt;Extending the Automation
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Go back to the automation you created and open the configuration for &amp;ldquo;Option 1&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Add an additional action:
&lt;ul&gt;
&lt;li&gt;Alongside the notification, add another action:&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Input Helper&amp;rdquo; &amp;gt; &amp;ldquo;Turn on&amp;rdquo; &amp;gt; select your helper &amp;ldquo;Put green bin out&amp;rdquo;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;setting-up-the-dashboard-display&#34;&gt;Setting Up the Dashboard Display
&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Add a tile to your dashboard that displays the &amp;ldquo;Put green bin out&amp;rdquo; helper.&lt;/li&gt;
&lt;li&gt;Configure visibility:
&lt;ul&gt;
&lt;li&gt;Set a condition so that this tile is only shown when the helper is turned on.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Your automation will now activate the helper the day before collection and display it on your dashboard. Once you&amp;rsquo;ve put the bin out, you tap the tile, which sets the toggle back to &amp;ldquo;Off&amp;rdquo; — and the tile disappears.&lt;/p&gt;
&lt;p&gt;The whole cycle repeats in one or two weeks, and you&amp;rsquo;re guaranteed never to forget to put your bins out on time again. Unless you&amp;rsquo;re on holiday and can&amp;rsquo;t see the dashboard from there.&lt;/p&gt;
&lt;h2 id=&#34;fun-fact&#34;&gt;Fun Fact
&lt;/h2&gt;&lt;p&gt;Thanks to the &lt;strong&gt;Waste Collection Schedule&lt;/strong&gt; integration, you can also &lt;strong&gt;display your collection dates in Home Assistant&amp;rsquo;s calendar view&lt;/strong&gt;. So if you ever want to see your entire bin collection schedule at a glance, that&amp;rsquo;s easily possible.&lt;/p&gt;
&lt;p&gt;And that&amp;rsquo;s it! Your Home Assistant will now reliably remind you to put the bins out on time.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
