<?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[Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb]]></title><description><![CDATA[<p dir="auto">Hi zusammen,</p>
<p dir="auto">ich bin gerade etwas am Verzweifeln. Ich versuche schon seit längerem meinen ZDongleP mit dem IOBroker zu koppeln, aber der Adapter bleibt dauerhaft gelb. Der Dongle ist in den Einstellungen des Adapter per /dev/serial/by-id/... verknüpft. Fälschlicherweise habe ich mir zuvor einen ZDongleE bestellt und versucht zu administrieren. Leider habe ich nirgends eine configuration.yaml gefunden und daher den ZDongleP bestellt. Dieser sollte doch eigentlich durch den richtigen Chip eine Plug an Play Lösung sein, oder? Mein IOBroker läuft auf einem PI4 mit PIVCCU. Zusätzlich zu dem ZDongleP ist ein HMIP-RF-USB-Stick am Pi angeschlossen. Beide Dongle sind mit einem USB-Verlängerungskabel angeschlossen und als Netzteil nutze ich ein qualitativ hochwertiges Gerät.</p>
<p dir="auto">Node, Nodejs und Npm sind installiert und up to date. Was mache ich falsch? <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f622.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--cry" style="height:23px;width:auto;vertical-align:middle" title=":cry:" alt="😢" /></p>
<pre><code>admin@raspberrypi:~ $ node -v
v14.20.0
admin@raspberrypi:~ $ nodejs -v
v14.20.0
admin@raspberrypi:~ $ npm -v
6.14.17
</code></pre>
<pre><code>2022-08-16 21:32:17.186 - info: host.raspberrypi "system.adapter.zigbee.0" enabled
2022-08-16 21:32:17.232 - info: host.raspberrypi instance system.adapter.zigbee.0 started with pid 9223
2022-08-16 21:32:20.413 - info: zigbee.0 (9223) starting. Version 1.7.5 in /opt/iobroker/node_modules/iobroker.zigbee, node: v14.20.0, js-controller: 4.0.23
2022-08-16 21:32:20.528 - info: zigbee.0 (9223) delete old Backup files. keep only last 10
2022-08-16 21:32:20.530 - info: zigbee.0 (9223) Starting Zigbee npm ...
2022-08-16 21:32:21.035 - info: zigbee.0 (9223) Installed Version: iobroker.zigbee@1.7.5
2022-08-16 21:32:41.285 - error: zigbee.0 (9223) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
2022-08-16 21:32:41.286 - error: zigbee.0 (9223) Failed to start Zigbee
2022-08-16 21:32:41.287 - error: zigbee.0 (9223) Error herdsman start
2022-08-16 21:32:51.290 - info: zigbee.0 (9223) Try to reconnect. 1 attempts left
2022-08-16 21:32:51.292 - info: zigbee.0 (9223) Starting Zigbee npm ...
2022-08-16 21:32:51.343 - info: zigbee.0 (9223) Installed Version: iobroker.zigbee@1.7.5
2022-08-16 21:32:51.617 - error: zigbee.0 (9223) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
2022-08-16 21:32:51.618 - error: zigbee.0 (9223) Failed to start Zigbee
2022-08-16 21:32:51.619 - error: zigbee.0 (9223) Error herdsman start
</code></pre>
<p dir="auto">ls -l /dev/serial/by-id gibt mir folgende Ausgabe aus.</p>
<pre><code>admin@raspberrypi:~ $ ls -l /dev/serial/by-id
total 0
lrwxrwxrwx 1 root root 13 Aug 16 20:40 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_d02c57f6fe18ec11a9b137cc47486eb0-if00-port0 -&gt; ../../ttyUSB0
</code></pre>
<p dir="auto">Auf Schreibrechte habe ich geprüft. Ergebnis folgend:</p>
<pre><code>admin@raspberrypi:~ $ test -w /dev/ttyUSB0 &amp;&amp; echo success || echo failure
success
</code></pre>
<p dir="auto">Hat irgendwer noch eine Idee?</p>
]]></description><link>https://forum.iobroker.net/topic/57189/integration-von-sonoff-zigbee-zdonglep-stick-dauerhaft-gelb</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 01:54:10 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/57189.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Aug 2022 20:53:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Tue, 30 Aug 2022 19:49:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/f0rd42" aria-label="Profile: f0rd42">@<bdi>f0rd42</bdi></a> Mein Adapter war nicht defekt. Ich hab den Raspi heute nochmal neu ausgesetzt und erstmal nur iobroker installiert. PIVCCU erstmal weggelassen und den Zigbee Stick geupdated. Hat alles geklappt. Den Stick konnte ich auch ohne Probleme danach im IOBroker aktivieren und der Adapter ist grün. Einen Sudo Reboot gemacht und den HM USB Stick angesteckt. PIVCCU installiert und siehe da, der Homematic-Stick wird nicht gefunden. Liegt anscheinend wirklich an der Belegung mit zwei USB Sticks. Hat irgendwer den Raspi mit PIVCCU, IOBroker, HM-RF-USB und Zigbee Stick konfiguriert bekommen?</p>
<pre><code>sudo dpkg-reconfigure pivccu3
</code></pre>
<p dir="auto">gibt mir auch nur folgende Eintrag ...<br />
<img src="/assets/uploads/files/1661888746400-bildschirmfoto-2022-08-30-um-21.45.05.png" alt="Bildschirmfoto 2022-08-30 um 21.45.05.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Auf diesem Port liegt ja schon der Zigbee Stick. Im Zigbee Adapter habe ich aber natürlich trotzdem den /dev/serial/by-id/.... eingegeben.</p>
]]></description><link>https://forum.iobroker.net/post/850333</link><guid isPermaLink="true">https://forum.iobroker.net/post/850333</guid><dc:creator><![CDATA[Dennis.Raeder]]></dc:creator><pubDate>Tue, 30 Aug 2022 19:49:40 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Sun, 28 Aug 2022 17:19:06 GMT]]></title><description><![CDATA[<p dir="auto">OK, also nach einiger Hilfe von Rafal:</p>
<p dir="auto">Mein Adapter war hinüber!<br />
Ich habe dann einen neuen bestellt und siehe da: er meldet sich als ttyUSBx und nicht als ttyACM0 ..... und sofort ging alles.</p>
]]></description><link>https://forum.iobroker.net/post/849037</link><guid isPermaLink="true">https://forum.iobroker.net/post/849037</guid><dc:creator><![CDATA[f0rd42]]></dc:creator><pubDate>Sun, 28 Aug 2022 17:19:06 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Thu, 25 Aug 2022 18:38:17 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-raeder Ich habe exakt das Gleiche Problem. Allerdings habe ich noch gar nicht angefangen an der Formware zu basteln, denn "eigentlich" soll der ja Plug and Play sein.<br />
Habe auch nur MacOS Rechner hier, weiss nicht mal ob ich da was Flaschen kann .....</p>
<p dir="auto">Habe mir den Stick auf Empfehlung von einem Iobroker User gekauft und bekomme ihn nicht ans laufen.</p>
<pre><code>ubuntu@ubuntu:~$ lsusb
Bus 001 Device 007: ID 1a86:55d4 QinHeng Electronics SONOFF Zigbee 3.0 USB Dongle Plus V2
Bus 001 Device 006: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Bus 001 Device 005: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Bus 001 Device 004: ID 0424:7800 Microchip Technology, Inc. (formerly SMSC) 
Bus 001 Device 003: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
Bus 001 Device 002: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ubuntu@ubuntu:~$ 

</code></pre>
<pre><code>ubuntu@ubuntu:/dev/serial/by-id$ ls -lai
total 0
2072 drwxr-xr-x 2 root root 100 Aug 25 17:40 .
2069 drwxr-xr-x 4 root root  80 Aug  9 12:05 ..
2073 lrwxrwxrwx 1 root root  13 Aug  9 12:05 usb-FTDI_FT232R_USB_UART_AH0648CG-if00-port0 -&gt; ../../ttyUSB0
2081 lrwxrwxrwx 1 root root  13 Aug 25 17:40 usb-FTDI_FT232R_USB_UART_AH0648CX-if00-port0 -&gt; ../../ttyUSB1
2096 lrwxrwxrwx 1 root root  13 Aug 25 17:40 usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220706194008-if00 -&gt; ../../ttyACM0
ubuntu@ubuntu:/dev/serial/by-id$ 

</code></pre>
<pre><code>ubuntu@ubuntu:/dev/serial/by-id$ ls -l /dev/ttyACM0 
crw-rw---- 1 root dialout 166, 0 Aug 25 18:19 /dev/ttyACM0
ubuntu@ubuntu:/dev/serial/by-id$ groups
ubuntu adm dialout cdrom floppy sudo audio dip video plugdev netdev lxd iobroker
ubuntu@ubuntu:/dev/serial/by-id$ 

