<?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[Schritte für heller&#x2F;dunkler in iot einstellen?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">gibt es für smart geräte im iot.adapter die Möglichkeit folgendes einzustellen:</p>
<ul>
<li>Schrittgröße beim dimmen, also statt 25% z.B. in 10%?</li>
</ul>
<p dir="auto">Sowas</p>
<pre><code>"states": {
      "0": "0",
      "10": "10",
      "20": "10",
      "30": "30",
      "40": "40",
      "50": "50",
      "60": "60",
      "70": "70",
      "80": "80",
      "90": "90",
      "100": "100"
    },
</code></pre>
<p dir="auto">ist wohl keine Lösung... <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f60c.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--relieved" style="height:23px;width:auto;vertical-align:middle" title=":relieved:" alt="😌" /></p>
<p dir="auto"><s>- die Spanne anzugeben, also statt 0-100 zB. 0-150, oder -50 bis +50</s><br />
(kann man ja mit</p>
<pre><code>"min": "-50",
"max": "50",
</code></pre>
<p dir="auto">machen.<br />
Wobei sowas wie 0-10 klappt nicht wirklich, weil das immer noch in 100stel eingeteilt wird, man also mit Kommazahlen endet bzw. enden kann)</p>
<p dir="auto">CU,<br />
padrino</p>
]]></description><link>https://forum.iobroker.net/topic/15269/schritte-für-heller-dunkler-in-iot-einstellen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 21:00:16 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/15269.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Sep 2018 22:18:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Sat, 28 Sep 2019 13:04:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jan1" aria-label="Profile: Jan1">@<bdi>Jan1</bdi></a><br />
Danke. Sehe in dem RAW leider nix, das die "10" (also 20% bei 0-50) erklären würde.<br />
Selbst, wenn ich das hier nachstelle, bleibt es bei meinen 25% (also, ist der Wert 50 und ich sage "fernsehlicht dunkler" ist der Wert danach 37,5) :(<br />
Schätze, das muss also wohl irgendwo/irgendwie anders hinterlegt sein.</p>
<p dir="auto">Übrigens, meine Lösung im Moment, per "Alexa blueprint" die Befehle abfangen und dann intern (per Skript) selbst zu rechnen (-10, -20, -30). <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="😁" /><br />
<img src="/assets/uploads/files/1569675891653-fragen_antworten.png" alt="fragen_antworten.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/304397</link><guid isPermaLink="true">https://forum.iobroker.net/post/304397</guid><dc:creator><![CDATA[padrino]]></dc:creator><pubDate>Sat, 28 Sep 2019 13:04:56 GMT</pubDate></item><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Mon, 23 Sep 2019 05:51:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/padrino" aria-label="Profile: padrino">@<bdi>padrino</bdi></a><br />
min und max habe ich eingefügt, weil bei 50% eh die maximale Helligkeit erreicht ist.</p>
<pre><code>{
  "from": "system.adapter.sonoff.0",
  "user": "system.user.admin",
  "ts": 1566112972912,
  "common": {
    "name": "Tuya-Theke  Dimmer",
    "type": "number",
    "role": "level.dimmer",
    "min": 0,
    "max": 50,
    "read": true,
    "write": true,
    "smartName": {
      "de": "Theke ",
      "smartType": "LIGHT",
      "byON": ""
    }
  },
  "native": {},
  "acl": {
    "object": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator",
    "state": 1636
  },
  "_id": "sonoff.0.Tuya-Theke.Dimmer",
  "type": "state"
}
</code></pre>
]]></description><link>https://forum.iobroker.net/post/302801</link><guid isPermaLink="true">https://forum.iobroker.net/post/302801</guid><dc:creator><![CDATA[Jan1]]></dc:creator><pubDate>Mon, 23 Sep 2019 05:51:49 GMT</pubDate></item><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Sun, 22 Sep 2019 10:34:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jan1" aria-label="Profile: Jan1">@<bdi>Jan1</bdi></a><br />
Schade, das Du nicht mal das RAW zum Datenpunkt der Lampe zeigen magst, dann könnte ich mal schauen, ob da was drin ist, das die "10" (statt "25" bei mir) erklärt.</p>
]]></description><link>https://forum.iobroker.net/post/302582</link><guid isPermaLink="true">https://forum.iobroker.net/post/302582</guid><dc:creator><![CDATA[padrino]]></dc:creator><pubDate>Sun, 22 Sep 2019 10:34:45 GMT</pubDate></item><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Tue, 17 Sep 2019 19:42:14 GMT]]></title><description><![CDATA[<p dir="auto">Hat Deine Lampe einen Datenpunkt?<br />
Könntest Du mir den RAW mal zeigen?</p>
<p dir="auto">Ich habe schon Skripte, versuche aber zu vereinfachen, alles etwas sauberer gestalten. :)</p>
]]></description><link>https://forum.iobroker.net/post/301237</link><guid isPermaLink="true">https://forum.iobroker.net/post/301237</guid><dc:creator><![CDATA[padrino]]></dc:creator><pubDate>Tue, 17 Sep 2019 19:42:14 GMT</pubDate></item><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Tue, 17 Sep 2019 18:25:29 GMT]]></title><description><![CDATA[<p dir="auto">Da wirst wohl um ein Script nicht rum kommen.<br />
Ist aber einfach, legst zwei DPs an und stererst die mit Alexa Routinen "heller" und "dunkler" mit den DPs triggerst dann ein Script das ensprechend den aktuellen Wert um 10 erhöht oder senkt.</p>
]]></description><link>https://forum.iobroker.net/post/301209</link><guid isPermaLink="true">https://forum.iobroker.net/post/301209</guid><dc:creator><![CDATA[Jan1]]></dc:creator><pubDate>Tue, 17 Sep 2019 18:25:29 GMT</pubDate></item><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Tue, 17 Sep 2019 18:16:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/padrino" aria-label="Profile: padrino">@<bdi>padrino</bdi></a><br />
Hab eben mal meine Lampe mit heller und dunkler gesteuert, sind 12er Schritte, warum auch immer.</p>
]]></description><link>https://forum.iobroker.net/post/301206</link><guid isPermaLink="true">https://forum.iobroker.net/post/301206</guid><dc:creator><![CDATA[Jan1]]></dc:creator><pubDate>Tue, 17 Sep 2019 18:16:22 GMT</pubDate></item><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Tue, 17 Sep 2019 17:48:31 GMT]]></title><description><![CDATA[<p dir="auto">Weil ich nicht gezielt auf einen Wert (also z.B. 10) will, sondern vom aktuellen einen Schritt dunkler/heller. ;)</p>
<p dir="auto">Das Probleme, meine Lampe hat nur 10 Schritte, da wäre es toll, wenn der Datenpunkt entprechend in 10tel Schritten erhöht/verrringert wird.</p>
<p dir="auto">Würde mir die Umsetzung meines Skripts erheblich erleichtern, denke ich. :)</p>
]]></description><link>https://forum.iobroker.net/post/301194</link><guid isPermaLink="true">https://forum.iobroker.net/post/301194</guid><dc:creator><![CDATA[padrino]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:48:31 GMT</pubDate></item><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Tue, 17 Sep 2019 17:43:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/padrino" aria-label="Profile: padrino">@<bdi>padrino</bdi></a><br />
Warum sagst nicht einfach "Alexa, Lampe auf 10"?</p>
]]></description><link>https://forum.iobroker.net/post/301192</link><guid isPermaLink="true">https://forum.iobroker.net/post/301192</guid><dc:creator><![CDATA[Jan1]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:43:00 GMT</pubDate></item><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Tue, 17 Sep 2019 17:40:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jan1" aria-label="Profile: Jan1">@<bdi>Jan1</bdi></a><br />
Hm, also hier sind heller/mehr immer +25% und dunkler/weniger -25%, egal was für ein Datenpunkt (also Typ "number").<br />
Ich sehe keine Möglichkeit das zu ändern. :(</p>
<p dir="auto">Hast Du mal das JS (JSON?) eines Datenpunktes, der bei Dir andere Schritte hat?</p>
]]></description><link>https://forum.iobroker.net/post/301187</link><guid isPermaLink="true">https://forum.iobroker.net/post/301187</guid><dc:creator><![CDATA[padrino]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:40:07 GMT</pubDate></item><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Tue, 17 Sep 2019 17:21:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/padrino" aria-label="Profile: padrino">@<bdi>padrino</bdi></a><br />
Liegt wohl daran, dass Deine Frage nicht schlüssig ist.<br />
Wenn ich die Helligkeit ändern möchte sag ich einfach was ich will, wenn der DP das unterstützt, wird das auch exakt so umgesetzt und somit auch Deine 10er Staffelung</p>
]]></description><link>https://forum.iobroker.net/post/301178</link><guid isPermaLink="true">https://forum.iobroker.net/post/301178</guid><dc:creator><![CDATA[Jan1]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:21:08 GMT</pubDate></item><item><title><![CDATA[Reply to Schritte für heller&#x2F;dunkler in iot einstellen? on Tue, 17 Sep 2019 17:03:39 GMT]]></title><description><![CDATA[<p dir="auto">Da nun fast ein Jahr vorbei ist, ich aber leider immer noch nicht (viel) schlauer bin... :(</p>
<p dir="auto">Keine eine Idee zu "Punkt 1"? <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f633.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--flushed" style="height:23px;width:auto;vertical-align:middle" title=":flushed:" alt="😳" /></p>
]]></description><link>https://forum.iobroker.net/post/301170</link><guid isPermaLink="true">https://forum.iobroker.net/post/301170</guid><dc:creator><![CDATA[padrino]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:03:39 GMT</pubDate></item></channel></rss>