Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Glasfaser last edited by

      @glasfaser
      Was es auch sei, am besten nicht mit einer krummen Entwicklerversion von node rumpfuschen.

      Die initiale Fehlermeldung kommt ja auch von npm@7. Mit npm@6 wäre das vermutlich sogar direkt gegangen.

      Glasfaser 1 Reply Last reply Reply Quote 0
      • Glasfaser
        Glasfaser @Thomas Braun last edited by

        @thomas-braun sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:
        @glasfaser
        Was es auch sei, am besten nicht mit einer krummen Entwicklerversion von node rumpfuschen.

        Die initiale Fehlermeldung kommt ja auch von npm@7. Mit npm@6 wäre das vermutlich sogar direkt gegangen.

        @Haifisch_777
        Die Antwort ist für dich !

        H 1 Reply Last reply Reply Quote 0
        • H
          Haifisch_777 @Glasfaser last edited by

          @glasfaser
          Oh ganz schön kompliziert.
          Ich wollte auf node 12 zurück gehen, es funktioniert aber nicht.

          curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -

          dann sudo apt-get install -y nodejs

          aber es bleibt bei 15

          nodejs ist schon die neueste Version (15.8.0-1nodesource1).

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Haifisch_777 last edited by Thomas Braun

            @haifisch_777
            Hier steht drin wie man eine bestimmte Version eines Paketes installiert:

            https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

            Weitere (konkrete!) Fragen bitte in einem eigenen Thread, das hat mit dem Adapter nix zu tun.

            1 Reply Last reply Reply Quote 0
            • H
              Haifisch_777 @Glasfaser last edited by

              @glasfaser

              Hai zusammen,
              sainlogic.0 läuft irgendwie, das finde ich erst einmal super.
              Ich bekomme die richtigen Werte angezeigt und auch aktualisiert.
              Mit Hilfe einiger Profis habe ich es hin bekommen, aber anscheinend ist irgendwas noch nicht OK?
              Die Instanz zeigt mit einen roten Punkt, Verbunden mit Host = falsch und Lebenszeichen = falsch

              Auch laufen folgende Fehler auf.
              Aber ich bekommen meine Werte, ist das so OK?

              sainlogic.0	2021-02-14 13:18:37.946	warn	(20398) Terminated (UNCAUGHT_EXCEPTION): Without reason
              sainlogic.0	2021-02-14 13:18:37.482	info	(20398) Starting Listener
              sainlogic.0	2021-02-14 13:18:37.479	info	(20398) Scheduler call ws_getmindaily activated
              sainlogic.0	2021-02-14 13:18:37.478	info	(20398) Scheduler call ws_getmaxdaily activated
              sainlogic.0	2021-02-14 13:18:37.478	info	(20398) Scheduler call ws_getmin activated
              sainlogic.0	2021-02-14 13:18:37.477	info	(20398) Scheduler call ws_getmax activated
              sainlogic.0	2021-02-14 13:18:37.476	info	(20398) Scheduler call ws_getcurrent activated
              sainlogic.0	2021-02-14 13:18:37.475	info	(20398) Scheduler call ws_getfirmware activated
              sainlogic.0	2021-02-14 13:18:37.474	info	(20398) Starting Scheduler
              sainlogic.0	2021-02-14 13:18:37.413	info	(20398) starting. Version 0.6.4 in /opt/iobroker/node_modules/iobroker.sainlogic, node: v12.20.2, js-controller: 3.1.6
              sainlogic.0	2021-02-14 13:18:36.943	error	at internal/main/run_main_module.js:17:47
              sainlogic.0	2021-02-14 13:18:36.943	error	at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
              sainlogic.0	2021-02-14 13:18:36.943	error	at Function.Module._load (internal/modules/cjs/loader.js:708:14)
              sainlogic.0	2021-02-14 13:18:36.943	error	at Module.load (internal/modules/cjs/loader.js:863:32)
              sainlogic.0	2021-02-14 13:18:36.943	error	at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
              sainlogic.0	2021-02-14 13:18:36.943	error	at Module._compile (internal/modules/cjs/loader.js:999:30)
              sainlogic.0	2021-02-14 13:18:36.943	error	at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:281:5)
              sainlogic.0	2021-02-14 13:18:36.943	error	at new Sainlogic (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:30:53)
              sainlogic.0	2021-02-14 13:18:36.943	error	(20398) TypeError: Cannot read property 'bind' of undefined
              sainlogic.0	2021-02-14 13:18:36.940	error	(20398) uncaught exception: Cannot read property 'bind' of undefined
              sainlogic.0	2021-02-14 13:18:05.344	warn	(20051) Terminated (UNCAUGHT_EXCEPTION): Without reason
              
              Glasfaser 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @Haifisch_777 last edited by Glasfaser

                @haifisch_777

                Ich mache eigentlich kein Support für Fogg , aber versuche mal :

                Deinstalliere den Adaper kommplett von ioBroker und dann wie oben gezeigt über den Link neu .

                H 1 Reply Last reply Reply Quote 0
                • H
                  Haifisch_777 @Glasfaser last edited by

                  @glasfaser

                  Ok, aber erst mal Danke.

                  Habe den Adapter noch mal neu installiert, leider bekomme ich jetzt keine Daten mehr.

                  Vielleicht kann sich Fogg mal der Sache annehmen?

                  Glasfaser 1 Reply Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @Haifisch_777 last edited by

                    @haifisch_777 sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:

                    leider bekomme ich jetzt keine Daten mehr.

                    Ein Log wäre sehr hilfreich !
                    Stelle bei dem Adapter Instanz (im Expertenmodus sichtbar ) die Logstufe auf DEBUG , starte den Adapter und poste hier das Ergebniss .

                    H 1 Reply Last reply Reply Quote 0
                    • H
                      Haifisch_777 @Glasfaser last edited by

                      @glasfaser

                      Hai,
                      die Daten habe ich wieder, aber es gibt noch die Fehlermeldungen.
                      Hier das Ergebnis vom Debug

                      sainlogic.0	2021-02-14 15:50:54.246	warn	(11718) Terminated (UNCAUGHT_EXCEPTION): Without reason
                      sainlogic.0	2021-02-14 15:50:53.928	error	(11718) Cannot start server on 0.0.0.0:45000: Error: listen EADDRINUSE: address already in use 0.0.0.0:45000
                      sainlogic.0	2021-02-14 15:50:53.915	info	(11718) Starting Listener
                      sainlogic.0	2021-02-14 15:50:53.914	debug	(11718) Forward URL:
                      sainlogic.0	2021-02-14 15:50:53.914	debug	(11718) Listener protocol: wunderground
                      sainlogic.0	2021-02-14 15:50:53.913	debug	(11718) Listener path: /weatherstation/updateweatherstation.php
                      sainlogic.0	2021-02-14 15:50:53.913	debug	(11718) Listener port: 45000
                      sainlogic.0	2021-02-14 15:50:53.912	debug	(11718) Listener IP: 0.0.0.0
                      sainlogic.0	2021-02-14 15:50:53.911	debug	(11718) Scheduler Interval: 1
                      sainlogic.0	2021-02-14 15:50:53.910	debug	(11718) Weatherstation port: 45000
                      sainlogic.0	2021-02-14 15:50:53.910	debug	(11718) Weatherstation IP: 192.168.192.10
                      sainlogic.0	2021-02-14 15:50:53.909	info	(11718) Scheduler call ws_getmindaily activated
                      sainlogic.0	2021-02-14 15:50:53.908	info	(11718) Scheduler call ws_getmaxdaily activated
                      sainlogic.0	2021-02-14 15:50:53.908	info	(11718) Scheduler call ws_getmin activated
                      sainlogic.0	2021-02-14 15:50:53.907	info	(11718) Scheduler call ws_getmax activated
                      sainlogic.0	2021-02-14 15:50:53.907	info	(11718) Scheduler call ws_getcurrent activated
                      sainlogic.0	2021-02-14 15:50:53.906	info	(11718) Scheduler call ws_getfirmware activated
                      sainlogic.0	2021-02-14 15:50:53.905	info	(11718) Starting Scheduler
                      sainlogic.0	2021-02-14 15:50:53.848	info	(11718) starting. Version 0.6.4 in /opt/iobroker/node_modules/iobroker.sainlogic, node: v12.20.2, js-controller: 3.1.6
                      sainlogic.0	2021-02-14 15:50:53.316	debug	(11718) statesDB connected
                      sainlogic.0	2021-02-14 15:50:53.315	debug	(11718) States connected to redis: 127.0.0.1:9000
                      sainlogic.0	2021-02-14 15:50:53.301	debug	(11718) States create System PubSub Client
                      sainlogic.0	2021-02-14 15:50:53.298	debug	(11718) States create User PubSub Client
                      sainlogic.0	2021-02-14 15:50:53.291	debug	(11718) Redis States: Use Redis connection: 127.0.0.1:9000
                      sainlogic.0	2021-02-14 15:50:53.289	debug	(11718) objectDB connected
                      sainlogic.0	2021-02-14 15:50:53.282	debug	(11718) Objects connected to redis: 127.0.0.1:9001
                      sainlogic.0	2021-02-14 15:50:53.272	debug	(11718) Objects client initialize lua scripts
                      sainlogic.0	2021-02-14 15:50:53.270	debug	(11718) Objects create User PubSub Client
                      sainlogic.0	2021-02-14 15:50:53.269	debug	(11718) Objects create System PubSub Client
                      sainlogic.0	2021-02-14 15:50:53.265	debug	(11718) Objects client ready ... initialize now
                      sainlogic.0	2021-02-14 15:50:53.242	error	at internal/main/run_main_module.js:17:47
                      sainlogic.0	2021-02-14 15:50:53.242	error	at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
                      sainlogic.0	2021-02-14 15:50:53.242	error	at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                      sainlogic.0	2021-02-14 15:50:53.242	error	at Module.load (internal/modules/cjs/loader.js:863:32)
                      sainlogic.0	2021-02-14 15:50:53.242	error	at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                      sainlogic.0	2021-02-14 15:50:53.242	error	at Module._compile (internal/modules/cjs/loader.js:999:30)
                      sainlogic.0	2021-02-14 15:50:53.242	error	at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:281:5)
                      sainlogic.0	2021-02-14 15:50:53.242	error	at new Sainlogic (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:30:53)
                      sainlogic.0	2021-02-14 15:50:53.242	error	(11718) TypeError: Cannot read property 'bind' of undefined
                      sainlogic.0	2021-02-14 15:50:53.241	error	(11718) uncaught exception: Cannot read property 'bind' of undefined
                      sainlogic.0	2021-02-14 15:50:53.229	debug	(11718) Redis Objects: Use Redis connection: 127.0.0.1:9001
                      
                      H Glasfaser 2 Replies Last reply Reply Quote 0
                      • H
                        Haifisch_777 @Haifisch_777 last edited by

                        @haifisch_777

                        die meisten Daten sind richtig, bis z.B. auf wind speed,

                        e7876ab2-9c33-4933-b6b6-4698a37ec90e-image.png

                        Glasfaser 1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @Haifisch_777 last edited by

                          @haifisch_777 sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:

                          error (11718) Cannot start server on 0.0.0.0:45000: Error: listen EADDRINUSE: address already in use 0.0.0.0:45000

                          Der Port wird laut Log schon benutzt !

                          1 Reply Last reply Reply Quote 0
                          • Glasfaser
                            Glasfaser @Haifisch_777 last edited by

                            @haifisch_777

                            Aktiviere mal nur diesen Punkt , inkl. Angabe der IP .

                            1.JPG

                            H 1 Reply Last reply Reply Quote 0
                            • H
                              Haifisch_777 @Glasfaser last edited by

                              @glasfaser

                              sainlogic.0	2021-02-14 16:09:43.762	debug	(24879) statesDB connected
                              sainlogic.0	2021-02-14 16:09:43.761	debug	(24879) States connected to redis: 127.0.0.1:9000
                              sainlogic.0	2021-02-14 16:09:43.752	debug	(24879) States create System PubSub Client
                              sainlogic.0	2021-02-14 16:09:43.749	debug	(24879) States create User PubSub Client
                              sainlogic.0	2021-02-14 16:09:43.742	debug	(24879) Redis States: Use Redis connection: 127.0.0.1:9000
                              sainlogic.0	2021-02-14 16:09:43.740	debug	(24879) objectDB connected
                              sainlogic.0	2021-02-14 16:09:43.733	debug	(24879) Objects connected to redis: 127.0.0.1:9001
                              sainlogic.0	2021-02-14 16:09:43.713	debug	(24879) Objects client initialize lua scripts
                              sainlogic.0	2021-02-14 16:09:43.712	debug	(24879) Objects create User PubSub Client
                              sainlogic.0	2021-02-14 16:09:43.710	debug	(24879) Objects create System PubSub Client
                              sainlogic.0	2021-02-14 16:09:43.706	debug	(24879) Objects client ready ... initialize now
                              sainlogic.0	2021-02-14 16:09:43.682	error	at internal/main/run_main_module.js:17:47
                              sainlogic.0	2021-02-14 16:09:43.682	error	at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
                              sainlogic.0	2021-02-14 16:09:43.682	error	at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                              sainlogic.0	2021-02-14 16:09:43.682	error	at Module.load (internal/modules/cjs/loader.js:863:32)
                              sainlogic.0	2021-02-14 16:09:43.682	error	at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                              sainlogic.0	2021-02-14 16:09:43.682	error	at Module._compile (internal/modules/cjs/loader.js:999:30)
                              sainlogic.0	2021-02-14 16:09:43.682	error	at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:281:5)
                              sainlogic.0	2021-02-14 16:09:43.682	error	at new Sainlogic (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:30:53)
                              sainlogic.0	2021-02-14 16:09:43.682	error	(24879) TypeError: Cannot read property 'bind' of undefined
                              sainlogic.0	2021-02-14 16:09:43.681	error	(24879) uncaught exception: Cannot read property 'bind' of undefined
                              sainlogic.0	2021-02-14 16:09:43.668	debug	(24879) Redis Objects: Use Redis connection: 127.0.0.1:9001
                              sainlogic.0	2021-02-14 16:09:33.628	debug	(24803) statesDB connected
                              sainlogic.0	2021-02-14 16:09:33.626	debug	(24803) States connected to redis: 127.0.0.1:9000
                              sainlogic.0	2021-02-14 16:09:33.487	warn	(24803) Terminated (UNCAUGHT_EXCEPTION): Without reason
                              sainlogic.0	2021-02-14 16:09:33.171	debug	(24803) States create System PubSub Client
                              sainlogic.0	2021-02-14 16:09:33.167	debug	(24803) States create User PubSub Client
                              sainlogic.0	2021-02-14 16:09:33.144	debug	(24803) Redis States: Use Redis connection: 127.0.0.1:9000
                              sainlogic.0	2021-02-14 16:09:33.133	debug	(24803) objectDB connected
                              sainlogic.0	2021-02-14 16:09:33.106	debug	(24803) Objects connected to redis: 127.0.0.1:9001
                              sainlogic.0	2021-02-14 16:09:32.807	debug	(24803) Objects client initialize lua scripts
                              sainlogic.0	2021-02-14 16:09:32.805	debug	(24803) Objects create User PubSub Client
                              sainlogic.0	2021-02-14 16:09:32.804	debug	(24803) Objects create System PubSub Client
                              sainlogic.0	2021-02-14 16:09:32.671	debug	(24803) Objects client ready ... initialize now
                              sainlogic.0	2021-02-14 16:09:32.486	error	at internal/main/run_main_module.js:17:47
                              sainlogic.0	2021-02-14 16:09:32.486	error	at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
                              sainlogic.0	2021-02-14 16:09:32.486	error	at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                              sainlogic.0	2021-02-14 16:09:32.486	error	at Module.load (internal/modules/cjs/loader.js:863:32)
                              sainlogic.0	2021-02-14 16:09:32.486	error	at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                              sainlogic.0	2021-02-14 16:09:32.486	error	at Module._compile (internal/modules/cjs/loader.js:999:30)
                              sainlogic.0	2021-02-14 16:09:32.486	error	at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:281:5)
                              sainlogic.0	2021-02-14 16:09:32.486	error	at new Sainlogic (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:30:53)
                              sainlogic.0	2021-02-14 16:09:32.486	error	(24803) TypeError: Cannot read property 'bind' of undefined
                              sainlogic.0	2021-02-14 16:09:32.484	error	(24803) uncaught exception: Cannot read property 'bind' of undefined
                              sainlogic.0	2021-02-14 16:09:32.473	debug	(24803) Redis Objects: Use Redis connection: 127.0.0.1:9001
                              
                              H 1 Reply Last reply Reply Quote 0
                              • H
                                Haifisch_777 @Haifisch_777 last edited by

                                @haifisch_777
                                Listener Setting hatte ich deaktiviert, war das richtig ?

                                Glasfaser 1 Reply Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser @Haifisch_777 last edited by

                                  @haifisch_777

                                  Ich nutze den Adapter nicht er ist aus, habe nur Erfolg mit Scheduler Settings , den anderen habe ich aus.

                                  Ich nutze das hier :

                                  https://forum.iobroker.net/topic/28384/linux-shell-skript-wlan-wetterstation

                                  H 2 Replies Last reply Reply Quote 0
                                  • H
                                    Haifisch_777 @Glasfaser last edited by

                                    @glasfaser
                                    Danke, das schau ich mir mal an

                                    1 Reply Last reply Reply Quote 0
                                    • H
                                      Haifisch_777 @Glasfaser last edited by

                                      @glasfaser

                                      Oh, das ist mir als Laie doch etwas kompliziert.
                                      Vielleicht gibt es ja noch Hilfe für den sainlogic?
                                      Vielleicht stimmen die Daten ja auch im WS view nicht?

                                      Negalein 1 Reply Last reply Reply Quote 0
                                      • Negalein
                                        Negalein Global Moderator @Haifisch_777 last edited by Negalein

                                        @haifisch_777 sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:

                                        Oh, das ist mir als Laie doch etwas kompliziert.

                                        Glaub mir, das ist nicht kompliziert. Du wirst es nicht bereuen.
                                        Gibt auch ein super Wiki mit Schritt für Schritt Anleitung.

                                        PS: Fogg ist seit 12. Jänner nicht mehr im Forum gewesen. Weiß nicht, ob da noch Support kommt. 😞

                                        H 2 Replies Last reply Reply Quote 0
                                        • H
                                          Haifisch_777 @Negalein last edited by

                                          @negalein

                                          Oh, die Wiki ist echt gut, ich versuche es, thanks

                                          1 Reply Last reply Reply Quote 0
                                          • H
                                            Haifisch_777 @Negalein last edited by

                                            @negalein
                                            Hai, nochmals Danke für den Tipp.
                                            Es war wirklich nicht schwer, es ist eine super Wiki, und auch Respekt an den Programmierer.
                                            Es läuft stabil!
                                            Ich bin begeistert!

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            544
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter froggit wh4000sh sainlogic wetterstation ws980wifi
                                            60
                                            326
                                            54051
                                            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