</code></pre>
<p dir="auto">Sehe gerade dass ich doch einen anderen Stick ("V2") habe ....</p>
]]></description><link>https://forum.iobroker.net/post/847779</link><guid isPermaLink="true">https://forum.iobroker.net/post/847779</guid><dc:creator><![CDATA[f0rd42]]></dc:creator><pubDate>Thu, 25 Aug 2022 18:38:17 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Tue, 23 Aug 2022 17:53:17 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-raeder Hat irgendwer noch eine Idee, weshalb ich den Bootloader nicht geladen bekomme?</p>
]]></description><link>https://forum.iobroker.net/post/846653</link><guid isPermaLink="true">https://forum.iobroker.net/post/846653</guid><dc:creator><![CDATA[Dennis.Raeder]]></dc:creator><pubDate>Tue, 23 Aug 2022 17:53:17 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Wed, 17 Aug 2022 20:18:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> said in <a href="/post/843406">Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb</a>:</p>
<blockquote>
<p dir="auto">ls  -l /dev/ttyUSB0<br />
groups</p>
</blockquote>
<pre><code>admin@raspberrypi:~ $ ls  -l /dev/ttyUSB0
groups
crw-rw---- 1 root dialout 188, 0 Aug 17 16:37 /dev/ttyUSB0
admin adm dialout cdrom sudo audio video plugdev games users input render netdev bluetooth gpio i2c spi iobroker
admin@raspberrypi:~ $ 

</code></pre>
<pre><code>admin@raspberrypi:~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
admin@raspberrypi:~ $ 
</code></pre>
]]></description><link>https://forum.iobroker.net/post/843571</link><guid isPermaLink="true">https://forum.iobroker.net/post/843571</guid><dc:creator><![CDATA[Dennis.Raeder]]></dc:creator><pubDate>Wed, 17 Aug 2022 20:18:21 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Wed, 17 Aug 2022 15:44:45 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-raeder</p>
<pre><code>ls  -l /dev/ttyUSB0
groups
</code></pre>
]]></description><link>https://forum.iobroker.net/post/843406</link><guid isPermaLink="true">https://forum.iobroker.net/post/843406</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 17 Aug 2022 15:44:45 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Wed, 17 Aug 2022 15:43:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> Laut diesem Befehl ja.</p>
<pre><code>admin@raspberrypi:~ $ ls -l /dev/serial/by-id
total 0
lrwxrwxrwx 1 root root 13 Aug 16 20:40 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_d02c57f6fe18ec11a9b137cc47486eb0-if00-port0 -&gt; ../../ttyUSB0

