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@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter wolf-smartset 1.0.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • 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
                                  • K
                                    KeTuLE @lucajordi last edited by

                                    @lucajordi Den Punkt 030_Gemeinsame_Einstellungen habe ich gar nicht. Mein CGB-2 ist aus dem Jahr 2016.
                                    Bildschirmfoto 2021-03-12 um 12.09.12.png

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

                                      @ketule
                                      ok, bei mir war er direkt da...
                                      Hatte alledings vorher das bm2 auf die neuste Version upgedatet!

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

                                        die Aufteilung und Objekt Bezeichnung ändert sich in der nächsten Version. wenn ich herausgefunden habe wieso bei mir die ids ändern... und keine daten mehr reinkommen....

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

                                          @lucajordi das eine ist warm wasser und das Andere Heizung

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

                                            @meistertr
                                            Danke... Sind denn die Program ids die selben wie beim ism8i?

                                            Meistertr 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            522
                                            Online

                                            31.7k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            ism7 wolf
                                            28
                                            118
                                            13093
                                            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