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.1k 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.
  • I Offline
    I Offline
    ioUser 0
    wrote on last edited by
    #114

    Hallo,
    Wahnsinn, was ihr hier auf die Beine gestellt habt :+1: .
    Bis wann kann man mit einem Adapter für ioBroker rechnen?

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #115

      ist es schon möglich den Adapter zu testen?
      Muss man für die Installation anders vorgehen als mit normalen Adapter, die man von github installiert?

      coyoteC 1 Reply Last reply
      0
      • ? A Former User

        ist es schon möglich den Adapter zu testen?
        Muss man für die Installation anders vorgehen als mit normalen Adapter, die man von github installiert?

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

        @sven-n gibt noch kein Adapter, Apollon hat ein node Script gebastelt. Weiter oben im Thread hat er geschrieben, wie man es installiert

        ? 1 Reply Last reply
        0
        • coyoteC coyote

          @sven-n gibt noch kein Adapter, Apollon hat ein node Script gebastelt. Weiter oben im Thread hat er geschrieben, wie man es installiert

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

          @coyote auf seinem github gibt es doch schon was oder sehe ich das falsch?

          apollon77A 1 Reply Last reply
          0
          • ? A Former User

            @coyote auf seinem github gibt es doch schon was oder sehe ich das falsch?

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

            @sven-n ja da ist ein leeres repository. Finger weg ;-)

            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 2 Replies Last reply
            0
            • apollon77A apollon77

              @sven-n ja da ist ein leeres repository. Finger weg ;-)

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

              @apollon77 ok danke dir

              1 Reply Last reply
              0
              • Marc RM Offline
                Marc RM Offline
                Marc R
                wrote on last edited by Marc R
                #120

                Ich habs endlich geschafft die Werte in mein Home Assistant zu bringen inkl. Grafik und geschätzer FC Kalkulation!
                Lieben Dank für Eure Arbeit!
                f6678f28-2c0a-46bc-bda5-19bc90316c7a-image.png

                1 Reply Last reply
                0
                • apollon77A apollon77

                  @sven-n ja da ist ein leeres repository. Finger weg ;-)

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

                  @apollon77 hier die Ausgabe:

                  root@debian:/home/coyote/ph803w/node_modules/node-ph803w/example# DEBUG=ph803w* node discovery
                    ph803w:discovery Send broadcast message 0000000303000003 +0ms
                    ph803w:discovery Listen for local PH803W devices on port 12414 +4ms
                    ph803w:discovery Parsing discovered device: 192.168.66.56:12414 - hCFqpJTSymCE9PLlp1DpbhYH?ڇ�G 2d3d954d9bb741b4a19ba1153104932bapi.gizwits.com:804.0.8 +5ms
                    ph803w:discovery Discovered device: {"ip":"192.168.66.56","id1":"CFqpJTSymCE9PLlp1DpbhY","id2":"2d3d954d9bb741b4a19ba1153104932b","apiServer":"api.gizwits.com:80","version":"4.0.8"} +1ms
                  /home/coyote/ph803w/node_modules/node-ph803w/example/discovery.js:10
                      console.log(`PH803W Device discovered on ${remote.address}`);
                                                                        ^
                  
                  TypeError: Cannot read property 'address' of undefined
                      at PH803WDiscovery.<anonymous> (/home/coyote/ph803w/node_modules/node-ph803w/example/discovery.js:10:55)
                      at PH803WDiscovery.emit (events.js:314:20)
                      at PH803WDiscovery.parseResponse (/home/coyote/ph803w/node_modules/node-ph803w/lib/discovery.js:103:14)
                      at Socket.<anonymous> (/home/coyote/ph803w/node_modules/node-ph803w/lib/discovery.js:25:18)
                      at Socket.emit (events.js:314:20)
                      at UDP.onMessage [as onmessage] (dgram.js:921:8)
                  
                  
                  apollon77A 1 Reply Last reply
                  0
                  • coyoteC coyote

                    @apollon77 hier die Ausgabe:

                    root@debian:/home/coyote/ph803w/node_modules/node-ph803w/example# DEBUG=ph803w* node discovery
                      ph803w:discovery Send broadcast message 0000000303000003 +0ms
                      ph803w:discovery Listen for local PH803W devices on port 12414 +4ms
                      ph803w:discovery Parsing discovered device: 192.168.66.56:12414 - hCFqpJTSymCE9PLlp1DpbhYH?ڇ�G 2d3d954d9bb741b4a19ba1153104932bapi.gizwits.com:804.0.8 +5ms
                      ph803w:discovery Discovered device: {"ip":"192.168.66.56","id1":"CFqpJTSymCE9PLlp1DpbhY","id2":"2d3d954d9bb741b4a19ba1153104932b","apiServer":"api.gizwits.com:80","version":"4.0.8"} +1ms
                    /home/coyote/ph803w/node_modules/node-ph803w/example/discovery.js:10
                        console.log(`PH803W Device discovered on ${remote.address}`);
                                                                          ^
                    
                    TypeError: Cannot read property 'address' of undefined
                        at PH803WDiscovery.<anonymous> (/home/coyote/ph803w/node_modules/node-ph803w/example/discovery.js:10:55)
                        at PH803WDiscovery.emit (events.js:314:20)
                        at PH803WDiscovery.parseResponse (/home/coyote/ph803w/node_modules/node-ph803w/lib/discovery.js:103:14)
                        at Socket.<anonymous> (/home/coyote/ph803w/node_modules/node-ph803w/lib/discovery.js:25:18)
                        at Socket.emit (events.js:314:20)
                        at UDP.onMessage [as onmessage] (dgram.js:921:8)
                    
                    
                    apollon77A Offline
                    apollon77A Offline
                    apollon77
                    wrote on last edited by
                    #122

                    @coyote Danke! Bitte nochmal versuchen. War nur ein Mini Fehler im Discovery Example Skript :-)

                    Für die anderen: Bitte auch mal ib updaten von GitHub und das obige Kommando ausführen. Log hier posten. Das ist das Netzwerk-DIscovery per UDP (also gerät wo es gestartet wird und das PH803W muss im gleichen netzwerk sein.

                    Danke!

                    id 1 scheint die mqtt ID zu sien, id2 unbekannt. Ich will mal schauen was am besten für eine Adapter Device-ID taugt :-)

                    Ingo

                    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

                      @coyote Danke! Bitte nochmal versuchen. War nur ein Mini Fehler im Discovery Example Skript :-)

                      Für die anderen: Bitte auch mal ib updaten von GitHub und das obige Kommando ausführen. Log hier posten. Das ist das Netzwerk-DIscovery per UDP (also gerät wo es gestartet wird und das PH803W muss im gleichen netzwerk sein.

                      Danke!

                      id 1 scheint die mqtt ID zu sien, id2 unbekannt. Ich will mal schauen was am besten für eine Adapter Device-ID taugt :-)

                      Ingo

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

                      @apollon77 Es kommen keine Werte, so gehts ewig weiter

                      /€ nochmal etwas produktiver:
                      Discovery funktioniert, aber danach kommen keine Werte, nur noch invalid message type 145
                      Das script mit IP aufgerufen funktioniert und liefert Werte.

                      PH803W Device discovered on 192.168.88.128
                      {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                      PH803W Device discovered on 192.168.88.128
                      {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                      ERROR: Ignore data package because invalid message type 145
                      ERROR: Ignore data package because invalid message type 145
                      ERROR: Ignore data package because invalid message type 145
                      ERROR: Ignore data package because invalid message type 145
                      
                      
                      apollon77A 1 Reply Last reply
                      0
                      • S skinni

                        @apollon77 Es kommen keine Werte, so gehts ewig weiter

                        /€ nochmal etwas produktiver:
                        Discovery funktioniert, aber danach kommen keine Werte, nur noch invalid message type 145
                        Das script mit IP aufgerufen funktioniert und liefert Werte.

                        PH803W Device discovered on 192.168.88.128
                        {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                        PH803W Device discovered on 192.168.88.128
                        {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                        ERROR: Ignore data package because invalid message type 145
                        ERROR: Ignore data package because invalid message type 145
                        ERROR: Ignore data package because invalid message type 145
                        ERROR: Ignore data package because invalid message type 145
                        
                        
                        apollon77A Offline
                        apollon77A Offline
                        apollon77
                        wrote on last edited by
                        #124

                        @skinni sagte in PH-Messung:

                        Es kommen keine Werte, so gehts ewig weiter

                        Naja das Discovery Skript macht auch NUR discovery ... das ist korrekt das es nur sagt "Hab was gefunden" :-)

                        Aber bei Dir starte bitte mal wie oben gesagt mit dem "DEBUG=..." davor! scheinbar ist deine Message anders ... da muss ich nochmal im Parser ran.

                        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 sagte in PH-Messung:

                          Es kommen keine Werte, so gehts ewig weiter

                          Naja das Discovery Skript macht auch NUR discovery ... das ist korrekt das es nur sagt "Hab was gefunden" :-)

                          Aber bei Dir starte bitte mal wie oben gesagt mit dem "DEBUG=..." davor! scheinbar ist deine Message anders ... da muss ich nochmal im Parser ran.

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

                          @apollon77 Das war mit debug :confused:

                          pi@iobroker:~/node_modules/node-ph803w/example $ debug=ph803w* node discovery
                          Discover PH803W devices ... CTRL-C to quit
                          PH803W Device discovered on 192.168.88.128
                          {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                          PH803W Device discovered on 192.168.88.128
                          {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                          ERROR: Ignore data package because invalid message type 145
                          ERROR: Ignore data package because invalid message type 145
                          
                          

                          Und hier das normale

                          pi@iobroker:~/node_modules/node-ph803w/example $ DEBUG=ph803w* node data.js 192.168.88.128
                            ph803w:device Connected to TCP 192.168.88.128:12416 +0ms
                            ph803w:device Write and register for response type 7: 0000000303000006 +4ms
                            ph803w:device Passcode received: IVEXBRFPMQ +11ms
                            ph803w:device Resolve for message type 7: {"type":"Buffer","data":[73,86,69,88,66,82,70,80,77,81]} +1ms
                            ph803w:device Write and register for response type 9: 000000030f000008000a49564558425246504d51 +1ms
                            ph803w:device login success +77ms
                            ph803w:device Resolve for message type 9: true +0ms
                            ph803w:device Write and register for response type 145: 000000030400009002 +1ms
                            ph803w:device Retrieved data: {"binFlags1":"11","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false} +130ms
                          Data: {"binFlags1":"11","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false}
                            ph803w:device Resolve for message type 145: {"binFlags1":"11","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false} +3ms
                            ph803w:device Send ping +4s
                            ph803w:device received pong +10ms
                            ph803w:device Send ping +4s
                            ph803w:device received pong +6ms
                            ph803w:device Send ping +4s
                            ph803w:device received pong +9ms
                            ph803w:device Send ping +4s
                            ph803w:device received pong +17ms
                            ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false} +2s
                          Data: {"binFlags1":"100","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false}
                            ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false} +1ms
                          

                          ok das DEBUG ist case sensitive :open_mouth:

                          pi@iobroker:~/node_modules/node-ph803w/example $ DEBUG=ph803w* node discovery
                          Discover PH803W devices ... CTRL-C to quit
                            ph803w:discovery Listen for local PH803W devices on port 12414 +0ms
                            ph803w:discovery Send broadcast message 0000000303000003 +2ms
                            ph803w:discovery Parsing discovered device: 192.168.88.128:12414 - 00000003780000040016327471526138384667615553354178674152565975670006e8db848c4b17000830343032303033410020326433643935346439626237343162346131396261313135333130343933326200000000000000026170692e67697a776974732e636f6d3a383000342e312e32003033303330303030 +39ms
                            ph803w:discovery Discovered device: {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"} +1ms
                          PH803W Device discovered on 192.168.88.128
                          {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                            ph803w:discovery Parsing discovered device: 192.168.88.128:12414 - 00000003780000040016327471526138384667615553354178674152565975670006e8db848c4b17000830343032303033410020326433643935346439626237343162346131396261313135333130343933326200000000000000026170692e67697a776974732e636f6d3a383000342e312e32003033303330303030 +100ms
                            ph803w:discovery Discovered device: {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"} +1ms
                          PH803W Device discovered on 192.168.88.128
                          {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                            ph803w:discovery Ignore data package because invalid message type 145 +9s
                          ERROR: Ignore data package because invalid message type 145
                            ph803w:discovery Ignore data package because invalid message type 145 +35s
                          ERROR: Ignore data package because invalid message type 145
                          ^C
                          
                          apollon77A 1 Reply Last reply
                          0
                          • S skinni

                            @apollon77 Das war mit debug :confused:

                            pi@iobroker:~/node_modules/node-ph803w/example $ debug=ph803w* node discovery
                            Discover PH803W devices ... CTRL-C to quit
                            PH803W Device discovered on 192.168.88.128
                            {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                            PH803W Device discovered on 192.168.88.128
                            {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                            ERROR: Ignore data package because invalid message type 145
                            ERROR: Ignore data package because invalid message type 145
                            
                            

                            Und hier das normale

                            pi@iobroker:~/node_modules/node-ph803w/example $ DEBUG=ph803w* node data.js 192.168.88.128
                              ph803w:device Connected to TCP 192.168.88.128:12416 +0ms
                              ph803w:device Write and register for response type 7: 0000000303000006 +4ms
                              ph803w:device Passcode received: IVEXBRFPMQ +11ms
                              ph803w:device Resolve for message type 7: {"type":"Buffer","data":[73,86,69,88,66,82,70,80,77,81]} +1ms
                              ph803w:device Write and register for response type 9: 000000030f000008000a49564558425246504d51 +1ms
                              ph803w:device login success +77ms
                              ph803w:device Resolve for message type 9: true +0ms
                              ph803w:device Write and register for response type 145: 000000030400009002 +1ms
                              ph803w:device Retrieved data: {"binFlags1":"11","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false} +130ms
                            Data: {"binFlags1":"11","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false}
                              ph803w:device Resolve for message type 145: {"binFlags1":"11","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false} +3ms
                              ph803w:device Send ping +4s
                              ph803w:device received pong +10ms
                              ph803w:device Send ping +4s
                              ph803w:device received pong +6ms
                              ph803w:device Send ping +4s
                              ph803w:device received pong +9ms
                              ph803w:device Send ping +4s
                              ph803w:device received pong +17ms
                              ph803w:device Retrieved data: {"binFlags1":"100","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false} +2s
                            Data: {"binFlags1":"100","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false}
                              ph803w:device Ignore resolve for message type 145 because no promise stored: {"binFlags1":"100","binFlags2":"0","ph":7.09,"redox":715,"phSwitch":false,"redoxSwitch":false} +1ms
                            

                            ok das DEBUG ist case sensitive :open_mouth:

                            pi@iobroker:~/node_modules/node-ph803w/example $ DEBUG=ph803w* node discovery
                            Discover PH803W devices ... CTRL-C to quit
                              ph803w:discovery Listen for local PH803W devices on port 12414 +0ms
                              ph803w:discovery Send broadcast message 0000000303000003 +2ms
                              ph803w:discovery Parsing discovered device: 192.168.88.128:12414 - 00000003780000040016327471526138384667615553354178674152565975670006e8db848c4b17000830343032303033410020326433643935346439626237343162346131396261313135333130343933326200000000000000026170692e67697a776974732e636f6d3a383000342e312e32003033303330303030 +39ms
                              ph803w:discovery Discovered device: {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"} +1ms
                            PH803W Device discovered on 192.168.88.128
                            {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                              ph803w:discovery Parsing discovered device: 192.168.88.128:12414 - 00000003780000040016327471526138384667615553354178674152565975670006e8db848c4b17000830343032303033410020326433643935346439626237343162346131396261313135333130343933326200000000000000026170692e67697a776974732e636f6d3a383000342e312e32003033303330303030 +100ms
                              ph803w:discovery Discovered device: {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"} +1ms
                            PH803W Device discovered on 192.168.88.128
                            {"ip":"192.168.88.128","id1":"2tqRa88FgaUS5AxgARVYug","id2":"02003A\u0000 2d3d954d9bb741b4a19ba1153104932b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002api.","apiServer":"com:80","version":"4.1.2"}
                              ph803w:discovery Ignore data package because invalid message type 145 +9s
                            ERROR: Ignore data package because invalid message type 145
                              ph803w:discovery Ignore data package because invalid message type 145 +35s
                            ERROR: Ignore data package because invalid message type 145
                            ^C
                            
                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            wrote on last edited by apollon77
                            #126

                            @skinni sagte in PH-Messung:

                            @apollon77 Das war mit debug

                            Ja klein geschrieben :-)

                            mach mal DEBUG :-)

                            EDIT: Danke! Checke später

                            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 sagte in PH-Messung:

                              @apollon77 Das war mit debug

                              Ja klein geschrieben :-)

                              mach mal DEBUG :-)

                              EDIT: Danke! Checke später

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

                              @apollon77 Gerade bemerkt, siehe mein edit. Entschuldige meine Amateurhaftigkeit :grimacing:

                              apollon77A 1 Reply Last reply
                              0
                              • S skinni

                                @apollon77 Gerade bemerkt, siehe mein edit. Entschuldige meine Amateurhaftigkeit :grimacing:

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

                                @skinni Alles gut. Erstes finding ist das der String anders sein kann :-) Ich passe mal die Parser Logik an. Zweitest FInding ist das die "id2" identisch ist zu dem von @coyote ... also das eher nicht die unique ID :-)

                                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
                                • apollon77A Offline
                                  apollon77A Offline
                                  apollon77
                                  wrote on last edited by
                                  #129

                                  Ok, dann bitte nochmal von GitHub aktualisieren, jetzt sollte auch das Format von @skinni verarbeitet werden ... bitte nochmal Ausgabe posten

                                  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 coyoteC 2 Replies Last reply
                                  0
                                  • apollon77A apollon77

                                    Ok, dann bitte nochmal von GitHub aktualisieren, jetzt sollte auch das Format von @skinni verarbeitet werden ... bitte nochmal Ausgabe posten

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

                                    @apollon77

                                    pi@iobroker:~/node_modules/node-ph803w/example $ DEBUG=ph803w* node discovery
                                    Discover PH803W devices ... CTRL-C to quit
                                      ph803w:discovery Listen for local PH803W devices on port 12414 +0ms
                                      ph803w:discovery Send broadcast message 0000000303000003 +1ms
                                      ph803w:discovery Parsing discovered device: 192.168.88.128:12414 - 00000003780000040016327471526138384667615553354178674152565975670006e8db848c4b17000830343032303033410020326433643935346439626237343162346131396261313135333130343933326200000000000000026170692e67697a776974732e636f6d3a383000342e312e32003033303330303030 +48ms
                                      ph803w:discovery Discovered device: {"ip":"192.168.88.128","id":"2tqRa88FgaUS5AxgARVYug","data1":"e8db848c4b17","data2":"3034303230303341","data3":"2d3d954d9bb741b4a19ba1153104932b","apiServer":"api.gizwits.com:80","version":"4.1.2"} +1ms
                                    PH803W Device discovered on 192.168.88.128
                                    {"ip":"192.168.88.128","id":"2tqRa88FgaUS5AxgARVYug","data1":"e8db848c4b17","data2":"3034303230303341","data3":"2d3d954d9bb741b4a19ba1153104932b","apiServer":"api.gizwits.com:80","version":"4.1.2"}
                                      ph803w:discovery Parsing discovered device: 192.168.88.128:12414 - 00000003780000040016327471526138384667615553354178674152565975670006e8db848c4b17000830343032303033410020326433643935346439626237343162346131396261313135333130343933326200000000000000026170692e67697a776974732e636f6d3a383000342e312e32003033303330303030 +93ms
                                      ph803w:discovery Discovered device: {"ip":"192.168.88.128","id":"2tqRa88FgaUS5AxgARVYug","data1":"e8db848c4b17","data2":"3034303230303341","data3":"2d3d954d9bb741b4a19ba1153104932b","apiServer":"api.gizwits.com:80","version":"4.1.2"} +1ms
                                    PH803W Device discovered on 192.168.88.128
                                    {"ip":"192.168.88.128","id":"2tqRa88FgaUS5AxgARVYug","data1":"e8db848c4b17","data2":"3034303230303341","data3":"2d3d954d9bb741b4a19ba1153104932b","apiServer":"api.gizwits.com:80","version":"4.1.2"}
                                      ph803w:discovery Ignore data package because invalid message type 145: ��ۄ�K�
                                      ph803w:discovery ` +1s
                                    ERROR: Ignore data package because invalid message type 145
                                      ph803w:discovery Ignore data package because invalid message type 145: ��ۄ�K�
                                      ph803w:discovery _ +6s
                                    ERROR: Ignore data package because invalid message type 145
                                    
                                    1 Reply Last reply
                                    0
                                    • apollon77A apollon77

                                      Ok, dann bitte nochmal von GitHub aktualisieren, jetzt sollte auch das Format von @skinni verarbeitet werden ... bitte nochmal Ausgabe posten

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

                                      @apollon77 bei mir schauts dann so aus:

                                      
                                      root@debian:/home/coyote/ph803w/node_modules/node-ph803w/example# DEBUG=ph803w*                                                                              node discovery
                                      Discover PH803W devices ... CTRL-C to quit
                                        ph803w:discovery Listen for local PH803W devices on port 12414 +0ms
                                        ph803w:discovery Send broadcast message 0000000303000003 +0ms
                                        ph803w:discovery Parsing discovered device: 192.168.66.56:12414 - 000000036800                                                                             00040016434671704a5453796d434539504c6c703144706268590006483fda87dc47000000203264                                                                             33643935346439626237343162346131396261313135333130343933326200000000000000026170                                                                             692e67697a776974732e636f6d3a383000342e302e3800 +6ms
                                        ph803w:discovery Discovered device: {"ip":"192.168.66.56","id":"CFqpJTSymCE9PL                                                                             lp1DpbhY","data1":"483fda87dc47","data2":"","data3":"2d3d954d9bb741b4a19ba115310                                                                             4932b","apiServer":"api.gizwits.com:80","version":"4.0.8"} +1ms
                                      PH803W Device discovered on 192.168.66.56
                                      {"ip":"192.168.66.56","id":"CFqpJTSymCE9PLlp1DpbhY","data1":"483fda87dc47","data                                                                             2":"","data3":"2d3d954d9bb741b4a19ba1153104932b","apiServer":"api.gizwits.com:80                                                                             ","version":"4.0.8"}
                                        ph803w:discovery Ignore data package because invalid message type 26: ECFqpJTSymCE9PLlp1DpbhYH?ڇ�G 2d3d954d9bb741b4a19ba1153104932b +29s
                                      ERROR: Ignore data package because invalid message type 26
                                      
                                      
                                      1 Reply Last reply
                                      0
                                      • ? Offline
                                        ? Offline
                                        A Former User
                                        wrote on last edited by
                                        #132

                                        @apollon77 bei mir ist es so

                                          ph803w:discovery Listen for local PH803W devices on port 12414 +0ms
                                          ph803w:discovery Send broadcast message 0000000303000003 +1ms
                                          ph803w:discovery Parsing discovered device: 192.168.0.118:12414 - 000000036800000400166b624538384a6772685a7930794e4a6f6e503961624b000640f5202c849300000020326433643935346439626237343162346131396261313135333130343933326200000000000000026170692e67697a776974732e636f6d3a383000342e302e3800 +306ms
                                          ph803w:discovery Discovered device: {"ip":"192.168.0.118","id":"kbE88JgrhZy0yNJonP9abK","data1":"40f5202c8493","data2":"","data3":"2d3d954d9bb741b4a19ba1153104932b","apiServer":"api.gizwits.com:80","version":"4.0.8"} +1ms
                                        PH803W Device discovered on 192.168.0.118
                                        {"ip":"192.168.0.118","id":"kbE88JgrhZy0yNJonP9abK","data1":"40f5202c8493","data2":"","data3":"2d3d954d9bb741b4a19ba1153104932b","apiServer":"api.gizwits.com:80","version":"4.0.8"}
                                        
                                        
                                        
                                        
                                        1 Reply Last reply
                                        0
                                        • apollon77A Offline
                                          apollon77A Offline
                                          apollon77
                                          wrote on last edited by
                                          #133

                                          Cool, updated Ihr bitte nochmal - vor allem @skinni und @coyote und postet die Ausgabe nochmal ... ich will sehen was bei euch diese "unbekannten Pakete" sind :-) habe das Logging angepasst. Danke

                                          (und @coyote bei dir wars irgendwie abgeschnitten) ...

                                          Aber denke auf der Basis haben wir was

                                          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 S 3 Replies 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

                                          557

                                          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