Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test : Wasserenthärtung judo i-soft plus Adapter

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Test : Wasserenthärtung judo i-soft plus Adapter

Scheduled Pinned Locked Moved Tester
i-softjudowasserenthärtung
216 Posts 22 Posters 31.6k Views 21 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    roughestboy
    wrote on last edited by
    #61

    Neue Kundschaft !
    Vielen Dank Arthur für diesen Adapter. Ich habe eine judo isoft safe, gestern installiert, mit 'Cloud', und die Datenpunkte sind schon da.

    Vielleicht etwas offtopic oder falsches Forum, trotzdem Frage in die Runde: ich möchte den Adapter auch für 'Wasserszenen' nutzen, z.B. 'Duschen'.
    In der Handy-App wird dann die Soll-Härte für 2h auf 4dH gestellt. Mein Dauerwert ist 8dH.
    Weiß jemand, welche Gesamthärte des Duschwassers dann beabsichtigt ist ?
    Wahrscheinlich haben die meisten ja einen Warmwasserspeicher, ich jedenfalls auch. Da ist dann Warmwasser mit 8dH drin, 50...60 Grad. Ich gehe mal davon aus, mit max. 40 Grad zu Duschen, d.H. vermutlich wird dabei roundabout die Hälfte Kaltwasser zugemischt. Für mein Verständnis kommen dann in der Dusche vielleicht 6dH an. Ist das das Ziel ? Wenn's 4dH wären, müsste ich die Szene ja eher auf 1dH stellen...

    1 Reply Last reply
    0
    • arteckA arteck

      so gute Neuigkeiten

      der Cloud Zugang sollte jetzt auch gehen...

      version. 1.0.5

      M Offline
      M Offline
      mpenno
      wrote on last edited by
      #62

      @arteck Wir hatten uns beide schon vor einiger Zeit einmal ausgetauscht. Mein Judo i-Soft Adapter verliert hin- und wieder die Verbindung (manchmal alle 5 Tage, manchmal geht es auch zwei Wochen gut). Deshalb habe ich mir schon einen Watchdog geschrieben, der den Adapter neu startet.

      Nur kann er den Adapter manchmal nicht Neustarten, da was komisches passiert: das Passwort ist nicht mehr unter den Adapter-Instanzdaten eingetragen. Der Benutzername steht noch da.
      Jetzt frage ich wieso der hin- und wieder fehlt.

      Schaue ich in die Datei: /opt/iobroker/iobroker-data/object.json ist da auch kein Passwort-JSON Schlüssel da, bis ich es wieder im Adapter eintrage:

      Hier fehlt es:

      ..."native":
      {"interval":"300","ip":"10.0.0.16","user":"blabla","ipaddress":"0.0.0.0","cloud":false},"protectedNative":["password"],"encryptedNative":["password"],...
      

      Wenn ich es wieder eintrage:

      ..."native":{"interval":"300","ip":"10.0.0.16","user":"blabla","ipaddress":"0.0.0.0","cloud":false,"password":"IrgendwasVerschlüsseltes"},"protectedNative":["password"],"encryptedNative":["password"],
      

      Ich habe die Versionen:
      judoisoft: 1.0.10
      Admin-Version: 5.1.23
      js-controller: 3.3.15

      Hat jemand eine Idee? Oder wie ich meinem Watchdog-Script beibringe den JSON-String zu korrigieren, ohne dass ich was anderes zerstöre 🙂

      Mein Watchdog-Script läuft alle 15 Minuten und prüft ob sich etwas beim "Last Info-Objekt geändert hat, hier nur ein Ausschnitt mit dem Neustarten:

      const idInst = 'system.adapter.judoisoft.0';
      ...
      
      if (zeitDiff < 900000 ) return;
      
          var obj = getObject(idInst);
          obj.common.enabled = true;  // Adapter einschalten
          setObject(idInst, obj);
      ...
      

      Viele Grüße
      Michael

      M 1 Reply Last reply
      0
      • M mpenno

        @arteck Wir hatten uns beide schon vor einiger Zeit einmal ausgetauscht. Mein Judo i-Soft Adapter verliert hin- und wieder die Verbindung (manchmal alle 5 Tage, manchmal geht es auch zwei Wochen gut). Deshalb habe ich mir schon einen Watchdog geschrieben, der den Adapter neu startet.

        Nur kann er den Adapter manchmal nicht Neustarten, da was komisches passiert: das Passwort ist nicht mehr unter den Adapter-Instanzdaten eingetragen. Der Benutzername steht noch da.
        Jetzt frage ich wieso der hin- und wieder fehlt.

        Schaue ich in die Datei: /opt/iobroker/iobroker-data/object.json ist da auch kein Passwort-JSON Schlüssel da, bis ich es wieder im Adapter eintrage:

        Hier fehlt es:

        ..."native":
        {"interval":"300","ip":"10.0.0.16","user":"blabla","ipaddress":"0.0.0.0","cloud":false},"protectedNative":["password"],"encryptedNative":["password"],...
        

        Wenn ich es wieder eintrage:

        ..."native":{"interval":"300","ip":"10.0.0.16","user":"blabla","ipaddress":"0.0.0.0","cloud":false,"password":"IrgendwasVerschlüsseltes"},"protectedNative":["password"],"encryptedNative":["password"],
        

        Ich habe die Versionen:
        judoisoft: 1.0.10
        Admin-Version: 5.1.23
        js-controller: 3.3.15

        Hat jemand eine Idee? Oder wie ich meinem Watchdog-Script beibringe den JSON-String zu korrigieren, ohne dass ich was anderes zerstöre 🙂

        Mein Watchdog-Script läuft alle 15 Minuten und prüft ob sich etwas beim "Last Info-Objekt geändert hat, hier nur ein Ausschnitt mit dem Neustarten:

        const idInst = 'system.adapter.judoisoft.0';
        ...
        
        if (zeitDiff < 900000 ) return;
        
            var obj = getObject(idInst);
            obj.common.enabled = true;  // Adapter einschalten
            setObject(idInst, obj);
        ...
        

        Viele Grüße
        Michael

        M Offline
        M Offline
        mpenno
        wrote on last edited by
        #63

        Zwei Versuche habe ich noch unternommen:

        1. Update des js-controller von 3.3.15 auf 3.3.18, was keine Änderung ergab.

        2. Als letzte Möglichkeit habe ich die Judo i-soft Instanz gelöscht, den ioBroker Container neugestartet und den Judo i-soft Adapter über die Admin-Oberfläche mittels Github-Link "drüber" installiert.

        Mal schauen, wie lange er jetzt läuft, ohne das Passwort zu verlieren.

        Viele Grüße
        Michael

        M 1 Reply Last reply
        0
        • M mpenno

          Zwei Versuche habe ich noch unternommen:

          1. Update des js-controller von 3.3.15 auf 3.3.18, was keine Änderung ergab.

          2. Als letzte Möglichkeit habe ich die Judo i-soft Instanz gelöscht, den ioBroker Container neugestartet und den Judo i-soft Adapter über die Admin-Oberfläche mittels Github-Link "drüber" installiert.

          Mal schauen, wie lange er jetzt läuft, ohne das Passwort zu verlieren.

          Viele Grüße
          Michael

          M Offline
          M Offline
          mpenno
          wrote on last edited by mpenno
          #64

          Brachte auch nichts, heute morgen um 3:25 Uhr und um 04:11 Uhr stand der Adapter wieder. Das Passwort (zumindestens die Sterne) waren in der Konfiguration noch zu sehen.

          2021-09-25 03:07:22.619 - info: smartmeter.0 (607) Received 7 values, 3 updated
          2021-09-25 03:12:23.959 - info: smartmeter.0 (607) Received 7 values, 3 updated
          2021-09-25 03:17:08.843 - warn: zigbee.0 (766) State value to set for "zigbee.0.00158d00045cb942.link_quality" has value "255" greater than max "254"
          2021-09-25 03:17:25.514 - info: smartmeter.0 (607) Received 7 values, 3 updated
          2021-09-25 03:22:27.625 - info: smartmeter.0 (607) Received 7 values, 3 updated
          2021-09-25 03:25:22.470 - error: judoisoft.0 (14692) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          2021-09-25 03:25:22.526 - error: judoisoft.0 (14692) unhandled promise rejection: Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property '_httpMessage' -> object with constructor 'ClientRequest'
          --- property 'socket' closes the circle
          2021-09-25 03:25:22.527 - error: judoisoft.0 (14692) TypeError: Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property '_httpMessage' -> object with constructor 'ClientRequest'
          --- property 'socket' closes the circle
          at JSON.stringify ()
          at judoisoftControll.getInfosLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:405:53)
          at runMicrotasks ()
          at processTicksAndRejections (internal/process/task_queues.js:97:5)
          2021-09-25 03:25:22.528 - error: judoisoft.0 (14692) Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property '_httpMessage' -> object with constructor 'ClientRequest'
          --- property 'socket' closes the circle
          2021-09-25 03:25:22.533 - info: judoisoft.0 (14692) cleaned everything up...
          2021-09-25 03:25:22.534 - info: judoisoft.0 (14692) terminating
          2021-09-25 03:25:22.535 - warn: judoisoft.0 (14692) Terminated (UNCAUGHT_EXCEPTION): Without reason
          2021-09-25 03:25:23.129 - error: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          2021-09-25 03:25:23.167 - info: host.iobroker-2020-05-01 Restart adapter system.adapter.judoisoft.0 because enabled
          2021-09-25 03:25:53.199 - info: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 started with pid 26529
          2021-09-25 03:25:54.745 - info: judoisoft.0 (26529) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.20.0, js-controller: 3.3.18
          2021-09-25 03:27:28.928 - info: smartmeter.0 (607) Received 7 values, 3 updated
          ...
          ...
          2021-09-25 04:07:40.471 - info: smartmeter.0 (607) Received 7 values, 3 updated
          2021-09-25 04:07:50.580 - warn: zigbee.0 (766) State value to set for "zigbee.0.00158d00045cb942.link_quality" has value "255" greater than max "254"
          2021-09-25 04:11:30.010 - error: judoisoft.0 (26529) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          2021-09-25 04:11:30.013 - error: judoisoft.0 (26529) unhandled promise rejection: Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property 'parser' -> object with constructor 'HTTPParser'
          --- property 'socket' closes the circle
          2021-09-25 04:11:30.015 - error: judoisoft.0 (26529) TypeError: Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property 'parser' -> object with constructor 'HTTPParser'
          --- property 'socket' closes the circle
          at JSON.stringify ()
          at judoisoftControll.getInfosLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:405:53)
          at runMicrotasks ()
          at processTicksAndRejections (internal/process/task_queues.js:97:5)
          2021-09-25 04:11:30.017 - error: judoisoft.0 (26529) Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property 'parser' -> object with constructor 'HTTPParser'
          --- property 'socket' closes the circle
          2021-09-25 04:11:30.028 - info: judoisoft.0 (26529) cleaned everything up...
          2021-09-25 04:11:30.029 - info: judoisoft.0 (26529) terminating
          2021-09-25 04:11:30.030 - warn: judoisoft.0 (26529) Terminated (UNCAUGHT_EXCEPTION): Without reason
          2021-09-25 04:11:30.606 - error: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          2021-09-25 04:11:30.611 - info: host.iobroker-2020-05-01 Restart adapter system.adapter.judoisoft.0 because enabled
          2021-09-25 04:11:34.987 - warn: telegram.0 (569) polling_error: EFATAL, EFATAL: Error: read ECONNRESET
          2021-09-25 04:12:00.647 - info: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 started with pid 28836
          2021-09-25 04:12:02.114 - info: judoisoft.0 (28836) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.20.0, js-controller: 3.3.18
          2021-09-25 04:12:09.051 - error: judoisoft.0 (28836) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          2021-09-25 04:12:09.052 - error: judoisoft.0 (28836) unhandled promise rejection: Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property 'parser' -> object with constructor 'HTTPParser'
          --- property 'socket' closes the circle
          2021-09-25 04:12:09.053 - error: judoisoft.0 (28836) TypeError: Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property 'parser' -> object with constructor 'HTTPParser'
          --- property 'socket' closes the circle
          at JSON.stringify ()
          at judoisoftControll.getInfoStaticLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:147:62)
          at processTicksAndRejections (internal/process/task_queues.js:97:5)
          2021-09-25 04:12:09.054 - error: judoisoft.0 (28836) Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property 'parser' -> object with constructor 'HTTPParser'
          --- property 'socket' closes the circle
          2021-09-25 04:12:09.061 - info: judoisoft.0 (28836) cleaned everything up...
          2021-09-25 04:12:09.062 - info: judoisoft.0 (28836) terminating
          2021-09-25 04:12:09.063 - warn: judoisoft.0 (28836) Terminated (UNCAUGHT_EXCEPTION): Without reason
          2021-09-25 04:12:09.618 - error: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          2021-09-25 04:12:09.620 - info: host.iobroker-2020-05-01 Restart adapter system.adapter.judoisoft.0 because enabled
          2021-09-25 04:12:39.653 - info: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 started with pid 28887
          2021-09-25 04:12:41.307 - info: judoisoft.0 (28887) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.20.0, js-controller: 3.3.18
          2021-09-25 04:12:41.866 - info: smartmeter.0 (607) Received 7 values, 3 updated
          2021-09-25 04:12:48.526 - error: judoisoft.0 (28887) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          2021-09-25 04:12:48.527 - error: judoisoft.0 (28887) unhandled promise rejection: Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property 'parser' -> object with constructor 'HTTPParser'
          --- property 'socket' closes the circle
          2021-09-25 04:12:48.528 - error: judoisoft.0 (28887) TypeError: Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property 'parser' -> object with constructor 'HTTPParser'
          --- property 'socket' closes the circle
          at JSON.stringify ()
          at judoisoftControll.getInfoStaticLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:147:62)
          at processTicksAndRejections (internal/process/task_queues.js:97:5)
          2021-09-25 04:12:48.528 - error: judoisoft.0 (28887) Converting circular structure to JSON
          --> starting at object with constructor 'TLSSocket'
          | property 'parser' -> object with constructor 'HTTPParser'
          --- property 'socket' closes the circle
          2021-09-25 04:12:48.533 - info: judoisoft.0 (28887) cleaned everything up...
          2021-09-25 04:12:48.534 - info: judoisoft.0 (28887) terminating
          2021-09-25 04:12:48.535 - warn: judoisoft.0 (28887) Terminated (UNCAUGHT_EXCEPTION): Without reason
          2021-09-25 04:12:49.108 - error: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
          2021-09-25 04:12:49.109 - info: host.iobroker-2020-05-01 Restart adapter system.adapter.judoisoft.0 because enabled
          2021-09-25 04:12:49.110 - warn: host.iobroker-2020-05-01 Do not restart adapter system.adapter.judoisoft.0 because restart loop detected
          2021-09-25 04:17:42.980 - info: smartmeter.0 (607) Received 7 values, 3 updated
          

          Als ich mein Watchdog-Script den Adapter starten lies, war das Passwort danach nicht mehr hinterlegt.

          const idInst = 'system.adapter.judoisoft.0';
          var obj = getObject(idInst);
          obj.common.enabled = true;  // Adapter einschalten
              setObject(idInst, obj);
          

          Da scheint etwas nicht zu klappen.

          Thomas BraunT 1 Reply Last reply
          0
          • M mpenno

            Brachte auch nichts, heute morgen um 3:25 Uhr und um 04:11 Uhr stand der Adapter wieder. Das Passwort (zumindestens die Sterne) waren in der Konfiguration noch zu sehen.

            2021-09-25 03:07:22.619 - info: smartmeter.0 (607) Received 7 values, 3 updated
            2021-09-25 03:12:23.959 - info: smartmeter.0 (607) Received 7 values, 3 updated
            2021-09-25 03:17:08.843 - warn: zigbee.0 (766) State value to set for "zigbee.0.00158d00045cb942.link_quality" has value "255" greater than max "254"
            2021-09-25 03:17:25.514 - info: smartmeter.0 (607) Received 7 values, 3 updated
            2021-09-25 03:22:27.625 - info: smartmeter.0 (607) Received 7 values, 3 updated
            2021-09-25 03:25:22.470 - error: judoisoft.0 (14692) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
            2021-09-25 03:25:22.526 - error: judoisoft.0 (14692) unhandled promise rejection: Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property '_httpMessage' -> object with constructor 'ClientRequest'
            --- property 'socket' closes the circle
            2021-09-25 03:25:22.527 - error: judoisoft.0 (14692) TypeError: Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property '_httpMessage' -> object with constructor 'ClientRequest'
            --- property 'socket' closes the circle
            at JSON.stringify ()
            at judoisoftControll.getInfosLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:405:53)
            at runMicrotasks ()
            at processTicksAndRejections (internal/process/task_queues.js:97:5)
            2021-09-25 03:25:22.528 - error: judoisoft.0 (14692) Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property '_httpMessage' -> object with constructor 'ClientRequest'
            --- property 'socket' closes the circle
            2021-09-25 03:25:22.533 - info: judoisoft.0 (14692) cleaned everything up...
            2021-09-25 03:25:22.534 - info: judoisoft.0 (14692) terminating
            2021-09-25 03:25:22.535 - warn: judoisoft.0 (14692) Terminated (UNCAUGHT_EXCEPTION): Without reason
            2021-09-25 03:25:23.129 - error: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
            2021-09-25 03:25:23.167 - info: host.iobroker-2020-05-01 Restart adapter system.adapter.judoisoft.0 because enabled
            2021-09-25 03:25:53.199 - info: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 started with pid 26529
            2021-09-25 03:25:54.745 - info: judoisoft.0 (26529) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.20.0, js-controller: 3.3.18
            2021-09-25 03:27:28.928 - info: smartmeter.0 (607) Received 7 values, 3 updated
            ...
            ...
            2021-09-25 04:07:40.471 - info: smartmeter.0 (607) Received 7 values, 3 updated
            2021-09-25 04:07:50.580 - warn: zigbee.0 (766) State value to set for "zigbee.0.00158d00045cb942.link_quality" has value "255" greater than max "254"
            2021-09-25 04:11:30.010 - error: judoisoft.0 (26529) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
            2021-09-25 04:11:30.013 - error: judoisoft.0 (26529) unhandled promise rejection: Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property 'parser' -> object with constructor 'HTTPParser'
            --- property 'socket' closes the circle
            2021-09-25 04:11:30.015 - error: judoisoft.0 (26529) TypeError: Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property 'parser' -> object with constructor 'HTTPParser'
            --- property 'socket' closes the circle
            at JSON.stringify ()
            at judoisoftControll.getInfosLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:405:53)
            at runMicrotasks ()
            at processTicksAndRejections (internal/process/task_queues.js:97:5)
            2021-09-25 04:11:30.017 - error: judoisoft.0 (26529) Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property 'parser' -> object with constructor 'HTTPParser'
            --- property 'socket' closes the circle
            2021-09-25 04:11:30.028 - info: judoisoft.0 (26529) cleaned everything up...
            2021-09-25 04:11:30.029 - info: judoisoft.0 (26529) terminating
            2021-09-25 04:11:30.030 - warn: judoisoft.0 (26529) Terminated (UNCAUGHT_EXCEPTION): Without reason
            2021-09-25 04:11:30.606 - error: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
            2021-09-25 04:11:30.611 - info: host.iobroker-2020-05-01 Restart adapter system.adapter.judoisoft.0 because enabled
            2021-09-25 04:11:34.987 - warn: telegram.0 (569) polling_error: EFATAL, EFATAL: Error: read ECONNRESET
            2021-09-25 04:12:00.647 - info: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 started with pid 28836
            2021-09-25 04:12:02.114 - info: judoisoft.0 (28836) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.20.0, js-controller: 3.3.18
            2021-09-25 04:12:09.051 - error: judoisoft.0 (28836) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
            2021-09-25 04:12:09.052 - error: judoisoft.0 (28836) unhandled promise rejection: Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property 'parser' -> object with constructor 'HTTPParser'
            --- property 'socket' closes the circle
            2021-09-25 04:12:09.053 - error: judoisoft.0 (28836) TypeError: Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property 'parser' -> object with constructor 'HTTPParser'
            --- property 'socket' closes the circle
            at JSON.stringify ()
            at judoisoftControll.getInfoStaticLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:147:62)
            at processTicksAndRejections (internal/process/task_queues.js:97:5)
            2021-09-25 04:12:09.054 - error: judoisoft.0 (28836) Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property 'parser' -> object with constructor 'HTTPParser'
            --- property 'socket' closes the circle
            2021-09-25 04:12:09.061 - info: judoisoft.0 (28836) cleaned everything up...
            2021-09-25 04:12:09.062 - info: judoisoft.0 (28836) terminating
            2021-09-25 04:12:09.063 - warn: judoisoft.0 (28836) Terminated (UNCAUGHT_EXCEPTION): Without reason
            2021-09-25 04:12:09.618 - error: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
            2021-09-25 04:12:09.620 - info: host.iobroker-2020-05-01 Restart adapter system.adapter.judoisoft.0 because enabled
            2021-09-25 04:12:39.653 - info: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 started with pid 28887
            2021-09-25 04:12:41.307 - info: judoisoft.0 (28887) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.20.0, js-controller: 3.3.18
            2021-09-25 04:12:41.866 - info: smartmeter.0 (607) Received 7 values, 3 updated
            2021-09-25 04:12:48.526 - error: judoisoft.0 (28887) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
            2021-09-25 04:12:48.527 - error: judoisoft.0 (28887) unhandled promise rejection: Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property 'parser' -> object with constructor 'HTTPParser'
            --- property 'socket' closes the circle
            2021-09-25 04:12:48.528 - error: judoisoft.0 (28887) TypeError: Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property 'parser' -> object with constructor 'HTTPParser'
            --- property 'socket' closes the circle
            at JSON.stringify ()
            at judoisoftControll.getInfoStaticLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:147:62)
            at processTicksAndRejections (internal/process/task_queues.js:97:5)
            2021-09-25 04:12:48.528 - error: judoisoft.0 (28887) Converting circular structure to JSON
            --> starting at object with constructor 'TLSSocket'
            | property 'parser' -> object with constructor 'HTTPParser'
            --- property 'socket' closes the circle
            2021-09-25 04:12:48.533 - info: judoisoft.0 (28887) cleaned everything up...
            2021-09-25 04:12:48.534 - info: judoisoft.0 (28887) terminating
            2021-09-25 04:12:48.535 - warn: judoisoft.0 (28887) Terminated (UNCAUGHT_EXCEPTION): Without reason
            2021-09-25 04:12:49.108 - error: host.iobroker-2020-05-01 instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
            2021-09-25 04:12:49.109 - info: host.iobroker-2020-05-01 Restart adapter system.adapter.judoisoft.0 because enabled
            2021-09-25 04:12:49.110 - warn: host.iobroker-2020-05-01 Do not restart adapter system.adapter.judoisoft.0 because restart loop detected
            2021-09-25 04:17:42.980 - info: smartmeter.0 (607) Received 7 values, 3 updated
            

            Als ich mein Watchdog-Script den Adapter starten lies, war das Passwort danach nicht mehr hinterlegt.

            const idInst = 'system.adapter.judoisoft.0';
            var obj = getObject(idInst);
            obj.common.enabled = true;  // Adapter einschalten
                setObject(idInst, obj);
            

            Da scheint etwas nicht zu klappen.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #65

            @mpenno

            node: v12.20.0

            Auf was aktuelles bringen.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            M 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @mpenno

              node: v12.20.0

              Auf was aktuelles bringen.

              M Offline
              M Offline
              mpenno
              wrote on last edited by
              #66

              @thomas-braun

              Hat etwas gedauert. Da ich nun alles neu gemacht habe:

              • Neuer Docker Container (läuft im Host-Modus)
              • gestartet mit leerem ioBroker-Verzeichnis mit Ausnahme der Backup-Datei

              Bei mir laufen die Adapter:

              iobroker:/opt/iobroker# iobroker update
              Used repository: stable
              hash changed or no sources cached => force download of new sources
              update done
              Adapter    "admin"         : 5.1.25   , installed 5.1.25
              Adapter    "backitup"      : 2.1.17   , installed 2.1.17
              Adapter    "devices"       : 1.0.9    , installed 1.0.9
              Adapter    "discovery"     : 2.7.0    , installed 2.7.0
              Adapter    "hue-extended"  : 2.0.0    , installed 2.0.0
              Adapter    "influxdb"      : 1.9.5    , installed 1.9.5
              Adapter    "info"          : 1.9.8    , installed 1.9.8
              Adapter    "javascript"    : 5.2.8    , installed 5.2.8
              Controller "js-controller" : 3.3.18   , installed 3.3.18
              Adapter    "km200"         : 1.1.6    , installed 2.0.3
              Adapter    "knx"           : 1.0.45   , installed 1.0.45
              Adapter    "mqtt"          : 2.4.0    , installed 2.4.0
              Adapter    "simple-api"    : 2.6.1    , installed 2.6.1
              Adapter    "smartmeter"    : 3.2.1    , installed 3.2.1
              Adapter    "socketio"      : 3.1.4    , installed 3.1.4
              Adapter    "synology"      : 1.1.3    , installed 1.1.3
              Adapter    "telegram"      : 1.10.0   , installed 1.10.0
              Adapter    "text2command"  : 2.1.1    , installed 2.1.1
              Adapter    "tr-064"        : 4.2.14   , installed 4.2.14
              Adapter    "web"           : 3.4.7    , installed 3.4.7
              Adapter    "whatsapp-cmb"  : 0.1.6    , installed 0.1.6
              Adapter    "zigbee"        : 1.5.6    , installed 1.5.6
              
              • Dann Judo-iSoft Adapter neu installiert:
              /opt/iobroker# iobroker url https://github.com/arteck/iobroker.judoisoft --host iobroker
              install arteck/iobroker.judoisoft#e85216336bc3d7fbdbee2929a736d774c367c380
              NPM version: 6.14.15
              npm install arteck/iobroker.judoisoft#e85216336bc3d7fbdbee2929a736d774c367c380 --loglevel error --prefix "/opt/iobroker" (System call)
              upload [4] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/words.js words.js application/javascript
              upload [3] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/style.css style.css text/css
              upload [2] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/judo.png judo.png image/png
              upload [1] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/index_m.html index_m.html text/html
              upload [0] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/adapter-settings.js adapter-settings.js application/javascript
              

              Dann Instanz erstellt:

              $ iobroker add judoisoft auto --host iobroker
              

              Einstellungen vorgenommen und gestartet. Kurz danach gleich der Neustart

              2021-10-08 19:22:43.837 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0 created
              2021-10-08 19:22:44.865 - info: host.iobroker iobroker exit 0
              2021-10-08 19:24:51.258 - info: host.iobroker "system.adapter.judoisoft.0" enabled
              2021-10-08 19:24:51.451 - info: host.iobroker instance system.adapter.judoisoft.0 started with pid 2670
              2021-10-08 19:24:52.985 - info: judoisoft.0 (2670) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
              2021-10-08 19:25:00.465 - error: judoisoft.0 (2670) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              2021-10-08 19:25:00.466 - error: judoisoft.0 (2670) unhandled promise rejection: Converting circular structure to JSON
              --> starting at object with constructor 'TLSSocket'
              | property 'parser' -> object with constructor 'HTTPParser'
              --- property 'socket' closes the circle
              2021-10-08 19:25:00.467 - error: judoisoft.0 (2670) TypeError: Converting circular structure to JSON
              --> starting at object with constructor 'TLSSocket'
              | property 'parser' -> object with constructor 'HTTPParser'
              --- property 'socket' closes the circle
              at JSON.stringify ()
              at judoisoftControll.getInfoStaticLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:147:62)
              at processTicksAndRejections (internal/process/task_queues.js:97:5)
              2021-10-08 19:25:00.468 - error: judoisoft.0 (2670) Converting circular structure to JSON
              --> starting at object with constructor 'TLSSocket'
              | property 'parser' -> object with constructor 'HTTPParser'
              --- property 'socket' closes the circle
              2021-10-08 19:25:00.499 - info: judoisoft.0 (2670) cleaned everything up...
              2021-10-08 19:25:00.502 - info: judoisoft.0 (2670) terminating
              2021-10-08 19:25:00.503 - warn: judoisoft.0 (2670) Terminated (UNCAUGHT_EXCEPTION): Without reason
              2021-10-08 19:25:01.081 - error: host.iobroker instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              2021-10-08 19:25:01.082 - info: host.iobroker Restart adapter system.adapter.judoisoft.0 because enabled
              2021-10-08 19:25:31.121 - info: host.iobroker instance system.adapter.judoisoft.0 started with pid 2725
              2021-10-08 19:25:32.737 - info: judoisoft.0 (2725) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
              2021-10-08 19:25:39.592 - error: judoisoft.0 (2725) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              2021-10-08 19:25:39.593 - error: judoisoft.0 (2725) unhandled promise rejection: Converting circular structure to JSON
              --> starting at object with constructor 'TLSSocket'
              | property 'parser' -> object with constructor 'HTTPParser'
              --- property 'socket' closes the circle
              2021-10-08 19:25:39.594 - error: judoisoft.0 (2725) TypeError: Converting circular structure to JSON
              --> starting at object with constructor 'TLSSocket'
              | property 'parser' -> object with constructor 'HTTPParser'
              --- property 'socket' closes the circle
              at JSON.stringify ()
              at judoisoftControll.getInfoStaticLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:147:62)
              at processTicksAndRejections (internal/process/task_queues.js:97:5)
              2021-10-08 19:25:39.594 - error: judoisoft.0 (2725) Converting circular structure to JSON
              --> starting at object with constructor 'TLSSocket'
              | property 'parser' -> object with constructor 'HTTPParser'
              --- property 'socket' closes the circle
              2021-10-08 19:25:39.599 - info: judoisoft.0 (2725) cleaned everything up...
              2021-10-08 19:25:39.601 - info: judoisoft.0 (2725) terminating
              2021-10-08 19:25:39.602 - warn: judoisoft.0 (2725) Terminated (UNCAUGHT_EXCEPTION): Without reason
              2021-10-08 19:25:40.170 - error: host.iobroker instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              2021-10-08 19:25:40.171 - info: host.iobroker Restart adapter system.adapter.judoisoft.0 because enabled
              2021-10-08 19:25:49.449 - info: smartmeter.0 (2385) Received 7 values, 3 updated
              2021-10-08 19:26:10.203 - info: host.iobroker instance system.adapter.judoisoft.0 started with pid 2766
              2021-10-08 19:26:11.774 - info: judoisoft.0 (2766) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
              2021-10-08 19:26:18.682 - error: judoisoft.0 (2766) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
              2021-10-08 19:26:18.683 - error: judoisoft.0 (2766) unhandled promise rejection: Converting circular structure to JSON
              --> starting at object with constructor 'TLSSocket'
              | property 'parser' -> object with constructor 'HTTPParser'
              --- property 'socket' closes the circle
              2021-10-08 19:26:18.684 - error: judoisoft.0 (2766) TypeError: Converting circular structure to JSON
              --> starting at object with constructor 'TLSSocket'
              | property 'parser' -> object with constructor 'HTTPParser'
              --- property 'socket' closes the circle
              at JSON.stringify ()
              at judoisoftControll.getInfoStaticLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:147:62)
              at processTicksAndRejections (internal/process/task_queues.js:97:5)
              2021-10-08 19:26:18.685 - error: judoisoft.0 (2766) Converting circular structure to JSON
              --> starting at object with constructor 'TLSSocket'
              | property 'parser' -> object with constructor 'HTTPParser'
              --- property 'socket' closes the circle
              2021-10-08 19:26:18.694 - info: judoisoft.0 (2766) cleaned everything up...
              2021-10-08 19:26:18.695 - info: judoisoft.0 (2766) terminating
              2021-10-08 19:26:18.696 - warn: judoisoft.0 (2766) Terminated (UNCAUGHT_EXCEPTION): Without reason
              2021-10-08 19:26:19.263 - error: host.iobroker instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              2021-10-08 19:26:19.264 - info: host.iobroker Restart adapter system.adapter.judoisoft.0 because enabled
              

              Die Ausgabe von "which nodejs" wird nicht angezeigt:

              /opt/iobroker# which nodejs
              /opt/iobroker#
              

              Deshalb habe ich es hier weggelassen:

              /opt/iobroker# which node && node -v && which npm && npm -v && apt policy nodejs/usr/bin/node
              v12.22.6
              /usr/bin/npm
              6.14.15
              nodejs:
                Installed: 12.22.6-deb-1nodesource1
                Candidate: 12.22.6-deb-1nodesource1
                Version table:
               *** 12.22.6-deb-1nodesource1 100
                      100 /var/lib/dpkg/status
              

              Den Entkalker habe ich gerade mal vom Strom getrennt und neugestartet. Der Adapter mag ihn troztdem nicht.

              arteckA 1 Reply Last reply
              0
              • M mpenno

                @thomas-braun

                Hat etwas gedauert. Da ich nun alles neu gemacht habe:

                • Neuer Docker Container (läuft im Host-Modus)
                • gestartet mit leerem ioBroker-Verzeichnis mit Ausnahme der Backup-Datei

                Bei mir laufen die Adapter:

                iobroker:/opt/iobroker# iobroker update
                Used repository: stable
                hash changed or no sources cached => force download of new sources
                update done
                Adapter    "admin"         : 5.1.25   , installed 5.1.25
                Adapter    "backitup"      : 2.1.17   , installed 2.1.17
                Adapter    "devices"       : 1.0.9    , installed 1.0.9
                Adapter    "discovery"     : 2.7.0    , installed 2.7.0
                Adapter    "hue-extended"  : 2.0.0    , installed 2.0.0
                Adapter    "influxdb"      : 1.9.5    , installed 1.9.5
                Adapter    "info"          : 1.9.8    , installed 1.9.8
                Adapter    "javascript"    : 5.2.8    , installed 5.2.8
                Controller "js-controller" : 3.3.18   , installed 3.3.18
                Adapter    "km200"         : 1.1.6    , installed 2.0.3
                Adapter    "knx"           : 1.0.45   , installed 1.0.45
                Adapter    "mqtt"          : 2.4.0    , installed 2.4.0
                Adapter    "simple-api"    : 2.6.1    , installed 2.6.1
                Adapter    "smartmeter"    : 3.2.1    , installed 3.2.1
                Adapter    "socketio"      : 3.1.4    , installed 3.1.4
                Adapter    "synology"      : 1.1.3    , installed 1.1.3
                Adapter    "telegram"      : 1.10.0   , installed 1.10.0
                Adapter    "text2command"  : 2.1.1    , installed 2.1.1
                Adapter    "tr-064"        : 4.2.14   , installed 4.2.14
                Adapter    "web"           : 3.4.7    , installed 3.4.7
                Adapter    "whatsapp-cmb"  : 0.1.6    , installed 0.1.6
                Adapter    "zigbee"        : 1.5.6    , installed 1.5.6
                
                • Dann Judo-iSoft Adapter neu installiert:
                /opt/iobroker# iobroker url https://github.com/arteck/iobroker.judoisoft --host iobroker
                install arteck/iobroker.judoisoft#e85216336bc3d7fbdbee2929a736d774c367c380
                NPM version: 6.14.15
                npm install arteck/iobroker.judoisoft#e85216336bc3d7fbdbee2929a736d774c367c380 --loglevel error --prefix "/opt/iobroker" (System call)
                upload [4] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/words.js words.js application/javascript
                upload [3] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/style.css style.css text/css
                upload [2] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/judo.png judo.png image/png
                upload [1] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/index_m.html index_m.html text/html
                upload [0] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/adapter-settings.js adapter-settings.js application/javascript
                

                Dann Instanz erstellt:

                $ iobroker add judoisoft auto --host iobroker
                

                Einstellungen vorgenommen und gestartet. Kurz danach gleich der Neustart

                2021-10-08 19:22:43.837 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0 created
                2021-10-08 19:22:44.865 - info: host.iobroker iobroker exit 0
                2021-10-08 19:24:51.258 - info: host.iobroker "system.adapter.judoisoft.0" enabled
                2021-10-08 19:24:51.451 - info: host.iobroker instance system.adapter.judoisoft.0 started with pid 2670
                2021-10-08 19:24:52.985 - info: judoisoft.0 (2670) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
                2021-10-08 19:25:00.465 - error: judoisoft.0 (2670) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                2021-10-08 19:25:00.466 - error: judoisoft.0 (2670) unhandled promise rejection: Converting circular structure to JSON
                --> starting at object with constructor 'TLSSocket'
                | property 'parser' -> object with constructor 'HTTPParser'
                --- property 'socket' closes the circle
                2021-10-08 19:25:00.467 - error: judoisoft.0 (2670) TypeError: Converting circular structure to JSON
                --> starting at object with constructor 'TLSSocket'
                | property 'parser' -> object with constructor 'HTTPParser'
                --- property 'socket' closes the circle
                at JSON.stringify ()
                at judoisoftControll.getInfoStaticLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:147:62)
                at processTicksAndRejections (internal/process/task_queues.js:97:5)
                2021-10-08 19:25:00.468 - error: judoisoft.0 (2670) Converting circular structure to JSON
                --> starting at object with constructor 'TLSSocket'
                | property 'parser' -> object with constructor 'HTTPParser'
                --- property 'socket' closes the circle
                2021-10-08 19:25:00.499 - info: judoisoft.0 (2670) cleaned everything up...
                2021-10-08 19:25:00.502 - info: judoisoft.0 (2670) terminating
                2021-10-08 19:25:00.503 - warn: judoisoft.0 (2670) Terminated (UNCAUGHT_EXCEPTION): Without reason
                2021-10-08 19:25:01.081 - error: host.iobroker instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                2021-10-08 19:25:01.082 - info: host.iobroker Restart adapter system.adapter.judoisoft.0 because enabled
                2021-10-08 19:25:31.121 - info: host.iobroker instance system.adapter.judoisoft.0 started with pid 2725
                2021-10-08 19:25:32.737 - info: judoisoft.0 (2725) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
                2021-10-08 19:25:39.592 - error: judoisoft.0 (2725) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                2021-10-08 19:25:39.593 - error: judoisoft.0 (2725) unhandled promise rejection: Converting circular structure to JSON
                --> starting at object with constructor 'TLSSocket'
                | property 'parser' -> object with constructor 'HTTPParser'
                --- property 'socket' closes the circle
                2021-10-08 19:25:39.594 - error: judoisoft.0 (2725) TypeError: Converting circular structure to JSON
                --> starting at object with constructor 'TLSSocket'
                | property 'parser' -> object with constructor 'HTTPParser'
                --- property 'socket' closes the circle
                at JSON.stringify ()
                at judoisoftControll.getInfoStaticLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:147:62)
                at processTicksAndRejections (internal/process/task_queues.js:97:5)
                2021-10-08 19:25:39.594 - error: judoisoft.0 (2725) Converting circular structure to JSON
                --> starting at object with constructor 'TLSSocket'
                | property 'parser' -> object with constructor 'HTTPParser'
                --- property 'socket' closes the circle
                2021-10-08 19:25:39.599 - info: judoisoft.0 (2725) cleaned everything up...
                2021-10-08 19:25:39.601 - info: judoisoft.0 (2725) terminating
                2021-10-08 19:25:39.602 - warn: judoisoft.0 (2725) Terminated (UNCAUGHT_EXCEPTION): Without reason
                2021-10-08 19:25:40.170 - error: host.iobroker instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                2021-10-08 19:25:40.171 - info: host.iobroker Restart adapter system.adapter.judoisoft.0 because enabled
                2021-10-08 19:25:49.449 - info: smartmeter.0 (2385) Received 7 values, 3 updated
                2021-10-08 19:26:10.203 - info: host.iobroker instance system.adapter.judoisoft.0 started with pid 2766
                2021-10-08 19:26:11.774 - info: judoisoft.0 (2766) starting. Version 1.0.10 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
                2021-10-08 19:26:18.682 - error: judoisoft.0 (2766) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                2021-10-08 19:26:18.683 - error: judoisoft.0 (2766) unhandled promise rejection: Converting circular structure to JSON
                --> starting at object with constructor 'TLSSocket'
                | property 'parser' -> object with constructor 'HTTPParser'
                --- property 'socket' closes the circle
                2021-10-08 19:26:18.684 - error: judoisoft.0 (2766) TypeError: Converting circular structure to JSON
                --> starting at object with constructor 'TLSSocket'
                | property 'parser' -> object with constructor 'HTTPParser'
                --- property 'socket' closes the circle
                at JSON.stringify ()
                at judoisoftControll.getInfoStaticLocal (/opt/iobroker/node_modules/iobroker.judoisoft/main.js:147:62)
                at processTicksAndRejections (internal/process/task_queues.js:97:5)
                2021-10-08 19:26:18.685 - error: judoisoft.0 (2766) Converting circular structure to JSON
                --> starting at object with constructor 'TLSSocket'
                | property 'parser' -> object with constructor 'HTTPParser'
                --- property 'socket' closes the circle
                2021-10-08 19:26:18.694 - info: judoisoft.0 (2766) cleaned everything up...
                2021-10-08 19:26:18.695 - info: judoisoft.0 (2766) terminating
                2021-10-08 19:26:18.696 - warn: judoisoft.0 (2766) Terminated (UNCAUGHT_EXCEPTION): Without reason
                2021-10-08 19:26:19.263 - error: host.iobroker instance system.adapter.judoisoft.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                2021-10-08 19:26:19.264 - info: host.iobroker Restart adapter system.adapter.judoisoft.0 because enabled
                

                Die Ausgabe von "which nodejs" wird nicht angezeigt:

                /opt/iobroker# which nodejs
                /opt/iobroker#
                

                Deshalb habe ich es hier weggelassen:

                /opt/iobroker# which node && node -v && which npm && npm -v && apt policy nodejs/usr/bin/node
                v12.22.6
                /usr/bin/npm
                6.14.15
                nodejs:
                  Installed: 12.22.6-deb-1nodesource1
                  Candidate: 12.22.6-deb-1nodesource1
                  Version table:
                 *** 12.22.6-deb-1nodesource1 100
                        100 /var/lib/dpkg/status
                

                Den Entkalker habe ich gerade mal vom Strom getrennt und neugestartet. Der Adapter mag ihn troztdem nicht.

                arteckA Offline
                arteckA Offline
                arteck
                Developer Most Active
                wrote on last edited by
                #67

                @mpenno es scheint als ob die Anlage ab und am keine Daten liefert.. ergo es kann nix geparst werden und der Json Parser aussteigt..

                ich muss mal schauen ob ich das abgefangen bekomme

                zigbee hab ich, zwave auch, nuc's genauso und HA auch

                M 1 Reply Last reply
                0
                • O oranggila

                  @mpenno Bei mir läuft er jetzt auch stabil. Ich starte den Adapter täglich 5:30 Uhr neu und habe Aktualisierung alle 2 min eingestellt. VIS ist auch schon ganz brauchbar:
                  5135789e-6968-4969-831f-125c14a13694-grafik.png
                  Nur die Wasserhärte einstellen im Adapter fehlt noch, damit die Szenen funktionieren.

                  S Offline
                  S Offline
                  Skywalker110
                  wrote on last edited by
                  #68

                  @oranggila

                  Ich habe mal eine Frage zu dem Adapter sorry aber wie gehe ich vor wenn ich auch im VIS paar Dinge steuern will ?
                  Deine Grafik sieht prima aus .
                  wie hinterlege ich die Befehle ?
                  Grundkenntnisse habe ich und kenne mich mit VIS einigermaßen aus.

                  Super Dapater läuft prima bei mir und füllt mir die Objekte.

                  Grüße Holger

                  1 Reply Last reply
                  0
                  • FriedhofsblondF Online
                    FriedhofsblondF Online
                    Friedhofsblond
                    wrote on last edited by
                    #69

                    Moin,
                    Funktioniert der Adapter auch mit dem Zubehör "Connectivity-Modul" von judo? Habe eine i-soft ohne Datenmodul, würde das für ca. 90€ nachrüsten. Würde gerne sehen was das Teil da unten so treibt ....
                    Gibt's Erfahrungen?

                    S 1 Reply Last reply
                    0
                    • FriedhofsblondF Friedhofsblond

                      Moin,
                      Funktioniert der Adapter auch mit dem Zubehör "Connectivity-Modul" von judo? Habe eine i-soft ohne Datenmodul, würde das für ca. 90€ nachrüsten. Würde gerne sehen was das Teil da unten so treibt ....
                      Gibt's Erfahrungen?

                      S Offline
                      S Offline
                      Skywalker110
                      wrote on last edited by
                      #70

                      @friedhofsblond said in Test : Wasserenthärtung judo i-soft plus Adapter:

                      Connectivity-Modul"

                      Hallo Friedhofsblond,

                      ich hab mittlereile alles hinbekommen und hab mir eine schöne VIS gebastelt.

                      Ich kann nur empfehlen das Connectivity-Modul zu kaufen ich habe dieses auch bei mir installiert, jedoch kostenlos bei Judo angefordert gibt es auf der Homepage ein Formular indem man seine Seriennummer eingibt.

                      Grüße Sky

                      FriedhofsblondF 1 Reply Last reply
                      0
                      • S Skywalker110

                        @friedhofsblond said in Test : Wasserenthärtung judo i-soft plus Adapter:

                        Connectivity-Modul"

                        Hallo Friedhofsblond,

                        ich hab mittlereile alles hinbekommen und hab mir eine schöne VIS gebastelt.

                        Ich kann nur empfehlen das Connectivity-Modul zu kaufen ich habe dieses auch bei mir installiert, jedoch kostenlos bei Judo angefordert gibt es auf der Homepage ein Formular indem man seine Seriennummer eingibt.

                        Grüße Sky

                        FriedhofsblondF Online
                        FriedhofsblondF Online
                        Friedhofsblond
                        wrote on last edited by
                        #71

                        @Skywalker110
                        ah sehr interessant.
                        Ich habe schon mal gute Erfahrungen mit dem Judo-Support gemacht.
                        Ich benötigtes die Pfostenstecker für das Board um einen externen Kontakt für homee anhängen zu können. Der MA hat mir problemlos ein paar Teile in den Briefumschlage gepackt. - Klasse 😉
                        Wie komme ich genau an das Modul? Hast du einen Hinweis?
                        Gerne auch per PN 😉

                        FriedhofsblondF 1 Reply Last reply
                        0
                        • FriedhofsblondF Friedhofsblond

                          @Skywalker110
                          ah sehr interessant.
                          Ich habe schon mal gute Erfahrungen mit dem Judo-Support gemacht.
                          Ich benötigtes die Pfostenstecker für das Board um einen externen Kontakt für homee anhängen zu können. Der MA hat mir problemlos ein paar Teile in den Briefumschlage gepackt. - Klasse 😉
                          Wie komme ich genau an das Modul? Hast du einen Hinweis?
                          Gerne auch per PN 😉

                          FriedhofsblondF Online
                          FriedhofsblondF Online
                          Friedhofsblond
                          wrote on last edited by
                          #72

                          @friedhofsblond
                          gefunden 😉

                          S 1 Reply Last reply
                          0
                          • FriedhofsblondF Friedhofsblond

                            @friedhofsblond
                            gefunden 😉

                            S Offline
                            S Offline
                            Skywalker110
                            wrote on last edited by
                            #73

                            @friedhofsblond

                            Prima freut mich ,
                            nach 3 bis 5 Tagen war das Modul bei mir .
                            Grüße schönen Sonntag

                            FriedhofsblondF 1 Reply Last reply
                            0
                            • S Skywalker110

                              @friedhofsblond

                              Prima freut mich ,
                              nach 3 bis 5 Tagen war das Modul bei mir .
                              Grüße schönen Sonntag

                              FriedhofsblondF Online
                              FriedhofsblondF Online
                              Friedhofsblond
                              wrote on last edited by Friedhofsblond
                              #74

                              @Skywalker110

                              Hallo,
                              Aaaalso. Das kostenfreie Connect-Modul wird nur für die Anlagen angeboten, bei denen zum Installationszeitpunkt wegen Chipmangel das Teil nicht lieferbar war.
                              Darum muß man die Seriennummer angeben.
                              Für andere Anlagen könnte man das Connect-Modul aus dem Handel kaufen (ca.100€).
                              Meine Anlage ist aus dem Jahr 2016 und läßt sich leider gar nicht "versmarten". 😢
                              Ich hatte schon vorher einen umgebauten Z-Wave Fensterkontakt an den potentialfreien Kontakt aufgelegt. Ebenso einen Wassersensor.
                              Mehr gehr nicht bei mir.

                              Ein späteres Gerät könnten man nachrüsten.
                              Das erkennt man an dem Bedienpanel - dort wo die Buchstaben drauf sind kann man nachrüsten, die nur mit den Ziffern gehen nicht nicht.
                              Der Mitarbeiter von Judo hat mich persönlich 2x Angerufen um das zu klären sehr guter Service - bei anderen Herstellern kommen sonst nach Monaten nur vorgefertigte Standartexte! - 👍 👍

                              juo-i.png

                              1 Reply Last reply
                              0
                              • arteckA arteck

                                @mpenno es scheint als ob die Anlage ab und am keine Daten liefert.. ergo es kann nix geparst werden und der Json Parser aussteigt..

                                ich muss mal schauen ob ich das abgefangen bekomme

                                M Offline
                                M Offline
                                mpenno
                                wrote on last edited by
                                #75

                                @arteck Hattest Du schon einmal schauen können? Sag Bescheid, wenn ich was testen kann.

                                Viele Grüße
                                Michael

                                arteckA 1 Reply Last reply
                                0
                                • M mpenno

                                  @arteck Hattest Du schon einmal schauen können? Sag Bescheid, wenn ich was testen kann.

                                  Viele Grüße
                                  Michael

                                  arteckA Offline
                                  arteckA Offline
                                  arteck
                                  Developer Most Active
                                  wrote on last edited by
                                  #76

                                  @mpenno installier mal von GIT

                                  zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                  M 1 Reply Last reply
                                  0
                                  • arteckA arteck

                                    @mpenno installier mal von GIT

                                    M Offline
                                    M Offline
                                    mpenno
                                    wrote on last edited by
                                    #77

                                    @arteck Gerade frisch vom GIT geladen und installiert:

                                    Alte Version 1.0.10 deinstalliert:
                                    $ iobroker del judoisoft.0
                                    $ iobroker del judoisoft
                                    Neue Version installiert:
                                    $ iobroker url https://github.com/arteck/ioBroker.judoisoft --host iobroker
                                    $ iobroker add judoisoft auto --host iobroker
                                    

                                    Dann sind die Meldungen gleich nach dem Start:

                                    2021-11-20 19:16:00.107 - debug: judoisoft.0 (26729) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                    2021-11-20 19:16:00.157 - debug: judoisoft.0 (26729) Objects client ready ... initialize now
                                    2021-11-20 19:16:00.160 - debug: judoisoft.0 (26729) Objects create System PubSub Client
                                    2021-11-20 19:16:00.162 - debug: judoisoft.0 (26729) Objects create User PubSub Client
                                    2021-11-20 19:16:00.168 - debug: judoisoft.0 (26729) Objects client initialize lua scripts
                                    2021-11-20 19:16:00.185 - debug: judoisoft.0 (26729) Objects connected to redis: 127.0.0.1:9001
                                    2021-11-20 19:16:00.195 - debug: judoisoft.0 (26729) objectDB connected
                                    2021-11-20 19:16:00.197 - debug: judoisoft.0 (26729) Redis States: Use Redis connection: 127.0.0.1:9000
                                    2021-11-20 19:16:00.209 - debug: judoisoft.0 (26729) States create System PubSub Client
                                    2021-11-20 19:16:00.210 - debug: judoisoft.0 (26729) States create User PubSub Client
                                    2021-11-20 19:16:00.260 - debug: judoisoft.0 (26729) States connected to redis: 127.0.0.1:9000
                                    2021-11-20 19:16:00.261 - debug: judoisoft.0 (26729) statesDB connected
                                    2021-11-20 19:16:00.518 - info: judoisoft.0 (26729) starting. Version 1.0.11 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
                                    2021-11-20 19:16:00.544 - debug: judoisoft.0 (26729) base url https://10.0.0.16:8124/?group=
                                    2021-11-20 19:16:00.546 - debug: judoisoft.0 (26729) create state
                                    2021-11-20 19:16:01.295 - debug: judoisoft.0 (26729) get statusURL for local
                                    2021-11-20 19:16:04.076 - debug: judoisoft.0 (26729) getSerialnumber : {"group":"register","command":"show","msgnumber":"2","token":"7b98408537f94dacb94f282e52b20d534af8c9b564c6eea443c2bd208371d836","status":"ok","data":[{"wtuType":"i-soft plus","serial number":"120236"}]}
                                    2021-11-20 19:16:04.081 - debug: judoisoft.0 (26729) getwtuType i-soft plus
                                    2021-11-20 19:16:04.087 - debug: judoisoft.0 (26729) getserialN 120236
                                    2021-11-20 19:16:04.458 - debug: judoisoft.0 (26729) connect Result: {"group":"register","command":"connect","msgnumber":"1","token":"7b98408537f94dacb94f282e52b20d534af8c9b564c6eea443c2bd208371d836","parameter":"i-soft plus","serial number":"120236","status":"ok"}
                                    2021-11-20 19:16:04.461 - debug: judoisoft.0 (26729) get Information Static Local
                                    2021-11-20 19:17:04.468 - error: judoisoft.0 (26729) SoftwareVersion ERROR
                                    
                                    arteckA 1 Reply Last reply
                                    0
                                    • M mpenno

                                      @arteck Gerade frisch vom GIT geladen und installiert:

                                      Alte Version 1.0.10 deinstalliert:
                                      $ iobroker del judoisoft.0
                                      $ iobroker del judoisoft
                                      Neue Version installiert:
                                      $ iobroker url https://github.com/arteck/ioBroker.judoisoft --host iobroker
                                      $ iobroker add judoisoft auto --host iobroker
                                      

                                      Dann sind die Meldungen gleich nach dem Start:

                                      2021-11-20 19:16:00.107 - debug: judoisoft.0 (26729) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                      2021-11-20 19:16:00.157 - debug: judoisoft.0 (26729) Objects client ready ... initialize now
                                      2021-11-20 19:16:00.160 - debug: judoisoft.0 (26729) Objects create System PubSub Client
                                      2021-11-20 19:16:00.162 - debug: judoisoft.0 (26729) Objects create User PubSub Client
                                      2021-11-20 19:16:00.168 - debug: judoisoft.0 (26729) Objects client initialize lua scripts
                                      2021-11-20 19:16:00.185 - debug: judoisoft.0 (26729) Objects connected to redis: 127.0.0.1:9001
                                      2021-11-20 19:16:00.195 - debug: judoisoft.0 (26729) objectDB connected
                                      2021-11-20 19:16:00.197 - debug: judoisoft.0 (26729) Redis States: Use Redis connection: 127.0.0.1:9000
                                      2021-11-20 19:16:00.209 - debug: judoisoft.0 (26729) States create System PubSub Client
                                      2021-11-20 19:16:00.210 - debug: judoisoft.0 (26729) States create User PubSub Client
                                      2021-11-20 19:16:00.260 - debug: judoisoft.0 (26729) States connected to redis: 127.0.0.1:9000
                                      2021-11-20 19:16:00.261 - debug: judoisoft.0 (26729) statesDB connected
                                      2021-11-20 19:16:00.518 - info: judoisoft.0 (26729) starting. Version 1.0.11 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
                                      2021-11-20 19:16:00.544 - debug: judoisoft.0 (26729) base url https://10.0.0.16:8124/?group=
                                      2021-11-20 19:16:00.546 - debug: judoisoft.0 (26729) create state
                                      2021-11-20 19:16:01.295 - debug: judoisoft.0 (26729) get statusURL for local
                                      2021-11-20 19:16:04.076 - debug: judoisoft.0 (26729) getSerialnumber : {"group":"register","command":"show","msgnumber":"2","token":"7b98408537f94dacb94f282e52b20d534af8c9b564c6eea443c2bd208371d836","status":"ok","data":[{"wtuType":"i-soft plus","serial number":"120236"}]}
                                      2021-11-20 19:16:04.081 - debug: judoisoft.0 (26729) getwtuType i-soft plus
                                      2021-11-20 19:16:04.087 - debug: judoisoft.0 (26729) getserialN 120236
                                      2021-11-20 19:16:04.458 - debug: judoisoft.0 (26729) connect Result: {"group":"register","command":"connect","msgnumber":"1","token":"7b98408537f94dacb94f282e52b20d534af8c9b564c6eea443c2bd208371d836","parameter":"i-soft plus","serial number":"120236","status":"ok"}
                                      2021-11-20 19:16:04.461 - debug: judoisoft.0 (26729) get Information Static Local
                                      2021-11-20 19:17:04.468 - error: judoisoft.0 (26729) SoftwareVersion ERROR
                                      
                                      arteckA Offline
                                      arteckA Offline
                                      arteck
                                      Developer Most Active
                                      wrote on last edited by
                                      #78

                                      @mpenno und weiter..warum schnibbelst du das LOG ab

                                      zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                      M 1 Reply Last reply
                                      0
                                      • arteckA arteck

                                        @mpenno und weiter..warum schnibbelst du das LOG ab

                                        M Offline
                                        M Offline
                                        mpenno
                                        wrote on last edited by
                                        #79

                                        @arteck Da gab es nichts, weiter. Hatte dann nur den Log-Modus vom Adapter von "Info" auf "debug" gestellt.

                                        2021-11-20 19:00:03.612 - info: smartmeter.0 (537) Received 7 values, 3 updated
                                        2021-11-20 19:04:37.171 - info: host.iobroker iobroker del judoisoft.0
                                        2021-11-20 19:04:41.099 - info: host.iobroker iobroker Delete adapter "judoisoft.0"
                                        2021-11-20 19:04:41.108 - info: host.iobroker iobroker host.iobroker Counted 1 instances of judoisoft.0
                                        2021-11-20 19:04:41.124 - info: host.iobroker iobroker host.iobroker Counted 2 channels of judoisoft.0
                                        2021-11-20 19:04:41.137 - info: host.iobroker iobroker host.iobroker Counted 39 states of judoisoft.0
                                        2021-11-20 19:04:41.147 - info: host.iobroker iobroker host.iobroker Counted 14 states of system.adapter.judoisoft.0
                                        2021-11-20 19:04:41.156 - info: host.iobroker iobroker host.iobroker Counted 33 states (io.judoisoft.0.*) from states
                                        2021-11-20 19:04:41.177 - info: host.iobroker iobroker host.iobroker Counted 14 states (system.adapter.judoisoft.0.*) from states
                                        2021-11-20 19:04:42.097 - info: host.iobroker iobroker host.iobroker Deleting 56 object(s).
                                        2021-11-20 19:04:43.526 - info: host.iobroker object deleted system.adapter.judoisoft.0
                                        2021-11-20 19:04:43.552 - info: host.iobroker iobroker host.iobroker Deleting 47 state(s).
                                        2021-11-20 19:04:44.798 - info: host.iobroker iobroker exit 0
                                        2021-11-20 19:05:04.905 - info: smartmeter.0 (537) Received 7 values, 3 updated
                                        2021-11-20 19:05:50.450 - info: host.iobroker iobroker del judoisoft
                                        2021-11-20 19:05:52.394 - info: host.iobroker iobroker Delete adapter "judoisoft"
                                        2021-11-20 19:05:52.406 - info: host.iobroker iobroker host.iobroker Counted 1 meta of judoisoft
                                        2021-11-20 19:05:52.410 - info: host.iobroker iobroker host.iobroker Counted 1 adapter for judoisoft
                                        2021-11-20 19:05:53.466 - info: host.iobroker iobroker host.iobroker file judoisoft.admin deleted
                                        2021-11-20 19:05:53.475 - info: host.iobroker iobroker host.iobroker object judoisoft deleted
                                        2021-11-20 19:05:53.484 - info: host.iobroker iobroker host.iobroker object judoisoft.admin deleted
                                        2021-11-20 19:05:53.486 - info: host.iobroker iobroker host.iobroker Deleting 2 object(s).
                                        2021-11-20 19:05:53.544 - info: host.iobroker iobroker npm uninstall iobroker.judoisoft --loglevel error --prefix "/opt/iobroker" (System call)
                                        2021-11-20 19:07:38.815 - info: host.iobroker iobroker exit 0
                                        2021-11-20 19:08:04.341 - info: host.iobroker iobroker url https://github.com/arteck/ioBroker.judoisoft --host iobroker
                                        2021-11-20 19:08:06.753 - info: host.iobroker iobroker install arteck/ioBroker.judoisoft#7e27026ac35087578cc503718032f41ebaf0dd3a
                                        2021-11-20 19:08:07.321 - info: host.iobroker iobroker NPM version: 6.14.15
                                        2021-11-20 19:08:07.322 - info: host.iobroker iobroker npm install arteck/ioBroker.judoisoft#7e27026ac35087578cc503718032f41ebaf0dd3a --loglevel error --prefix "/opt/iobroker" (System call)
                                        2021-11-20 19:09:44.780 - info: host.iobroker iobroker upload [4] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/words.js words.js application/javascript
                                        2021-11-20 19:09:44.872 - info: host.iobroker iobroker upload [3] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/style.css style.css text/css
                                        2021-11-20 19:09:44.933 - info: host.iobroker iobroker upload [2] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/judo.png judo.png image/png
                                        2021-11-20 19:09:44.992 - info: host.iobroker iobroker upload [1] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/index_m.html index_m.html text/html
                                        2021-11-20 19:09:45.051 - info: host.iobroker iobroker upload [0] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/adapter-settings.js adapter-settings.js application/javascript
                                        2021-11-20 19:09:46.161 - info: host.iobroker iobroker exit 0
                                        2021-11-20 19:10:05.824 - info: smartmeter.0 (537) Received 7 values, 3 updated
                                        2021-11-20 19:10:17.949 - info: host.iobroker iobroker add judoisoft auto --host iobroker
                                        2021-11-20 19:10:19.842 - info: host.iobroker iobroker host.iobroker create instance judoisoft
                                        2021-11-20 19:10:19.865 - info: host.iobroker iobroker host.iobroker object judoisoft.0.info.connection created
                                        2021-11-20 19:10:19.892 - info: host.iobroker iobroker host.iobroker object judoisoft.0.info created
                                        2021-11-20 19:10:19.926 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.logLevel created
                                        2021-11-20 19:10:19.960 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.sigKill created
                                        2021-11-20 19:10:20.000 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.eventLoopLag created
                                        2021-11-20 19:10:20.034 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.outputCount created
                                        2021-11-20 19:10:20.067 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.inputCount created
                                        2021-11-20 19:10:20.099 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.uptime created
                                        2021-11-20 19:10:20.131 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.memRss created
                                        2021-11-20 19:10:20.167 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.memHeapTotal created
                                        2021-11-20 19:10:20.252 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.memHeapUsed created
                                        2021-11-20 19:10:20.286 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.cputime created
                                        2021-11-20 19:10:20.324 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.cpu created
                                        2021-11-20 19:10:20.358 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.compactMode created
                                        2021-11-20 19:10:20.390 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.connected created
                                        2021-11-20 19:10:20.424 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.alive created
                                        2021-11-20 19:10:20.455 - info: host.iobroker iobroker host.iobroker Set default value of judoisoft.0.info.connection: false
                                        2021-11-20 19:10:20.496 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0 created
                                        2021-11-20 19:10:21.536 - info: host.iobroker iobroker exit 0
                                        2021-11-20 19:13:58.814 - info: host.iobroker "system.adapter.judoisoft.0" enabled
                                        2021-11-20 19:13:58.939 - info: host.iobroker instance system.adapter.judoisoft.0 started with pid 26613
                                        2021-11-20 19:14:01.266 - info: judoisoft.0 (26613) starting. Version 1.0.11 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
                                        2021-11-20 19:15:04.132 - error: judoisoft.0 (26613) SoftwareVersion ERROR
                                        2021-11-20 19:15:07.261 - info: smartmeter.0 (537) Received 7 values, 3 updated
                                        2021-11-20 19:15:55.827 - info: host.iobroker stopInstance system.adapter.judoisoft.0 (force=false, process=true)
                                        2021-11-20 19:15:55.849 - info: judoisoft.0 (26613) Got terminate signal TERMINATE_YOURSELF
                                        2021-11-20 19:15:55.850 - info: judoisoft.0 (26613) cleaned everything up...
                                        2021-11-20 19:15:55.852 - info: judoisoft.0 (26613) terminating
                                        2021-11-20 19:15:55.853 - info: judoisoft.0 (26613) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2021-11-20 19:15:55.898 - info: host.iobroker stopInstance system.adapter.judoisoft.0 send kill signal
                                        2021-11-20 19:15:56.437 - info: host.iobroker instance system.adapter.judoisoft.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                        2021-11-20 19:15:58.991 - info: host.iobroker instance system.adapter.judoisoft.0 started with pid 26729
                                        2021-11-20 19:16:00.107 - debug: judoisoft.0 (26729) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                        2021-11-20 19:16:00.157 - debug: judoisoft.0 (26729) Objects client ready ... initialize now
                                        2021-11-20 19:16:00.160 - debug: judoisoft.0 (26729) Objects create System PubSub Client
                                        2021-11-20 19:16:00.162 - debug: judoisoft.0 (26729) Objects create User PubSub Client
                                        2021-11-20 19:16:00.168 - debug: judoisoft.0 (26729) Objects client initialize lua scripts
                                        2021-11-20 19:16:00.185 - debug: judoisoft.0 (26729) Objects connected to redis: 127.0.0.1:9001
                                        2021-11-20 19:16:00.195 - debug: judoisoft.0 (26729) objectDB connected
                                        2021-11-20 19:16:00.197 - debug: judoisoft.0 (26729) Redis States: Use Redis connection: 127.0.0.1:9000
                                        2021-11-20 19:16:00.209 - debug: judoisoft.0 (26729) States create System PubSub Client
                                        2021-11-20 19:16:00.210 - debug: judoisoft.0 (26729) States create User PubSub Client
                                        2021-11-20 19:16:00.260 - debug: judoisoft.0 (26729) States connected to redis: 127.0.0.1:9000
                                        2021-11-20 19:16:00.261 - debug: judoisoft.0 (26729) statesDB connected
                                        2021-11-20 19:16:00.518 - info: judoisoft.0 (26729) starting. Version 1.0.11 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
                                        2021-11-20 19:16:00.544 - debug: judoisoft.0 (26729) base url https://10.0.0.16:8124/?group=
                                        2021-11-20 19:16:00.546 - debug: judoisoft.0 (26729) create state
                                        2021-11-20 19:16:01.295 - debug: judoisoft.0 (26729) get statusURL for local
                                        2021-11-20 19:16:04.076 - debug: judoisoft.0 (26729) getSerialnumber : {"group":"register","command":"show","msgnumber":"2","token":"7b98408537f94dacb94f282e52b20d534af8c9b564c6eea443c2bd208371d836","status":"ok","data":[{"wtuType":"i-soft plus","serial number":"120236"}]}
                                        2021-11-20 19:16:04.081 - debug: judoisoft.0 (26729) getwtuType i-soft plus
                                        2021-11-20 19:16:04.087 - debug: judoisoft.0 (26729) getserialN 120236
                                        2021-11-20 19:16:04.458 - debug: judoisoft.0 (26729) connect Result: {"group":"register","command":"connect","msgnumber":"1","token":"7b98408537f94dacb94f282e52b20d534af8c9b564c6eea443c2bd208371d836","parameter":"i-soft plus","serial number":"120236","status":"ok"}
                                        2021-11-20 19:16:04.461 - debug: judoisoft.0 (26729) get Information Static Local
                                        2021-11-20 19:17:04.468 - error: judoisoft.0 (26729) SoftwareVersion ERROR 
                                        

                                        Danke Dir

                                        arteckA 1 Reply Last reply
                                        0
                                        • M mpenno

                                          @arteck Da gab es nichts, weiter. Hatte dann nur den Log-Modus vom Adapter von "Info" auf "debug" gestellt.

                                          2021-11-20 19:00:03.612 - info: smartmeter.0 (537) Received 7 values, 3 updated
                                          2021-11-20 19:04:37.171 - info: host.iobroker iobroker del judoisoft.0
                                          2021-11-20 19:04:41.099 - info: host.iobroker iobroker Delete adapter "judoisoft.0"
                                          2021-11-20 19:04:41.108 - info: host.iobroker iobroker host.iobroker Counted 1 instances of judoisoft.0
                                          2021-11-20 19:04:41.124 - info: host.iobroker iobroker host.iobroker Counted 2 channels of judoisoft.0
                                          2021-11-20 19:04:41.137 - info: host.iobroker iobroker host.iobroker Counted 39 states of judoisoft.0
                                          2021-11-20 19:04:41.147 - info: host.iobroker iobroker host.iobroker Counted 14 states of system.adapter.judoisoft.0
                                          2021-11-20 19:04:41.156 - info: host.iobroker iobroker host.iobroker Counted 33 states (io.judoisoft.0.*) from states
                                          2021-11-20 19:04:41.177 - info: host.iobroker iobroker host.iobroker Counted 14 states (system.adapter.judoisoft.0.*) from states
                                          2021-11-20 19:04:42.097 - info: host.iobroker iobroker host.iobroker Deleting 56 object(s).
                                          2021-11-20 19:04:43.526 - info: host.iobroker object deleted system.adapter.judoisoft.0
                                          2021-11-20 19:04:43.552 - info: host.iobroker iobroker host.iobroker Deleting 47 state(s).
                                          2021-11-20 19:04:44.798 - info: host.iobroker iobroker exit 0
                                          2021-11-20 19:05:04.905 - info: smartmeter.0 (537) Received 7 values, 3 updated
                                          2021-11-20 19:05:50.450 - info: host.iobroker iobroker del judoisoft
                                          2021-11-20 19:05:52.394 - info: host.iobroker iobroker Delete adapter "judoisoft"
                                          2021-11-20 19:05:52.406 - info: host.iobroker iobroker host.iobroker Counted 1 meta of judoisoft
                                          2021-11-20 19:05:52.410 - info: host.iobroker iobroker host.iobroker Counted 1 adapter for judoisoft
                                          2021-11-20 19:05:53.466 - info: host.iobroker iobroker host.iobroker file judoisoft.admin deleted
                                          2021-11-20 19:05:53.475 - info: host.iobroker iobroker host.iobroker object judoisoft deleted
                                          2021-11-20 19:05:53.484 - info: host.iobroker iobroker host.iobroker object judoisoft.admin deleted
                                          2021-11-20 19:05:53.486 - info: host.iobroker iobroker host.iobroker Deleting 2 object(s).
                                          2021-11-20 19:05:53.544 - info: host.iobroker iobroker npm uninstall iobroker.judoisoft --loglevel error --prefix "/opt/iobroker" (System call)
                                          2021-11-20 19:07:38.815 - info: host.iobroker iobroker exit 0
                                          2021-11-20 19:08:04.341 - info: host.iobroker iobroker url https://github.com/arteck/ioBroker.judoisoft --host iobroker
                                          2021-11-20 19:08:06.753 - info: host.iobroker iobroker install arteck/ioBroker.judoisoft#7e27026ac35087578cc503718032f41ebaf0dd3a
                                          2021-11-20 19:08:07.321 - info: host.iobroker iobroker NPM version: 6.14.15
                                          2021-11-20 19:08:07.322 - info: host.iobroker iobroker npm install arteck/ioBroker.judoisoft#7e27026ac35087578cc503718032f41ebaf0dd3a --loglevel error --prefix "/opt/iobroker" (System call)
                                          2021-11-20 19:09:44.780 - info: host.iobroker iobroker upload [4] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/words.js words.js application/javascript
                                          2021-11-20 19:09:44.872 - info: host.iobroker iobroker upload [3] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/style.css style.css text/css
                                          2021-11-20 19:09:44.933 - info: host.iobroker iobroker upload [2] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/judo.png judo.png image/png
                                          2021-11-20 19:09:44.992 - info: host.iobroker iobroker upload [1] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/index_m.html index_m.html text/html
                                          2021-11-20 19:09:45.051 - info: host.iobroker iobroker upload [0] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/adapter-settings.js adapter-settings.js application/javascript
                                          2021-11-20 19:09:46.161 - info: host.iobroker iobroker exit 0
                                          2021-11-20 19:10:05.824 - info: smartmeter.0 (537) Received 7 values, 3 updated
                                          2021-11-20 19:10:17.949 - info: host.iobroker iobroker add judoisoft auto --host iobroker
                                          2021-11-20 19:10:19.842 - info: host.iobroker iobroker host.iobroker create instance judoisoft
                                          2021-11-20 19:10:19.865 - info: host.iobroker iobroker host.iobroker object judoisoft.0.info.connection created
                                          2021-11-20 19:10:19.892 - info: host.iobroker iobroker host.iobroker object judoisoft.0.info created
                                          2021-11-20 19:10:19.926 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.logLevel created
                                          2021-11-20 19:10:19.960 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.sigKill created
                                          2021-11-20 19:10:20.000 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.eventLoopLag created
                                          2021-11-20 19:10:20.034 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.outputCount created
                                          2021-11-20 19:10:20.067 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.inputCount created
                                          2021-11-20 19:10:20.099 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.uptime created
                                          2021-11-20 19:10:20.131 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.memRss created
                                          2021-11-20 19:10:20.167 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.memHeapTotal created
                                          2021-11-20 19:10:20.252 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.memHeapUsed created
                                          2021-11-20 19:10:20.286 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.cputime created
                                          2021-11-20 19:10:20.324 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.cpu created
                                          2021-11-20 19:10:20.358 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.compactMode created
                                          2021-11-20 19:10:20.390 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.connected created
                                          2021-11-20 19:10:20.424 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0.alive created
                                          2021-11-20 19:10:20.455 - info: host.iobroker iobroker host.iobroker Set default value of judoisoft.0.info.connection: false
                                          2021-11-20 19:10:20.496 - info: host.iobroker iobroker host.iobroker object system.adapter.judoisoft.0 created
                                          2021-11-20 19:10:21.536 - info: host.iobroker iobroker exit 0
                                          2021-11-20 19:13:58.814 - info: host.iobroker "system.adapter.judoisoft.0" enabled
                                          2021-11-20 19:13:58.939 - info: host.iobroker instance system.adapter.judoisoft.0 started with pid 26613
                                          2021-11-20 19:14:01.266 - info: judoisoft.0 (26613) starting. Version 1.0.11 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
                                          2021-11-20 19:15:04.132 - error: judoisoft.0 (26613) SoftwareVersion ERROR
                                          2021-11-20 19:15:07.261 - info: smartmeter.0 (537) Received 7 values, 3 updated
                                          2021-11-20 19:15:55.827 - info: host.iobroker stopInstance system.adapter.judoisoft.0 (force=false, process=true)
                                          2021-11-20 19:15:55.849 - info: judoisoft.0 (26613) Got terminate signal TERMINATE_YOURSELF
                                          2021-11-20 19:15:55.850 - info: judoisoft.0 (26613) cleaned everything up...
                                          2021-11-20 19:15:55.852 - info: judoisoft.0 (26613) terminating
                                          2021-11-20 19:15:55.853 - info: judoisoft.0 (26613) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          2021-11-20 19:15:55.898 - info: host.iobroker stopInstance system.adapter.judoisoft.0 send kill signal
                                          2021-11-20 19:15:56.437 - info: host.iobroker instance system.adapter.judoisoft.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2021-11-20 19:15:58.991 - info: host.iobroker instance system.adapter.judoisoft.0 started with pid 26729
                                          2021-11-20 19:16:00.107 - debug: judoisoft.0 (26729) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                          2021-11-20 19:16:00.157 - debug: judoisoft.0 (26729) Objects client ready ... initialize now
                                          2021-11-20 19:16:00.160 - debug: judoisoft.0 (26729) Objects create System PubSub Client
                                          2021-11-20 19:16:00.162 - debug: judoisoft.0 (26729) Objects create User PubSub Client
                                          2021-11-20 19:16:00.168 - debug: judoisoft.0 (26729) Objects client initialize lua scripts
                                          2021-11-20 19:16:00.185 - debug: judoisoft.0 (26729) Objects connected to redis: 127.0.0.1:9001
                                          2021-11-20 19:16:00.195 - debug: judoisoft.0 (26729) objectDB connected
                                          2021-11-20 19:16:00.197 - debug: judoisoft.0 (26729) Redis States: Use Redis connection: 127.0.0.1:9000
                                          2021-11-20 19:16:00.209 - debug: judoisoft.0 (26729) States create System PubSub Client
                                          2021-11-20 19:16:00.210 - debug: judoisoft.0 (26729) States create User PubSub Client
                                          2021-11-20 19:16:00.260 - debug: judoisoft.0 (26729) States connected to redis: 127.0.0.1:9000
                                          2021-11-20 19:16:00.261 - debug: judoisoft.0 (26729) statesDB connected
                                          2021-11-20 19:16:00.518 - info: judoisoft.0 (26729) starting. Version 1.0.11 in /opt/iobroker/node_modules/iobroker.judoisoft, node: v12.22.6, js-controller: 3.3.18
                                          2021-11-20 19:16:00.544 - debug: judoisoft.0 (26729) base url https://10.0.0.16:8124/?group=
                                          2021-11-20 19:16:00.546 - debug: judoisoft.0 (26729) create state
                                          2021-11-20 19:16:01.295 - debug: judoisoft.0 (26729) get statusURL for local
                                          2021-11-20 19:16:04.076 - debug: judoisoft.0 (26729) getSerialnumber : {"group":"register","command":"show","msgnumber":"2","token":"7b98408537f94dacb94f282e52b20d534af8c9b564c6eea443c2bd208371d836","status":"ok","data":[{"wtuType":"i-soft plus","serial number":"120236"}]}
                                          2021-11-20 19:16:04.081 - debug: judoisoft.0 (26729) getwtuType i-soft plus
                                          2021-11-20 19:16:04.087 - debug: judoisoft.0 (26729) getserialN 120236
                                          2021-11-20 19:16:04.458 - debug: judoisoft.0 (26729) connect Result: {"group":"register","command":"connect","msgnumber":"1","token":"7b98408537f94dacb94f282e52b20d534af8c9b564c6eea443c2bd208371d836","parameter":"i-soft plus","serial number":"120236","status":"ok"}
                                          2021-11-20 19:16:04.461 - debug: judoisoft.0 (26729) get Information Static Local
                                          2021-11-20 19:17:04.468 - error: judoisoft.0 (26729) SoftwareVersion ERROR 
                                          

                                          Danke Dir

                                          arteckA Offline
                                          arteckA Offline
                                          arteck
                                          Developer Most Active
                                          wrote on last edited by
                                          #80

                                          @mpenno sagte in Test : Wasserenthärtung judo i-soft plus Adapter:

                                          2021-11-20 19:17:04.468 - error: judoisoft.0 (26729) SoftwareVersion ERROR

                                          danach muss noch was kommen.... wenn nich dann hast du eine falsche Version..installieren JETZT nochmal vom GIT

                                          zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                          M 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          739

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe