Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. lysy23

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 15
    • Best 0
    • Groups 1

    lysy23

    @lysy23

    Starter

    0
    Reputation
    15
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lysy23 Follow
    Starter

    Latest posts made by lysy23

    • Bitcoin Höchststand über 100000 wird nicht dargestellt

      UPDATE: HAT SICH ERLEDIGT

      Hi, ich habe ein Skript erstellt. Es soll den Höchststand von Bitcoin speicher. Bis 99999 funktioniert alles, aber wenn der Kurs über 99999 steigt, passiert nichts. Der Wert wird nicht aktualisiert.

      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="on_ext" id="wZo0k|^u+`A=(clb[q3b" x="38" y="38">
          <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
          <field name="CONDITION">ne</field>
          <field name="ACK_CONDITION"></field>
          <value name="OID0">
            <shadow type="field_oid" id="xKMB1f1!64pg5(FT`kz%">
              <field name="oid">btc_kurs.0.ticker.bitfinex.btc</field>
            </shadow>
          </value>
          <statement name="STATEMENT">
            <block type="controls_if" id="{3-S?#ypjP+lKdNzbSwd">
              <value name="IF0">
                <block type="logic_compare" id="a{}-(9^*}$RMirx;8h/~">
                  <field name="OP">GT</field>
                  <value name="A">
                    <block type="get_value" id="3va#-EPke(Oi#S+uDHGL">
                      <field name="ATTR">val</field>
                      <field name="OID">btc_kurs.0.ticker.bitfinex.btc</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="get_value" id="l{9GG|7|{u@tMc0`R-M7">
                      <field name="ATTR">val</field>
                      <field name="OID">0_userdata.0.BTCKURS.Max._Kurs</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="update" id="uiWZN^Gs//K#~{mQzjKX">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">0_userdata.0.BTCKURS.Max._Kurs</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="get_value" id="0mvNYYdNJ2SH6+ddS=IB">
                      <field name="ATTR">val</field>
                      <field name="OID">btc_kurs.0.ticker.bitfinex.btc</field>
                    </block>
                  </value>
                  <next>
                    <block type="update" id="iPi/uO{[bfZlmhtUhP6`">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">0_userdata.0.BTCKURS.Max_Datum</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="time_get" id="_5BL@ze6$3tsv%t=w^qj">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation>
                          <field name="OPTION">custom</field>
                          <field name="FORMAT">TT.MM.JJJJ SS:mm:ss</field>
                        </block>
                      </value>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      

      ![Unbenannt11.JPG](/assets/uploads/files/1733510666466-unbenannt11.jpg

      posted in Blockly
      L
      lysy23
    • RE: Sonos Spotify Werbung kurz pausieren

      @paul53 said in Sonos Spotify Werbung kurz pausieren:

      @lysy23
      Du must den Wert prüfen - nicht die Objekt-ID.

      Blockly_temp.JPG

      Ältere Version des Javascript-Adapters? Die Farbe von "Objekt ID" hat sich inzwischen geändert.

      Danke dir, es funktioniert.

      posted in Blockly
      L
      lysy23
    • Sonos Spotify Werbung kurz pausieren

      Hi, ich benutze die kostenlose Spotify Version. Immer wenn die Werbung eingeschaltet wird kommt kein Ton mehr aus dem Sonos Lautsprecher. Das Problem ist bei Sonos bekannt und die Lösung ist 1x Pause und 1x Play zu drücken.
      Da ich aber keine Lust habe die Tasten manuell zu drücken wollte ich das mit einem Skript lösen.
      Meine Idee war wenn der Titel Advertisement (Werbung) zeigt soll die Taste Pause gedrückt werden und nach 2 sek.später die Play Taste. Lieder ohne Erfolg.

      bl.JPG

      posted in Blockly
      L
      lysy23
    • RE: Neuer Adapter für Roborock-Staubsauger

      Kann jemand helfen ?

      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: node:internal/modules/cjs/loader:1189
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: return process.dlopen(module, path.toNamespacedPath(filename));
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: ^
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]:
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: Error: \\?\C:\yyyyyyyyyyy\xxxxxxxxxx\zzzzzzzzzz\node_modules\canvas\build\Release\canvas.node ist keine zulässige Win32-Anwendung.
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: \\?\C:\yyyyyyyyyyy\xxxxxxxxxx\zzzzzzzzzz\node_modules\canvas\build\Release\canvas.node
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: at Object.Module._extensions..node (node:internal/modules/cjs/loader:1189:18)
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1005:19)
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: at Object. (C:\yyyyyyyyyyy\xxxxxxxxxx\zzzzzzzzzz\node_modules\canvas\lib\bindings.js:3:18)
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
      2023-09-09 23:08:52.879 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:981:32)
      2023-09-09 23:08:52.880 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:822:12) {
      2023-09-09 23:08:52.880 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: code: 'ERR_DLOPEN_FAILED'
      2023-09-09 23:08:52.880 - error: host.xx(zzzzzzzzzz) Caught by controller[0]: }
      2023-09-09 23:08:52.880 - error: host.xx(zzzzzzzzzz) instance system.adapter.roborock.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      
      
      
      
      posted in ioBroker Allgemein
      L
      lysy23
    • RE: Neuer Adapter für Roborock-Staubsauger

      Hallo,

      irgendwie will nicht der Adapter bei mir funktionieren. Anmeldung und Passwort soll wie bei der Roborock-App sein?

      posted in ioBroker Allgemein
      L
      lysy23
    • RE: Test Adapter Wallpanel

      @floh22964 said in Test Adapter Wallpanel:

      Hast Du da einen Lösungsansatz für mich?

      In der VIS unter Tools oben links kannst du die Auflösung auswählen.

      posted in Tester
      L
      lysy23
    • RE: Zeigt her eure Views zum Thema Saugroboter (Xiaomi)

      @damrak2022 said in Zeigt her eure Views zum Thema Saugroboter (Xiaomi):

      @lysy23 Sieht echt gut aus. Könntest Du mir diese 4 Bilder bitte zur Verfügung stellen?
      Bildschirmfoto_2022-12-01_um_02_45_14.png

      Bitte
      roborock.zip

      posted in Visualisierung
      L
      lysy23
    • RE: Zeigt her eure Views zum Thema Saugroboter (Xiaomi)

      roborock.JPG

      posted in Visualisierung
      L
      lysy23
    • RE: Tuya Adapter 3.8.1+

      @apollon77 said in Tuya Adapter 3.8.1+:

      Da frage ich mich aber wie Du auf die 3.8.0 updaten konntest - die gab es nur während de,m Alpha Test auf GitHub 😉

      die 3.8.0 habe ich über GitHub installiert

      posted in ioBroker Allgemein
      L
      lysy23
    • RE: Tuya Adapter 3.8.1+

      @apollon77 sorry hatte 3.8.0 Version installiert nach dem Update auf 3.8.1 läuft alles wieder.

      posted in ioBroker Allgemein
      L
      lysy23
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo