Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter wolf-smartset 1.0.x

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Test Adapter wolf-smartset 1.0.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • Meistertr
      Meistertr Developer last edited by Meistertr

      Aktuelle Test Version 1.0.0
      Veröffentlichungsdatum 20.02.20
      Github Link https://github.com/iobroker-community-adapters/ioBroker.wolf-smartset

      Hallo Leute, nach einem kleinen Ausflug zu Homeassistant habe ich gesehen, dass die einen Adapter für Wolf-smartset haben. da ich auch noch eine ISM7 Modul rumliegen hatte was ich für ein ISM8 ausgebaut habe (dafür gibs ja einen Adapter). Habe ich mir gedacht dass es doch ganz Interessant wäre.
      Vorteile zum Wolf Adapter:

      • alle Parameter können geändert werden auch die Wochenprogramme
      • Es stehen mehr Daten zur Verfügung
      • Läuft mit dem ISM7 (WLAN) Modul
      • Herstellerapp kann nebenbei genutzt werden

      Nachteile:

      • Cloud Verbindung durch Wertepoll
      • keine offene Api

      Also alles in allem ne coole Sache.
      Bis jetzt gehen datenabruf und Werte ändern
      das ist ja schon mal das Wichstigste

      Kommen soll:

      • Automatischen Heizungsdiagramm
      • Wochenrpogramme einfach einstellen

      Also wer testen will und kann gerne ausprobieren

      Wichtig beim Wechsel auf die 0.2.X Adapter und Objekte vorher löschen

      M K L C 4 Replies Last reply Reply Quote 2
      • M
        Murokey @Meistertr last edited by

        @meistertr Ich habe gerade versucht den Adapter zu testen, allerdings bekomme ich die Instanz nicht zum laufen nachdem ich die Zugangsdaten vom Smartsetportal eingegeben habe. Im Log erscheinen die angehängten Fehlermeldungen. An was könnte das liegen?

        wolf-smartset.0	2021-02-22 18:33:08.258	error	at Timer.processTimers (timers.js:223:10)
        wolf-smartset.0	2021-02-22 18:33:08.258	error	at listOnTimeout (timers.js:263:5)
        wolf-smartset.0	2021-02-22 18:33:08.258	error	at tryOnTimeout (timers.js:300:5)
        wolf-smartset.0	2021-02-22 18:33:08.258	error	at ontimeout (timers.js:436:11)
        wolf-smartset.0	2021-02-22 18:33:08.258	error	at Timeout.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:42:11)
        wolf-smartset.0	2021-02-22 18:33:08.258	error	at WolfSmartset.main (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:55:57)
        wolf-smartset.0	2021-02-22 18:33:08.258	error	(5625) TypeError: Cannot read property 'GatewayId' of null
        wolf-smartset.0	2021-02-22 18:33:08.257	error	(5625) unhandled promise rejection: Cannot read property 'GatewayId' of null
        Unhandled	2021-02-22 18:33:08.256	error	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().
        wolf-smartset.0	2021-02-22 18:33:08.185	error	(5625) API GET SYSTEM LIST ERROR: Error: Request failed with status code 429
        wolf-smartset.0	2021-02-22 18:33:08.130	error	(5625) API CREATE SESSION ERROR: Error: Request failed with status code 429
        wolf-smartset.0	2021-02-22 18:32:22.690	error	(5560) could not sartSyntaxError: Unexpected token u in JSON at position 0
        
        Meistertr 2 Replies Last reply Reply Quote 0
        • Meistertr
          Meistertr Developer @Murokey last edited by

          @murokey hab da noch einen kleinen bug. öffne mal die config und speichere sie ohne user und passwort. dann den adapter starten und in der config user und pw eingeben und suchen, dann müsste es gehen

          1 Reply Last reply Reply Quote 0
          • Meistertr
            Meistertr Developer @Murokey last edited by

            @murokey sollte in der 0.1.2 gehen, habs gerade gefixed

            M 1 Reply Last reply Reply Quote 0
            • M
              Murokey @Meistertr last edited by

              @meistertr Ja, vielen Dank. Instanz läuft jetzt und ich konnte auch mein Gerät Verbinden. Allerdings sind die Werte im Objekt nicht die gleichen wie am Gerät und werden glaube ich nicht aktualisiert.
              Screenshot.png

              Meistertr 1 Reply Last reply Reply Quote 0
              • Meistertr
                Meistertr Developer @Murokey last edited by

                @murokey Die Differenz liegt an unterschiedlichen Aktualisierungsintervallen. es werden nicht alle Datenpunkte gleichzeitig aktualisiert. man schickt eine Anfrage und bekommt die Werte zurück die sich geändert haben

                1 Reply Last reply Reply Quote 0
                • K
                  KeTuLE @Meistertr last edited by

                  @meistertr Herzlichen Dank für die Arbeit an diesem Adapter. Darauf habe ich schon immer gewartet 👏
                  Ich habe das Problem, dass ich keine Anlage aus dem Portal abrufen kann bzw. keine Anlage bei "Geräte" erscheint. Bei klick auf "GET DEVICES" dreht der Kreis, aber bei Geräte wird keine angezeigt. Im Wolf-Smartsetportal ist die Anlage richtig eingebunden (CGB-2). Anbei das Log als Debug-Ausgabe:

                  wolf-smartset.0	2021-03-01 07:59:48.119	debug	(30560) system.adapter.admin.0: logging true
                  wolf-smartset.0	2021-03-01 07:59:43.824	error	(30560) could not sartTypeError: Cannot read property 'GatewayId' of null
                  wolf-smartset.0	2021-03-01 07:59:43.798	info	(30560) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v12.21.0, js-controller: 3.2.16
                  wolf-smartset.0	2021-03-01 07:59:43.612	debug	(30560) statesDB connected
                  wolf-smartset.0	2021-03-01 07:59:43.611	debug	(30560) States connected to redis: 127.0.0.1:6379
                  wolf-smartset.0	2021-03-01 07:59:43.601	debug	(30560) States create User PubSub Client
                  wolf-smartset.0	2021-03-01 07:59:43.600	debug	(30560) States create System PubSub Client
                  wolf-smartset.0	2021-03-01 07:59:43.593	debug	(30560) Redis States: Use Redis connection: 127.0.0.1:6379
                  wolf-smartset.0	2021-03-01 07:59:43.591	debug	(30560) objectDB connected
                  wolf-smartset.0	2021-03-01 07:59:43.583	debug	(30560) Objects connected to redis: 127.0.0.1:6379
                  wolf-smartset.0	2021-03-01 07:59:43.571	debug	(30560) Objects client initialize lua scripts
                  wolf-smartset.0	2021-03-01 07:59:43.570	debug	(30560) Objects create User PubSub Client
                  wolf-smartset.0	2021-03-01 07:59:43.568	debug	(30560) Objects create System PubSub Client
                  wolf-smartset.0	2021-03-01 07:59:43.561	debug	(30560) Objects client ready ... initialize now
                  wolf-smartset.0	2021-03-01 07:59:43.526	debug	(30560) Redis Objects: Use Redis connection: 127.0.0.1:6379
                  
                  Meistertr 1 Reply Last reply Reply Quote 0
                  • Meistertr
                    Meistertr Developer @KeTuLE last edited by

                    @ketule kanndt fu mal einen debug log posten

                    K 1 Reply Last reply Reply Quote 0
                    • K
                      KeTuLE @Meistertr last edited by

                      @meistertr wenn ich das Node Modul auf der Shell starte, bekomme ich folgenden Output:

                      node main.js --debug
                      
                      2021-03-04 12:40:17.178  - debug: wolf-smartset.0 (19366) Redis Objects: Use Redis connection: 127.0.0.1:6379
                      2021-03-04 12:40:17.211  - debug: wolf-smartset.0 (19366) Objects client ready ... initialize now
                      2021-03-04 12:40:17.217  - debug: wolf-smartset.0 (19366) Objects create System PubSub Client
                      2021-03-04 12:40:17.219  - debug: wolf-smartset.0 (19366) Objects create User PubSub Client
                      2021-03-04 12:40:17.220  - debug: wolf-smartset.0 (19366) Objects client initialize lua scripts
                      2021-03-04 12:40:17.233  - debug: wolf-smartset.0 (19366) Objects connected to redis: 127.0.0.1:6379
                      2021-03-04 12:40:17.242  - debug: wolf-smartset.0 (19366) objectDB connected
                      2021-03-04 12:40:17.244  - debug: wolf-smartset.0 (19366) Redis States: Use Redis connection: 127.0.0.1:6379
                      2021-03-04 12:40:17.251  - debug: wolf-smartset.0 (19366) States create System PubSub Client
                      2021-03-04 12:40:17.253  - debug: wolf-smartset.0 (19366) States create User PubSub Client
                      2021-03-04 12:40:17.260  - debug: wolf-smartset.0 (19366) States connected to redis: 127.0.0.1:6379
                      2021-03-04 12:40:17.262  - debug: wolf-smartset.0 (19366) statesDB connected
                      2021-03-04 12:40:17.400  - info: wolf-smartset.0 (19366) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v12.21.0, js-controller: 3.2.16
                      2021-03-04 12:40:17.426  - error: wolf-smartset.0 (19366) could not sartTypeError: Cannot read property 'GatewayId' of null
                      2021-03-04 12:40:19.385  - info: wolf-smartset.0 (19366) getDeviceList
                      2021-03-04 12:40:19.388  - debug: wolf-smartset.0 (19366) sendTo "getDeviceList" to system.adapter.admin.0 from system.adapter.wolf-smartset.0
                      2021-03-04 12:40:23.388  - info: wolf-smartset.0 (19366) Got terminate signal TERMINATE_YOURSELF
                      2021-03-04 12:40:24.355  - info: wolf-smartset.0 (19366) getDeviceList
                      2021-03-04 12:40:24.356  - debug: wolf-smartset.0 (19366) sendTo "getDeviceList" to system.adapter.admin.0 from system.adapter.wolf-smartset.0
                      2021-03-04 12:40:26.784  - warn: wolf-smartset.0 (19366) Got terminate signal. Checking desired PID: 0 vs own PID 19366
                      2021-03-04 12:40:26.801  - warn: wolf-smartset.0 (19366) Got terminate signal. Checking desired PID: 19392 vs own PID 19366
                      2021-03-04 12:40:32.001  - info: wolf-smartset.0 (19366) getDeviceList
                      2021-03-04 12:40:32.003  - debug: wolf-smartset.0 (19366) sendTo "getDeviceList" to system.adapter.admin.0 from system.adapter.wolf-smartset.0
                      2021-03-04 12:40:32.474  - info: wolf-smartset.0 (19366) getDeviceList
                      2021-03-04 12:40:32.476  - debug: wolf-smartset.0 (19366) sendTo "getDeviceList" to system.adapter.admin.0 from system.adapter.wolf-smartset.0
                      
                      Meistertr 1 Reply Last reply Reply Quote 0
                      • Meistertr
                        Meistertr Developer @KeTuLE last edited by

                        @ketule versuch jetzt nochmal von git

                        K 1 Reply Last reply Reply Quote 0
                        • K
                          KeTuLE @Meistertr last edited by

                          @meistertr Danke ich bin ein Schritt weiter. Die Anlage konnte gefunden werden und ich habe jetzt die deviceID. Allerdings schmeißt es den Adapter, da er irgendwo ein 401 von der API bekommt.

                          node main.js --debug
                          2021-03-04 21:22:13.520  - debug: wolf-smartset.0 (29559) Redis Objects: Use Redis connection: 127.0.0.1:6379
                          2021-03-04 21:22:13.551  - debug: wolf-smartset.0 (29559) Objects client ready ... initialize now
                          2021-03-04 21:22:13.558  - debug: wolf-smartset.0 (29559) Objects create System PubSub Client
                          2021-03-04 21:22:13.560  - debug: wolf-smartset.0 (29559) Objects create User PubSub Client
                          2021-03-04 21:22:13.561  - debug: wolf-smartset.0 (29559) Objects client initialize lua scripts
                          2021-03-04 21:22:13.573  - debug: wolf-smartset.0 (29559) Objects connected to redis: 127.0.0.1:6379
                          2021-03-04 21:22:13.581  - debug: wolf-smartset.0 (29559) objectDB connected
                          2021-03-04 21:22:13.583  - debug: wolf-smartset.0 (29559) Redis States: Use Redis connection: 127.0.0.1:6379
                          2021-03-04 21:22:13.590  - debug: wolf-smartset.0 (29559) States create System PubSub Client
                          2021-03-04 21:22:13.591  - debug: wolf-smartset.0 (29559) States create User PubSub Client
                          2021-03-04 21:22:13.598  - debug: wolf-smartset.0 (29559) States connected to redis: 127.0.0.1:6379
                          2021-03-04 21:22:13.600  - debug: wolf-smartset.0 (29559) statesDB connected
                          2021-03-04 21:22:13.750  - error: wolf-smartset.0 (29559) adapter disabled
                          2021-03-04 21:22:13.756  - info: wolf-smartset.0 (29559) starting. Version 0.1.2 in /opt/iobroker/node_modules/iobroker.wolf-smartset, node: v12.21.0, js-controller: 3.2.16
                          2021-03-04 21:22:14.874  - error: wolf-smartset.0 (29559) API GET GUI DESK. ERROR: Error: Request failed with status code 401
                          2021-03-04 21:22:14.877  - error: wolf-smartset.0 (29559) 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-03-04 21:22:14.878  - error: wolf-smartset.0 (29559) unhandled promise rejection: Cannot read property 'MenuItems' of undefined
                          2021-03-04 21:22:14.879  - error: wolf-smartset.0 (29559) TypeError: Cannot read property 'MenuItems' of undefined
                              at getParams (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:70:12)
                              at WolfSmartset.main (/opt/iobroker/node_modules/iobroker.wolf-smartset/main.js:57:25)
                              at processTicksAndRejections (internal/process/task_queues.js:97:5)
                          2021-03-04 21:22:14.880  - error: wolf-smartset.0 (29559) Cannot read property 'MenuItems' of undefined
                          2021-03-04 21:22:14.889  - info: wolf-smartset.0 (29559) terminating
                          2021-03-04 21:22:14.890  - warn: wolf-smartset.0 (29559) Terminated (UNCAUGHT_EXCEPTION): Without reason
                          

                          ws_init.png

                          Meistertr 1 Reply Last reply Reply Quote 0
                          • Meistertr
                            Meistertr Developer @KeTuLE last edited by

                            @ketule versuch nochmal von git

                            K 1 Reply Last reply Reply Quote 0
                            • K
                              KeTuLE @Meistertr last edited by KeTuLE

                              @meistertr Herzlichen Dank! Der Adapter funktioniert jetzt und ich bekomme die Objekte. Im Log sind keine Auffälligkeiten.
                              screenshot_iob_wsmartset.png

                              A 1 Reply Last reply Reply Quote 0
                              • A
                                Adri525 @KeTuLE last edited by

                                Guten Abend zusammen,

                                wenn ich den Adapter installieren will bekomme ich folgende Fehlermeldung:

                                Fertig mit Fehler: host.raspberrypi Cannot install iobroker-community-adapters/ioBroker.wolf-smartset#ea8ba73f7cc2f43ee64a3b46b4a80a16637a70d4: 1

                                Kann mir jemand weiterhelfen?

                                Danke im Voraus!

                                Grüße
                                Adri

                                Meistertr 1 Reply Last reply Reply Quote 0
                                • Meistertr
                                  Meistertr Developer @Adri525 last edited by

                                  @adri525 Der Adapter ist eine Alpha Version
                                  Die Installation ist ausdrücklich nur zu empfehlen, wenn man genau weiß was man macht und machen muss wenn mal was nicht geht. Einem Beginner würde ich nicht mal latest(Beta) empfehlen.
                                  Ziel der Geschichte ist es mithilfe der Tester eine stabile Version zu entwickeln. Voraussetzung dafür sind auch detaillierte Fehlerbeschreibungen. Mit einem ausführlichen Logauszug auf debugebene.

                                  Wenn du dennoch gerne testen willst, immer gerne. Aber bitte die allgemeinen Sachen wie (debug log einstelle, logfile öffnen, zurück auf letzte Version, Objekte entfernen usw. selber aneignen)

                                  Zu deinem Fehler:
                                  mit der letzten Zeile kann man nix anfangen, bitte den gesamten Logauszug aus dem Fenster in codetags posten dann kann man sehen, wieso er den nicht installiert.

                                  A 1 Reply Last reply Reply Quote 0
                                  • L
                                    lucajordi @Meistertr last edited by

                                    @meistertr
                                    Na toll... 😊

                                    Jetzt habe ich mir extra das ism8i gekauft, um mein ism7 zu ersetzen.

                                    Da ich das 7 noch habe, werde ich morgen testen!

                                    Danke...

                                    Meistertr 1 Reply Last reply Reply Quote 0
                                    • Meistertr
                                      Meistertr Developer last edited by

                                      kann jemand bestätigen, dass die Werte nach ein paar Tagen nicht mehr aktualisiert werden?

                                      K 1 Reply Last reply Reply Quote 0
                                      • Meistertr
                                        Meistertr Developer @lucajordi last edited by

                                        @lucajordi war bei mir auch so 🙂

                                        L 1 Reply Last reply Reply Quote 0
                                        • K
                                          KeTuLE @Meistertr last edited by

                                          @meistertr Kann ich nicht bestätigen. Der Adapter läuft seit 7.3.2021 ohne Probleme durch und aktualisiert die Werte. Ich lasse die Werte in eine InfluxDB schreibe, um sie mit Grafana zu virtualisieren. Die Werte (Vorlauf-Temperatur) stammen von heute Morgen:

                                          2021-03-12 04:40:15
                                          2021-03-12 04:40:20
                                          42.1
                                          2021-03-12 04:40:25
                                          2021-03-12 04:40:30
                                          2021-03-12 04:40:35
                                          2021-03-12 04:40:40
                                          2021-03-12 04:40:45
                                          2021-03-12 04:40:50
                                          2021-03-12 04:40:55
                                          2021-03-12 04:41:00
                                          2021-03-12 04:41:05
                                          2021-03-12 04:41:10
                                          2021-03-12 04:41:15
                                          2021-03-12 04:41:20
                                          40.6
                                          2021-03-12 04:41:25
                                          2021-03-12 04:41:30
                                          2021-03-12 04:41:35
                                          2021-03-12 04:41:40
                                          2021-03-12 04:41:45
                                          2021-03-12 04:41:50
                                          2021-03-12 04:41:55
                                          2021-03-12 04:42:00
                                          2021-03-12 04:42:05
                                          2021-03-12 04:42:10
                                          2021-03-12 04:42:15
                                          2021-03-12 04:42:20
                                          37.8
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • L
                                            lucajordi @Meistertr last edited by

                                            @meistertr
                                            Guten Morgen!

                                            Also scheint zu laufen! 👍

                                            Kann mir denn einer sagen, was sich hinter der Programauswahl verbirgt?
                                            Also welche für heizkreis, warmwasser...

                                            583f41c4-830e-4cb5-a16e-47732e1183bc-image.png

                                            K Meistertr 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            443
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            ism7 wolf
                                            28
                                            118
                                            12765
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo