Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. PH-Messung

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

PH-Messung

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
432 Beiträge 48 Kommentatoren 107.1k Aufrufe 50 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • A Anti

    @marc-r Thats nice Marc-r. So the ESP just bring the Serial kommunikation to the Network. What I allready suspected but didn't checked. I think, like you, is the most simple way to flash the original ESP (or put a second one if you want to keep the original).

    for the completness: 9600 8N1

    I think I will make that, to don't have the MQTT in the middle.

    apollon77A Online
    apollon77A Online
    apollon77
    schrieb am zuletzt editiert von apollon77
    #52

    @anti Why you dio not implement the LAN protocol? (or wait until I did?) For me personally hardware modifications are meeh ... but I think everyone has it's own opinion here 🙂

    But in gfact does not hatter ... so we need to dectode the values ... we know 4 bytes already 🙂 So assumption stay that the 2x 0000 at the end are the states of the switches

    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 Antwort Letzte Antwort
    1
    • A Anti

      @marc-r Thats nice Marc-r. So the ESP just bring the Serial kommunikation to the Network. What I allready suspected but didn't checked. I think, like you, is the most simple way to flash the original ESP (or put a second one if you want to keep the original).

      for the completness: 9600 8N1

      I think I will make that, to don't have the MQTT in the middle.

      Marc RM Offline
      Marc RM Offline
      Marc R
      schrieb am zuletzt editiert von
      #53

      @anti you mean load something like Tasmota on the existing ESP? I have a lot of Sonoff switches which I "tasmotized", so I know how that works, but I'm not sure if the PH-803W would be compatible?

      A 1 Antwort Letzte Antwort
      0
      • Marc RM Marc R

        @anti you mean load something like Tasmota on the existing ESP? I have a lot of Sonoff switches which I "tasmotized", so I know how that works, but I'm not sure if the PH-803W would be compatible?

        A Offline
        A Offline
        Anti
        schrieb am zuletzt editiert von
        #54

        @marc-r I'm not so deep in the MQTT/Tasmota Topic. So not sure what you can do with Tasmota, here in this use case we want to put a serial Input somewhere. When Tasmota can do that, you should be okay with that. I was thinking about a little Programm on ESP putting the serial e.g. on a Webpage. This is probably a few minutes programming Job. I think i prefare this, because my Pool also will be controlled by an ESP. If a Server is in the middle is one more thing that can fail.

        But anyway i can wait if the other guys here find the "LAN Protocol" Solution. If i can use that from another ESP, i will probably make like this.

        Well i just thought i can connect the 803W serial connect directly my control ESP ... this is also a good failsafe alternative.

        1 Antwort Letzte Antwort
        1
        • Marc RM Offline
          Marc RM Offline
          Marc R
          schrieb am zuletzt editiert von
          #55

          @anti Tasmota is an awesome open-source firmware for all kinds of ESP8266 devices to connect them via MQTT to automation systems such as Home Assistant and others. Have a look here: https://tasmota.github.io/docs/

          I virtually loaded it on about 60 devices so far, but try are Sonoff and Shelly switches and I'm not sure how the PH-803W would handle it.

          I'm just adding this as another alternative to the paths you guys are already following. I'm not saying it's better or worse. If you guys find a fairly simple way to send the PH-803W data to MQTT, I'm all for it!

          1 Antwort Letzte Antwort
          0
          • apollon77A Online
            apollon77A Online
            apollon77
            schrieb am zuletzt editiert von
            #56

            Ok, mit weiteren Wireshark Mitschnitten von @coyote bin ich denke etwas weiter ... immer noch viele Annahmen, daber die kann man dann ja mal verifizieren. habe auch eine vermutung wo die Schaltwerte stecken (Bit flags) und würde tippen das andere Bits da drin vllt im Display für Anzeigen genutzt werden ...

            Ich habe mal alles unter https://github.com/Apollon77/node-ph803w/blob/main/PROTOCOL.md zusammengefasst.
            Als nächstes schaue ich mal das ich das als node.js Library implementiere

            Ich habe auch für "unsere ESP Freunde" mal eine vermutete minimale Kommunikation unter https://github.com/Apollon77/node-ph803w/blob/main/PROTOCOL.md#minimum-interaction-scheme aufgeschrieben ... wäre zu verifizieren ...

            Have fun

            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
            C 1 Antwort Letzte Antwort
            2
            • apollon77A apollon77

              Ok, mit weiteren Wireshark Mitschnitten von @coyote bin ich denke etwas weiter ... immer noch viele Annahmen, daber die kann man dann ja mal verifizieren. habe auch eine vermutung wo die Schaltwerte stecken (Bit flags) und würde tippen das andere Bits da drin vllt im Display für Anzeigen genutzt werden ...

              Ich habe mal alles unter https://github.com/Apollon77/node-ph803w/blob/main/PROTOCOL.md zusammengefasst.
              Als nächstes schaue ich mal das ich das als node.js Library implementiere

              Ich habe auch für "unsere ESP Freunde" mal eine vermutete minimale Kommunikation unter https://github.com/Apollon77/node-ph803w/blob/main/PROTOCOL.md#minimum-interaction-scheme aufgeschrieben ... wäre zu verifizieren ...

              Have fun

              C Offline
              C Offline
              Chaosbrother
              schrieb am zuletzt editiert von
              #57

              @apollon77 Respekt.👍 Aber ich versteh nur noch Bahnhof🙄 . Mal abwarten wie es weitergeht.
              Trotzdem DANKE für die Info´s und deine Mühe

              1 Antwort Letzte Antwort
              0
              • apollon77A Online
                apollon77A Online
                apollon77
                schrieb am zuletzt editiert von apollon77
                #58

                Ok, dann mal nächster Schritt ... ich hab mal was gebaut.

                • Man nehme am besten einen Rechner wo nodejs drauf ist (also der von iobroker ist super)
                • per SSH einloggen und in das Vezeichnis gehen
                • Man lege sich ein neues Verzechnis an, am besten direkt im User-Verzeichnis (also NICHT!! in /opt/iobroker)
                • npm install Apollon77/node-ph803w
                • cd node_modules/node-ph803w/example
                • node data.js 111.222.333.444 (mit 111.222.333.444 die IP des PH803W Geräts im lokalen Netzwerk

                Dann sollte sich das Beispielskript verbinden, Passcode holen, einloggen und jede Datenänderung die es gibt sollte eine Logzeile geben mit den Werten. Eine Datenzeile muss in jedem Fall kommen - hoffentlich mehr sobald sich was ändert. Das nehme ich gern mal.

                Falls irgendwas nicht geht bitte mal unter Linux mit DEBUG=ph803w* node data.js 111.222.333.444 starten, dann sollte mehr log kommen.

                Zu testen ist:

                • Das die werte mit dem Display passen und idealerweise auch was die "Schaltzustände" angeht
                • Das bei Änderungen neue Werte kommen (es ist immer noch ein bissl unklar welches Kommando das auslöst)
                • Die zwei "binFlag1/2" Felder haben vermutlich eine Verbindung zu DIngen im Display (annahme). Das wäre zu prüfen und hier schreiben zu was was gehört 🙂

                Dann schauen wir mal wie gut blindes Programmieren so tut 🙂

                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 Antwort Letzte Antwort
                1
                • apollon77A apollon77

                  Ok, dann mal nächster Schritt ... ich hab mal was gebaut.

                  • Man nehme am besten einen Rechner wo nodejs drauf ist (also der von iobroker ist super)
                  • per SSH einloggen und in das Vezeichnis gehen
                  • Man lege sich ein neues Verzechnis an, am besten direkt im User-Verzeichnis (also NICHT!! in /opt/iobroker)
                  • npm install Apollon77/node-ph803w
                  • cd node_modules/node-ph803w/example
                  • node data.js 111.222.333.444 (mit 111.222.333.444 die IP des PH803W Geräts im lokalen Netzwerk

                  Dann sollte sich das Beispielskript verbinden, Passcode holen, einloggen und jede Datenänderung die es gibt sollte eine Logzeile geben mit den Werten. Eine Datenzeile muss in jedem Fall kommen - hoffentlich mehr sobald sich was ändert. Das nehme ich gern mal.

                  Falls irgendwas nicht geht bitte mal unter Linux mit DEBUG=ph803w* node data.js 111.222.333.444 starten, dann sollte mehr log kommen.

                  Zu testen ist:

                  • Das die werte mit dem Display passen und idealerweise auch was die "Schaltzustände" angeht
                  • Das bei Änderungen neue Werte kommen (es ist immer noch ein bissl unklar welches Kommando das auslöst)
                  • Die zwei "binFlag1/2" Felder haben vermutlich eine Verbindung zu DIngen im Display (annahme). Das wäre zu prüfen und hier schreiben zu was was gehört 🙂

                  Dann schauen wir mal wie gut blindes Programmieren so tut 🙂

                  Ingo

                  S Offline
                  S Offline
                  SoerenKaiser99
                  schrieb am zuletzt editiert von
                  #59

                  @apollon77
                  Coole Nummer 😄

                  Es ginge aber auch (ein wenig einfacher) mit nem Wemos D1 / NodeMCU und ner analogen PH Sonde :D... Nur so nebenbei 👍
                  Wemos D1 PH-Sonde

                  U apollon77A 2 Antworten Letzte Antwort
                  0
                  • A Offline
                    A Offline
                    Anti
                    schrieb am zuletzt editiert von
                    #60

                    Wo bleibt denn da der Spaß? 😛

                    Nein ist natürlich auch ein weg. Hab sowas sogar hier liegen war irgendwie nie dazu gekommen das weiterzuverfolgen 😕

                    S 1 Antwort Letzte Antwort
                    0
                    • A Anti

                      Wo bleibt denn da der Spaß? 😛

                      Nein ist natürlich auch ein weg. Hab sowas sogar hier liegen war irgendwie nie dazu gekommen das weiterzuverfolgen 😕

                      S Offline
                      S Offline
                      SoerenKaiser99
                      schrieb am zuletzt editiert von
                      #61

                      @anti weis ich doch. War ein wenig ironisch gemeint 🙂 Versteh schon.. Herrausforderung und so.
                      Hatte ich auch vor... Bin dann aber die Tage mangels Zeit umgeschwenkt. Jetzt regelt die phileo den pH wert, n shelly steuert den Chlorinator und die Pumpe ( danke an paul 😄 ) und n blueconnect sendet stündlich die Daten 😄 ... läuft!

                      1 Antwort Letzte Antwort
                      0
                      • S SoerenKaiser99

                        @apollon77
                        Coole Nummer 😄

                        Es ginge aber auch (ein wenig einfacher) mit nem Wemos D1 / NodeMCU und ner analogen PH Sonde :D... Nur so nebenbei 👍
                        Wemos D1 PH-Sonde

                        U Offline
                        U Offline
                        UncleB
                        schrieb am zuletzt editiert von
                        #62

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

                        S 1 Antwort Letzte Antwort
                        0
                        • S SoerenKaiser99

                          @apollon77
                          Coole Nummer 😄

                          Es ginge aber auch (ein wenig einfacher) mit nem Wemos D1 / NodeMCU und ner analogen PH Sonde :D... Nur so nebenbei 👍
                          Wemos D1 PH-Sonde

                          apollon77A Online
                          apollon77A Online
                          apollon77
                          schrieb am zuletzt editiert von
                          #63

                          @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 😉

                          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 2 Antworten Letzte Antwort
                          1
                          • 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 😉

                            coyoteC Offline
                            coyoteC Offline
                            coyote
                            Most Active
                            schrieb am zuletzt editiert von
                            #64

                            @apollon77

                            Wollte mal installieren, aber...

                            /home/coyote/ph803w# npm install Apollon77/node-ph803w
                            npm ERR! Can't install github:Apollon77/node-ph803w#f51066522bac3a191b11010126e6aaf2ccf48e7f: Missing package version
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /root/.npm/_logs/2021-05-28T05_48_51_894Z-debug.log
                            
                            apollon77A 1 Antwort Letzte Antwort
                            0
                            • coyoteC coyote

                              @apollon77

                              Wollte mal installieren, aber...

                              /home/coyote/ph803w# npm install Apollon77/node-ph803w
                              npm ERR! Can't install github:Apollon77/node-ph803w#f51066522bac3a191b11010126e6aaf2ccf48e7f: Missing package version
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /root/.npm/_logs/2021-05-28T05_48_51_894Z-debug.log
                              
                              apollon77A Online
                              apollon77A Online
                              apollon77
                              schrieb am zuletzt editiert von
                              #65

                              @coyote Erwischt ... retry please

                              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 Antwort Letzte Antwort
                              0
                              • apollon77A apollon77

                                @coyote Erwischt ... retry please

                                coyoteC Offline
                                coyoteC Offline
                                coyote
                                Most Active
                                schrieb am zuletzt editiert von
                                #66

                                @apollon77

                                Schätze das ist ok so:

                                root@debian:/home/coyote/ph803w# npm install Apollon77/node-ph803w                                                                                npm WARN saveError ENOENT: no such file or directory, open '/home/coyote/ph803w/                                                                  package.json'
                                npm notice created a lockfile as package-lock.json. You should commit this file.
                                npm WARN enoent ENOENT: no such file or directory, open '/home/coyote/ph803w/pac                                                                  kage.json'
                                npm WARN ph803w No description
                                npm WARN ph803w No repository field.
                                npm WARN ph803w No README data
                                npm WARN ph803w No license field.
                                
                                + node-ph803w@0.0.1
                                added 3 packages from 4 contributors and audited 3 packages in 4.175s
                                found 0 vulnerabilities
                                
                                
                                
                                   ╭────────────────────────────────────────────────────────────────╮
                                   │                                                                │
                                   │      New major version of npm available! 6.14.12 → 7.15.0      │
                                   │   Changelog: https://github.com/npm/cli/releases/tag/v7.15.0   │
                                   │               Run npm install -g npm to update!                │
                                   │                                                                │
                                   ╰────────────────────────────────────────────────────────────────╯
                                
                                
                                apollon77A 1 Antwort Letzte Antwort
                                0
                                • coyoteC coyote

                                  @apollon77

                                  Schätze das ist ok so:

                                  root@debian:/home/coyote/ph803w# npm install Apollon77/node-ph803w                                                                                npm WARN saveError ENOENT: no such file or directory, open '/home/coyote/ph803w/                                                                  package.json'
                                  npm notice created a lockfile as package-lock.json. You should commit this file.
                                  npm WARN enoent ENOENT: no such file or directory, open '/home/coyote/ph803w/pac                                                                  kage.json'
                                  npm WARN ph803w No description
                                  npm WARN ph803w No repository field.
                                  npm WARN ph803w No README data
                                  npm WARN ph803w No license field.
                                  
                                  + node-ph803w@0.0.1
                                  added 3 packages from 4 contributors and audited 3 packages in 4.175s
                                  found 0 vulnerabilities
                                  
                                  
                                  
                                     ╭────────────────────────────────────────────────────────────────╮
                                     │                                                                │
                                     │      New major version of npm available! 6.14.12 → 7.15.0      │
                                     │   Changelog: https://github.com/npm/cli/releases/tag/v7.15.0   │
                                     │               Run npm install -g npm to update!                │
                                     │                                                                │
                                     ╰────────────────────────────────────────────────────────────────╯
                                  
                                  
                                  apollon77A Online
                                  apollon77A Online
                                  apollon77
                                  schrieb am zuletzt editiert von
                                  #67

                                  @coyote Ja

                                  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 Antwort Letzte Antwort
                                  0
                                  • apollon77A apollon77

                                    @coyote Ja

                                    S Offline
                                    S Offline
                                    skinni
                                    schrieb am zuletzt editiert von
                                    #68

                                    Hab keine Sonden angeschlossen, aber soweit siehts gut aus. Ich freu mich auf den adapter 😇

                                    Data: {"binFlags1":"11","binFlags2":"10","ph":7.77,"redox":-44,"phSwitch":false,"redoxSwitch":true}
                                    Data: {"binFlags1":"100","binFlags2":"10","ph":7.76,"redox":-44,"phSwitch":false,"redoxSwitch":true}
                                    Data: {"binFlags1":"100","binFlags2":"10","ph":7.76,"redox":-38,"phSwitch":false,"redoxSwitch":true}
                                    Data: {"binFlags1":"100","binFlags2":"10","ph":7.77,"redox":-68,"phSwitch":false,"redoxSwitch":true}
                                    Data: {"binFlags1":"100","binFlags2":"10","ph":7.8,"redox":-69,"phSwitch":false,"redoxSwitch":true}
                                    Data: {"binFlags1":"100","binFlags2":"10","ph":7.81,"redox":-70,"phSwitch":false,"redoxSwitch":true}
                                    Data: {"binFlags1":"100","binFlags2":"10","ph":7.83,"redox":-72,"phSwitch":false,"redoxSwitch":true}
                                    Data: {"binFlags1":"100","binFlags2":"10","ph":7.83,"redox":-73,"phSwitch":false,"redoxSwitch":true}
                                    Data: {"binFlags1":"100","binFlags2":"10","ph":7.82,"redox":-73,"phSwitch":false,"redoxSwitch":true}
                                    
                                    apollon77A 1 Antwort Letzte Antwort
                                    1
                                    • S skinni

                                      Hab keine Sonden angeschlossen, aber soweit siehts gut aus. Ich freu mich auf den adapter 😇

                                      Data: {"binFlags1":"11","binFlags2":"10","ph":7.77,"redox":-44,"phSwitch":false,"redoxSwitch":true}
                                      Data: {"binFlags1":"100","binFlags2":"10","ph":7.76,"redox":-44,"phSwitch":false,"redoxSwitch":true}
                                      Data: {"binFlags1":"100","binFlags2":"10","ph":7.76,"redox":-38,"phSwitch":false,"redoxSwitch":true}
                                      Data: {"binFlags1":"100","binFlags2":"10","ph":7.77,"redox":-68,"phSwitch":false,"redoxSwitch":true}
                                      Data: {"binFlags1":"100","binFlags2":"10","ph":7.8,"redox":-69,"phSwitch":false,"redoxSwitch":true}
                                      Data: {"binFlags1":"100","binFlags2":"10","ph":7.81,"redox":-70,"phSwitch":false,"redoxSwitch":true}
                                      Data: {"binFlags1":"100","binFlags2":"10","ph":7.83,"redox":-72,"phSwitch":false,"redoxSwitch":true}
                                      Data: {"binFlags1":"100","binFlags2":"10","ph":7.83,"redox":-73,"phSwitch":false,"redoxSwitch":true}
                                      Data: {"binFlags1":"100","binFlags2":"10","ph":7.82,"redox":-73,"phSwitch":false,"redoxSwitch":true}
                                      
                                      apollon77A Online
                                      apollon77A Online
                                      apollon77
                                      schrieb am zuletzt editiert von
                                      #69

                                      @skinni Cool, Danke, Passen auch die Schalter-Zustände?

                                      Und ja jetzt wäre jemand mit Sonden im Wasser durchaus cool der mal mehr vergleichen kann was die Anzeigen im Display und Schaltzustände angeht und so 🙂

                                      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 Antworten Letzte Antwort
                                      0
                                      • apollon77A apollon77

                                        @skinni Cool, Danke, Passen auch die Schalter-Zustände?

                                        Und ja jetzt wäre jemand mit Sonden im Wasser durchaus cool der mal mehr vergleichen kann was die Anzeigen im Display und Schaltzustände angeht und so 🙂

                                        S Offline
                                        S Offline
                                        skinni
                                        schrieb am zuletzt editiert von
                                        #70

                                        @apollon77 Zustände passen, PH ist aus, ORP ist an

                                        1 Antwort Letzte Antwort
                                        1
                                        • apollon77A apollon77

                                          @skinni Cool, Danke, Passen auch die Schalter-Zustände?

                                          Und ja jetzt wäre jemand mit Sonden im Wasser durchaus cool der mal mehr vergleichen kann was die Anzeigen im Display und Schaltzustände angeht und so 🙂

                                          coyoteC Offline
                                          coyoteC Offline
                                          coyote
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #71

                                          @apollon77 👏 👏 👏 👏

                                          Mega👍 Das sieht schon sehr gut aus. Muss @skinni zustimmen, passt alles soweit, auch die Schaltzustände. Gute Arbeit Apollon

                                          S apollon77A 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          748

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe