{"id":26827,"date":"2026-09-16T10:25:12","date_gmt":"2026-09-16T10:25:12","guid":{"rendered":"https:\/\/netguide.io\/smart-home\/home-assistant-speicherplatz-analysieren-und-speicherfresser-loschen\/"},"modified":"2026-09-16T10:25:14","modified_gmt":"2026-09-16T10:25:14","slug":"home-assistant-speicherplatz-analysieren-und-speicherfresser-loschen","status":"publish","type":"post","link":"https:\/\/netguide.io\/smart-home\/de\/home-assistant-speicherplatz-analysieren-und-speicherfresser-loschen\/","title":{"rendered":"Home Assistant: Speicherplatz analysieren und Speicherfresser l\u00f6schen"},"content":{"rendered":"<div id=\"netgu-1905371156\" class=\"netgu-before-content netgu-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-6258556257245998\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-6258556257245998\" \ndata-ad-slot=\"3494115342\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div><p>L\u00e4uft der Speicher in <a href=\"https:\/\/netguide.io\/smart-home\/category\/home-assistant\/\" data-internallinksmanager029f6b8e52c=\"2\" title=\"Home Assistant\">Home Assistant<\/a> voll, scheitern Backups, Updates brechen ab und das System reagiert z\u00e4h. In dieser Anleitung analysierst du die Speicherbelegung und befreist dein System von alten Backup-Resten, ausufernden Datenbanken und ungenutzten Docker-Dateien.<\/p>\n\n<h2>1. Speicherplatz in den Einstellungen analysieren<\/h2>\n<p>Verschaffe dir zun\u00e4chst einen \u00dcberblick \u00fcber die aktuelle Festplattenbelegung.<\/p>\n<p>Gehe in der Benutzeroberfl\u00e4che auf <strong>Einstellungen &gt; System &gt; Speicher<\/strong>. Wenn du den Mauszeiger \u00fcber den Statusbalken bewegst, siehst du sofort, wie viel Speicherplatz frei ist und ob Backups, die Datenbank oder Add-ons den meisten Platz belegen. Weniger als 10 Prozent freier Speicher gilt als kritischer Bereich.<\/p>\n\n<h2>2. Veraltete Backups entfernen<\/h2>\n<p>Sicherungskopien belegen oft mehrere Gigabyte und sammeln sich schnell an.<\/p>\n<p>\u00d6ffne <strong>Einstellungen &gt; System &gt; Backups<\/strong>. Klicke bei \u00e4lteren, nicht mehr ben\u00f6tigten Eintr\u00e4gen auf das Drei-Punkte-Men\u00fc und w\u00e4hle <strong>L\u00f6schen<\/strong>. Alternativ kannst du neue Backups k\u00fcnftig direkt auf einem Netzwerkspeicher (NAS via SMB\/CIFS) ablegen, um die lokale Festplatte gar nicht erst zu belasten.<\/p>\n\n<h2>3. Datenbank-Aufbewahrung in der Konfiguration begrenzen<\/h2>\n<p>Die Datenbank kann stetig anwachsen und stellt ein h\u00e4ufiges Speicherproblem dar.<\/p>\n<p>Trage in deiner Konfiguration eine feste Aufbewahrungsfrist ein, damit historische Daten automatisch gel\u00f6scht werden.<\/p>\n<p>F\u00fcge folgenden Block in deine <code>configuration.yaml<\/code> ein:<\/p>\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>recorder:\n  purge_keep_days: 10<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #85E89D\">recorder<\/span><span style=\"color: #E1E4E8\">:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">  <\/span><span style=\"color: #85E89D\">purge_keep_days<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #79B8FF\">10<\/span><\/span><\/code><\/pre><\/div>\n<p>\u00dcber <strong>Einstellungen &gt; System &gt; Reparaturen<\/strong> kannst du bei Bedarf unter dem Eintrag f\u00fcr den Recorder zudem eine manuelle Bereinigung ansto\u00dfen.<\/p>\n\n<h2>4. Tempor\u00e4re Backup-Dateien und Docker bereinigen<\/h2>\n<p>Abgebrochene Sicherungen hinterlassen oft riesige Dateileichen, die in der Oberfl\u00e4che nicht sichtbar sind.<\/p>\n<blockquote>Achtung: Das L\u00f6schen auf Dateisystemebene via Terminal greift direkt in das System ein. F\u00fchre Befehle sorgf\u00e4ltig aus.<\/blockquote>\n<p>Verbinde dich per SSH mit dem System. Um verwaiste tempor\u00e4re Backups im Supervisor-Verzeichnis zu entfernen, wechselst du in den Ordner und l\u00f6schst die Fragmente:<\/p>\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>cd \/mnt\/data\/supervisor\/tmp\nrm -rf tmp*<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #79B8FF\">cd<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">\/mnt\/data\/supervisor\/tmp<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">rm<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-rf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">tmp<\/span><span style=\"color: #79B8FF\">*<\/span><\/span><\/code><\/pre><\/div>\n<p>Zus\u00e4tzlich lassen sich alte, ungenutzte Docker-Images entfernen:<\/p>\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>docker image prune<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">docker<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">image<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">prune<\/span><\/span><\/code><\/pre><\/div>\n<p>Um s\u00e4mtliche ungenutzten Images, Container und Netzwerke aufzur\u00e4umen, nutzt du:<\/p>\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>docker image prune --all<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">docker<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">image<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">prune<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">--all<\/span><\/span><\/code><\/pre><\/div>\n\n<h2>5. ESPHome-Dateien und Git aufr\u00e4umen<\/h2>\n<p>Build-Dateien von Mikrocontrollern und Versionskontrollen k\u00f6nnen ebenfalls unbemerkt anwachsen.<\/p>\n<p>Nutzt du das Add-on ESPHome, klicke dort auf <strong>Clean all files<\/strong>, um tempor\u00e4re Kompilierungsdateien zu l\u00f6schen. Wer das Konfigurationsverzeichnis mit Git sichert, kann verwaiste Git-Objekte im Terminal wie folgt bereinigen:<\/p>\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>git reflog expire --expire=now --all\ngit gc --prune=now --aggressive<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">git<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">reflog<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">expire<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">--expire=now<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">--all<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">git<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">gc<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">--prune=now<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">--aggressive<\/span><\/span><\/code><\/pre><\/div>\n\n<h2>Funktioniert es?<\/h2>\n<p>Pr\u00fcfe unter <strong>Einstellungen &gt; System &gt; Speicher<\/strong> erneut den Balken: Der freie Speicherplatz muss sp\u00fcrbar angestiegen sein, und die Warnmeldungen zu knappem Speicher verschwinden.<\/p>\n\n<h2>Wenn es nicht klappt<\/h2>\n<ul>\n<li><strong>Datenbank schrumpft trotz Bereinigung nicht:<\/strong> Je nach Gr\u00f6\u00dfe der Datenbank kann der Aufr\u00e4umprozess einige Minuten dauern; warte ab, bis der Vorgang vollst\u00e4ndig abgeschlossen ist.<\/li>\n<li><strong>Speicher f\u00fcllt sich sofort wieder:<\/strong> \u00dcberpr\u00fcfe externe Integrationen wie Frigate oder Kameras, die Aufzeichnungen lokal ablegen, und lagere diese Daten auf ein externes Laufwerk aus.<\/li>\n<\/ul>\n\n<p>Mit wenigen Handgriffen ist dein Speicher bereinigt; richte als n\u00e4chsten Schritt automatisierte Backups auf einem externen Netzlaufwerk ein, damit das System dauerhaft schlank bleibt.<\/p>\n<p><em>Quellen: <a href=\"https:\/\/community.home-assistant.io\/t\/the-storage-data-indicates-that-the-system-is-fairly-large\/929980\" rel=\"nofollow noopener\" target=\"_blank\">Forum: Home Assistant Community<\/a>, <a href=\"https:\/\/smarthome-assistant.info\/home-assistant-speicher-voll-5-wirksame-loesungen\/\" rel=\"nofollow noopener\" target=\"_blank\">smarthome-assistant.info<\/a><\/em><\/p><div id=\"netgu-1014704063\" class=\"netgu-after-content netgu-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-6258556257245998\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-6258556257245998\" \ndata-ad-slot=\"4559785002\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Wenn der Speicherplatz in Home Assistant knapp wird, leidet das gesamte Smart Home. So sp\u00fcrst du verborgene Datenfresser auf und machst dein System wieder schlank.<\/p>\n","protected":false},"author":1,"featured_media":26826,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[2],"tags":[3800,3798,67,3804,3799,3805],"class_list":["post-26827","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-home-assistant","tag-backup","tag-docker","tag-home-assistant","tag-recorder","tag-speicherplatz","tag-wartung"],"uagb_featured_image_src":{"full":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-speicherplatz-analysieren-und-speicherfresser-loschen-editorial-editorial-62793-thubusercontent.comu13844975s280v4.png",280,280,false],"thumbnail":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-speicherplatz-analysieren-und-speicherfresser-loschen-editorial-editorial-62793-thubusercontent.comu13844975s280v4-150x150.png",150,150,true],"medium":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-speicherplatz-analysieren-und-speicherfresser-loschen-editorial-editorial-62793-thubusercontent.comu13844975s280v4.png",280,280,false],"medium_large":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-speicherplatz-analysieren-und-speicherfresser-loschen-editorial-editorial-62793-thubusercontent.comu13844975s280v4.png",280,280,false],"large":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-speicherplatz-analysieren-und-speicherfresser-loschen-editorial-editorial-62793-thubusercontent.comu13844975s280v4.png",280,280,false],"1536x1536":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-speicherplatz-analysieren-und-speicherfresser-loschen-editorial-editorial-62793-thubusercontent.comu13844975s280v4.png",280,280,false],"2048x2048":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-speicherplatz-analysieren-und-speicherfresser-loschen-editorial-editorial-62793-thubusercontent.comu13844975s280v4.png",280,280,false]},"uagb_author_info":{"display_name":"Tobias","author_link":"https:\/\/netguide.io\/smart-home\/author\/tobias-pries\/"},"uagb_comment_info":0,"uagb_excerpt":"Wenn der Speicherplatz in Home Assistant knapp wird, leidet das gesamte Smart Home. So sp\u00fcrst du verborgene Datenfresser auf und machst dein System wieder schlank.","brizy_media":[],"_links":{"self":[{"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/posts\/26827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/comments?post=26827"}],"version-history":[{"count":1,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/posts\/26827\/revisions"}],"predecessor-version":[{"id":26828,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/posts\/26827\/revisions\/26828"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/media\/26826"}],"wp:attachment":[{"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/media?parent=26827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/categories?post=26827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/tags?post=26827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}