</code></pre>
]]></description><link>https://forum.iobroker.net/post/843405</link><guid isPermaLink="true">https://forum.iobroker.net/post/843405</guid><dc:creator><![CDATA[Dennis.Raeder]]></dc:creator><pubDate>Wed, 17 Aug 2022 15:43:46 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Wed, 17 Aug 2022 15:39:54 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-raeder sagte in <a href="/post/843396">Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb</a>:</p>
<blockquote>
<p dir="auto">/dev/ttyUSB0</p>
</blockquote>
<p dir="auto">Liegt der da? Richtige Rechte/Gruppe vorhanden?</p>
]]></description><link>https://forum.iobroker.net/post/843397</link><guid isPermaLink="true">https://forum.iobroker.net/post/843397</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 17 Aug 2022 15:39:54 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Wed, 17 Aug 2022 15:33:11 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-raeder said in <a href="/post/843387">Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> ich komme gar nicht so weit. Der Stick lässt es nicht zu, dass ich ihn in den Bootloader versetzen kann. Auf meinem Revision System zeigt er mir keinen Port an und über das Python Skript bricht er nach Connecting to target ab. Irgendwas stimmt doch mit dem Stick nicht. 🫣</p>
</blockquote>
<p dir="auto">Anbei nochmal der Code:</p>
<pre><code>admin@raspberrypi:~/cc2538-bsl $ python cc2538-bsl.py -e -v -w -p /dev/ttyUSB0 --bootloader-sonoff-usb ./CC1352P2_CC2652P_launchpad_coordinator_20220219.hex
sonoff
Opening port /dev/ttyUSB0, baud 500000
Reading data from ./CC1352P2_CC2652P_launchpad_coordinator_20220219.hex
Your firmware looks like an Intel Hex file
Connecting to target...
ERROR: Timeout waiting for ACK/NACK after 'Synch (0x55 0x55)'
admin@raspberrypi:~/cc2538-bsl $ 
</code></pre>
]]></description><link>https://forum.iobroker.net/post/843396</link><guid isPermaLink="true">https://forum.iobroker.net/post/843396</guid><dc:creator><![CDATA[Dennis.Raeder]]></dc:creator><pubDate>Wed, 17 Aug 2022 15:33:11 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Wed, 17 Aug 2022 15:14:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> ich komme gar nicht so weit. Der Stick lässt es nicht zu, dass ich ihn in den Bootloader versetzen kann. Auf meinem Revision System zeigt er mir keinen Port an und über das Python Skript bricht er nach Connecting to target ab. Irgendwas stimmt doch mit dem Stick nicht. 🫣</p>
]]></description><link>https://forum.iobroker.net/post/843387</link><guid isPermaLink="true">https://forum.iobroker.net/post/843387</guid><dc:creator><![CDATA[Dennis.Raeder]]></dc:creator><pubDate>Wed, 17 Aug 2022 15:14:45 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Wed, 17 Aug 2022 10:31:36 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-raeder<br />
Oder das python-Skript von jelmerT nutzen.</p>
]]></description><link>https://forum.iobroker.net/post/843248</link><guid isPermaLink="true">https://forum.iobroker.net/post/843248</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Wed, 17 Aug 2022 10:31:36 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Wed, 17 Aug 2022 10:07:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arteck" aria-label="Profile: arteck">@<bdi>arteck</bdi></a> mach ich! Hab es gerade mit meinem Mac probiert. Bekomme aber leider den Bootloader nicht zum Laufen. Ich muss mal gucken, ob ich irgendwo einen WIN 10 Rechner herbekomme, damit ich TI Flasher 2 nutzen kann.</p>
]]></description><link>https://forum.iobroker.net/post/843236</link><guid isPermaLink="true">https://forum.iobroker.net/post/843236</guid><dc:creator><![CDATA[Dennis.Raeder]]></dc:creator><pubDate>Wed, 17 Aug 2022 10:07:43 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Wed, 17 Aug 2022 05:39:18 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-raeder flash das Ding mal und dann werden wir sehen</p>
]]></description><link>https://forum.iobroker.net/post/843148</link><guid isPermaLink="true">https://forum.iobroker.net/post/843148</guid><dc:creator><![CDATA[arteck]]></dc:creator><pubDate>Wed, 17 Aug 2022 05:39:18 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Tue, 16 Aug 2022 21:13:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/asgothian" aria-label="Profile: asgothian">@<bdi>asgothian</bdi></a> Beide Stick sind per USB2 angeschlossen. Danke dir schonmal für die Rückmeldung. Vielleicht hat ja noch jemand anderes einen Tipp für mich.</p>
]]></description><link>https://forum.iobroker.net/post/843115</link><guid isPermaLink="true">https://forum.iobroker.net/post/843115</guid><dc:creator><![CDATA[Dennis.Raeder]]></dc:creator><pubDate>Tue, 16 Aug 2022 21:13:45 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Tue, 16 Aug 2022 21:06:51 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-raeder Da muss ich passen. Und ich bin nicht sicher ob auf dem Stick wirklich die korrekte FW drauf ist. Die Meldung<br />
"Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"<br />
deutet darauf hin das keine Kommunikation zur Firmware zu stande kommt.</p>
<p dir="auto">Alternativ kann es sein das die USB Verbindung gestört ist - insbesondere wenn du parallel dazu SSD oder USB Stick an USB3 nutzt.</p>
<p dir="auto">A.</p>
]]></description><link>https://forum.iobroker.net/post/843113</link><guid isPermaLink="true">https://forum.iobroker.net/post/843113</guid><dc:creator><![CDATA[Asgothian]]></dc:creator><pubDate>Tue, 16 Aug 2022 21:06:51 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Tue, 16 Aug 2022 21:01:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/asgothian" aria-label="Profile: asgothian">@<bdi>asgothian</bdi></a> Die Firmware ist doch bei diesem Stick vorinstalliert, oder nicht? Kann man die installierte Firmware auslesen und wenn ja, wie mache ich das?</p>
]]></description><link>https://forum.iobroker.net/post/843111</link><guid isPermaLink="true">https://forum.iobroker.net/post/843111</guid><dc:creator><![CDATA[Dennis.Raeder]]></dc:creator><pubDate>Tue, 16 Aug 2022 21:01:11 GMT</pubDate></item><item><title><![CDATA[Reply to Integration von Sonoff Zigbee ZDongleP Stick dauerhaft gelb on Tue, 16 Aug 2022 20:57:26 GMT]]></title><description><![CDATA[<p dir="auto">@dennis-raeder Hast du die korrekte Firmware auf den Stick gespielt ?</p>
<p dir="auto">A.</p>
]]></description><link>https://forum.iobroker.net/post/843110</link><guid isPermaLink="true">https://forum.iobroker.net/post/843110</guid><dc:creator><![CDATA[Asgothian]]></dc:creator><pubDate>Tue, 16 Aug 2022 20:57:26 GMT</pubDate></item></channel></rss>