Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. PH-Messung

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.1k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.6k

PH-Messung

Scheduled Pinned Locked Moved ioBroker Allgemein
432 Posts 48 Posters 115.0k Views 50 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.
  • apollon77A apollon77

    @coyote was idealerweise noch fehlt ist die Verbindung zwischen dem „binFlag1“ Inhalt und dem Display oder so herzustellen. Bisher kennen wir nur die Bedeutung der zwei Bits von binFlag2.

    Aber denke da muss man echt mal mehr anschauen wenn sich da mal Dinge ändern.

    @coyote bei dir hatte sind bei dem einen Test mit Wasser letztens 3 Bits in dem binFlag1 geändert über die Zeit. Meine Vermutung ist das das Display anzeigen sind. Also beobachtet bitte mal in die Richtung ob es da Zusammenhänge gibt. Dann hätten wir noch mehr Infos.

    Als Nächstes würde ich noch discovery einbauen um die Geräte im Netzwerk zu finden. Und dann kann man da nen adapter zusammenklöppeln.

    Achja: testet bitte auch mal den Auto reconnect. Also schaltet gerät aus während lib verbunden ist und wieder an und schaut das danach wieder Daten kommen.
    Bitte vor dem Test nochmal die aktuellste Version installieren (das npm install nochmal machen)

    Danke

    S Offline
    S Offline
    skinni
    wrote on last edited by
    #74

    Reconnect hatte vorhin nicht geklappt, das hatte ich als erstes versucht. Dachte soweit sind wir noch nicht.

    Update geht leider nicht:

    npm install Apollon77/node-ph803w
    npm ERR! code ENOSELF
    npm ERR! Refusing to install package with name "node-ph803w" under a package
    npm ERR! also called "node-ph803w". Did you name your project the same
    npm ERR! as the dependency you're installing?
    npm ERR!
    npm ERR! For more information, see:
    npm ERR!     <https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm>
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/pi/.npm/_logs/2021-05-28T07_30_16_009Z-debug.log
    
    foxriver76F coyoteC 2 Replies Last reply
    0
    • S skinni

      Reconnect hatte vorhin nicht geklappt, das hatte ich als erstes versucht. Dachte soweit sind wir noch nicht.

      Update geht leider nicht:

      npm install Apollon77/node-ph803w
      npm ERR! code ENOSELF
      npm ERR! Refusing to install package with name "node-ph803w" under a package
      npm ERR! also called "node-ph803w". Did you name your project the same
      npm ERR! as the dependency you're installing?
      npm ERR!
      npm ERR! For more information, see:
      npm ERR!     <https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm>
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2021-05-28T07_30_16_009Z-debug.log
      
      foxriver76F Offline
      foxriver76F Offline
      foxriver76
      Developer
      wrote on last edited by foxriver76
      #75

      @skinni Du musst den Schritt wieder im gleichen Folder wie beim ersten mal ausführen und nicht im Folder des Packages, sonst würde er eine Abhängigkeit zu sich selbst herstellen.

      Im Folder des Packages sollte npm update tun, aber noch nie selbst probiert.

      Videotutorials & mehr

      Hier könnt ihr mich unterstützen.

      S 1 Reply Last reply
      1
      • apollon77A apollon77

        @coyote was idealerweise noch fehlt ist die Verbindung zwischen dem „binFlag1“ Inhalt und dem Display oder so herzustellen. Bisher kennen wir nur die Bedeutung der zwei Bits von binFlag2.

        Aber denke da muss man echt mal mehr anschauen wenn sich da mal Dinge ändern.

        @coyote bei dir hatte sind bei dem einen Test mit Wasser letztens 3 Bits in dem binFlag1 geändert über die Zeit. Meine Vermutung ist das das Display anzeigen sind. Also beobachtet bitte mal in die Richtung ob es da Zusammenhänge gibt. Dann hätten wir noch mehr Infos.

        Als Nächstes würde ich noch discovery einbauen um die Geräte im Netzwerk zu finden. Und dann kann man da nen adapter zusammenklöppeln.

        Achja: testet bitte auch mal den Auto reconnect. Also schaltet gerät aus während lib verbunden ist und wieder an und schaut das danach wieder Daten kommen.
        Bitte vor dem Test nochmal die aktuellste Version installieren (das npm install nochmal machen)

        Danke

        coyoteC Offline
        coyoteC Offline
        coyote
        Most Active
        wrote on last edited by
        #76

        @apollon77 das binFlag2 könnte was mit den Relais Ausgängen zu tun haben oder?

        Oben bei skinni ist es 0, wenn bei Ausgänge "false" und 10 wenn RedoxSwitch "true"

        Auf dem Display sind noch 2 Pfeile (wobei eigentlich 4) die blinken, wenn die Ausgänge geschaltet sind, es gibt für beide Werte jeweils einen pfeil nach oben und nach unten.

        apollon77A 1 Reply Last reply
        0
        • S skinni

          Reconnect hatte vorhin nicht geklappt, das hatte ich als erstes versucht. Dachte soweit sind wir noch nicht.

          Update geht leider nicht:

          npm install Apollon77/node-ph803w
          npm ERR! code ENOSELF
          npm ERR! Refusing to install package with name "node-ph803w" under a package
          npm ERR! also called "node-ph803w". Did you name your project the same
          npm ERR! as the dependency you're installing?
          npm ERR!
          npm ERR! For more information, see:
          npm ERR!     <https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm>
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/pi/.npm/_logs/2021-05-28T07_30_16_009Z-debug.log
          
          coyoteC Offline
          coyoteC Offline
          coyote
          Most Active
          wrote on last edited by
          #77

          @skinni also bei mir funktioniert die npm Installation, wenn ich es im User Verzeichnis nochmal drüber bügele

          1 Reply Last reply
          1
          • U UncleB

            @soerenkaiser99 hast du ne Ahnung welche Sonde der Herr genau verwendet?

            S Offline
            S Offline
            SoerenKaiser99
            wrote on last edited by
            #78

            @uncleb ist drunter Kommentiert, diese https://amzn.to/3ft8qOj

            1 Reply Last reply
            0
            • apollon77A apollon77

              @soerenkaiser99 ich denke nur eine Sonde ist einfacher als zwei weil die challenges bei zwei Sonden sind größer wegen galvanischer Trennung und Dingen das sich die Sonden nicht gegenseitig beeinflussen. Aber ja.

              Ich persönlich bastele lieber mit Software als mit Hardware (hab gelernt das ich bei Zweiterem für mich ein besseres Aufwand-nutzen-Frust Verhältnis habe) ;-)) ich hab bei mir auch in Summe drei arduinos im Haus verbaut für Dinge und hoffe das geht nie wieder kaputt weil ich fadt nicht mehr weiß wie das alles war und worauf ich achten muss ;-)

              S Offline
              S Offline
              SoerenKaiser99
              wrote on last edited by
              #79

              @apollon77 Hast ja recht, war auch eher mit nem Augenzwinkern gemeint ;p sorry für den Offtopic

              1 Reply Last reply
              0
              • foxriver76F foxriver76

                @skinni Du musst den Schritt wieder im gleichen Folder wie beim ersten mal ausführen und nicht im Folder des Packages, sonst würde er eine Abhängigkeit zu sich selbst herstellen.

                Im Folder des Packages sollte npm update tun, aber noch nie selbst probiert.

                S Offline
                S Offline
                skinni
                wrote on last edited by
                #80

                sorry mein Fehler, bin aus dem Verzeichnis raus, dann hats geklappt.

                Reconnect geht aber immer noch nicht:

                  ph803w:device Send ping +4s
                  ph803w:device received pong +3ms
                  ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"10","ph":7.7,"redox":-151,"phSwitch":false,"redoxSwitch":true} +2s
                Data: {"binFlags1":"100","binFlags2":"10","ph":7.7,"redox":-151,"phSwitch":false,"redoxSwitch":true}
                  ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"10","ph":7.7,"redox":-151,"phSwitch":false,"redoxSwitch":true} +0ms
                  ph803w:device Send ping +2s
                  ph803w:device received pong +3ms
                  ph803w:device Send ping +4s
                  ph803w:device Ping response overdue, reconnect +8s
                
                

                Ab da kommt nix mehr

                apollon77A 2 Replies Last reply
                0
                • S skinni

                  sorry mein Fehler, bin aus dem Verzeichnis raus, dann hats geklappt.

                  Reconnect geht aber immer noch nicht:

                    ph803w:device Send ping +4s
                    ph803w:device received pong +3ms
                    ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"10","ph":7.7,"redox":-151,"phSwitch":false,"redoxSwitch":true} +2s
                  Data: {"binFlags1":"100","binFlags2":"10","ph":7.7,"redox":-151,"phSwitch":false,"redoxSwitch":true}
                    ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"10","ph":7.7,"redox":-151,"phSwitch":false,"redoxSwitch":true} +0ms
                    ph803w:device Send ping +2s
                    ph803w:device received pong +3ms
                    ph803w:device Send ping +4s
                    ph803w:device Ping response overdue, reconnect +8s
                  
                  

                  Ab da kommt nix mehr

                  apollon77A Offline
                  apollon77A Offline
                  apollon77
                  wrote on last edited by
                  #81

                  @skinni ok dann schaue ich heute abend nochmal

                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                  1 Reply Last reply
                  1
                  • coyoteC coyote

                    @apollon77 das binFlag2 könnte was mit den Relais Ausgängen zu tun haben oder?

                    Oben bei skinni ist es 0, wenn bei Ausgänge "false" und 10 wenn RedoxSwitch "true"

                    Auf dem Display sind noch 2 Pfeile (wobei eigentlich 4) die blinken, wenn die Ausgänge geschaltet sind, es gibt für beide Werte jeweils einen pfeil nach oben und nach unten.

                    apollon77A Offline
                    apollon77A Offline
                    apollon77
                    wrote on last edited by
                    #82

                    @coyote also ja die beiden Relais hab ich ja in binFlag2 gefunden. Da holt er die True/false auch her. Frage ist jetzt ob noch andere Dinge vom Display (Annahme vor allem in binFlag1) eine Korrelation haben. Mal mindestens drei der Bits haben sich bisher generell mal geändert.

                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                    coyoteC 1 Reply Last reply
                    0
                    • apollon77A apollon77

                      @coyote also ja die beiden Relais hab ich ja in binFlag2 gefunden. Da holt er die True/false auch her. Frage ist jetzt ob noch andere Dinge vom Display (Annahme vor allem in binFlag1) eine Korrelation haben. Mal mindestens drei der Bits haben sich bisher generell mal geändert.

                      coyoteC Offline
                      coyoteC Offline
                      coyote
                      Most Active
                      wrote on last edited by
                      #83

                      @apollon77 wo find ich denn binFlag1/2 in Wireshark?

                      apollon77A 1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        skinni
                        wrote on last edited by
                        #84

                        "binFlags2":"11" wenn PH an und ORP an
                        "binFlags2":"10" wenn PH aus und ORP an
                        "binFlags2":"0" wenn PH aus und ORP aus
                        "binFlags2":"1" wenn PH an und ORP aus

                        apollon77A 1 Reply Last reply
                        0
                        • S skinni

                          "binFlags2":"11" wenn PH an und ORP an
                          "binFlags2":"10" wenn PH aus und ORP an
                          "binFlags2":"0" wenn PH aus und ORP aus
                          "binFlags2":"1" wenn PH an und ORP aus

                          apollon77A Offline
                          apollon77A Offline
                          apollon77
                          wrote on last edited by
                          #85

                          @skinni genau. Da kommen ja die Boolean Werte schon her ;-)))

                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                          1 Reply Last reply
                          0
                          • coyoteC coyote

                            @apollon77 wo find ich denn binFlag1/2 in Wireshark?

                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            wrote on last edited by
                            #86

                            @coyote das sind dort zahlen und die Library stellt es als binärstring dar das man es einfacher anschauen kann weil ich denke das es Bits sind.

                            Vergiss wireshark, mach neuen Test mit der Library ;-)

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              skinni
                              wrote on last edited by
                              #87

                              sonst seh ich keine Werte die sich ändern, abgesehen von PH und redox

                              apollon77A 1 Reply Last reply
                              0
                              • S skinni

                                sonst seh ich keine Werte die sich ändern, abgesehen von PH und redox

                                apollon77A Offline
                                apollon77A Offline
                                apollon77
                                wrote on last edited by
                                #88

                                @skinni Im Wireshark und zb auch bei deinem einen Post https://forum.iobroker.net/post/635416 hat sich was geändert ... schau mal am anfang ... binFlag1. Die Werte die wir schon gesehen haben stehen auf meiner GitHub seite ... aber die Bedeutung ist noch unklar.

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                S 1 Reply Last reply
                                0
                                • apollon77A apollon77

                                  @skinni Im Wireshark und zb auch bei deinem einen Post https://forum.iobroker.net/post/635416 hat sich was geändert ... schau mal am anfang ... binFlag1. Die Werte die wir schon gesehen haben stehen auf meiner GitHub seite ... aber die Bedeutung ist noch unklar.

                                  S Offline
                                  S Offline
                                  skinni
                                  wrote on last edited by
                                  #89

                                  @apollon77 Hatte mir das nicht so genau angeschaut, bin noch am arbeiten. Das erste Paket hat immer die 11 im binFlag1, danach ist es immer 100 und ändert sich auch nie.
                                  Es ändern sich bei mir nur die Schaltzustände im binFlag2 und die Werte für PH/Redox.

                                  apollon77A 1 Reply Last reply
                                  0
                                  • S skinni

                                    @apollon77 Hatte mir das nicht so genau angeschaut, bin noch am arbeiten. Das erste Paket hat immer die 11 im binFlag1, danach ist es immer 100 und ändert sich auch nie.
                                    Es ändern sich bei mir nur die Schaltzustände im binFlag2 und die Werte für PH/Redox.

                                    apollon77A Offline
                                    apollon77A Offline
                                    apollon77
                                    wrote on last edited by
                                    #90

                                    @skinni im wireshark von @coyote hatten sich die binFlag1 auch geändert als er es ins Wasser getan hat und rausgenommen und sowas. Also da ist irgendwas ;-)

                                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                    coyoteC 1 Reply Last reply
                                    0
                                    • S skinni

                                      sorry mein Fehler, bin aus dem Verzeichnis raus, dann hats geklappt.

                                      Reconnect geht aber immer noch nicht:

                                        ph803w:device Send ping +4s
                                        ph803w:device received pong +3ms
                                        ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"10","ph":7.7,"redox":-151,"phSwitch":false,"redoxSwitch":true} +2s
                                      Data: {"binFlags1":"100","binFlags2":"10","ph":7.7,"redox":-151,"phSwitch":false,"redoxSwitch":true}
                                        ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"10","ph":7.7,"redox":-151,"phSwitch":false,"redoxSwitch":true} +0ms
                                        ph803w:device Send ping +2s
                                        ph803w:device received pong +3ms
                                        ph803w:device Send ping +4s
                                        ph803w:device Ping response overdue, reconnect +8s
                                      
                                      

                                      Ab da kommt nix mehr

                                      apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      wrote on last edited by
                                      #91

                                      @skinni Kannst Du bitte nochmal updaten und nochmal checken? So ein Debig log wäre perfekt dazu

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      1 Reply Last reply
                                      0
                                      • apollon77A apollon77

                                        @skinni im wireshark von @coyote hatten sich die binFlag1 auch geändert als er es ins Wasser getan hat und rausgenommen und sowas. Also da ist irgendwas ;-)

                                        coyoteC Offline
                                        coyoteC Offline
                                        coyote
                                        Most Active
                                        wrote on last edited by
                                        #92

                                        @apollon77

                                        root@debian:/home/coyote/ph803w/node_modules/node-ph803w/example# DEBUG=ph803w*                                                                                                                      node data.js 192.168.66.56
                                          ph803w:device Connected to TCP 192.168.66.56:12416 +0ms
                                          ph803w:device Write and register for response type 7: 0000000303000006 +3ms
                                          ph803w:device Passcode received: IIXODDIHLL +14ms
                                          ph803w:device Resolve for message type 7: IIXODDIHLL +0ms
                                          ph803w:device Write and register for response type 9: 000000030f000008000a4949                                                                                                                     584f444449484c4c +2ms
                                          ph803w:device login success +7ms
                                          ph803w:device Resolve for message type 9: true +0ms
                                          ph803w:device Write and register for response type 145: 000000030400009002 +1m                                                                                                                     s
                                          ph803w:device Retrieved data: {"binFlags1":"11","binFlags2":"10","ph":7.49,"re                                                                                                                     dox":-31,"phSwitch":false,"redoxSwitch":true} +44ms
                                        Data: {"binFlags1":"11","binFlags2":"10","ph":7.49,"redox":-31,"phSwitch":false,                                                                                                                     "redoxSwitch":true}
                                          ph803w:device Resolve for message type 145: [object Object] +3ms
                                          ph803w:device Send ping +4s
                                          ph803w:device received pong +9ms
                                          ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-29,"phSwitch":false,"redoxSwitch":true} +40ms
                                        Data: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-29,"phSwitch":false,"redoxSwitch":true}
                                          ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-29,"phSwitch":false,"redoxSwitch":true} +0ms
                                          ph803w:device Send ping +4s
                                          ph803w:device received pong +3ms
                                          ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"10","ph":7.5,"redox":-28,"phSwitch":false,"redoxSwitch":true} +2s
                                        Data: {"binFlags1":"100","binFlags2":"10","ph":7.5,"redox":-28,"phSwitch":false,"redoxSwitch":true}
                                          ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"10","ph":7.5,"redox":-28,"phSwitch":false,"redoxSwitch":true} +0ms
                                          ph803w:device Send ping +2s
                                          ph803w:device received pong +11ms
                                          ph803w:device Send ping +4s
                                          ph803w:device received pong +3ms
                                          ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-25,"phSwitch":false,"redoxSwitch":true} +15ms
                                        Data: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-25,"phSwitch":false,"redoxSwitch":true}
                                          ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-25,"phSwitch":false,"redoxSwitch":true} +1ms
                                          ph803w:device Send ping +4s
                                          ph803w:device received pong +3ms
                                          ph803w:device Send ping +4s
                                          ph803w:device Ping response overdue, reconnect +8s
                                          ph803w:device Destroy socket +0ms
                                          ph803w:device Connected to TCP 192.168.66.56:12416 +17s
                                          ph803w:device Socket end, Reconnect: true +10s
                                        (node:29697) UnhandledPromiseRejectionWarning: Error: Already connected to device
                                            at /home/coyote/ph803w/node_modules/node-ph803w/lib/device.js:53:24
                                            at new Promise (<anonymous>)
                                            at PH803WDevice.connect (/home/coyote/ph803w/node_modules/node-ph803w/lib/device.js:50:16)
                                            at Timeout._onTimeout (/home/coyote/ph803w/node_modules/node-ph803w/lib/device.js:91:34)
                                            at listOnTimeout (internal/timers.js:554:17)
                                            at processTimers (internal/timers.js:497:7)
                                        (node:29697) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
                                        (node:29697) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                        root@debian:/home/coyote/ph803w/node_modules/node-ph803w/example# 
                                        
                                        apollon77A 1 Reply Last reply
                                        0
                                        • coyoteC coyote

                                          @apollon77

                                          root@debian:/home/coyote/ph803w/node_modules/node-ph803w/example# DEBUG=ph803w*                                                                                                                      node data.js 192.168.66.56
                                            ph803w:device Connected to TCP 192.168.66.56:12416 +0ms
                                            ph803w:device Write and register for response type 7: 0000000303000006 +3ms
                                            ph803w:device Passcode received: IIXODDIHLL +14ms
                                            ph803w:device Resolve for message type 7: IIXODDIHLL +0ms
                                            ph803w:device Write and register for response type 9: 000000030f000008000a4949                                                                                                                     584f444449484c4c +2ms
                                            ph803w:device login success +7ms
                                            ph803w:device Resolve for message type 9: true +0ms
                                            ph803w:device Write and register for response type 145: 000000030400009002 +1m                                                                                                                     s
                                            ph803w:device Retrieved data: {"binFlags1":"11","binFlags2":"10","ph":7.49,"re                                                                                                                     dox":-31,"phSwitch":false,"redoxSwitch":true} +44ms
                                          Data: {"binFlags1":"11","binFlags2":"10","ph":7.49,"redox":-31,"phSwitch":false,                                                                                                                     "redoxSwitch":true}
                                            ph803w:device Resolve for message type 145: [object Object] +3ms
                                            ph803w:device Send ping +4s
                                            ph803w:device received pong +9ms
                                            ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-29,"phSwitch":false,"redoxSwitch":true} +40ms
                                          Data: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-29,"phSwitch":false,"redoxSwitch":true}
                                            ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-29,"phSwitch":false,"redoxSwitch":true} +0ms
                                            ph803w:device Send ping +4s
                                            ph803w:device received pong +3ms
                                            ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"10","ph":7.5,"redox":-28,"phSwitch":false,"redoxSwitch":true} +2s
                                          Data: {"binFlags1":"100","binFlags2":"10","ph":7.5,"redox":-28,"phSwitch":false,"redoxSwitch":true}
                                            ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"10","ph":7.5,"redox":-28,"phSwitch":false,"redoxSwitch":true} +0ms
                                            ph803w:device Send ping +2s
                                            ph803w:device received pong +11ms
                                            ph803w:device Send ping +4s
                                            ph803w:device received pong +3ms
                                            ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-25,"phSwitch":false,"redoxSwitch":true} +15ms
                                          Data: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-25,"phSwitch":false,"redoxSwitch":true}
                                            ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"10","ph":7.49,"redox":-25,"phSwitch":false,"redoxSwitch":true} +1ms
                                            ph803w:device Send ping +4s
                                            ph803w:device received pong +3ms
                                            ph803w:device Send ping +4s
                                            ph803w:device Ping response overdue, reconnect +8s
                                            ph803w:device Destroy socket +0ms
                                            ph803w:device Connected to TCP 192.168.66.56:12416 +17s
                                            ph803w:device Socket end, Reconnect: true +10s
                                          (node:29697) UnhandledPromiseRejectionWarning: Error: Already connected to device
                                              at /home/coyote/ph803w/node_modules/node-ph803w/lib/device.js:53:24
                                              at new Promise (<anonymous>)
                                              at PH803WDevice.connect (/home/coyote/ph803w/node_modules/node-ph803w/lib/device.js:50:16)
                                              at Timeout._onTimeout (/home/coyote/ph803w/node_modules/node-ph803w/lib/device.js:91:34)
                                              at listOnTimeout (internal/timers.js:554:17)
                                              at processTimers (internal/timers.js:497:7)
                                          (node:29697) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
                                          (node:29697) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                          root@debian:/home/coyote/ph803w/node_modules/node-ph803w/example# 
                                          
                                          apollon77A Offline
                                          apollon77A Offline
                                          apollon77
                                          wrote on last edited by
                                          #93

                                          @coyote sagte in PH-Messung:

                                          Please try again :-) (update auf GitHub) ...

                                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          coyoteC 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          596

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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