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 Adapter wolf-smartset 1.0.x

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 Adapter wolf-smartset 1.0.x

Scheduled Pinned Locked Moved Tester
ism7wolf
118 Posts 28 Posters 20.4k Views 26 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.
  • U UlliJ

    Hi @meistertr ,

    noch eine Frage: kann es sein das die Werte der Fachmannebene nicht immer aktualisiert werden?
    Bei mir werden die nur regelmässig aktualisert, wenn ich auf Smartset eingeloggt bin und das Kennwort für die Fachmannebene eingegeben habe.

    Danke nochmals für die Hilfe...toller Adapter👍

    T Offline
    T Offline
    Tobi 3
    wrote on last edited by Tobi 3
    #103

    @ullij said in Test Adapter wolf-smartset 1.0.x:

    Bei mir werden die nur regelmässig aktualisert, wenn ich auf Smartset eingeloggt bin und das Kennwort für die Fachmannebene eingegeben habe.

    Das Phänomen hatte ich in ähnlicher Weise ebenso. Nur wenn ich mich in die Fachmannebene auf der Smartset Webseite eingeloggt habe, wurden die Werte (einmalig) aktualisiert. Danach dann wieder nicht mehr.

    Meinem Gefühl nach gibt es ein Timing-Problem beim Wolf-Server. Die Requests senden immer den vorherigen "last access" Zeitpunkt mit und seltsamerweise werden, wenn dieser Timestamp dann beim nächsten Request wie vorgesehen verwendet wird, keine oder nur selten aktualisierte Werte zurückgeschickt. In meinen Tests funktionierte es, wenn ich den last access auf ca. 8 min in der Vergangenheit gestellt habe.

    Als schnellen fix habe ich lokal nun testweise den Parameter "GuiIdChanged" auf "true" gesetzt (https://github.com/iobroker-community-adapters/ioBroker.wolf-smartset/blob/master/lib/wss.js#L130). Das gaukelt dem Server vor es wäre eine neue Seite aufgerufen worden womit dann alle angefragten Werte nochmals geschickt werden. Das ist allerdings keine schöne Methode, da damit auch Werte gesendet werden die sich seit dem letzte Request nicht geändert haben. Vielleicht hast du noch eine besser Idee @Meistertr ?

    Auf jeden Fall tausend Dank für dieses tolle Modul! Das wird im kommenden Winter hoffentlich einige Optimierungen an der Effizienz unserer Heizung ermöglichen.

    1 Reply Last reply
    0
    • O Offline
      O Offline
      oxident
      wrote on last edited by
      #104

      Hmm, bei mir hagelt es seit ein paar Tagen permanent HTTP-Fehler 401 ... glaub aber, es liegt am Wolf-Server.

      T 1 Reply Last reply
      0
      • O oxident

        Hmm, bei mir hagelt es seit ein paar Tagen permanent HTTP-Fehler 401 ... glaub aber, es liegt am Wolf-Server.

        T Offline
        T Offline
        Tobi 3
        wrote on last edited by
        #105

        @oxident Gestern ab ca. 21 Uhr schien der Wolf Server abgestürzt zu sein und antwortete auch auf der Webseite nur noch mit Fehler 500. Heute morgen hatte ich in ioBroker auch 401 Fehler, die sich nach Neustart des Adapters aber erledigt haben. Ich werde auch mal weiter beobachten.

        Ich frage mich ob es nicht doch einen Weg gibt die Daten auch lokal aus dem ISM7 auszulesen? Die alte App hat sich ja auch lokal verbunden. Könnte mir vorstellen, dass das deutlich stabiler ist.

        1 Reply Last reply
        0
        • U UlliJ

          Hi @meistertr ,

          noch eine Frage: kann es sein das die Werte der Fachmannebene nicht immer aktualisiert werden?
          Bei mir werden die nur regelmässig aktualisert, wenn ich auf Smartset eingeloggt bin und das Kennwort für die Fachmannebene eingegeben habe.

          Danke nochmals für die Hilfe...toller Adapter👍

          Wolf HomeW Offline
          Wolf HomeW Offline
          Wolf Home
          wrote on last edited by
          #106

          @ullij said in Test Adapter wolf-smartset 1.0.x:

          Fachmann

          Ich habe genau das gleiche Problem, gibt es hier für schon eine Lösung? Da ich mir mehrer Werte von meiner CHA10 anzeigen lassen, neben Ventilatordrehzahl, auch die Saugtemperatur usw....

          Gibt es hier eine Lösung?

          Danke schon mal

          1 Reply Last reply
          0
          • W Offline
            W Offline
            Wien-B
            wrote on last edited by
            #107

            Hi , does somebody have expericences with the following errors. Basically when I click on "get devices" nothing happens.

            API GET AUTH TOKEN ERROR: Cannot read properties of undefined (reading 'authorizationUrl')

            TypeError: Cannot read properties of undefined (reading 'authorizationUrl') at WolfSmartSet._getAuthToken (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:167:38) at WolfSmartSet.adminGetDevicelist (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:134:32) at WolfSmartset.onMessage (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:430:34) at WolfSmartset.emit (node:events:513:28) at WolfSmartset.emit (node:domain:489:12) at change (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5831:34) at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:322:37) at processImmediate (node:internal/timers:466:21)

            1 Reply Last reply
            0
            • F finke3

              Hi @meistertr
              Ja ich würde mich auch wohler fühlen, wenn man die Fachmannebene abwählen kann. Da kann man als Heizungslaie ganz schön was kaputt machen.

              Zusätzlich habe ich noch ein anderes für mich sehr wichtiges Anliegen. Mein ISM7 scheint sich ab und zu vom WLAN zu trennen (wegen Mesh Steering, Kanalwechsel oder ähnlichem). Während des Ausfalls kommt es dann aber immer zu falschen Werten in den States. Ich habe hier bereits ein issue in GIT erstellt und probiert es so gut wie möglich zu beschreiben, da das Problem doch sehr störend ist und die Diagramme stark verfälscht werden.

              https://github.com/iobroker-community-adapters/ioBroker.wolf-smartset/issues/48

              Ich wäre dir daher super dankbar, wenn du dir das einmal ansehen kannst!? Ansonsten ist der Adapter echt super 👍

              Liebe Grüße
              Finke

              O Offline
              O Offline
              OpaW
              wrote on last edited by
              #108

              @finke3 Hallo
              habe nun nach einem Jahr endlich das Schnittstellenmodul Wolf Link home zu meiner CHA bekommen.

              in der Wolf App und auch auf dem iMAC ist das Modul ISM7 einwandfrei über Benutzername und Passwort erreichbar. Die Anlage kann ausgewählt werden.
              Das Einbinden in den iobroker über den Wolf Adapter funktioniert nicht. Bei gleichem Benutzer und Passwort komme ich nicht in der Geräteauswahl weiter. Der Kreis dreht sich kurze Zeit. Danach kann aber kein Gerät ausgewählt werden. Kann einer helfen?

              Den Log aus dem iobroker in der Anlage
              Bildschirmfoto 2023-08-19 um 12.01.21.png

              ? 1 Reply Last reply
              0
              • O OpaW

                @finke3 Hallo
                habe nun nach einem Jahr endlich das Schnittstellenmodul Wolf Link home zu meiner CHA bekommen.

                in der Wolf App und auch auf dem iMAC ist das Modul ISM7 einwandfrei über Benutzername und Passwort erreichbar. Die Anlage kann ausgewählt werden.
                Das Einbinden in den iobroker über den Wolf Adapter funktioniert nicht. Bei gleichem Benutzer und Passwort komme ich nicht in der Geräteauswahl weiter. Der Kreis dreht sich kurze Zeit. Danach kann aber kein Gerät ausgewählt werden. Kann einer helfen?

                Den Log aus dem iobroker in der Anlage
                Bildschirmfoto 2023-08-19 um 12.01.21.png

                ? Offline
                ? Offline
                A Former User
                wrote on last edited by A Former User
                #109

                @opaw sagte in Test Adapter wolf-smartset 1.0.x:

                Kann einer helfen?

                Moin,

                ein, zwei Anmerkungen vorweg,

                1. Log Texte bitte nicht als Bild posten, sondern als Text, in Code Tags </>, siehe
                  6f70023b-8f7e-40fd-8bc2-3068b008eaf9-grafik.png
                  Das ist für Personen, die am Handy/Tablet schauen, besser.
                2. Du solltest Deine Umgebung, in der der ioBroker läuft, beschreiben
                  • Welche Plattform (RasPI, PC, Proxmox (LXC/VM), Docker usw.
                  • Welche Versionen der Adapter, nicht nur die vom Wolf Adapter, auch js-controler, admin usw., sind von Interesse.

                Du müsstest uns auch die Einstellungen des Adapters mitteilen, da kannst Du ein Bild schicken 🙂

                VG
                Bernd

                P.S.: Hier noch die ausführliche Anleitung -> https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge
                P.P.S.: 8f0f5dcb-1131-40f0-b7b0-daa3846712fd-grafik.png

                O 1 Reply Last reply
                0
                • ? A Former User

                  @opaw sagte in Test Adapter wolf-smartset 1.0.x:

                  Kann einer helfen?

                  Moin,

                  ein, zwei Anmerkungen vorweg,

                  1. Log Texte bitte nicht als Bild posten, sondern als Text, in Code Tags </>, siehe
                    6f70023b-8f7e-40fd-8bc2-3068b008eaf9-grafik.png
                    Das ist für Personen, die am Handy/Tablet schauen, besser.
                  2. Du solltest Deine Umgebung, in der der ioBroker läuft, beschreiben
                    • Welche Plattform (RasPI, PC, Proxmox (LXC/VM), Docker usw.
                    • Welche Versionen der Adapter, nicht nur die vom Wolf Adapter, auch js-controler, admin usw., sind von Interesse.

                  Du müsstest uns auch die Einstellungen des Adapters mitteilen, da kannst Du ein Bild schicken 🙂

                  VG
                  Bernd

                  P.S.: Hier noch die ausführliche Anleitung -> https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge
                  P.P.S.: 8f0f5dcb-1131-40f0-b7b0-daa3846712fd-grafik.png

                  O Offline
                  O Offline
                  OpaW
                  wrote on last edited by
                  #110

                  @dp20eic

                  Hallo mein iobroker läuft auf einem Pi4 8GB mit PiOS64 Mein iobroker hat die Version 6.8.0, der Wolf Adapter 1.1, Node js 18.17.1 Js Controller 4.

                  Hier das Protokoll als Text:
                  code_text
                  2023-08-19 16:29:17.543 - info: host.iobroker "system.adapter.wolf-smartset.0" enabled 2023-08-19 16:29:17.628 - info: host.iobroker instance system.adapter.wolf-smartset.0 started with pid 4790 2023-08-19 16:29:19.361 - debug: wolf-smartset.0 (4790) Redis Objects: Use Redis connection: 127.0.0.1:9001 2023-08-19 16:29:19.431 - debug: wolf-smartset.0 (4790) Objects client ready ... initialize now 2023-08-19 16:29:19.434 - debug: wolf-smartset.0 (4790) Objects create System PubSub Client 2023-08-19 16:29:19.436 - debug: wolf-smartset.0 (4790) Objects create User PubSub Client 2023-08-19 16:29:19.517 - debug: wolf-smartset.0 (4790) Objects client initialize lua scripts 2023-08-19 16:29:19.545 - debug: wolf-smartset.0 (4790) Objects connected to redis: 127.0.0.1:9001 2023-08-19 16:29:19.587 - debug: wolf-smartset.0 (4790) Redis States: Use Redis connection: 127.0.0.1:9000 2023-08-19 16:29:19.608 - debug: wolf-smartset.0 (4790) States create System PubSub Client 2023-08-19 16:29:19.610 - debug: wolf-smartset.0 (4790) States create User PubSub Client 2023-08-19 16:29:19.688 - debug: wolf-smartset.0 (4790) States connected to redis: 127.0.0.1:9000 2023-08-19 16:29:19.857 - debug: wolf-smartset.0 (4790) Plugin sentry Initialize Plugin (enabled=true) 2023-08-19 16:29:20.345 - info: wolf-smartset.0 (4790) starting. Version 1.1.1 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v18.17.1, js-controller: 4.0.24 at WolfSmartset.onReady (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:40:23) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9139:26 2023-08-19 16:29:26.342 - info: admin.0 (3325) ==> Connected system.user.admin from ::ffff:192.168.100.10 2023-08-19 16:29:30.660 - info: wolf-smartset.0 (4790) getDeviceList at WolfSmartSet._getAuthToken (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:167:38) at WolfSmartSet.adminGetDevicelist (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:134:32) at WolfSmartset.onMessage (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:430:34) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at change (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5831:34) at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:322:37) at processImmediate (node:internal/timers:476:21) 2023-08-19 16:30:01.997 - info: admin.0 (3325) <== Disconnect system.user.admin from ::ffff:192.168.100.10 2023-08-19 16:38:36.290 - info: admin.0 (3325) ==> Connected system.user.admin from ::ffff:192.168.100.10

                  Bildschirmfoto 2023-08-19 um 17.02.47.png

                  ? 1 Reply Last reply
                  0
                  • O OpaW

                    @dp20eic

                    Hallo mein iobroker läuft auf einem Pi4 8GB mit PiOS64 Mein iobroker hat die Version 6.8.0, der Wolf Adapter 1.1, Node js 18.17.1 Js Controller 4.

                    Hier das Protokoll als Text:
                    code_text
                    2023-08-19 16:29:17.543 - info: host.iobroker "system.adapter.wolf-smartset.0" enabled 2023-08-19 16:29:17.628 - info: host.iobroker instance system.adapter.wolf-smartset.0 started with pid 4790 2023-08-19 16:29:19.361 - debug: wolf-smartset.0 (4790) Redis Objects: Use Redis connection: 127.0.0.1:9001 2023-08-19 16:29:19.431 - debug: wolf-smartset.0 (4790) Objects client ready ... initialize now 2023-08-19 16:29:19.434 - debug: wolf-smartset.0 (4790) Objects create System PubSub Client 2023-08-19 16:29:19.436 - debug: wolf-smartset.0 (4790) Objects create User PubSub Client 2023-08-19 16:29:19.517 - debug: wolf-smartset.0 (4790) Objects client initialize lua scripts 2023-08-19 16:29:19.545 - debug: wolf-smartset.0 (4790) Objects connected to redis: 127.0.0.1:9001 2023-08-19 16:29:19.587 - debug: wolf-smartset.0 (4790) Redis States: Use Redis connection: 127.0.0.1:9000 2023-08-19 16:29:19.608 - debug: wolf-smartset.0 (4790) States create System PubSub Client 2023-08-19 16:29:19.610 - debug: wolf-smartset.0 (4790) States create User PubSub Client 2023-08-19 16:29:19.688 - debug: wolf-smartset.0 (4790) States connected to redis: 127.0.0.1:9000 2023-08-19 16:29:19.857 - debug: wolf-smartset.0 (4790) Plugin sentry Initialize Plugin (enabled=true) 2023-08-19 16:29:20.345 - info: wolf-smartset.0 (4790) starting. Version 1.1.1 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v18.17.1, js-controller: 4.0.24 at WolfSmartset.onReady (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:40:23) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9139:26 2023-08-19 16:29:26.342 - info: admin.0 (3325) ==> Connected system.user.admin from ::ffff:192.168.100.10 2023-08-19 16:29:30.660 - info: wolf-smartset.0 (4790) getDeviceList at WolfSmartSet._getAuthToken (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:167:38) at WolfSmartSet.adminGetDevicelist (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:134:32) at WolfSmartset.onMessage (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:430:34) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at change (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5831:34) at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:322:37) at processImmediate (node:internal/timers:476:21) 2023-08-19 16:30:01.997 - info: admin.0 (3325) <== Disconnect system.user.admin from ::ffff:192.168.100.10 2023-08-19 16:38:36.290 - info: admin.0 (3325) ==> Connected system.user.admin from ::ffff:192.168.100.10

                    Bildschirmfoto 2023-08-19 um 17.02.47.png

                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #111

                    @opaw sagte in Test Adapter wolf-smartset 1.0.x:

                    @dp20eic

                    Moin,

                    Text in Code Tags sehen anders aus, nur mal eine Vergleich zu deinem, wenn ich das eingebe

                    2023-08-19 16:29:17.543 - info: host.iobroker "system.adapter.wolf-smartset.0" enabled 
                    2023-08-19 16:29:17.628 - info: host.iobroker instance system.adapter.wolf-smartset.0 started with pid 4790 
                    2023-08-19 16:29:19.361 - debug: wolf-smartset.0 (4790) Redis Objects: Use Redis connection: 127.0.0.1:9001 
                    2023-08-19 16:29:19.431 - debug: wolf-smartset.0 (4790) Objects client ready ... initialize now 
                    2023-08-19 16:29:19.434 - debug: wolf-smartset.0 (4790) Objects create System PubSub Client 
                    2023-08-19 16:29:19.436 - debug: wolf-smartset.0 (4790) Objects create User PubSub Client 
                    2023-08-19 16:29:19.517 - debug: wolf-smartset.0 (4790) Objects client initialize lua scripts 
                    2023-08-19 16:29:19.545 - debug: wolf-smartset.0 (4790) Objects connected to redis: 127.0.0.1:9001 
                    2023-08-19 16:29:19.587 - debug: wolf-smartset.0 (4790) Redis States: Use Redis connection: 127.0.0.1:9000 
                    2023-08-19 16:29:19.608 - debug: wolf-smartset.0 (4790) States create System PubSub Client 
                    2023-08-19 16:29:19.610 - debug: wolf-smartset.0 (4790) States create User PubSub Client 
                    2023-08-19 16:29:19.688 - debug: wolf-smartset.0 (4790) States connected to redis: 127.0.0.1:9000 
                    2023-08-19 16:29:19.857 - debug: wolf-smartset.0 (4790) Plugin sentry Initialize Plugin (enabled=true) 
                    2023-08-19 16:29:20.345 - info: wolf-smartset.0 (4790) starting. Version 1.1.1 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v18.17.1, js-controller: 4.0.24 at WolfSmartset.onReady (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:40:23) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9139:26 
                    2023-08-19 16:29:26.342 - info: admin.0 (3325) ==> Connected system.user.admin from ::ffff:192.168.100.10 
                    2023-08-19 16:29:30.660 - info: wolf-smartset.0 (4790) getDeviceList at WolfSmartSet._getAuthToken (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:167:38) at WolfSmartSet.adminGetDevicelist (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:134:32) at WolfSmartset.onMessage (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:430:34) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at change (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5831:34) at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:322:37) at processImmediate (node:internal/timers:476:21) 
                    2023-08-19 16:30:01.997 - info: admin.0 (3325) <== Disconnect system.user.admin from ::ffff:192.168.100.10 
                    2023-08-19 16:38:36.290 - info: admin.0 (3325) ==> Connected system.user.admin from ::ffff:192.168.100.10
                    

                    Schon mal versucht, erst die Version 1.0.0 vom Adapter zu installieren?
                    Du bist dir auch ganz sicher, dass du den User und das Passwort korrekt eingetragen hast?

                    VG
                    Bernd

                    P.S.: Schaue jetzt erstmal Fußball.

                    sigi234S ? 2 Replies Last reply
                    0
                    • ? A Former User

                      @opaw sagte in Test Adapter wolf-smartset 1.0.x:

                      @dp20eic

                      Moin,

                      Text in Code Tags sehen anders aus, nur mal eine Vergleich zu deinem, wenn ich das eingebe

                      2023-08-19 16:29:17.543 - info: host.iobroker "system.adapter.wolf-smartset.0" enabled 
                      2023-08-19 16:29:17.628 - info: host.iobroker instance system.adapter.wolf-smartset.0 started with pid 4790 
                      2023-08-19 16:29:19.361 - debug: wolf-smartset.0 (4790) Redis Objects: Use Redis connection: 127.0.0.1:9001 
                      2023-08-19 16:29:19.431 - debug: wolf-smartset.0 (4790) Objects client ready ... initialize now 
                      2023-08-19 16:29:19.434 - debug: wolf-smartset.0 (4790) Objects create System PubSub Client 
                      2023-08-19 16:29:19.436 - debug: wolf-smartset.0 (4790) Objects create User PubSub Client 
                      2023-08-19 16:29:19.517 - debug: wolf-smartset.0 (4790) Objects client initialize lua scripts 
                      2023-08-19 16:29:19.545 - debug: wolf-smartset.0 (4790) Objects connected to redis: 127.0.0.1:9001 
                      2023-08-19 16:29:19.587 - debug: wolf-smartset.0 (4790) Redis States: Use Redis connection: 127.0.0.1:9000 
                      2023-08-19 16:29:19.608 - debug: wolf-smartset.0 (4790) States create System PubSub Client 
                      2023-08-19 16:29:19.610 - debug: wolf-smartset.0 (4790) States create User PubSub Client 
                      2023-08-19 16:29:19.688 - debug: wolf-smartset.0 (4790) States connected to redis: 127.0.0.1:9000 
                      2023-08-19 16:29:19.857 - debug: wolf-smartset.0 (4790) Plugin sentry Initialize Plugin (enabled=true) 
                      2023-08-19 16:29:20.345 - info: wolf-smartset.0 (4790) starting. Version 1.1.1 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v18.17.1, js-controller: 4.0.24 at WolfSmartset.onReady (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:40:23) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9139:26 
                      2023-08-19 16:29:26.342 - info: admin.0 (3325) ==> Connected system.user.admin from ::ffff:192.168.100.10 
                      2023-08-19 16:29:30.660 - info: wolf-smartset.0 (4790) getDeviceList at WolfSmartSet._getAuthToken (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:167:38) at WolfSmartSet.adminGetDevicelist (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:134:32) at WolfSmartset.onMessage (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:430:34) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at change (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5831:34) at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:322:37) at processImmediate (node:internal/timers:476:21) 
                      2023-08-19 16:30:01.997 - info: admin.0 (3325) <== Disconnect system.user.admin from ::ffff:192.168.100.10 
                      2023-08-19 16:38:36.290 - info: admin.0 (3325) ==> Connected system.user.admin from ::ffff:192.168.100.10
                      

                      Schon mal versucht, erst die Version 1.0.0 vom Adapter zu installieren?
                      Du bist dir auch ganz sicher, dass du den User und das Passwort korrekt eingetragen hast?

                      VG
                      Bernd

                      P.S.: Schaue jetzt erstmal Fußball.

                      sigi234S Online
                      sigi234S Online
                      sigi234
                      Forum Testing Most Active
                      wrote on last edited by sigi234
                      #112

                      @dp20eic sagte in Test Adapter wolf-smartset 1.0.x:

                      Du bist dir auch ganz sicher, dass du den User und das Passwort korrekt eingetragen hast?

                      Nicht C&P sondern schreib es mal direkt rein, meistens ist ein Leerzeichen versteckt.

                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Immer Daten sichern!

                      O 1 Reply Last reply
                      0
                      • sigi234S sigi234

                        @dp20eic sagte in Test Adapter wolf-smartset 1.0.x:

                        Du bist dir auch ganz sicher, dass du den User und das Passwort korrekt eingetragen hast?

                        Nicht C&P sondern schreib es mal direkt rein, meistens ist ein Leerzeichen versteckt.

                        O Offline
                        O Offline
                        OpaW
                        wrote on last edited by
                        #113

                        @sigi234
                        Hallo ich habe die Version 1.1.1 installiert.

                        Der Benutzername und das Password sind richtig eingetragen. Zur Kontrolle habe ich die Konfigurationsdatei heruntergeladen und überprüft.
                        in der xxx 4.json stehen unter "native" die richtigen Werte für user , password und pingInterval
                        Bei Devisen steht null und bei Devicelist "".

                        code_text
                        ``wolf-smartset.0
                        12399	2023-08-20 09:02:10.696	warn	TypeError: Cannot read properties of undefined (reading 'authorizationUrl') at WolfSmartSet._getAuthToken (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:167:38) at WolfSmartSet.adminGetDevicelist (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:134:32) at WolfSmartset.onMessage (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:430:34) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at change (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5831:34) at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:322:37) at processImmediate (node:internal/timers:476:21)
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:02:10.675	warn	API GET AUTH TOKEN ERROR: Cannot read properties of undefined (reading 'authorizationUrl')
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:02:10.669	info	getDeviceList
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:17.059	error	TypeError: Cannot read properties of null (reading 'Id') at WolfSmartset.onReady (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:40:23) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9139:26
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:16.803	error	Please configure user, password and device in config
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:16.746	info	starting. Version 1.1.1 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v18.17.1, js-controller: 4.0.24
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:16.171	debug	Plugin sentry Initialize Plugin (enabled=true)
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:15.941	debug	States connected to redis: 127.0.0.1:9000
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:15.859	debug	States create User PubSub Client
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:15.857	debug	States create System PubSub Client
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:15.829	debug	Redis States: Use Redis connection: 127.0.0.1:9000
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:15.775	debug	Objects connected to redis: 127.0.0.1:9001
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:15.744	debug	Objects client initialize lua scripts
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:15.667	debug	Objects create User PubSub Client
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:15.665	debug	Objects create System PubSub Client
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:15.662	debug	Objects client ready ... initialize now
                        
                        wolf-smartset.0
                        12399	2023-08-20 09:01:15.592	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
                        1 Reply Last reply
                        0
                        • ? A Former User

                          @opaw sagte in Test Adapter wolf-smartset 1.0.x:

                          @dp20eic

                          Moin,

                          Text in Code Tags sehen anders aus, nur mal eine Vergleich zu deinem, wenn ich das eingebe

                          2023-08-19 16:29:17.543 - info: host.iobroker "system.adapter.wolf-smartset.0" enabled 
                          2023-08-19 16:29:17.628 - info: host.iobroker instance system.adapter.wolf-smartset.0 started with pid 4790 
                          2023-08-19 16:29:19.361 - debug: wolf-smartset.0 (4790) Redis Objects: Use Redis connection: 127.0.0.1:9001 
                          2023-08-19 16:29:19.431 - debug: wolf-smartset.0 (4790) Objects client ready ... initialize now 
                          2023-08-19 16:29:19.434 - debug: wolf-smartset.0 (4790) Objects create System PubSub Client 
                          2023-08-19 16:29:19.436 - debug: wolf-smartset.0 (4790) Objects create User PubSub Client 
                          2023-08-19 16:29:19.517 - debug: wolf-smartset.0 (4790) Objects client initialize lua scripts 
                          2023-08-19 16:29:19.545 - debug: wolf-smartset.0 (4790) Objects connected to redis: 127.0.0.1:9001 
                          2023-08-19 16:29:19.587 - debug: wolf-smartset.0 (4790) Redis States: Use Redis connection: 127.0.0.1:9000 
                          2023-08-19 16:29:19.608 - debug: wolf-smartset.0 (4790) States create System PubSub Client 
                          2023-08-19 16:29:19.610 - debug: wolf-smartset.0 (4790) States create User PubSub Client 
                          2023-08-19 16:29:19.688 - debug: wolf-smartset.0 (4790) States connected to redis: 127.0.0.1:9000 
                          2023-08-19 16:29:19.857 - debug: wolf-smartset.0 (4790) Plugin sentry Initialize Plugin (enabled=true) 
                          2023-08-19 16:29:20.345 - info: wolf-smartset.0 (4790) starting. Version 1.1.1 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v18.17.1, js-controller: 4.0.24 at WolfSmartset.onReady (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:40:23) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9139:26 
                          2023-08-19 16:29:26.342 - info: admin.0 (3325) ==> Connected system.user.admin from ::ffff:192.168.100.10 
                          2023-08-19 16:29:30.660 - info: wolf-smartset.0 (4790) getDeviceList at WolfSmartSet._getAuthToken (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:167:38) at WolfSmartSet.adminGetDevicelist (/opt/iobroker/node_modules/iobroker.wolf-smartset/lib/wss.js:134:32) at WolfSmartset.onMessage (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:430:34) at WolfSmartset.emit (node:events:514:28) at WolfSmartset.emit (node:domain:489:12) at change (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5831:34) at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:322:37) at processImmediate (node:internal/timers:476:21) 
                          2023-08-19 16:30:01.997 - info: admin.0 (3325) <== Disconnect system.user.admin from ::ffff:192.168.100.10 
                          2023-08-19 16:38:36.290 - info: admin.0 (3325) ==> Connected system.user.admin from ::ffff:192.168.100.10
                          

                          Schon mal versucht, erst die Version 1.0.0 vom Adapter zu installieren?
                          Du bist dir auch ganz sicher, dass du den User und das Passwort korrekt eingetragen hast?

                          VG
                          Bernd

                          P.S.: Schaue jetzt erstmal Fußball.

                          ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #114

                          @dp20eic sagte in Test Adapter wolf-smartset 1.0.x:

                          Schon mal versucht, erst die Version 1.0.0 vom Adapter zu installieren?

                          Moin,

                          zitiere mich mal selbst, hast Du mal die 1.0.0 Version installiert?

                          Schau mal hier:
                          https://github.com/iobroker-community-adapters/ioBroker.wolf-smartset/issues/260

                          VG
                          Bernd

                          O 1 Reply Last reply
                          0
                          • ? A Former User

                            @dp20eic sagte in Test Adapter wolf-smartset 1.0.x:

                            Schon mal versucht, erst die Version 1.0.0 vom Adapter zu installieren?

                            Moin,

                            zitiere mich mal selbst, hast Du mal die 1.0.0 Version installiert?

                            Schau mal hier:
                            https://github.com/iobroker-community-adapters/ioBroker.wolf-smartset/issues/260

                            VG
                            Bernd

                            O Offline
                            O Offline
                            OpaW
                            wrote on last edited by
                            #115

                            @dp20eic Hallo Bernd,

                            vielen Dank. Mit der 1.0.0 funktionierte es sofort.

                            ? 1 Reply Last reply
                            0
                            • O OpaW

                              @dp20eic Hallo Bernd,

                              vielen Dank. Mit der 1.0.0 funktionierte es sofort.

                              ? Offline
                              ? Offline
                              A Former User
                              wrote on last edited by
                              #116

                              @opaw sagte in Test Adapter wolf-smartset 1.0.x:

                              vielen Dank. Mit der 1.0.0 funktionierte es sofort.

                              Moin,

                              dann kannst Du jetzt auch auf die V 1.1.1 updaten, sollte dann so weit auch alles funktionieren.

                              Ab und an, gibt es im Log ein Fehler, dass ein Konnekt nicht funktioniert hat, ich denke, hab es nicht weiter analysiert, dass es an den Wolf Servern liegt, dass die dann irgendwelche Wartungen durchführen.

                              VG
                              Bernd

                              W 1 Reply Last reply
                              0
                              • ? A Former User

                                @opaw sagte in Test Adapter wolf-smartset 1.0.x:

                                vielen Dank. Mit der 1.0.0 funktionierte es sofort.

                                Moin,

                                dann kannst Du jetzt auch auf die V 1.1.1 updaten, sollte dann so weit auch alles funktionieren.

                                Ab und an, gibt es im Log ein Fehler, dass ein Konnekt nicht funktioniert hat, ich denke, hab es nicht weiter analysiert, dass es an den Wolf Servern liegt, dass die dann irgendwelche Wartungen durchführen.

                                VG
                                Bernd

                                W Offline
                                W Offline
                                Wch
                                wrote on last edited by
                                #117

                                Moin zusammen,

                                seit gestern 12:30 verbindet sich der Adapter nicht mehr.
                                Hat jemand ähnliche Probleme?

                                Grüße
                                Tom

                                1 Reply Last reply
                                0
                                • mcm1957M Online
                                  mcm1957M Online
                                  mcm1957
                                  wrote on last edited by mcm1957
                                  #118

                                  Die Diskussion zur Version 1.2.x findet zukünftig hier statt:
                                  https://forum.iobroker.net/topic/78785/test-adapter-wolf-smartset-1-2-x

                                  Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                                  Support Repositoryverwaltung.

                                  Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                                  LESEN - gute Forenbeitrage

                                  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

                                  435

                                  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