<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Harmony Adapter läuft nicht]]></title><description><![CDATA[<p dir="auto">Hallo zusammen</p>
<p dir="auto">Ich würde gerne meinen Harmony Hub in IOB anbinden, bekomme das aber nicht zum laufen.</p>
<p dir="auto">Die Subnetzmaske habe ich von 255.255.255.255 auf 255.255.255.0 angepasst.<br />
Ebenfalls habe ich schon versucht die IP direkt zu hinterlegen. Es werden mir aber keine Datenpunkte angelegt und es erscheint auch keine Fehlermeldung in den Logs.</p>
<p dir="auto"><img src="/assets/uploads/files/1657548489924-screenshot_252.jpg" alt="Screenshot_252.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">IOB läuft bei mir in einem Docker Container auf dem QNAP NAS. Ich kann jedoch vom Container aus den Harmony Hub anpingen, daher gehe ich hier nicht von einer Fehlkonfiguration im Docker aus.</p>
<pre><code>PING 192.168.1.21 (192.168.1.21): 56 data bytes
64 bytes from 192.168.1.21: seq=0 ttl=64 time=95.347 ms
</code></pre>
<p dir="auto">Hat jemand eine Idee, woran das liegen könnte?</p>
]]></description><link>https://forum.iobroker.net/topic/56251/harmony-adapter-läuft-nicht</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 13:30:47 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/56251.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Jul 2022 14:11:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 20:11:13 GMT]]></title><description><![CDATA[<p dir="auto">Im Host-Modus hat es nun geklappt!<br />
Vielen Dank noch einmal an euch alle!</p>
<p dir="auto">Falls wer auf der Suche nach einer Lösung auf diesen Beitrag stösst, hier mein Setup:</p>
<pre><code>version: "3"
services:
  iobroker:
    image: buanet/iobroker:latest-v7
    container_name: iobroker
    network_mode: host
    environment:
      - LANG=de_DE.UTF-8
      - LANGUAGE=de_DE:de
      - LC_ALL=de_DE.UTF-8
      - PACKAGES=nano build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev iw bluez
      - SETGID=1000
      - SETUID=1000
      - TZ=Europe/Berlin
      - IOB_ADMINPORT=4501
    volumes:
      - /share/CACHEDEV1_DATA/Dockerconfig/IOBroker:/opt/iobroker
    restart: unless-stopped
</code></pre>
<p dir="auto">Ports entfernen und network_mode auf "host" umstellen. (Bei Docker Files V1 und V2 "network_mode" = "net").<br />
Der Host in IOB stimmte nach dieser Anpassung bei mir nicht mehr, da es den Host-Name vom Server übernommen hatte. Daher im Container anschliessend noch folgende Kommandos ausführen und den Container neu starten:</p>
<pre><code>pkill -u iobroker
iobroker host this
</code></pre>
]]></description><link>https://forum.iobroker.net/post/826213</link><guid isPermaLink="true">https://forum.iobroker.net/post/826213</guid><dc:creator><![CDATA[wizzardking]]></dc:creator><pubDate>Mon, 11 Jul 2022 20:11:13 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 18:23:25 GMT]]></title><description><![CDATA[<p dir="auto">OK - dann musst halt wenn iobroker und der HUB in verschiedenen Netzen liegen schauen, dass der Router alles durchlässt.</p>
]]></description><link>https://forum.iobroker.net/post/826119</link><guid isPermaLink="true">https://forum.iobroker.net/post/826119</guid><dc:creator><![CDATA[mickym]]></dc:creator><pubDate>Mon, 11 Jul 2022 18:23:25 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 18:21:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mickym" aria-label="Profile: mickym">@<bdi>mickym</bdi></a> said in <a href="/post/826110">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wizzardking" aria-label="Profile: wizzardking">@<bdi>wizzardking</bdi></a> sagte in <a href="/post/825929">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">255.255.255.255</p>
</blockquote>
<p dir="auto">Wer sowas als 255.255.255.255  Subnetz-Maske eingibt, da wundert mich das nicht. Das würde wenn überhaupt bedeuten, dass jeder Client sein eigenes Netz hat - eher gar kein Client. In meinen Augen kann sowas doch gar nicht funktionieren. Wer kommt denn auf so eine Idee??</p>
</blockquote>
<p dir="auto">Hab ich ja nicht?!</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wizzardking" aria-label="Profile: wizzardking">@<bdi>wizzardking</bdi></a> said in <a href="/post/825929">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">habe ich von 255.255.255.255 auf 255.255.255.0 angepasst</p>
</blockquote>
<p dir="auto">255.255.255.255 ist per Default im Adapter eingestellt. Vermutlich werden dadurch alle Hubs in allen Subnetzen (Plural?) gefunden.</p>
]]></description><link>https://forum.iobroker.net/post/826118</link><guid isPermaLink="true">https://forum.iobroker.net/post/826118</guid><dc:creator><![CDATA[wizzardking]]></dc:creator><pubDate>Mon, 11 Jul 2022 18:21:22 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 18:16:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wizzardking" aria-label="Profile: wizzardking">@<bdi>wizzardking</bdi></a> sagte in <a href="/post/825929">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">255.255.255.255</p>
</blockquote>
<p dir="auto">Wer sowas als 255.255.255.255  Subnetz-Maske eingibt, da wundert mich das nicht. Das würde wenn überhaupt bedeuten, dass jeder Client sein eigenes Netz hat - eher gar kein Client. In meinen Augen kann sowas doch gar nicht funktionieren. Wer kommt denn auf so eine Idee??</p>
]]></description><link>https://forum.iobroker.net/post/826110</link><guid isPermaLink="true">https://forum.iobroker.net/post/826110</guid><dc:creator><![CDATA[mickym]]></dc:creator><pubDate>Mon, 11 Jul 2022 18:16:28 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 18:11:42 GMT]]></title><description><![CDATA[<p dir="auto">Vielen Dank für eure Hilfe!</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haus-automatisierung" aria-label="Profile: haus-automatisierung">@<bdi>haus-automatisierung</bdi></a> said in <a href="/post/825985">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">Wenn es bridged ist, geht natürlich kein Broadcast-Traffic in das andere Netz.</p>
</blockquote>
<p dir="auto">In dem Fall weiss ich nun Bescheid. Ich bin von der Fehlannahme ausgegangen, dass wenn ich eine direkte Verbindung per Ping aufbauen kann, dass es dann auch möglich sein sollte Broadcast-Traffic zu übermitteln.</p>
<p dir="auto">Da ich beim Erstellen des Containers keine spezifische Network Parameter mitgebe, läuft dieser im Bridge Modus.<br />
Ich lese mich mal etwas über die einzelnen Network-Modi ein und baue den Container dahingehend um.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> said in <a href="/post/825992">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">ich schon gar nicht. Deswegen nutze ich die Blechbüchsen ja auch nicht.</p>
</blockquote>
<p dir="auto">Wenn man etwas nicht versteht, kann man es dennoch anwenden, macht dabei evtl. Fehler und lernt so dazu. Docker ist schon super, wenn man die Basic verstanden hat. In den meisten Fällen reicht auch nur ein oberflächliches Wissen und ein übersichtliches GUI aus. Ich habe so diverse Software inzwischen seit Jahren komplett wartungsfrei, immer auf der neusten Version, stabil und isoliert am Laufen.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> said in <a href="/post/825992">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">und deswegen gehört diese Info unbedingt in den Starpost</p>
</blockquote>
<p dir="auto">Steht ja im Startpost, dass ich IOB in nem Container laufen lasse <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f601.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--grin" style="height:23px;width:auto;vertical-align:middle" title=":grin:" alt="😁" /></p>
]]></description><link>https://forum.iobroker.net/post/826103</link><guid isPermaLink="true">https://forum.iobroker.net/post/826103</guid><dc:creator><![CDATA[wizzardking]]></dc:creator><pubDate>Mon, 11 Jul 2022 18:11:42 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 16:28:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a> sagte in <a href="/post/825992">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">ist das so?</p>
</blockquote>
<p dir="auto">Nö. Ich kann ja auch einen Google-Server anpingen - und bin trotzdem nicht im gleichen Netz :)</p>
]]></description><link>https://forum.iobroker.net/post/826005</link><guid isPermaLink="true">https://forum.iobroker.net/post/826005</guid><dc:creator><![CDATA[haus-automatisierung]]></dc:creator><pubDate>Mon, 11 Jul 2022 16:28:56 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 16:15:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wizzardking" aria-label="Profile: wizzardking">@<bdi>wizzardking</bdi></a> sagte in <a href="/post/825974">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">aber ich kenne mich mit der Netzwerkconfig in <strong>Docker</strong> nicht aus</p>
</blockquote>
<p dir="auto">ich schon gar nicht. Deswegen nutze ich die Blechbüchsen ja auch nicht.</p>
<p dir="auto">und deswegen gehört diese Info <strong>unbedingt</strong> in den Starpost<br />
<a href="https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge/1">https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1</a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wizzardking" aria-label="Profile: wizzardking">@<bdi>wizzardking</bdi></a> sagte in <a href="/post/825974">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">Da sich aber der Hub direkt vom Container aus anpingen lässt, müsste das eigentlich schon korrekt sein.</p>
</blockquote>
<p dir="auto">ist das so?</p>
]]></description><link>https://forum.iobroker.net/post/825992</link><guid isPermaLink="true">https://forum.iobroker.net/post/825992</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 11 Jul 2022 16:15:44 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 16:07:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wizzardking" aria-label="Profile: wizzardking">@<bdi>wizzardking</bdi></a> In welchem Netzwerk-Modus läuft den der Container? Wenn es bridged ist, geht natürlich kein Broadcast-Traffic in das andere Netz.</p>
]]></description><link>https://forum.iobroker.net/post/825985</link><guid isPermaLink="true">https://forum.iobroker.net/post/825985</guid><dc:creator><![CDATA[haus-automatisierung]]></dc:creator><pubDate>Mon, 11 Jul 2022 16:07:24 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 16:03:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wizzardking" aria-label="Profile: wizzardking">@<bdi>wizzardking</bdi></a> Schau mal hier...</p>
<p dir="auto"><a href="https://forum.iobroker.net/post/681919">https://forum.iobroker.net/post/681919</a></p>
<p dir="auto">Könnte ja helfen.</p>
]]></description><link>https://forum.iobroker.net/post/825982</link><guid isPermaLink="true">https://forum.iobroker.net/post/825982</guid><dc:creator><![CDATA[DJMarc75]]></dc:creator><pubDate>Mon, 11 Jul 2022 16:03:02 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 15:54:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: homoran">@<bdi>homoran</bdi></a><br />
Vielen Dank für Deine Antwort.<br />
Ich denke schon, dass diese im selben Netzwerk sind. (Sorry für die schwammige Antwort, aber ich kenne mich mit der Netzwerkconfig in Docker nicht aus.)<br />
Da sich aber der Hub direkt vom Container aus anpingen lässt, müsste das eigentlich schon korrekt sein.</p>
]]></description><link>https://forum.iobroker.net/post/825974</link><guid isPermaLink="true">https://forum.iobroker.net/post/825974</guid><dc:creator><![CDATA[wizzardking]]></dc:creator><pubDate>Mon, 11 Jul 2022 15:54:51 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 14:54:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wizzardking" aria-label="Profile: wizzardking">@<bdi>wizzardking</bdi></a> sagte in <a href="/post/825950">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">Daher scheint hier nicht das Problem zu sein.</p>
</blockquote>
<p dir="auto">hub im selben Netz wie ioBroker?<br />
oder etwa irgendwas im Containerbahnhof?</p>
]]></description><link>https://forum.iobroker.net/post/825951</link><guid isPermaLink="true">https://forum.iobroker.net/post/825951</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Mon, 11 Jul 2022 14:54:19 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 14:52:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/djmarc75" aria-label="Profile: djmarc75">@<bdi>djmarc75</bdi></a></p>
<p dir="auto">Vielen Dank für Deine Antwort.<br />
Mein Subnetz läuft unter 255.255.255.0, nicht unter 255.255.255.255.</p>
<p dir="auto">Allerdings habe ich auch mit 255.255.255.255 keine Verbindung zum Hub. Daher scheint hier nicht das Problem zu sein.</p>
]]></description><link>https://forum.iobroker.net/post/825950</link><guid isPermaLink="true">https://forum.iobroker.net/post/825950</guid><dc:creator><![CDATA[wizzardking]]></dc:creator><pubDate>Mon, 11 Jul 2022 14:52:18 GMT</pubDate></item><item><title><![CDATA[Reply to Harmony Adapter läuft nicht on Mon, 11 Jul 2022 14:24:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wizzardking" aria-label="Profile: wizzardking">@<bdi>wizzardking</bdi></a> sagte in <a href="/post/825929">Harmony Adapter läuft nicht</a>:</p>
<blockquote>
<p dir="auto">255.255.255.255 auf 255.255.255.0 angepasst</p>
</blockquote>
<p dir="auto">Warum? Musste ich bei mir noch nie.</p>
<p dir="auto"><img src="/assets/uploads/files/1657549440665-screenshot-2022-07-11-162333.png" alt="Screenshot 2022-07-11 162333.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">läuft bei mir,</p>
]]></description><link>https://forum.iobroker.net/post/825931</link><guid isPermaLink="true">https://forum.iobroker.net/post/825931</guid><dc:creator><![CDATA[DJMarc75]]></dc:creator><pubDate>Mon, 11 Jul 2022 14:24:23 GMT</pubDate></item></channel></rss>