Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. Hilfe bei Poolpumpe mit PV Überschuss und Sonnenbatterie

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Hilfe bei Poolpumpe mit PV Überschuss und Sonnenbatterie

    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Pooldiver @Pooldiver last edited by

      @pooldiver
      ed = einschaltdauer

      1 Reply Last reply Reply Quote 0
      • paul53
        paul53 @Pooldiver last edited by paul53

        @pooldiver sagte: Was is EDheute ist sek oder ....

        EDheute enthält die Einschaltdauer des Tages in ms. Eine Division durch 3600000 ergibt Stunden.

        P 1 Reply Last reply Reply Quote 0
        • P
          Pooldiver @paul53 last edited by

          @paul53 sagte in Hilfe bei Poolpumpe mit PV Überschuss und Sonnenbatterie:

          @pooldiver sagte: Was is EDheute ist sek oder ....

          EDheute enthält die Einschaltdauer des Tages in ms. Eine Division durch 3600000 ergibt Stunden.

          EDheute sagt nix bleibt 0

          P paul53 2 Replies Last reply Reply Quote 0
          • P
            Pooldiver @Pooldiver last edited by

            einschaltdauer FilterPumpe läuft in Sek takt wenn ich pumpe einschalte und reset sich wen ausschalcht nach 0.

            P 1 Reply Last reply Reply Quote 0
            • P
              Pooldiver @Pooldiver last edited by

              zeit plan steht auf 00:01 jedentag

              1 Reply Last reply Reply Quote 0
              • paul53
                paul53 @Pooldiver last edited by

                @pooldiver sagte: EDheute sagt nix bleibt 0

                Es wird nur beim Ausschalten der Pumpe getriggert.

                P 1 Reply Last reply Reply Quote 0
                • P
                  Pooldiver @paul53 last edited by

                  @paul53

                  ed heute bleibt immer auf nu

                  paul53 1 Reply Last reply Reply Quote 0
                  • paul53
                    paul53 @Pooldiver last edited by

                    @pooldiver sagte: ed heute bleibt immer auf nu

                    Blockly zeigen!

                    P 1 Reply Last reply Reply Quote 0
                    • P
                      Pooldiver @paul53 last edited by

                      @paul53 1.png

                      P 1 Reply Last reply Reply Quote 0
                      • P
                        Pooldiver @Pooldiver last edited by

                        @pooldiver sagte in Hilfe bei Poolpumpe mit PV Überschuss und Sonnenbatterie:

                        @paul53 1.png

                        ich muss wahr setzen da meine SWITCH nur wahr oder unwahr ist

                        2.png

                        paul53 1 Reply Last reply Reply Quote 0
                        • paul53
                          paul53 @Pooldiver last edited by paul53

                          @pooldiver sagte: ich muss wahr setzen da meine SWITCH nur wahr oder unwahr ist

                          "ist kleiner als letztes" triggert bei Änderung von true --> false.
                          letzte Änderung und vorherige letzte Änderung müssen aus dem Trigger-Menü kommen, dürfen also keine selbst erstellten Variablen sein.

                          Blockly_temp.JPG

                          Du hast eine 0 zu viel. Richtig:

                          Blockly_temp.JPG

                          Es wird die zehntel Stunde gerundet und anschließend durch 10 dividiert, um eine Nachkommastelle zu erhalten.

                          P 1 Reply Last reply Reply Quote 0
                          • P
                            Pooldiver @paul53 last edited by

                            @paul53 1.png

                            keine veränderung

                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @Pooldiver last edited by

                              @pooldiver zeig mal den Datenpunkt "Einschsltdauer..."
                              Am besten direkt die Objektdaten

                              P 1 Reply Last reply Reply Quote 0
                              • P
                                Pooldiver @Homoran last edited by Homoran

                                @homoran

                                {
                                  "common": {
                                    "name": "Einschaltdauer FilterPumpe",
                                    "desc": "Manuell erzeugt",
                                    "role": "state",
                                    "type": "number",
                                    "read": true,
                                    "write": true,
                                    "def": 0
                                  },
                                  "type": "state",
                                  "native": {},
                                  "from": "system.adapter.admin.1",
                                  "user": "system.user.admin",
                                  "ts": 1744806631621,
                                  "_id": "0_userdata.0.Pool.Einschaltdauer_FilterPumpe",
                                  "acl": {
                                    "object": 1638,
                                    "state": 1638,
                                    "owner": "system.user.admin",
                                    "ownerGroup": "system.group.administrator"
                                  }
                                
                                Homoran 1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @Pooldiver last edited by

                                  @pooldiver Danke!

                                  wie lange lässt du die Pumpe laufen?
                                  du solltest schon länger als

                                  @paul53 sagte in Hilfe bei Poolpumpe mit PV Überschuss und Sonnenbatterie:

                                  Auflösung 6 Minuten

                                  warten.

                                  P 1 Reply Last reply Reply Quote 0
                                  • P
                                    Pooldiver @Homoran last edited by

                                    @homoran
                                    okay lass sie mal 10mim drehen

                                    P 1 Reply Last reply Reply Quote 0
                                    • P
                                      Pooldiver @Pooldiver last edited by

                                      @pooldiver

                                      woher kommen die 6 min

                                      Homoran 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Pooldiver last edited by

                                        @pooldiver sagte in Hilfe bei Poolpumpe mit PV Überschuss und Sonnenbatterie:

                                        @pooldiver

                                        woher kommen die 6 min

                                        @paul53 sagte in Hilfe bei Poolpumpe mit PV Überschuss und Sonnenbatterie:

                                        Es wird die zehntel Stunde gerundet und anschließend durch 10 dividiert, um eine Nachkommastelle zu erhalten.

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          Pooldiver @Homoran last edited by

                                          Pumpe gestopt

                                          1.png

                                          Pumpe neu gestartet

                                          2.png

                                          etwas stimmt nicht oder.

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            Pooldiver last edited by

                                            Hallo
                                            habe nun so gelöst erstmal
                                            Müsset aber nun ne Hyserese rein damit Pumpe nich immer an auf geht.Das andere hab ich leider nicht hinbekommen.
                                            Der deaktivierte habe ich nicht ans laufen bekommen.

                                            1.jpg

                                            tips sind immer willkomen

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            982
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            41
                                            725
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo