{"id":26935,"date":"2026-09-17T12:02:34","date_gmt":"2026-09-17T12:02:34","guid":{"rendered":"https:\/\/netguide.io\/smart-home\/home-assistant-tailscale-nach-provider-ip-wechsel-automatisch-neu-starten\/"},"modified":"2026-09-17T12:02:35","modified_gmt":"2026-09-17T12:02:35","slug":"home-assistant-tailscale-nach-provider-ip-wechsel-automatisch-neu-starten","status":"publish","type":"post","link":"https:\/\/netguide.io\/smart-home\/de\/home-assistant-tailscale-nach-provider-ip-wechsel-automatisch-neu-starten\/","title":{"rendered":"Home Assistant: Tailscale nach Provider-IP-Wechsel automatisch neu starten"},"content":{"rendered":"<div id=\"netgu-2976253612\" 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>Trennt dein Internetanbieter regelm\u00e4\u00dfig die Verbindung und vergibt eine neue \u00f6ffentliche IP-Adresse, verliert das Tailscale-Add-on \u2013 eine modulare Zusatzanwendung innerhalb des Systems \u2013 in <a href=\"https:\/\/netguide.io\/smart-home\/category\/home-assistant\/\" data-internallinksmanager029f6b8e52c=\"2\" title=\"Home Assistant\">Home Assistant<\/a> mitunter den Kontakt zum Netzwerk. Erst ein manueller Neustart stellt den Zugriff wieder her. In dieser Anleitung richtest du einen Helfer \u2013 einen virtuellen Zwischenspeicher f\u00fcr Daten \u2013 und eine Automation ein, die IP-Wechsel erkennt und den Dienst automatisch rebootet.<\/p>\r\n\r\n<h2>Das brauchst du<\/h2>\r\n<ul>\r\n<li><a href=\"https:\/\/netguide.io\/smart-home\/category\/home-assistant\/\" data-internallinksmanager029f6b8e52c=\"2\" title=\"Home Assistant\">Home Assistant<\/a> OS oder Supervised (mit Unterst\u00fctzung f\u00fcr Add-ons)<\/li>\r\n<li>Installiertes und eingerichtetes Tailscale Add-on<\/li>\r\n<li>Sensor zur Erkennung der externen IP-Adresse<\/li>\r\n<\/ul>\r\n\r\n<h2>1. Text-Helfer f\u00fcr die IP-Adresse anlegen<\/h2>\r\n<p>Damit das System eine Adress\u00e4nderung bemerkt, muss der zuletzt bekannte Zustand gespeichert werden.<\/p>\r\n<ol>\r\n<li>Navigiere zu <strong>Einstellungen &gt; Ger\u00e4te &amp; Dienste &gt; Helfer<\/strong>.<\/li>\r\n<li>Klicke unten rechts auf <strong>Helfer erstellen<\/strong> und w\u00e4hle <strong>Text<\/strong> aus.<\/li>\r\n<li>Vergib einen Namen wie <code>Letzte externe IP<\/code> (als Entit\u00e4t entsteht <code>input_text.letzte_externe_ip<\/code>; eine Entit\u00e4t ist ein einzelner Datenpunkt innerhalb von <a href=\"https:\/\/netguide.io\/smart-home\/category\/home-assistant\/\" data-internallinksmanager029f6b8e52c=\"2\" title=\"Home Assistant\">Home Assistant<\/a>) und speichere die Eingabe ab.<\/li>\r\n<li>Trage einmalig deine aktuelle \u00f6ffentliche IP-Adresse in das neue Textfeld ein.<\/li>\r\n<\/ol>\r\n\r\n<h2>2. Externe IP-Adresse per Sensor \u00fcberwachen<\/h2>\r\n<p>Du ben\u00f6tigst einen Sensor, der deine \u00f6ffentliche IP in regelm\u00e4\u00dfigen Intervallen (beispielsweise alle 5 Minuten) abfragt.<\/p>\r\n<p>Platziere die Abfrage in deiner <code>configuration.yaml<\/code> (oder <code>sensor.yaml<\/code>, falls ausgelagert), beispielsweise unter Nutzung eines externen Webdienstes:<\/p>\r\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>sensor:\r\n  - platform: rest\r\n    name: \"Aktuelle externe IP\"\r\n    resource: https:\/\/www.wieistmeineip.de\/\r\n    scan_interval: 300<\/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\">sensor<\/span><span style=\"color: #E1E4E8\">:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">  - <\/span><span style=\"color: #85E89D\">platform<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">rest<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">    <\/span><span style=\"color: #85E89D\">name<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">&quot;Aktuelle externe IP&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">    <\/span><span style=\"color: #85E89D\">resource<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">https:\/\/www.wieistmeineip.de\/<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">    <\/span><span style=\"color: #85E89D\">scan_interval<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #79B8FF\">300<\/span><\/span><\/code><\/pre><\/div>\r\n<p>Lade nach dem Speichern die YAML-Konfiguration unter <strong>Entwicklerwerkzeuge &gt; YAML &gt; YAML-Konfiguration neu laden<\/strong> neu ein.<\/p>\r\n\r\n<h2>3. Automation f\u00fcr den Neuverbindungs-Trigger erstellen<\/h2>\r\n<p>Die Automation vergleicht die vom Sensor ermittelte IP mit dem Wert im Text-Helfer. Weichen beide voneinander ab, wird das Add-on neu gestartet und der Helfer aktualisiert.<\/p>\r\n<p>Erstelle unter <strong>Einstellungen &gt; Automatisierungen &amp; Szenen &gt; Automation erstellen<\/strong> eine neue Regel. Klicke oben rechts auf die drei Punkte, w\u00e4hle <strong>In YAML bearbeiten<\/strong> und f\u00fcge folgenden Code ein:<\/p>\r\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>alias: \"Tailscale bei neuer IP neu starten\"\r\ntrigger:\r\n  - trigger: state\r\n    entity_id: sensor.aktuelle_externe_ip\r\ncondition:\r\n  - condition: template\r\n    value_template: \"{{ states('sensor.aktuelle_externe_ip') != states('input_text.letzte_externe_ip') }}\"\r\naction:\r\n  - action: DEINE_ADDON_NEUSTART_AKTION\r\n    data:\r\n      addon: DEIN_TAILSCALE_ADDON_SLUG\r\n  - action: input_text.set_value\r\n    target:\r\n      entity_id: input_text.letzte_externe_ip\r\n    data:\r\n      value: \"{{ states('sensor.aktuelle_externe_ip') }}\"<\/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\">alias<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">&quot;Tailscale bei neuer IP neu starten&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #85E89D\">trigger<\/span><span style=\"color: #E1E4E8\">:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">  - <\/span><span style=\"color: #85E89D\">trigger<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">state<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">    <\/span><span style=\"color: #85E89D\">entity_id<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">sensor.aktuelle_externe_ip<\/span><\/span>\n<span class=\"line\"><span style=\"color: #85E89D\">condition<\/span><span style=\"color: #E1E4E8\">:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">  - <\/span><span style=\"color: #85E89D\">condition<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">template<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">    <\/span><span style=\"color: #85E89D\">value_template<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">&quot;{{ states(&#39;sensor.aktuelle_externe_ip&#39;) != states(&#39;input_text.letzte_externe_ip&#39;) }}&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #85E89D\">action<\/span><span style=\"color: #E1E4E8\">:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">  - <\/span><span style=\"color: #85E89D\">action<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">DEINE_ADDON_NEUSTART_AKTION<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">    <\/span><span style=\"color: #85E89D\">data<\/span><span style=\"color: #E1E4E8\">:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">      <\/span><span style=\"color: #85E89D\">addon<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">DEIN_TAILSCALE_ADDON_SLUG<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">  - <\/span><span style=\"color: #85E89D\">action<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">input_text.set_value<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">    <\/span><span style=\"color: #85E89D\">target<\/span><span style=\"color: #E1E4E8\">:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">      <\/span><span style=\"color: #85E89D\">entity_id<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">input_text.letzte_externe_ip<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">    <\/span><span style=\"color: #85E89D\">data<\/span><span style=\"color: #E1E4E8\">:<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">      <\/span><span style=\"color: #85E89D\">value<\/span><span style=\"color: #E1E4E8\">: <\/span><span style=\"color: #9ECBFF\">&quot;{{ states(&#39;sensor.aktuelle_externe_ip&#39;) }}&quot;<\/span><\/span><\/code><\/pre><\/div>\r\n<p>Passe die Entit\u00e4ts-IDs, den gew\u00e4hlten Dienst f\u00fcr den Neustart und die Add-on-Kennung (Slug) bei Bedarf an deine Umgebung an.<\/p>\r\n\r\n<h2>Funktioniert es?<\/h2>\r\n<p>Trage im Helfer <code>input_text.letzte_externe_ip<\/code> testweise eine falsche IP-Adresse ein. Nach dem n\u00e4chsten Abfrageintervall des Sensors muss die Automation ausl\u00f6sen, das Tailscale Add-on neu starten und den Text-Helfer wieder mit der korrekten IP-Adresse \u00fcberschreiben.<\/p>\r\n\r\n<h2>Wenn es nicht klappt<\/h2>\r\n<ul>\r\n<li><strong>Automation l\u00f6st nicht aus:<\/strong> Pr\u00fcfe unter <strong>Entwicklerwerkzeuge &gt; Zust\u00e4nde<\/strong>, ob <code>sensor.aktuelle_externe_ip<\/code> einen g\u00fcltigen Wert liefert oder auf <code>unavailable<\/code> steht.<\/li>\r\n<li><strong>Add-on startet nicht neu:<\/strong> \u00dcberpr\u00fcfe die gew\u00e4hlte Neustart-Aktion sowie die Schreibweise des Add-on-Slugs in den Entwicklerwerkzeugen unter Aktionen.<\/li>\r\n<li><strong>Falscher Router-Abgleich:<\/strong> Manche Router-Integrationen (wie etwa bei UniFi) stellen die WAN-Adresse laut Berichten nicht direkt als Entit\u00e4t bereit. Ein externer REST-Sensor umgeht dieses Problem.<\/li>\r\n<li><strong>Verz\u00f6gerung nach Neustart:<\/strong> Tailscale ben\u00f6tigt nach dem Dienststart m\u00f6glicherweise einige Sekunden, bis die Verbindung im Tailnet wieder vollst\u00e4ndig aktiv ist.<\/li>\r\n<\/ul>\r\n\r\n<p>F\u00fcr mehr Transparenz kannst du in die Aktionen zus\u00e4tzlich eine Benachrichtigung einbauen, um dich bei jedem erfolgten IP-Wechsel informieren zu lassen.<\/p>\n\n<figure class=\"wp-block-image ac-product-image\"><img src=\"https:\/\/ac.api.valitype.io\/media\/proxy\/ZBhLUaWkumf08asSBiqRhqT-iP9SbIQa\/aHR0cHM6Ly9tLm1lZGlhLWFtYXpvbi5jb20vaW1hZ2VzL0kvMzFweG5WMFpSWEwuX1NMNTAwXy5qcGc\" width=\"500\" height=\"333\" alt=\"Raspberry Pi 5 (16 GB)\" loading=\"lazy\" decoding=\"async\"><figcaption class=\"wp-element-caption\">Produktbild: Raspberry Pi<\/figcaption><\/figure>\n\n<div class=\"acp acp--light acp-t-product-horizontal\"><article class=\"acp-card acp-hz\">\r\n\t\t\t\t\t<div class=\"acp-hz__grid\">\r\n\t\t<div class=\"acp-hz__media\">\r\n\t\t\t\t\t\t<div class=\"acp-hz__img\">\r\n\t\t\t\t<img src=\"https:\/\/ac.api.valitype.io\/media\/proxy\/ZBhLUaWkumf08asSBiqRhqT-iP9SbIQa\/aHR0cHM6Ly9tLm1lZGlhLWFtYXpvbi5jb20vaW1hZ2VzL0kvMzFweG5WMFpSWEwuX1NMNTAwXy5qcGc\" alt=\"Raspberry Pi 5 (16 GB)\" width=\"500\" height=\"333\" loading=\"lazy\" decoding=\"async\">\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t\t<div class=\"acp-hz__info\">\r\n\t\t\t\t\t\t\t<p class=\"acp-kicker\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"acp-brand\">Raspberry Pi<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/p>\r\n\t\t\t\t\t\t<h3 class=\"acp-title acp-title--sm\">Raspberry Pi 5 (16 GB)<\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t<div class=\"acp-hz__buy\">\r\n\t\t\t\t\t\t\t<div class=\"acp-hz__price\">\r\n\t\t\t\t\t<span class=\"acp-prices\">\r\n\t<span class=\"acp-price\">329,00\u00a0\u20ac<\/span>\r\n\t<\/span>\r\n\t\t\t\t\t<p class=\"acp-hz__ship\"><span>Versand siehe Shop<\/span><\/p>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<a class=\"acp-btn acp-hz__btn\" href=\"https:\/\/www.amazon.de\/dp\/B0DSPYPKRG?linkCode=ogi&#038;th=1&#038;psc=1&#038;tag=netguide-smart-home-21\" rel=\"sponsored nofollow noopener\" target=\"_blank\" data-acp-shop=\"Amazon DE\" data-acp-product=\"54e57eb9-7235-448c-bc63-133623d7afaa\" data-acp-track=\"{&quot;productId&quot;:&quot;54e57eb9-7235-448c-bc63-133623d7afaa&quot;,&quot;product&quot;:&quot;Raspberry Pi 5 (16 GB)&quot;,&quot;shop&quot;:&quot;Amazon DE&quot;,&quot;shopType&quot;:&quot;amazon&quot;,&quot;template&quot;:&quot;horizontal&quot;,&quot;position&quot;:null,&quot;listId&quot;:null,&quot;price&quot;:329,&quot;currency&quot;:&quot;EUR&quot;,&quot;replacement&quot;:false,&quot;country&quot;:&quot;DE&quot;}\"><span>Zum Angebot bei Amazon DE<\/span><svg class=\"acp-i acp-i--arrow\" viewBox=\"0 0 20 20\" width=\"20\" height=\"20\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M5 10h10m-4-4.5L15.5 10 11 14.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/a>\r\n\t\t\t\t\t<\/div>\r\n\t<\/div>\r\n\t\t\t<div class=\"acp-foot\">\r\n\t\t\t<div class=\"acp-disc\">\r\n\t<p class=\"acp-disc__line\">\r\n\t\t\t\t\t<span class=\"acp-ad\">Anzeige<\/span>\r\n\t\t\t\t\t\t\t<span>* Affiliate-Link: Kaufst du \u00fcber diesen Link, erhalten wir eine Provision. F\u00fcr dich entstehen keine Mehrkosten.<\/span>\r\n\t\t\t<\/p>\r\n\t\t\t<p class=\"acp-disc__line\">Preise inkl. MwSt., zzgl. Versandkosten. Stand: September 21, 2026, 10:50 p.m.. Preise und Verf\u00fcgbarkeit k\u00f6nnen sich ge\u00e4ndert haben.<\/p>\r\n\t\t\t\t<p class=\"acp-disc__line\">Als Amazon-Partner verdiene ich an qualifizierten Verk\u00e4ufen.<\/p>\r\n\t<\/div>\r\n\t\t<\/div>\r\n\t<\/article>\r\n<\/div>\r\n<p><em>Quellen: <a href=\"https:\/\/community.simon42.com\/t\/unifi-ucg-ultra-provider-zwangstrennung-erkennen-bzw-neue-externe-ip-in-ha-erkennen\/89774\" rel=\"nofollow noopener\" target=\"_blank\">Forum: Simon42 &#8211; Forum<\/a>, <a href=\"https:\/\/firstreview.eu\/home-assistant-fernzugriff-mit-tailscale-kostenlos-und-ohne-oeffentliche-ip-adresse\/\" rel=\"nofollow noopener\" target=\"_blank\">firstreview.eu<\/a>, <a href=\"https:\/\/www.home-assistant.io\/integrations\/tailscale\/\" rel=\"nofollow noopener\" target=\"_blank\">home-assistant.io<\/a><\/em><\/p><div id=\"netgu-424395566\" 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>Verliert Tailscale nach der n\u00e4chtlichen Zwangstrennung des Providers die Verbindung? Eine einfache Automation pr\u00fcft die externe IP und startet das Add-on neu.<\/p>\n","protected":false},"author":1,"featured_media":26934,"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":[3636,67,3662,4062,4061],"class_list":["post-26935","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-home-assistant","tag-automation","tag-home-assistant","tag-netzwerk","tag-tailscale","tag-vpn"],"uagb_featured_image_src":{"full":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-tailscale-nach-provider-ip-wechsel-automatisch-neu-starten-editorial-editorial-136785-sistant.io2Fintegrations2Ftailscale2F.png",1200,630,false],"thumbnail":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-tailscale-nach-provider-ip-wechsel-automatisch-neu-starten-editorial-editorial-136785-sistant.io2Fintegrations2Ftailscale2F-150x150.png",150,150,true],"medium":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-tailscale-nach-provider-ip-wechsel-automatisch-neu-starten-editorial-editorial-136785-sistant.io2Fintegrations2Ftailscale2F-300x158.png",300,158,true],"medium_large":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-tailscale-nach-provider-ip-wechsel-automatisch-neu-starten-editorial-editorial-136785-sistant.io2Fintegrations2Ftailscale2F-768x403.png",768,403,true],"large":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-tailscale-nach-provider-ip-wechsel-automatisch-neu-starten-editorial-editorial-136785-sistant.io2Fintegrations2Ftailscale2F-1024x538.png",1024,538,true],"1536x1536":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-tailscale-nach-provider-ip-wechsel-automatisch-neu-starten-editorial-editorial-136785-sistant.io2Fintegrations2Ftailscale2F.png",1200,630,false],"2048x2048":["https:\/\/netguide.io\/smart-home\/wp-content\/uploads\/sites\/3\/2026\/09\/home-assistant-tailscale-nach-provider-ip-wechsel-automatisch-neu-starten-editorial-editorial-136785-sistant.io2Fintegrations2Ftailscale2F.png",1200,630,false]},"uagb_author_info":{"display_name":"Tobias","author_link":"https:\/\/netguide.io\/smart-home\/author\/tobias-pries\/"},"uagb_comment_info":0,"uagb_excerpt":"Verliert Tailscale nach der n\u00e4chtlichen Zwangstrennung des Providers die Verbindung? Eine einfache Automation pr\u00fcft die externe IP und startet das Add-on neu.","brizy_media":[],"_links":{"self":[{"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/posts\/26935","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=26935"}],"version-history":[{"count":1,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/posts\/26935\/revisions"}],"predecessor-version":[{"id":26936,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/posts\/26935\/revisions\/26936"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/media\/26934"}],"wp:attachment":[{"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/media?parent=26935"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/categories?post=26935"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/netguide.io\/smart-home\/wp-json\/wp\/v2\/tags?post=26935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}