<?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[Test Adapter Creality - Latest]]></title><description><![CDATA[<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Aktuelle Latest Version</th>
<th>0.4.x</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Aktuelle Stable Version</strong></td>
<td><strong>coming soon</strong></td>
</tr>
<tr>
<td>Veröffentlichungsdatum</td>
<td>31.07.2026</td>
</tr>
<tr>
<td>Github Link</td>
<td><a href="https://github.com/inventwo/ioBroker.creality" rel="nofollow ugc">https://github.com/inventwo/ioBroker.creality</a></td>
</tr>
<tr>
<td>npm Link</td>
<td><a href="https://www.npmjs.com/package/iobroker.creality" rel="nofollow ugc">https://www.npmjs.com/package/iobroker.creality</a></td>
</tr>
</tbody>
</table>
<hr />
<p dir="auto">Der Ursprungsbeitrag:<br />
<a href="https://forum.iobroker.net/topic/85082/test-adapter-creality-alpha">https://forum.iobroker.net/topic/85082/test-adapter-creality-alpha</a></p>
<hr />
<p dir="auto">Wer einen Creality-Klipper-Drucker (bei mir: SPARKX i7 mit CFS lite) an ioBroker anbinden will, findet hier einen eigenen Adapter dafür.</p>
<p dir="auto"><strong>Warum nicht einfach den Klipper-/Moonraker-Adapter?</strong></p>
<p dir="auto">Creality spricht zwei lokale APIs:</p>
<ul>
<li>
<p dir="auto">Moonraker (HTTP, typisch Port 7125) – Temps, Fans, Print-Stats, CFS, G-Code</p>
</li>
<li>
<p dir="auto">Creality-WebSocket (Port 9999) – Toolhead-Licht, Pause/Resume/Stop, Schlafmodus, UI-Status (z. B. Nivellierung / Self-Test), Restzeit, Webcam-Infos</p>
</li>
</ul>
<p dir="auto">Rein über Moonraker fehlen genau die Creality-Sachen: Während der Nivellierung meldet Klipper oft noch standby, die UI zeigt aber schon „Nivellierung“. Toolhead-LED und Sleep Mode laufen über den Creality-WS, nicht über klassische Moonraker-Objekte. Deshalb ein eigener Adapter – kein Ersatz für generisches Klipper, sondern die Creality-Schicht darüber.</p>
<p dir="auto"><strong>Was der Adapter kann</strong> <em>(Kurzfassung)</em></p>
<ul>
<li>Druckstatus (UI + Klipper getrennt), aktueller Job unter currentJob.*</li>
<li>Temps, Fans, CFS (Slots, Material, Farbe)</li>
<li>Steuerung: Licht, Sleep Mode, Pause / Resume / Stop</li>
<li>Geräteinfos: Modell, Firmware, Druckstunden, Fehler, …</li>
<li>Webcam-Stream-URL für VIS-iframe (WebRTC-Viewer auf Port 8000)</li>
</ul>
<p dir="auto">Getestet bisher nur mit SPARKX i7. Andere Creality-Klipper-Modelle können best-effort funktionieren – Feedback dazu gerne.</p>
<p dir="auto">Installation aktuell über GitHub oder npm <em>(iobroker.creality).</em><br />
Noch jung – Fehler, Ideen und Screenshots willkommen, hier oder als Issue auf GitHub.</p>
<p dir="auto">Gruß,<br />
skvarel von inventwo</p>
]]></description><link>https://forum.iobroker.net/topic/85199/test-adapter-creality-latest</link><generator>RSS for Node</generator><lastBuildDate>Wed, 26 Aug 2026 13:35:28 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/85199.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Aug 2026 05:51:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Test Adapter Creality - Latest on Tue, 25 Aug 2026 06:45:32 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Update:</strong></p>
<p dir="auto">Es gab ein Problem beim Drucken über die externe Zufuhr. Das habe ich mit der v0.4.1 behoben</p>
]]></description><link>https://forum.iobroker.net/post/1352376</link><guid isPermaLink="true">https://forum.iobroker.net/post/1352376</guid><dc:creator><![CDATA[skvarel]]></dc:creator><pubDate>Tue, 25 Aug 2026 06:45:32 GMT</pubDate></item><item><title><![CDATA[Reply to Test Adapter Creality - Latest on Thu, 20 Aug 2026 09:22:01 GMT]]></title><description><![CDATA[<p dir="auto">Ich hab es gerade mal mit dem K2Plus mit CFS getestet.<br />
Er erkennt ihn direkt und liest soweit ich das auf den ersten Blick sehen kann alle Datenpunkte ein.</p>
]]></description><link>https://forum.iobroker.net/post/1351980</link><guid isPermaLink="true">https://forum.iobroker.net/post/1351980</guid><dc:creator><![CDATA[cybertron]]></dc:creator><pubDate>Thu, 20 Aug 2026 09:22:01 GMT</pubDate></item><item><title><![CDATA[Reply to Test Adapter Creality - Latest on Tue, 25 Aug 2026 06:44:43 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Changelog:</strong></p>
<p dir="auto">0.4.1 (2026-08-25)</p>
<blockquote>
<ul>
<li>Fixed currentJob.filament* for external spool holder (filament_rack) when CFS is not active</li>
</ul>
</blockquote>
<p dir="auto">0.4.0 (2026-08-20)</p>
<blockquote>
<ul>
<li>Adapter requires admin &gt;= 7.8.23 now.</li>
</ul>
</blockquote>
<p dir="auto">0.3.0 (2026-08-14)</p>
<blockquote>
<ul>
<li>Fixed button states control.pause|resume|stop to use read: false</li>
<li>Added manufacturer / SPARKX i7 product links to README</li>
<li>Modified CFS temperature/humidity roles to value.temperature / value.humidity</li>
<li>Modified Moonraker poll loop to use setTimeout chain instead of setInterval</li>
<li>Modified currentJob.finishAt to include local date (YYYY-MM-DD HH:MM)</li>
</ul>
</blockquote>
<p dir="auto">0.2.0 (2026-08-08)</p>
<blockquote>
<ul>
<li>Fixed part cooling fan % to match slicer/display (Creality fan0_min remapping)</li>
<li>Added fans.partCoolingPwm for raw PWM duty cycle</li>
</ul>
</blockquote>
<hr />
<p dir="auto"><strong>Older Changes</strong><br />
</p><section class="spoiler-wrapper"><button class="spoiler-control btn btn-default">Spoiler</button><section style="display:none" class="spoiler-content"><p></p>
<p dir="auto">0.1.4 (2026-08-02)</p>
<blockquote>
<ul>
<li>Fixed string state roles for repository object check</li>
</ul>
</blockquote>
<p dir="auto">0.1.3 (2026-07-31)</p>
<blockquote>
<ul>
<li>Fixed deploy CI to use Node.js 24</li>
<li>Fixed admin jsonConfig indentation</li>
<li>Modified Dependabot auto-merge to the new ioBroker workflow/action</li>
<li>Modified Dependabot schedule to cron</li>
<li>Modified TypeScript tooling to Node 22</li>
<li>Added Cursor rules to the repository</li>
</ul>
</blockquote>
<p dir="auto">0.1.2 (2026-07-31)</p>
<blockquote>
<ul>
<li>Fixed TypeScript conflict</li>
<li>Fixed ESLint scanning local backup/ folder</li>
<li>Modified Dependabot to ignore TypeScript major updates</li>
</ul>
</blockquote>
<p dir="auto">0.1.1 (2026-07-31)</p>
<blockquote>
<ul>
<li>Added forum link</li>
</ul>
</blockquote>
<p dir="auto">0.1.0</p>
<blockquote>
<ul>
<li>Initial release<br />
</li>
</ul></blockquote></section></section>

]]></description><link>https://forum.iobroker.net/post/1351963</link><guid isPermaLink="true">https://forum.iobroker.net/post/1351963</guid><dc:creator><![CDATA[skvarel]]></dc:creator><pubDate>Tue, 25 Aug 2026 06:44:43 GMT</pubDate></item></channel></rss>