<?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[Mehrere WS2812b über http ansteuern]]></title><description><![CDATA[<p dir="auto">Hallo Leute,</p>
<p dir="auto">brauche nochmal Hilfe.</p>
<p dir="auto">Ich steuere meine WS2812b LED´s z.B. mit dem Befehl</p>
<pre><code>http://192.168.178.103/cm?cmnd=Led15%2040,0,0
</code></pre>
<p dir="auto">Da ich mehrere LED´s gleichzeitig ansteuern möchte, habe ich den Befehl <strong>backlog</strong> gefunden.</p>
<p dir="auto">Ich habe die Zeile nun so aufgebaut</p>
<pre><code>http://192.168.178.103/cm?cmnd=Backlog%20LED1%2040,0,0;LED10%200,40,0;LED11%200,0,40
</code></pre>
<p dir="auto">Aber leider funktioniert das nicht, ich bekomme die Meldung</p>
<pre><code>{"WARNING":"Enable weblog 2 if response expected"}
</code></pre>
<p dir="auto">Weiß jemand was ich Falsch mache?</p>
]]></description><link>https://forum.iobroker.net/topic/26063/mehrere-ws2812b-über-http-ansteuern</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 17:22:52 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/26063.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Oct 2019 17:57:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mehrere WS2812b über http ansteuern on Fri, 25 Oct 2019 10:53:35 GMT]]></title><description><![CDATA[<p dir="auto">Ich nutze es zwar nicht, nur</p>
<pre><code>When using web requests (You have to encode "space" as '%20' and ";" as '%3B')
</code></pre>
<p dir="auto">dann wäre IMHO richtig:</p>
<pre><code>http://192.168.178.103/cm?cmnd=Backlog%20LED1%2040,0,0%3BLED10%200,40,0%3BLED11%200,0,40
</code></pre>
]]></description><link>https://forum.iobroker.net/post/316225</link><guid isPermaLink="true">https://forum.iobroker.net/post/316225</guid><dc:creator><![CDATA[SBorg]]></dc:creator><pubDate>Fri, 25 Oct 2019 10:53:35 GMT</pubDate></item></channel></rss>