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. Skripten / Logik
  4. Blockly
  5. Temperatur überwachung

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    770

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

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

Temperatur überwachung

Scheduled Pinned Locked Moved Blockly
7 Posts 4 Posters 707 Views 2 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.
  • AphofisA Offline
    AphofisA Offline
    Aphofis
    wrote on last edited by
    #1

    Da ich nun zwei DS18B20 Sensoren in meinem Aquarium verbaut habe und da diese leider ab und an verschwinden und ich keine Tasmota fähige alternative kenne muss es bei denen bleiben.
    Dazu würde ich gerne diese Sensoren kontrollieren.
    Wenn die Sensoren offline sind, zeigen sie im Sonoff Adapter 0°C an und sind somit offline.
    Wie kann man es per Blockly erstellen, das wenn der eine oder der andere 0°C anzeigen sollte, das eine Nachricht ausgegeben wird und meine Alarm Sirene für 5 sek einschaltet.
    Mein Ansatz sieht so aus:
    Unbenannt.PNG

    <xml xmlns="http://www.w3.org/1999/xhtml">
      <variables>
        <variable type="" id="YtePFf,FgTNLWvN|!lz}">offline_zustand</variable>
      </variables>
      <block type="variables_set" id=";.[I,^Mh4!CtQNiNWiWA" x="-962" y="-612">
        <field name="VAR" id="YtePFf,FgTNLWvN|!lz}" variabletype="">offline_zustand</field>
        <value name="VALUE">
          <block type="convert_tonumber" id="8I!3Dx1JnU}KRm$v4TPZ">
            <value name="VALUE">
              <block type="math_number" id="o},25+o2a,/N.s1ixH2:">
                <field name="NUM">0</field>
              </block>
            </value>
          </block>
        </value>
        <next>
          <block type="on_ext" id="`E4zo5vQ8Hp)9=!F[,_{">
            <mutation items="2"></mutation>
            <field name="CONDITION">ne</field>
            <field name="ACK_CONDITION"></field>
            <value name="OID0">
              <shadow type="field_oid" id="7`)C}In(;_FBF,Uc(uV:">
                <field name="oid">sonoff.0.Aqua_Sensoren.DS18B20-1_Temperature</field>
              </shadow>
            </value>
            <value name="OID1">
              <shadow type="field_oid" id="h})+EEYjcm$)Ax_aM0Qg">
                <field name="oid">sonoff.0.Aqua_Sensoren.DS18B20-2_Temperature</field>
              </shadow>
            </value>
            <statement name="STATEMENT">
              <block type="controls_if" id="k+c!]pgs%+UK{gMgktI=">
                <value name="IF0">
                  <block type="logic_compare" id="j=CA[[h-5W/y0^b5Z6gz">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="logic_operation" id="uPZLFwS*fAuA1xd2h]:w" inline="false">
                        <field name="OP">OR</field>
                        <value name="A">
                          <block type="get_value" id="oOxyp!Hp-5Bz[$=M8fnI">
                            <field name="ATTR">val</field>
                            <field name="OID">sonoff.0.Aqua_Sensoren.DS18B20-1_Temperature</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="get_value" id="TjBeL~iN{c7srY(A`J{m">
                            <field name="ATTR">val</field>
                            <field name="OID">sonoff.0.Aqua_Sensoren.DS18B20-2_Temperature</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="variables_get" id="iS`ku9!=2J}5O`:nqLZj">
                        <field name="VAR" id="YtePFf,FgTNLWvN|!lz}" variabletype="">offline_zustand</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="variables_set" id="}}hcE6a__v]g~:+iuwvC">
                    <field name="VAR" id="YtePFf,FgTNLWvN|!lz}" variabletype="">offline_zustand</field>
                    <value name="VALUE">
                      <block type="on_source" id="XK9Mc0:yoBHLd8Jr~!jm">
                        <field name="ATTR">state.val</field>
                      </block>
                    </value>
                    <next>
                      <block type="control" id="^AZmiBd:(SyP`25/7tF:">
                        <mutation delay_input="false"></mutation>
                        <field name="OID">sonoff.0.Aqua_Control.POWER3</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="logic_boolean" id="5:f/7L8KVxh2KIY3Yf{D">
                            <field name="BOOL">TRUE</field>
                          </block>
                        </value>
                        <next>
                          <block type="control" id="UG;x(%^ZWRj.e@#5gc{:">
                            <mutation delay_input="true"></mutation>
                            <field name="OID">sonoff.0.Aqua_Control.POWER3</field>
                            <field name="WITH_DELAY">TRUE</field>
                            <field name="DELAY_MS">5</field>
                            <field name="UNIT">sec</field>
                            <field name="CLEAR_RUNNING">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="T=$Mebe`a+X*W/lQwYX/">
                                <field name="BOOL">FALSE</field>
                              </block>
                            </value>
                            <next>
                              <block type="telegram" id="4I**D/1~+,{Xo;pG/[^-">
                                <field name="INSTANCE">.1</field>
                                <field name="LOG"></field>
                                <field name="SILENT">FALSE</field>
                                <field name="PARSEMODE">default</field>
                                <value name="MESSAGE">
                                  <shadow type="text" id="Det!FSolK`KQOrvNyVZu">
                                    <field name="TEXT">text</field>
                                  </shadow>
                                  <block type="text" id="TXt/7[wP/[+JAP/#(j;f">
                                    <field name="TEXT">Aquarium Temperatur 1 oder 2 ist Offline</field>
                                  </block>
                                </value>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </statement>
              </block>
            </statement>
          </block>
        </next>
      </block>
    </xml>
    
    paul53P J 2 Replies Last reply
    0
    • AphofisA Aphofis

      Da ich nun zwei DS18B20 Sensoren in meinem Aquarium verbaut habe und da diese leider ab und an verschwinden und ich keine Tasmota fähige alternative kenne muss es bei denen bleiben.
      Dazu würde ich gerne diese Sensoren kontrollieren.
      Wenn die Sensoren offline sind, zeigen sie im Sonoff Adapter 0°C an und sind somit offline.
      Wie kann man es per Blockly erstellen, das wenn der eine oder der andere 0°C anzeigen sollte, das eine Nachricht ausgegeben wird und meine Alarm Sirene für 5 sek einschaltet.
      Mein Ansatz sieht so aus:
      Unbenannt.PNG

      <xml xmlns="http://www.w3.org/1999/xhtml">
        <variables>
          <variable type="" id="YtePFf,FgTNLWvN|!lz}">offline_zustand</variable>
        </variables>
        <block type="variables_set" id=";.[I,^Mh4!CtQNiNWiWA" x="-962" y="-612">
          <field name="VAR" id="YtePFf,FgTNLWvN|!lz}" variabletype="">offline_zustand</field>
          <value name="VALUE">
            <block type="convert_tonumber" id="8I!3Dx1JnU}KRm$v4TPZ">
              <value name="VALUE">
                <block type="math_number" id="o},25+o2a,/N.s1ixH2:">
                  <field name="NUM">0</field>
                </block>
              </value>
            </block>
          </value>
          <next>
            <block type="on_ext" id="`E4zo5vQ8Hp)9=!F[,_{">
              <mutation items="2"></mutation>
              <field name="CONDITION">ne</field>
              <field name="ACK_CONDITION"></field>
              <value name="OID0">
                <shadow type="field_oid" id="7`)C}In(;_FBF,Uc(uV:">
                  <field name="oid">sonoff.0.Aqua_Sensoren.DS18B20-1_Temperature</field>
                </shadow>
              </value>
              <value name="OID1">
                <shadow type="field_oid" id="h})+EEYjcm$)Ax_aM0Qg">
                  <field name="oid">sonoff.0.Aqua_Sensoren.DS18B20-2_Temperature</field>
                </shadow>
              </value>
              <statement name="STATEMENT">
                <block type="controls_if" id="k+c!]pgs%+UK{gMgktI=">
                  <value name="IF0">
                    <block type="logic_compare" id="j=CA[[h-5W/y0^b5Z6gz">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="logic_operation" id="uPZLFwS*fAuA1xd2h]:w" inline="false">
                          <field name="OP">OR</field>
                          <value name="A">
                            <block type="get_value" id="oOxyp!Hp-5Bz[$=M8fnI">
                              <field name="ATTR">val</field>
                              <field name="OID">sonoff.0.Aqua_Sensoren.DS18B20-1_Temperature</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="get_value" id="TjBeL~iN{c7srY(A`J{m">
                              <field name="ATTR">val</field>
                              <field name="OID">sonoff.0.Aqua_Sensoren.DS18B20-2_Temperature</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="variables_get" id="iS`ku9!=2J}5O`:nqLZj">
                          <field name="VAR" id="YtePFf,FgTNLWvN|!lz}" variabletype="">offline_zustand</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="variables_set" id="}}hcE6a__v]g~:+iuwvC">
                      <field name="VAR" id="YtePFf,FgTNLWvN|!lz}" variabletype="">offline_zustand</field>
                      <value name="VALUE">
                        <block type="on_source" id="XK9Mc0:yoBHLd8Jr~!jm">
                          <field name="ATTR">state.val</field>
                        </block>
                      </value>
                      <next>
                        <block type="control" id="^AZmiBd:(SyP`25/7tF:">
                          <mutation delay_input="false"></mutation>
                          <field name="OID">sonoff.0.Aqua_Control.POWER3</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="logic_boolean" id="5:f/7L8KVxh2KIY3Yf{D">
                              <field name="BOOL">TRUE</field>
                            </block>
                          </value>
                          <next>
                            <block type="control" id="UG;x(%^ZWRj.e@#5gc{:">
                              <mutation delay_input="true"></mutation>
                              <field name="OID">sonoff.0.Aqua_Control.POWER3</field>
                              <field name="WITH_DELAY">TRUE</field>
                              <field name="DELAY_MS">5</field>
                              <field name="UNIT">sec</field>
                              <field name="CLEAR_RUNNING">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="T=$Mebe`a+X*W/lQwYX/">
                                  <field name="BOOL">FALSE</field>
                                </block>
                              </value>
                              <next>
                                <block type="telegram" id="4I**D/1~+,{Xo;pG/[^-">
                                  <field name="INSTANCE">.1</field>
                                  <field name="LOG"></field>
                                  <field name="SILENT">FALSE</field>
                                  <field name="PARSEMODE">default</field>
                                  <value name="MESSAGE">
                                    <shadow type="text" id="Det!FSolK`KQOrvNyVZu">
                                      <field name="TEXT">text</field>
                                    </shadow>
                                    <block type="text" id="TXt/7[wP/[+JAP/#(j;f">
                                      <field name="TEXT">Aquarium Temperatur 1 oder 2 ist Offline</field>
                                    </block>
                                  </value>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </statement>
            </block>
          </next>
        </block>
      </xml>
      
      paul53P Offline
      paul53P Offline
      paul53
      wrote on last edited by
      #2

      @Aphofis sagte:

      wenn der eine oder der andere 0°C anzeigen sollte,

      Blockly_temp.JPG

      Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
      Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

      1 Reply Last reply
      0
      • AphofisA Aphofis

        Da ich nun zwei DS18B20 Sensoren in meinem Aquarium verbaut habe und da diese leider ab und an verschwinden und ich keine Tasmota fähige alternative kenne muss es bei denen bleiben.
        Dazu würde ich gerne diese Sensoren kontrollieren.
        Wenn die Sensoren offline sind, zeigen sie im Sonoff Adapter 0°C an und sind somit offline.
        Wie kann man es per Blockly erstellen, das wenn der eine oder der andere 0°C anzeigen sollte, das eine Nachricht ausgegeben wird und meine Alarm Sirene für 5 sek einschaltet.
        Mein Ansatz sieht so aus:
        Unbenannt.PNG

        <xml xmlns="http://www.w3.org/1999/xhtml">
          <variables>
            <variable type="" id="YtePFf,FgTNLWvN|!lz}">offline_zustand</variable>
          </variables>
          <block type="variables_set" id=";.[I,^Mh4!CtQNiNWiWA" x="-962" y="-612">
            <field name="VAR" id="YtePFf,FgTNLWvN|!lz}" variabletype="">offline_zustand</field>
            <value name="VALUE">
              <block type="convert_tonumber" id="8I!3Dx1JnU}KRm$v4TPZ">
                <value name="VALUE">
                  <block type="math_number" id="o},25+o2a,/N.s1ixH2:">
                    <field name="NUM">0</field>
                  </block>
                </value>
              </block>
            </value>
            <next>
              <block type="on_ext" id="`E4zo5vQ8Hp)9=!F[,_{">
                <mutation items="2"></mutation>
                <field name="CONDITION">ne</field>
                <field name="ACK_CONDITION"></field>
                <value name="OID0">
                  <shadow type="field_oid" id="7`)C}In(;_FBF,Uc(uV:">
                    <field name="oid">sonoff.0.Aqua_Sensoren.DS18B20-1_Temperature</field>
                  </shadow>
                </value>
                <value name="OID1">
                  <shadow type="field_oid" id="h})+EEYjcm$)Ax_aM0Qg">
                    <field name="oid">sonoff.0.Aqua_Sensoren.DS18B20-2_Temperature</field>
                  </shadow>
                </value>
                <statement name="STATEMENT">
                  <block type="controls_if" id="k+c!]pgs%+UK{gMgktI=">
                    <value name="IF0">
                      <block type="logic_compare" id="j=CA[[h-5W/y0^b5Z6gz">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="logic_operation" id="uPZLFwS*fAuA1xd2h]:w" inline="false">
                            <field name="OP">OR</field>
                            <value name="A">
                              <block type="get_value" id="oOxyp!Hp-5Bz[$=M8fnI">
                                <field name="ATTR">val</field>
                                <field name="OID">sonoff.0.Aqua_Sensoren.DS18B20-1_Temperature</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="get_value" id="TjBeL~iN{c7srY(A`J{m">
                                <field name="ATTR">val</field>
                                <field name="OID">sonoff.0.Aqua_Sensoren.DS18B20-2_Temperature</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="variables_get" id="iS`ku9!=2J}5O`:nqLZj">
                            <field name="VAR" id="YtePFf,FgTNLWvN|!lz}" variabletype="">offline_zustand</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="variables_set" id="}}hcE6a__v]g~:+iuwvC">
                        <field name="VAR" id="YtePFf,FgTNLWvN|!lz}" variabletype="">offline_zustand</field>
                        <value name="VALUE">
                          <block type="on_source" id="XK9Mc0:yoBHLd8Jr~!jm">
                            <field name="ATTR">state.val</field>
                          </block>
                        </value>
                        <next>
                          <block type="control" id="^AZmiBd:(SyP`25/7tF:">
                            <mutation delay_input="false"></mutation>
                            <field name="OID">sonoff.0.Aqua_Control.POWER3</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="5:f/7L8KVxh2KIY3Yf{D">
                                <field name="BOOL">TRUE</field>
                              </block>
                            </value>
                            <next>
                              <block type="control" id="UG;x(%^ZWRj.e@#5gc{:">
                                <mutation delay_input="true"></mutation>
                                <field name="OID">sonoff.0.Aqua_Control.POWER3</field>
                                <field name="WITH_DELAY">TRUE</field>
                                <field name="DELAY_MS">5</field>
                                <field name="UNIT">sec</field>
                                <field name="CLEAR_RUNNING">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="T=$Mebe`a+X*W/lQwYX/">
                                    <field name="BOOL">FALSE</field>
                                  </block>
                                </value>
                                <next>
                                  <block type="telegram" id="4I**D/1~+,{Xo;pG/[^-">
                                    <field name="INSTANCE">.1</field>
                                    <field name="LOG"></field>
                                    <field name="SILENT">FALSE</field>
                                    <field name="PARSEMODE">default</field>
                                    <value name="MESSAGE">
                                      <shadow type="text" id="Det!FSolK`KQOrvNyVZu">
                                        <field name="TEXT">text</field>
                                      </shadow>
                                      <block type="text" id="TXt/7[wP/[+JAP/#(j;f">
                                        <field name="TEXT">Aquarium Temperatur 1 oder 2 ist Offline</field>
                                      </block>
                                    </value>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </statement>
                  </block>
                </statement>
              </block>
            </next>
          </block>
        </xml>
        
        J Offline
        J Offline
        Jan1
        wrote on last edited by
        #3

        @Aphofis
        Da wäre es wohl sinnvoller, wenn man den Grund dafür kennen würde warum die Sensoren einfach verschwinden, denn normal ist das nicht.

        AphofisA 1 Reply Last reply
        0
        • H Offline
          H Offline
          hans_999
          Banned
          wrote on last edited by
          #4

          @Aphofis such doch mal im Forum nach da18B20 und Auwuarium https://forum.iobroker.net/search?term=aquarium ds18b20&in=titlesposts
          Vielleicht hilft das weiter...

          1 Reply Last reply
          0
          • J Jan1

            @Aphofis
            Da wäre es wohl sinnvoller, wenn man den Grund dafür kennen würde warum die Sensoren einfach verschwinden, denn normal ist das nicht.

            AphofisA Offline
            AphofisA Offline
            Aphofis
            wrote on last edited by
            #5

            @Jan1 sagte in Temperatur überwachung:

            @Aphofis
            Da wäre es wohl sinnvoller, wenn man den Grund dafür kennen würde warum die Sensoren einfach verschwinden, denn normal ist das nicht.

            Da ich ein Meerwasser Aquarium habe und auch wenn die Röhrchen in denen die Temp Sensoren stecken trotzdessen ab und an rosten und löcher bekommen und der Sensor säuft ab. Sensor kaputt! damit ich das mitbekomme brauche ich so eine Steuerung.

            J 1 Reply Last reply
            0
            • AphofisA Aphofis

              @Jan1 sagte in Temperatur überwachung:

              @Aphofis
              Da wäre es wohl sinnvoller, wenn man den Grund dafür kennen würde warum die Sensoren einfach verschwinden, denn normal ist das nicht.

              Da ich ein Meerwasser Aquarium habe und auch wenn die Röhrchen in denen die Temp Sensoren stecken trotzdessen ab und an rosten und löcher bekommen und der Sensor säuft ab. Sensor kaputt! damit ich das mitbekomme brauche ich so eine Steuerung.

              J Offline
              J Offline
              Jan1
              wrote on last edited by
              #6

              @Aphofis
              Alles klar, das eklärt dann auch warum die verschwinden.

              AphofisA 1 Reply Last reply
              0
              • J Jan1

                @Aphofis
                Alles klar, das eklärt dann auch warum die verschwinden.

                AphofisA Offline
                AphofisA Offline
                Aphofis
                wrote on last edited by
                #7

                @Jan1 sagte in Temperatur überwachung:

                @Aphofis
                Alles klar, das eklärt dann auch warum die verschwinden.

                Ich hatte auch schon DS18B20 für 10€ gekauft und genau das selbe nach ein paar monaten im eimer!
                entweder dringt durch die Heißplastikschläuche Wasser ein, weil Kabel und schläuche mit der zeit durchs UV Licht der Lampen aushärtet oder das Edelstahl Röhrchen fängt an zu Rosten und wasser tritzt ein.

                1 Reply Last reply
                0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                Support us

                ioBroker
                Community Adapters
                Donate

                594

                Online

                32.8k

                Users

                82.7k

                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