Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    M
    • Profile
    • Following 0
    • Followers 1
    • Topics 27
    • Posts 113
    • Best 2
    • Groups 2

    mibr85

    @mibr85

    Starter

    2
    Reputation
    14
    Profile views
    113
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    mibr85 Follow
    Pro Starter

    Best posts made by mibr85

    • RE: [gelöst] Synology Adapter baut keine Verbindung auf

      ja sind nur Debug Meldungen.
      ich werd die erstmal ignorieren und hab auf log level info umgestellt 😉
      Ich bekomme alles was ich brauzche

      posted in Error/Bug
      M
      mibr85
    • RE: Kommazahl aus String in Zahl umwandeln

      Kaum macht man es richtig, funktioniert es aufeinmal 🤷
      Vielen Dank

      posted in Blockly
      M
      mibr85

    Latest posts made by mibr85

    • RE: Liste mit Einschaltzeiten und dauer erstellen

      fehler selbst gefunden

      posted in Einsteigerfragen
      M
      mibr85
    • RE: Liste mit Einschaltzeiten und dauer erstellen

      @paul53
      Wieder einmal vielen Dank für deine Hilfe.
      nach ersten tests funktioniert alles wie es soll

      posted in Einsteigerfragen
      M
      mibr85
    • RE: Liste mit Einschaltzeiten und dauer erstellen

      @asgothian
      Danke für den Hinweis, sorry hab den export angepasst. das funktioniert soweit aber es steht immer nur 1 Eintrag in der liste.
      wie muss denn das Blockly aussehen wenn ich mehrere eintrage hintereinander in die Liste schreiben möchte?
      ich hab im Objektbaum ein eine Variable (Laufzeittabelle) als array angelegt das sollte doch die Initialisierung sein oder?

      posted in Einsteigerfragen
      M
      mibr85
    • Liste mit Einschaltzeiten und dauer erstellen

      Hallo zusammen
      ich schalte meine Poolpumpe abhängig von der PV Leistung An und Aus und würde gern die
      Startzeit Stoßzeit und dauer in einer liste dokumentieren und am Tagesende ausgeben lassen.
      So habe ich es mir gedacht aber das mit der liste funktioniert noch nicht.
      Was mach ich falsch

      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="field_oid" id="EGX),k$O=`v)`S3E,dyL" x="412" y="38">
          <field name="oid">0_userdata.0.example_state</field>
        </block>
        <block type="on_ext" id="=s%O20=g?n5UFq({C/pH" x="38" y="63">
          <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="mN$A@.5E+_@7UN.KcSX~">
              <field name="oid">ID auswählen</field>
            </shadow>
            <block type="field_oid" id="ylL$DY#xlOEbP.Pji+Zy">
              <field name="oid">procon-ip.0.relays.0.value</field>
            </block>
          </value>
          <statement name="STATEMENT">
            <block type="controls_if" id="V!(P7PjS!AJW/enk}W%L">
              <mutation else="1"></mutation>
              <value name="IF0">
                <block type="logic_compare" id="81#NT/H`MY!Qo/6cyU9)">
                  <field name="OP">EQ</field>
                  <value name="A">
                    <block type="on_source" id="5]V6/n@ea?QNm]D[RHC?">
                      <field name="ATTR">state.val</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="math_number" id="m9Q{Np/@PHc#Pq!8m1Ss">
                      <field name="NUM">3</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="update" id=":^zNgQyvOD|jeW+o3`$N">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">0_userdata.0.Pool.letzterStart</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="time_get" id="z}p~l#l!axw/.OVEC37Z">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                      <field name="OPTION">object</field>
                    </block>
                  </value>
                </block>
              </statement>
              <statement name="ELSE">
                <block type="update" id="g3!5U|#;V?et[h-#Bn.P">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">0_userdata.0.Pool.letzterStop</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="time_get" id="*+^U+U*n~b3hciT#NG!{">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                      <field name="OPTION">object</field>
                    </block>
                  </value>
                  <next>
                    <block type="update" id="/pRhYFf=KM7{gHZlIE%l">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">0_userdata.0.Pool.letzteDauer</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="math_arithmetic" id="-hrMLqeEj|:,BHi38cMR">
                          <field name="OP">MINUS</field>
                          <value name="A">
                            <shadow type="math_number" id="efL^LR1Y.uh+{Y+=n.6J">
                              <field name="NUM">1</field>
                            </shadow>
                            <block type="get_value" id="xPr!T?KxUnH]dRV@.EXz">
                              <field name="ATTR">val</field>
                              <field name="OID">0_userdata.0.Pool.letzterStop</field>
                            </block>
                          </value>
                          <value name="B">
                            <shadow type="math_number" id="0mYKjf|TF$gsq7X@WkIS">
                              <field name="NUM">1</field>
                            </shadow>
                            <block type="get_value" id="9gGDm#aoe-fSiRx0x%4b">
                              <field name="ATTR">val</field>
                              <field name="OID">0_userdata.0.Pool.letzterStart</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <next>
                        <block type="update" id="FooW(9.E2MsTgN|hrAL6">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">0_userdata.0.Pool.PumpeTagesdauer</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_arithmetic" id="}yENu22`2)S!8A)l9p3W">
                              <field name="OP">ADD</field>
                              <value name="A">
                                <shadow type="math_number" id="#D`i,XE^NW]ydPhw~iMM">
                                  <field name="NUM">1</field>
                                </shadow>
                                <block type="get_value" id="N^H8g)ghIes!]BgxCB8Z">
                                  <field name="ATTR">val</field>
                                  <field name="OID">0_userdata.0.Pool.PumpeTagesdauer</field>
                                </block>
                              </value>
                              <value name="B">
                                <shadow type="math_number" id="{a:i-#m8BFuCqJC_ojaF">
                                  <field name="NUM">1</field>
                                </shadow>
                                <block type="get_value" id="qo2P8XyzN*nIl[dd(*2[">
                                  <field name="ATTR">val</field>
                                  <field name="OID">0_userdata.0.Pool.letzteDauer</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <next>
                            <block type="update" id="XBLduMC8p8orp]+1y:WH">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">0_userdata.0.Pool.Laufzeitentabelle</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="text_join" id="JeXvl!gS*qym3r=[?z?F">
                                  <mutation items="6"></mutation>
                                  <value name="ADD0">
                                    <block type="convert_from_date" id="kW3U]P;[7j,h7{]?n_o^">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                      <field name="OPTION">hh:mm</field>
                                      <value name="VALUE">
                                        <block type="get_value" id="%o;}dc8r/75.`RrL(|Mf">
                                          <field name="ATTR">val</field>
                                          <field name="OID">0_userdata.0.Pool.letzterStart</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="ADD1">
                                    <block type="text" id="5m:j+Ay5R1n,z_r~rmRS">
                                      <field name="TEXT">⎥</field>
                                    </block>
                                  </value>
                                  <value name="ADD2">
                                    <block type="convert_from_date" id="3#!Ur-W%{D!lRl9R5P1!">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                      <field name="OPTION">hh:mm</field>
                                      <value name="VALUE">
                                        <block type="get_value" id="y6*EXIMjQGsYY^H4vdRS">
                                          <field name="ATTR">val</field>
                                          <field name="OID">0_userdata.0.Pool.letzterStop</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="ADD3">
                                    <block type="text" id="-@c*FZAtjj*HdM-49:;N">
                                      <field name="TEXT">⎥</field>
                                    </block>
                                  </value>
                                  <value name="ADD4">
                                    <block type="convert_time_difference" id="2`arZ*yB9_Lw;^+Sfes3">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" format="false"></mutation>
                                      <field name="OPTION">hh:mm:ss</field>
                                      <value name="VALUE">
                                        <block type="get_value" id="58XnwmW@^2u+)o+x]Z],">
                                          <field name="ATTR">val</field>
                                          <field name="OID">0_userdata.0.Pool.letzteDauer</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <next>
                                <block type="telegram" id="$)hKhfRBN-80(@Bj/5*N">
                                  <field name="INSTANCE">.1</field>
                                  <field name="LOG"></field>
                                  <field name="SILENT">FALSE</field>
                                  <field name="PARSEMODE">default</field>
                                  <field name="ESCAPING">FALSE</field>
                                  <field name="DISABLE_WEB_PAGE_PREVIEW">FALSE</field>
                                  <value name="MESSAGE">
                                    <shadow type="text" id="[9LHkx0ad]NuOqHcc)xm">
                                      <field name="TEXT">text</field>
                                    </shadow>
                                    <block type="text_join" id="aUGnS+]uX^qJ%:xbJMfG">
                                      <mutation items="6"></mutation>
                                      <value name="ADD0">
                                        <block type="text" id="w|fHn.$f8|3jt3w85NVp">
                                          <field name="TEXT">Pumpenlaufzeiten:</field>
                                        </block>
                                      </value>
                                      <value name="ADD1">
                                        <block type="text_newline" id="`Oz^RgMYU.inseDr(6BT">
                                          <field name="Type">\n</field>
                                        </block>
                                      </value>
                                      <value name="ADD2">
                                        <block type="get_value" id="N`lG`y-~][.i/M6WO])|">
                                          <field name="ATTR">val</field>
                                          <field name="OID">0_userdata.0.Pool.Laufzeitentabelle</field>
                                        </block>
                                      </value>
                                      <value name="ADD3">
                                        <block type="text_newline" id="BPN2JQlYbMi3rXWeeUa!">
                                          <field name="Type">\n</field>
                                        </block>
                                      </value>
                                      <value name="ADD4">
                                        <block type="text" id="mDh6ZuTFB%=UAlV-,c1U">
                                          <field name="TEXT">Gesamtdauer heute: </field>
                                        </block>
                                      </value>
                                      <value name="ADD5">
                                        <block type="convert_time_difference" id="FkIY+6A3=F7}pO7;QuJG">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" format="false"></mutation>
                                          <field name="OPTION">hh:mm</field>
                                          <value name="VALUE">
                                            <block type="get_value" id="dLYx]ED*q+U..~==!85n">
                                              <field name="ATTR">val</field>
                                              <field name="OID">0_userdata.0.Pool.PumpeTagesdauer</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
          <next>
            <block type="schedule" id="Xl(7|pXbh1(WU!Oc*:R,">
              <field name="SCHEDULE">{"time":{"exactTime":true,"start":"22:00"},"period":{"days":1}}</field>
              <statement name="STATEMENT">
                <block type="update" id="T/FtWuc7IG|k0p%fSJw.">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">0_userdata.0.Pool.PumpeTagesdauer</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="math_number" id="br.W0U-13AzB?t__?,sV">
                      <field name="NUM">0</field>
                    </block>
                  </value>
                </block>
              </statement>
            </block>
          </next>
        </block>
      </xml>
      

      2c90681d-768e-4b13-9c7e-96210ffce33d-image.png

      posted in Einsteigerfragen
      M
      mibr85
    • RE: Grafana nur Ergebnis der berechnung anzeigen

      @marc-berg
      vielen Dank hat funktioniert 🙂

      wofür ist diese ominöse zeile überhaupt da bzw was bewirkt die?
      |> yield(name: "mean")

      posted in Grafana
      M
      mibr85
    • Grafana nur Ergebnis der berechnung anzeigen

      HAllo zusammen
      ich Versuche gerade meine stromwerte mit einem Faktor zu scalieren leider werden dabei danach immer der Ursprungswert und das Ergebnis angezeigt.
      Wie kann ich nur das ergebnis anzeigen lassen?

      from(bucket: "Smappee")
        |> range(start: v.timeRangeStart, stop: v.timeRangeStop)
        |> filter(fn: (r) 
        => r["_field"] == "Strom_L1" 
        or r["_field"] == "Strom_L2" 
        or r["_field"] == "Strom_L3")
        |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)
        |> yield(name: "mean")
        |> map(fn: (r) => ({r with _value: r._value / 10.0}))
      

      cb9de4ee-e4d7-493a-9e67-5d650989ec08-grafik.png

      posted in Grafana
      M
      mibr85
    • RE: Test Adapter KNX v2.x

      Leider kommt es immer wieder dazu, dass sich der KNX Adapter, wie oben beschrieben aufhängt.
      Wie kann ich denn eine tiefere Diagnose durchführen um den Fehler zu finden?

      posted in Tester
      M
      mibr85
    • komische Log Meldungen vom Host

      Hallo zusammen
      irgendetwaas hat mein Log voll geschrieben:
      907341ae-fa07-4b3d-b418-6c48fca15ad4-grafik.png
      unter der IP 192.168.100.82 hängt eine Kamera Insta 9008.
      Hat jemand eine Idee was die Meldung sagt?

      Grüsse Micha

      posted in ioBroker Allgemein
      M
      mibr85
    • RE: Test Adapter KNX v2.x

      Wenn der Adapter normal läuft schreiben mir diese meldungen den Log voll, wie kann ich die meldungen interpretieren und vermeiden:
      b6744077-9e92-4bf2-bccd-f22e8ac2cd6c-grafik.png

      posted in Tester
      M
      mibr85
    • RE: Test Adapter KNX v2.x

      Hallo Zusammen
      ich habe ein Problem mit meinem KNX Adapter:
      alle 5-10 Tage habe ich festgestellt, dass die CPU Last meines Synology NAS (ioBroker läuft hierauf im Docker) plötzlich um 20-30% ansteigt.
      77160ccd-aaa1-4968-b455-19fb89c12f7b-grafik.png

      Jetzt habe ich im Ressourcenmanager geschaut was diesen Anstieg auslöst:
      df738523-8780-47cc-a3c4-26a4975f99de-grafik.png

      Wenn ich die KNX Instanz im ioBroker stoppe, läuft dieser Prozess trotzdem weiter.
      wenn ich die KNX Instanz neustarte wird ein neuer Prozess gestartet:
      f1b835ea-0a2f-45db-8b1b-c3fc7a3b677d-grafik.png

      so sieht es im Docker aus:
      532aed6f-bc5f-4d33-a9ef-60a746108ee7-grafik.png

      ich konnte den Prozess nur mit sudo kill -9 io.knx.0 stoppen

      Wie kann ich den Prozess stoppen?
      Wie kann ich herausfinden was zu diesem verhalten führt?

      Auszug aus iob diag:

      Skript v.2023-10-10
      
      *** BASE SYSTEM ***
      Hardware Vendor : Synology
      Kernel          : x86_64
      Userland        : amd64
      Docker          : v9.0.1
      Virtualization  : Docker
      Kernel          : x86_64
      Userland        : amd64
      
      Systemuptime and Load:
       02:36:03 up 13 days, 16:08,  0 user,  load average: 1.24, 2.29, 3.05
      CPU threads: 4
      
      
      *** Time and Time Zones ***
      Mon Dec 11 01:36:03 UTC 2023
      Mon Dec 11 02:36:03 CET 2023
      CET +0100
      Etc/UTC
      
      *** User and Groups ***
      root
      /root
      root
      
      *** X-Server-Setup ***
      X-Server:       false
      Desktop: 
      Terminal: 
      
      
      *** MEMORY ***
                     total        used        free      shared  buff/cache   available
      Mem:            8.2G        4.0G        259M        182M        4.4G        4.2G
      Swap:           7.1G        1.8G        5.3G
      Total:           15G        5.7G        5.6G
      
               7802 M total memory
               3797 M used memory
               3200 M active memory
               2819 M inactive memory
                247 M free memory
                 16 M buffer memory
               4211 M swap cache
               6731 M total swap
               1673 M used swap
               5058 M free swap
      
      *** FILESYSTEM ***
      Filesystem             Type   Size  Used Avail Use% Mounted on
      /dev/mapper/cachedev_0 btrfs  5.3T  3.4T  2.0T  64% /
      tmpfs                  tmpfs   64M     0   64M   0% /dev
      tmpfs                  tmpfs  3.9G     0  3.9G   0% /sys/fs/cgroup
      shm                    tmpfs   64M     0   64M   0% /dev/shm
      /dev/mapper/cachedev_0 btrfs  5.3T  3.4T  2.0T  64% /opt/iobroker
      tmpfs                  tmpfs  3.9G     0  3.9G   0% /proc/acpi
      tmpfs                  tmpfs  3.9G     0  3.9G   0% /proc/scsi
      tmpfs                  tmpfs  3.9G     0  3.9G   0% /sys/firmware
      
      Messages concerning ext4 filesystem in dmesg:
      [Mon Nov 27 10:27:58 2023] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
      [Mon Nov 27 10:27:58 2023] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
      [Mon Nov 27 10:27:58 2023] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
      [Mon Nov 27 10:27:58 2023] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
      [Mon Nov 27 10:27:58 2023] EXT4-fs (sdd2): couldn't mount as ext3 due to feature incompatibilities
      [Mon Nov 27 10:27:58 2023] EXT4-fs (sdd2): mounted filesystem with ordered data mode. Opts: (null)
      [Mon Nov 27 10:29:23 2023] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
      [Mon Nov 27 10:29:23 2023] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
      [Mon Nov 27 10:29:23 2023] EXT4-fs (md0): couldn't mount as ext3 due to feature incompatibilities
      [Mon Nov 27 10:29:23 2023] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
      
      Show mounted filesystems \(real ones only\):
      TARGET             SOURCE                                                                                                                         FSTYPE OPTIONS
      /                  /dev/mapper/cachedev_0[/@syno/@docker/btrfs/subvolumes/1ced23e2edec353cde2fe4d9270f5dcb50e5ee8b10733174734586bded77cb77]       btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=865,subvol=/@syno/@docker/btrfs/subvolumes/1ced23e2edec353cde2fe4d9270f5dcb50e5ee8b10733174734586bded77cb77
      |-/opt/iobroker    /dev/mapper/cachedev_0[/@syno/@docker/volumes/iobrokerVolume/_data]                                                            btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=257,subvol=/@syno
      |-/etc/resolv.conf /dev/mapper/cachedev_0[/@syno/@docker/containers/2d62f9c4b750cc523ec5c6240dcefc599d288730892369546e93bb18b849868b/resolv.conf] btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=257,subvol=/@syno
      |-/etc/hostname    /dev/mapper/cachedev_0[/@syno/@docker/containers/2d62f9c4b750cc523ec5c6240dcefc599d288730892369546e93bb18b849868b/hostname]    btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=257,subvol=/@syno
      `-/etc/hosts       /dev/mapper/cachedev_0[/@syno/@docker/containers/2d62f9c4b750cc523ec5c6240dcefc599d288730892369546e93bb18b849868b/hosts]       btrfs  rw,nodev,relatime,ssd,synoacl,space_cache=v2,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=257,subvol=/@syno
      
      Files in neuralgic directories:
      
      /var:
      34M     /var/
      32M     /var/lib
      19M     /var/lib/apt/lists
      19M     /var/lib/apt
      13M     /var/lib/dpkg
      
      
      
      /opt/iobroker/backups:
      38M     /opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      368M    /opt/iobroker/iobroker-data/
      224M    /opt/iobroker/iobroker-data/files
      84M     /opt/iobroker/iobroker-data/backup-objects
      67M     /opt/iobroker/iobroker-data/files/javascript.admin
      48M     /opt/iobroker/iobroker-data/files/javascript.admin/static
      
      The five largest files in iobroker-data are:
      36M     /opt/iobroker/iobroker-data/objects.jsonl
      33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
      26M     /opt/iobroker/iobroker-data/states.jsonl
      21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
      18M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map
      
      USB-Devices by-id:
      USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
      
      find: '/dev/serial/by-id/': No such file or directory
      
      *** NodeJS-Installation ***
      
      /usr/bin/nodejs         v18.18.2
      /usr/bin/node           v18.18.2
      /usr/bin/npm            9.8.1
      /usr/bin/npx            9.8.1
      /usr/bin/corepack       0.19.0
      
      
      nodejs:
        Installed: 18.18.2-1nodesource1
        Candidate: 18.18.2-1nodesource1
        Version table:
       *** 18.18.2-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
              100 /var/lib/dpkg/status
           18.18.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.18.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.17.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.17.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.16.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.16.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.15.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.14.2-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.14.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.14.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.13.0+dfsg1-1 500
              500 http://deb.debian.org/debian bookworm/main amd64 Packages
           18.13.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.12.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.11.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.10.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.9.1-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.9.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.8.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.7.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.6.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.5.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.4.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.3.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.2.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.1.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
           18.0.0-1nodesource1 500
              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
      
      Temp directories causing npm8 problem: 0
      No problems detected
      
      Errors in npm tree:
      
      *** ioBroker-Installation ***
      
      ioBroker Status
      iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Core adapters versions
      js-controller:  5.0.16
      admin:          6.12.0
      javascript:     7.1.6
      
      Adapters from github:   0
      
      Adapter State
      + system.adapter.admin.0                  : admin                 : MIBR-DS                                  -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.backitup.0               : backitup              : MIBR-DS                                  -  enabled
      + system.adapter.discovery.0              : discovery             : MIBR-DS                                  -  enabled
      + system.adapter.doorbird.0               : doorbird              : MIBR-DS                                  -  enabled
      + system.adapter.e3dc-rscp.0              : e3dc-rscp             : MIBR-DS                                  -  enabled
      + system.adapter.gruenbeck.0              : gruenbeck             : MIBR-DS                                  -  enabled
      + system.adapter.hue.0                    : hue                   : MIBR-DS                                  -  enabled, port: 443
      + system.adapter.hue.1                    : hue                   : MIBR-DS                                  -  enabled, port: 443
        system.adapter.ical.0                   : ical                  : MIBR-DS                                  -  enabled
      + system.adapter.info.0                   : info                  : MIBR-DS                                  -  enabled
      + system.adapter.iot.0                    : iot                   : MIBR-DS                                  -  enabled
      + system.adapter.javascript.0             : javascript            : MIBR-DS                                  -  enabled
      + system.adapter.klf200.0                 : klf200                : MIBR-DS                                  -  enabled
        system.adapter.knx.0                    : knx                   : MIBR-DS                                  - disabled
        system.adapter.lg-thinq.0               : lg-thinq              : MIBR-DS                                  - disabled
      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : MIBR-DS                                  -  enabled, port: 54321
      + system.adapter.mqtt-client.0            : mqtt-client           : MIBR-DS                                  -  enabled, port: 1883
        system.adapter.node-red.0               : node-red              : MIBR-DS                                  - disabled, port: 1880, bind: 0.0.0.0
      + system.adapter.procon-ip.0              : procon-ip             : MIBR-DS                                  -  enabled
      + system.adapter.pvforecast.0             : pvforecast            : MIBR-DS                                  -  enabled
      + system.adapter.scenes.0                 : scenes                : MIBR-DS                                  -  enabled
      + system.adapter.shelly.0                 : shelly                : MIBR-DS                                  -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.statistics.0             : statistics            : MIBR-DS                                  -  enabled
      + system.adapter.synology.0               : synology              : MIBR-DS                                  -  enabled, port: 5001
      + system.adapter.telegram.0               : telegram              : MIBR-DS                                  -  enabled, port: 8443, bind: 0.0.0.0
      + system.adapter.telegram.1               : telegram              : MIBR-DS                                  -  enabled, port: 8443, bind: 0.0.0.0
      + system.adapter.text2command.0           : text2command          : MIBR-DS                                  -  enabled
      + system.adapter.unifi.0                  : unifi                 : MIBR-DS                                  -  enabled
      + system.adapter.viessmannapi.0           : viessmannapi          : MIBR-DS                                  -  enabled
      + system.adapter.web.0                    : web                   : MIBR-DS                                  -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        system.adapter.yahka.0                  : yahka                 : MIBR-DS                                  - disabled
      
      + instance is alive
      
      Enabled adapters with bindings
      + system.adapter.admin.0                  : admin                 : MIBR-DS                                  -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.hue.0                    : hue                   : MIBR-DS                                  -  enabled, port: 443
      + system.adapter.hue.1                    : hue                   : MIBR-DS                                  -  enabled, port: 443
      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : MIBR-DS                                  -  enabled, port: 54321
      + system.adapter.mqtt-client.0            : mqtt-client           : MIBR-DS                                  -  enabled, port: 1883
      + system.adapter.shelly.0                 : shelly                : MIBR-DS                                  -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.synology.0               : synology              : MIBR-DS                                  -  enabled, port: 5001
      + system.adapter.telegram.0               : telegram              : MIBR-DS                                  -  enabled, port: 8443, bind: 0.0.0.0
      + system.adapter.telegram.1               : telegram              : MIBR-DS                                  -  enabled, port: 8443, bind: 0.0.0.0
      + system.adapter.web.0                    : web                   : MIBR-DS                                  -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      ioBroker-Repositories
      stable        : http://download.iobroker.net/sources-dist.json
      beta          : http://download.iobroker.net/sources-dist-latest.json
      
      Active repo(s): stable
      
      Installed ioBroker-Instances
      Used repository: stable
      Adapter    "admin"        : 6.12.0   , installed 6.12.0
      Adapter    "backitup"     : 2.8.7    , installed 2.8.7
      Adapter    "discovery"    : 4.2.0    , installed 4.2.0
      Adapter    "doorbird"     : 1.3.0    , installed 1.3.0
      Adapter    "e3dc-rscp"    : 1.2.5    , installed 1.2.5
      Adapter    "gruenbeck"    : 0.0.42   , installed 0.0.42
      Adapter    "hue"          : 3.10.1   , installed 3.10.1
      Adapter    "ical"         : 1.13.3   , installed 1.13.3
      Adapter    "info"         : 2.0.0    , installed 2.0.0
      Adapter    "iot"          : 2.0.11   , installed 2.0.11
      Adapter    "javascript"   : 7.1.6    , installed 7.1.6
      Controller "js-controller": 5.0.16   , installed 5.0.16
      Adapter    "klf200"       : 1.1.2    , installed 1.1.2
      Adapter    "knx"          : 2.0.23   , installed 2.0.23
      Adapter    "lg-thinq"     : 0.1.4    , installed 0.1.4
      Adapter    "mihome-vacuum": 4.1.0    , installed 4.1.0
      Adapter    "mqtt-client"  : 1.7.0    , installed 1.7.0
      Adapter    "node-red"     : 4.0.3    , installed 4.0.3
      Adapter    "procon-ip"    : 1.5.1    , installed 1.5.1
      Adapter    "pvforecast"   : 2.9.0    , installed 2.9.0
      Adapter    "scenes"       : 2.3.9    , installed 2.3.9
      Adapter    "shelly"       : 6.6.1    , installed 6.6.1
      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
      Adapter    "socketio"     : 6.6.0    , installed 6.6.0
      Adapter    "statistics"   : 2.4.0    , installed 2.4.0
      Adapter    "synology"     : 3.0.1    , installed 3.0.1
      Adapter    "telegram"     : 3.0.0    , installed 3.0.0
      Adapter    "text2command" : 3.0.2    , installed 3.0.2
      Adapter    "unifi"        : 0.6.6    , installed 0.6.6
      Adapter    "viessmannapi" : 2.3.0    , installed 2.3.0
      Adapter    "web"          : 6.1.10   , installed 6.1.10
      Adapter    "ws"           : 2.5.8    , installed 2.5.8
      Adapter    "yahka"        : 1.0.3    , installed 1.0.3
      
      Objects and States
      Please stand by - This may take a while
      Objects:        32437
      
      posted in Tester
      M
      mibr85
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo