Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Blockly-Programm startet nicht

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    12
    2
    254

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

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

Blockly-Programm startet nicht

Blockly-Programm startet nicht

Scheduled Pinned Locked Moved Blockly
72 Posts 5 Posters 2.2k Views 3 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.
  • T TripleX

    @paul53 said in Blockly-Programm startet nicht:

    @triplex sagte: Das Intervall soll aber noch bis zur gewünschten Position zu Ende laufen, nachdem die Rollade gestoppt hat.

    Dann versuche es mal so:

    Blockly_temp.JPG

    Hat leider auch nicht funktioniert.
    Der Wert "...-Bewegung Simulation" wird nicht hochgezählt sondern nur am Ende aktualisiert.

    Hab dann mal folgendes probiert.

    cf4debcd-d500-4a20-ac07-6489f3a22f4a-image.png

    Der Wert "...-BewegungSimulation" wird jetzt sauber gezählt, aber wieder nicht bis zum Ende.
    Sobald die Rollade stoppt, hält auch der Wert an.
    Laut meiner Bedingung sollte der Wert aber erst aufhören wenn die Rollade gestoppt hat und der Wert 0, 100 oder die aktuelle Position erreicht hat.
    Ne Idee warum er das ignoriert?
    Oder habe ich die Bedingung falsch aufgebaut?

    paul53P Offline
    paul53P Offline
    paul53
    wrote on last edited by paul53
    #54

    @triplex sagte: Bewegung Simulation" wird nicht hochgezählt sondern nur am Ende aktualisiert.

    Vielleicht hat "ACTUAL" noch den alten Wert, wenn "ACTIVITY_STATE" auf 3 geht? Dann bau mal eine kleine Verzögerung ein.

    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

    T 1 Reply Last reply
    0
    • HomoranH Offline
      HomoranH Offline
      Homoran
      Global Moderator Administrators
      wrote on last edited by
      #55

      ich sehe aber schon dass, wenn das bisherige alles gelöst ist, hier die selbe Diskussion aufkommen wird, wie seit Jahren im Homematic Forum über die absolute Richtigkeit der Anzeige der Rollladen Position.

      Selbst unter Vernachlässigung der Zu-/Abnahme des Wickelkerndurchmessers durch mehr oder weniger Menge an Rollladenlänge, bleibt der weitaus größere Anteil von ca. 20% an Richtigkeit durch das finale Schließen der Schlitze.

      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Reply Last reply
      0
      • paul53P paul53

        @triplex sagte: Bewegung Simulation" wird nicht hochgezählt sondern nur am Ende aktualisiert.

        Vielleicht hat "ACTUAL" noch den alten Wert, wenn "ACTIVITY_STATE" auf 3 geht? Dann bau mal eine kleine Verzögerung ein.

        Blockly_temp.JPG

        T Offline
        T Offline
        TripleX
        wrote on last edited by
        #56

        @paul53 said in Blockly-Programm startet nicht:

        @triplex sagte: Bewegung Simulation" wird nicht hochgezählt sondern nur am Ende aktualisiert.

        Vielleicht hat "ACTUAL" noch den alten Wert, wenn "ACTIVITY_STATE" auf 3 geht? Dann bau mal eine kleine Verzögerung ein.

        Blockly_temp.JPG

        Hat leider auch nichts gebracht.
        Kannst mir denn was zu meiner Variante sagen?

        paul53P 1 Reply Last reply
        0
        • T TripleX

          @paul53 said in Blockly-Programm startet nicht:

          @triplex sagte: Bewegung Simulation" wird nicht hochgezählt sondern nur am Ende aktualisiert.

          Vielleicht hat "ACTUAL" noch den alten Wert, wenn "ACTIVITY_STATE" auf 3 geht? Dann bau mal eine kleine Verzögerung ein.

          Blockly_temp.JPG

          Hat leider auch nichts gebracht.
          Kannst mir denn was zu meiner Variante sagen?

          paul53P Offline
          paul53P Offline
          paul53
          wrote on last edited by paul53
          #57

          @triplex sagte: Hat leider auch nichts gebracht.

          Wie verhält es sich? Ist der Intervall-Zyklus 500 ms oder 1000 ms?

          @triplex sagte in Blockly-Programm startet nicht:

          Kannst mir denn was zu meiner Variante sagen?

          Man kann einen Wert nicht unmittelbar nach dem Schreiben wieder einlesen (asynchrone Ausführung von "aktualisiere").

          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

          T 1 Reply Last reply
          0
          • paul53P paul53

            @triplex sagte: Hat leider auch nichts gebracht.

            Wie verhält es sich? Ist der Intervall-Zyklus 500 ms oder 1000 ms?

            @triplex sagte in Blockly-Programm startet nicht:

            Kannst mir denn was zu meiner Variante sagen?

            Man kann einen Wert nicht unmittelbar nach dem Schreiben wieder einlesen (asynchrone Ausführung von "aktualisiere").

            T Offline
            T Offline
            TripleX
            wrote on last edited by
            #58

            @paul53 said in Blockly-Programm startet nicht:

            @triplex sagte: Hat leider auch nichts gebracht.

            Wie verhält es sich? Ist der Intervall-Zyklus 500 ms oder 1000 ms?

            @triplex sagte in Blockly-Programm startet nicht:

            Kannst mir denn was zu meiner Variante sagen?

            Man kann einen Wert nicht unmittelbar nach dem Schreiben wieder einlesen (asynchrone Ausführung von "aktualisiere").

            Habe mit 100-1000ms getestet

            Reicht es wenn ich dann vor der Stop-Bedingung ein Timeout setze?

            paul53P 1 Reply Last reply
            0
            • T TripleX

              @paul53 said in Blockly-Programm startet nicht:

              @triplex sagte: Hat leider auch nichts gebracht.

              Wie verhält es sich? Ist der Intervall-Zyklus 500 ms oder 1000 ms?

              @triplex sagte in Blockly-Programm startet nicht:

              Kannst mir denn was zu meiner Variante sagen?

              Man kann einen Wert nicht unmittelbar nach dem Schreiben wieder einlesen (asynchrone Ausführung von "aktualisiere").

              Habe mit 100-1000ms getestet

              Reicht es wenn ich dann vor der Stop-Bedingung ein Timeout setze?

              paul53P Offline
              paul53P Offline
              paul53
              wrote on last edited by
              #59

              @triplex sagte: Reicht es wenn ich dann vor der Stop-Bedingung ein Timeout setze?

              Die Verzögerung muss auf die Abfrage von "ACTUAL" wirken, damit der Zielwert eingelesen wird.

              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

              T 1 Reply Last reply
              0
              • paul53P paul53

                @triplex sagte: Reicht es wenn ich dann vor der Stop-Bedingung ein Timeout setze?

                Die Verzögerung muss auf die Abfrage von "ACTUAL" wirken, damit der Zielwert eingelesen wird.

                T Offline
                T Offline
                TripleX
                wrote on last edited by
                #60

                @paul53 said in Blockly-Programm startet nicht:

                @triplex sagte: Reicht es wenn ich dann vor der Stop-Bedingung ein Timeout setze?

                Die Verzögerung muss auf die Abfrage von "ACTUAL" wirken, damit der Zielwert eingelesen wird.

                Ich verzweifle hier langsam.😕
                Das kann doch nicht so kompliziert sein sowas zu programmieren.

                paul53P 1 Reply Last reply
                0
                • T TripleX

                  @paul53 said in Blockly-Programm startet nicht:

                  @triplex sagte: Reicht es wenn ich dann vor der Stop-Bedingung ein Timeout setze?

                  Die Verzögerung muss auf die Abfrage von "ACTUAL" wirken, damit der Zielwert eingelesen wird.

                  Ich verzweifle hier langsam.😕
                  Das kann doch nicht so kompliziert sein sowas zu programmieren.

                  paul53P Offline
                  paul53P Offline
                  paul53
                  wrote on last edited by paul53
                  #61

                  @triplex sagte: Das kann doch nicht so kompliziert sein

                  Lösche mal oben "setze delta auf 0".

                  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
                  • T Offline
                    T Offline
                    TripleX
                    wrote on last edited by
                    #62

                    @paul53 said in Blockly-Programm startet nicht:

                    @triplex sagte: Das kann doch nicht so kompliziert sein

                    Lösche mal oben "setze delta auf 0".

                    Blockly_temp.JPG

                    Das war es leider auch nicht.
                    Jetzt ist es sogar so, dass er bis zum Ende runter-/hochzählt, obwohl die Rollade bei z.B. 80% angehalten hat.
                    Er ignoriert einfach jedes mal die Stop-Bedingungen.

                    paul53P 1 Reply Last reply
                    0
                    • T TripleX

                      @paul53 said in Blockly-Programm startet nicht:

                      @triplex sagte: Das kann doch nicht so kompliziert sein

                      Lösche mal oben "setze delta auf 0".

                      Blockly_temp.JPG

                      Das war es leider auch nicht.
                      Jetzt ist es sogar so, dass er bis zum Ende runter-/hochzählt, obwohl die Rollade bei z.B. 80% angehalten hat.
                      Er ignoriert einfach jedes mal die Stop-Bedingungen.

                      paul53P Offline
                      paul53P Offline
                      paul53
                      wrote on last edited by paul53
                      #63

                      @triplex sagte: ignoriert einfach jedes mal die Stop-Bedingungen.

                      Dann logge mal die Werte, um zu sehen, wo es hakt:

                      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

                      T 1 Reply Last reply
                      0
                      • paul53P paul53

                        @triplex sagte: ignoriert einfach jedes mal die Stop-Bedingungen.

                        Dann logge mal die Werte, um zu sehen, wo es hakt:

                        Blockly_temp.JPG

                        T Offline
                        T Offline
                        TripleX
                        wrote on last edited by Homoran
                        #64

                        @paul53 said in Blockly-Programm startet nicht:

                        @triplex sagte: ignoriert einfach jedes mal die Stop-Bedingungen.

                        Dann logge mal die Werte, um zu sehen, wo es hakt:

                        Blockly_temp.JPG

                        Werde ich morgen machen, für heute reicht es.
                        Wünsche dir schonmal nen guten Rutsch!!!

                        Update:

                        Hier der Log.
                        Musste das Programm manuell abbrechen, der Wert "level" ist trotz Begrenzung ins negative gelaufen

                        1.1.2024, 11:57:59.353	[info ]: javascript.0 (13082) Stop script script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4
                        1.1.2024, 11:57:59.429	[info ]: javascript.0 (13082) Start javascript script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4
                        1.1.2024, 11:57:59.453	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                        1.1.2024, 11:58:20.334	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation96.5
                        1.1.2024, 11:58:20.833	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation95.5
                        1.1.2024, 11:58:21.334	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation94.5
                        1.1.2024, 11:58:21.835	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation93.5
                        1.1.2024, 11:58:22.334	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation92.5
                        1.1.2024, 11:58:22.835	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation91.5
                        1.1.2024, 11:58:23.336	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation90.5
                        1.1.2024, 11:58:23.836	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation89.5
                        1.1.2024, 11:58:24.336	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation88.5
                        1.1.2024, 11:58:24.837	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation87.5
                        1.1.2024, 11:58:25.337	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation86.5
                        1.1.2024, 11:58:25.837	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation85.5
                        1.1.2024, 11:58:26.337	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation84.5
                        1.1.2024, 11:58:26.838	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation83.5
                        1.1.2024, 11:58:27.338	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation82.5
                        1.1.2024, 11:58:27.839	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation81.5
                        1.1.2024, 11:58:28.339	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation80.5
                        1.1.2024, 11:58:28.840	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation79.5
                        1.1.2024, 11:58:29.340	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation78.5
                        1.1.2024, 11:58:29.840	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation77.5
                        1.1.2024, 11:58:30.340	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation76.5
                        1.1.2024, 11:58:30.840	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation75.5
                        1.1.2024, 11:58:31.340	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation74.5
                        1.1.2024, 11:58:31.841	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation73.5
                        1.1.2024, 11:58:32.341	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation72.5
                        1.1.2024, 11:58:32.841	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation71.5
                        1.1.2024, 11:58:33.342	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation70.5
                        1.1.2024, 11:58:33.843	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation69.5
                        1.1.2024, 11:58:34.343	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation68.5
                        1.1.2024, 11:58:34.844	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation67.5
                        1.1.2024, 11:58:35.343	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation66.5
                        1.1.2024, 11:58:35.843	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation65.5
                        1.1.2024, 11:58:36.343	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation64.5
                        1.1.2024, 11:58:36.844	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation63.5
                        1.1.2024, 11:58:37.348	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation62.5
                        1.1.2024, 11:58:37.848	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation61.5
                        1.1.2024, 11:58:38.348	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation60.5
                        1.1.2024, 11:58:38.849	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation59.5
                        1.1.2024, 11:58:39.349	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation58.5
                        1.1.2024, 11:58:39.850	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation57.5
                        1.1.2024, 11:58:40.350	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation56.5
                        1.1.2024, 11:58:40.850	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation55.5
                        1.1.2024, 11:58:41.349	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation54.5
                        1.1.2024, 11:58:41.850	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation53.5
                        1.1.2024, 11:58:42.350	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation52.5
                        1.1.2024, 11:58:42.851	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation51.5
                        1.1.2024, 11:58:43.352	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation50.5
                        1.1.2024, 11:58:43.853	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation49.5
                        1.1.2024, 11:58:44.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation48.5
                        1.1.2024, 11:58:44.854	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation47.5
                        1.1.2024, 11:58:45.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation46.5
                        1.1.2024, 11:58:45.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation45.5
                        1.1.2024, 11:58:46.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation44.5
                        1.1.2024, 11:58:46.854	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation43.5
                        1.1.2024, 11:58:47.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation42.5
                        1.1.2024, 11:58:47.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation41.5
                        1.1.2024, 11:58:48.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation40.5
                        1.1.2024, 11:58:48.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation39.5
                        1.1.2024, 11:58:49.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation38.5
                        1.1.2024, 11:58:49.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation37.5
                        1.1.2024, 11:58:50.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation36.5
                        1.1.2024, 11:58:50.856	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation35.5
                        1.1.2024, 11:58:51.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation34.5
                        1.1.2024, 11:58:51.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation33.5
                        1.1.2024, 11:58:52.356	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation32.5
                        1.1.2024, 11:58:52.857	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation31.5
                        1.1.2024, 11:58:53.357	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation30.5
                        1.1.2024, 11:58:53.857	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation29.5
                        1.1.2024, 11:58:54.357	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation28.5
                        1.1.2024, 11:58:54.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation27.5
                        1.1.2024, 11:58:55.358	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation26.5
                        1.1.2024, 11:58:55.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation25.5
                        1.1.2024, 11:58:56.358	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation24.5
                        1.1.2024, 11:58:56.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation23.5
                        1.1.2024, 11:58:57.357	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation22.5
                        1.1.2024, 11:58:57.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation21.5
                        1.1.2024, 11:58:58.358	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation20.5
                        1.1.2024, 11:58:58.859	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation19.5
                        1.1.2024, 11:58:59.359	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation18.5
                        1.1.2024, 11:58:59.860	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation17.5
                        1.1.2024, 11:59:00.361	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation16.5
                        1.1.2024, 11:59:00.860	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation15.5
                        1.1.2024, 11:59:01.360	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation14.5
                        1.1.2024, 11:59:01.860	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation13.5
                        1.1.2024, 11:59:02.360	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation12.5
                        1.1.2024, 11:59:02.861	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation11.5
                        1.1.2024, 11:59:03.361	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation10.5
                        1.1.2024, 11:59:03.862	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation9.5
                        1.1.2024, 11:59:04.363	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation8.5
                        1.1.2024, 11:59:04.864	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation7.5
                        1.1.2024, 11:59:05.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation6.5
                        1.1.2024, 11:59:05.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation5.5
                        1.1.2024, 11:59:06.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation4.5
                        1.1.2024, 11:59:06.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation3.5
                        1.1.2024, 11:59:07.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation2.5
                        1.1.2024, 11:59:07.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation1.5
                        1.1.2024, 11:59:08.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation0.5
                        1.1.2024, 11:59:08.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-0.5
                        1.1.2024, 11:59:09.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-1.5
                        1.1.2024, 11:59:09.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-2.5
                        1.1.2024, 11:59:10.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-3.5
                        1.1.2024, 11:59:10.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-4.5
                        1.1.2024, 11:59:11.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-5.5
                        1.1.2024, 11:59:11.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-6.5
                        1.1.2024, 11:59:12.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-7.5
                        1.1.2024, 11:59:12.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-8.5
                        1.1.2024, 11:59:13.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-9.5
                        1.1.2024, 11:59:13.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-10.5
                        1.1.2024, 11:59:14.380	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-11.5
                        1.1.2024, 11:59:14.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-12.5
                        1.1.2024, 11:59:15.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-13.5
                        1.1.2024, 11:59:15.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-14.5
                        1.1.2024, 11:59:16.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-15.5
                        1.1.2024, 11:59:16.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-16.5
                        1.1.2024, 11:59:17.380	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-17.5
                        1.1.2024, 11:59:17.880	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-18.5
                        1.1.2024, 11:59:18.380	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-19.5
                        1.1.2024, 11:59:18.808	[info ]: javascript.0 (13082) Stop script script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4
                        

                        MOD-EDIT: Code in code-tags gesetzt!

                        HomoranH paul53P 2 Replies Last reply
                        0
                        • T Offline
                          T Offline
                          TripleX
                          wrote on last edited by
                          #65

                          @paul53

                          Noch eine Idee was man ausprobieren könnte?

                          1 Reply Last reply
                          0
                          • T TripleX

                            @paul53 said in Blockly-Programm startet nicht:

                            @triplex sagte: ignoriert einfach jedes mal die Stop-Bedingungen.

                            Dann logge mal die Werte, um zu sehen, wo es hakt:

                            Blockly_temp.JPG

                            Werde ich morgen machen, für heute reicht es.
                            Wünsche dir schonmal nen guten Rutsch!!!

                            Update:

                            Hier der Log.
                            Musste das Programm manuell abbrechen, der Wert "level" ist trotz Begrenzung ins negative gelaufen

                            1.1.2024, 11:57:59.353	[info ]: javascript.0 (13082) Stop script script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4
                            1.1.2024, 11:57:59.429	[info ]: javascript.0 (13082) Start javascript script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4
                            1.1.2024, 11:57:59.453	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                            1.1.2024, 11:58:20.334	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation96.5
                            1.1.2024, 11:58:20.833	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation95.5
                            1.1.2024, 11:58:21.334	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation94.5
                            1.1.2024, 11:58:21.835	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation93.5
                            1.1.2024, 11:58:22.334	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation92.5
                            1.1.2024, 11:58:22.835	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation91.5
                            1.1.2024, 11:58:23.336	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation90.5
                            1.1.2024, 11:58:23.836	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation89.5
                            1.1.2024, 11:58:24.336	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation88.5
                            1.1.2024, 11:58:24.837	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation87.5
                            1.1.2024, 11:58:25.337	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation86.5
                            1.1.2024, 11:58:25.837	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation85.5
                            1.1.2024, 11:58:26.337	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation84.5
                            1.1.2024, 11:58:26.838	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation83.5
                            1.1.2024, 11:58:27.338	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation82.5
                            1.1.2024, 11:58:27.839	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation81.5
                            1.1.2024, 11:58:28.339	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation80.5
                            1.1.2024, 11:58:28.840	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation79.5
                            1.1.2024, 11:58:29.340	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation78.5
                            1.1.2024, 11:58:29.840	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation77.5
                            1.1.2024, 11:58:30.340	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation76.5
                            1.1.2024, 11:58:30.840	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation75.5
                            1.1.2024, 11:58:31.340	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation74.5
                            1.1.2024, 11:58:31.841	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation73.5
                            1.1.2024, 11:58:32.341	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation72.5
                            1.1.2024, 11:58:32.841	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation71.5
                            1.1.2024, 11:58:33.342	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation70.5
                            1.1.2024, 11:58:33.843	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation69.5
                            1.1.2024, 11:58:34.343	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation68.5
                            1.1.2024, 11:58:34.844	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation67.5
                            1.1.2024, 11:58:35.343	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation66.5
                            1.1.2024, 11:58:35.843	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation65.5
                            1.1.2024, 11:58:36.343	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation64.5
                            1.1.2024, 11:58:36.844	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation63.5
                            1.1.2024, 11:58:37.348	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation62.5
                            1.1.2024, 11:58:37.848	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation61.5
                            1.1.2024, 11:58:38.348	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation60.5
                            1.1.2024, 11:58:38.849	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation59.5
                            1.1.2024, 11:58:39.349	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation58.5
                            1.1.2024, 11:58:39.850	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation57.5
                            1.1.2024, 11:58:40.350	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation56.5
                            1.1.2024, 11:58:40.850	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation55.5
                            1.1.2024, 11:58:41.349	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation54.5
                            1.1.2024, 11:58:41.850	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation53.5
                            1.1.2024, 11:58:42.350	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation52.5
                            1.1.2024, 11:58:42.851	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation51.5
                            1.1.2024, 11:58:43.352	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation50.5
                            1.1.2024, 11:58:43.853	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation49.5
                            1.1.2024, 11:58:44.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation48.5
                            1.1.2024, 11:58:44.854	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation47.5
                            1.1.2024, 11:58:45.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation46.5
                            1.1.2024, 11:58:45.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation45.5
                            1.1.2024, 11:58:46.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation44.5
                            1.1.2024, 11:58:46.854	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation43.5
                            1.1.2024, 11:58:47.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation42.5
                            1.1.2024, 11:58:47.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation41.5
                            1.1.2024, 11:58:48.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation40.5
                            1.1.2024, 11:58:48.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation39.5
                            1.1.2024, 11:58:49.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation38.5
                            1.1.2024, 11:58:49.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation37.5
                            1.1.2024, 11:58:50.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation36.5
                            1.1.2024, 11:58:50.856	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation35.5
                            1.1.2024, 11:58:51.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation34.5
                            1.1.2024, 11:58:51.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation33.5
                            1.1.2024, 11:58:52.356	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation32.5
                            1.1.2024, 11:58:52.857	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation31.5
                            1.1.2024, 11:58:53.357	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation30.5
                            1.1.2024, 11:58:53.857	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation29.5
                            1.1.2024, 11:58:54.357	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation28.5
                            1.1.2024, 11:58:54.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation27.5
                            1.1.2024, 11:58:55.358	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation26.5
                            1.1.2024, 11:58:55.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation25.5
                            1.1.2024, 11:58:56.358	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation24.5
                            1.1.2024, 11:58:56.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation23.5
                            1.1.2024, 11:58:57.357	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation22.5
                            1.1.2024, 11:58:57.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation21.5
                            1.1.2024, 11:58:58.358	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation20.5
                            1.1.2024, 11:58:58.859	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation19.5
                            1.1.2024, 11:58:59.359	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation18.5
                            1.1.2024, 11:58:59.860	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation17.5
                            1.1.2024, 11:59:00.361	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation16.5
                            1.1.2024, 11:59:00.860	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation15.5
                            1.1.2024, 11:59:01.360	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation14.5
                            1.1.2024, 11:59:01.860	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation13.5
                            1.1.2024, 11:59:02.360	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation12.5
                            1.1.2024, 11:59:02.861	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation11.5
                            1.1.2024, 11:59:03.361	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation10.5
                            1.1.2024, 11:59:03.862	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation9.5
                            1.1.2024, 11:59:04.363	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation8.5
                            1.1.2024, 11:59:04.864	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation7.5
                            1.1.2024, 11:59:05.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation6.5
                            1.1.2024, 11:59:05.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation5.5
                            1.1.2024, 11:59:06.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation4.5
                            1.1.2024, 11:59:06.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation3.5
                            1.1.2024, 11:59:07.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation2.5
                            1.1.2024, 11:59:07.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation1.5
                            1.1.2024, 11:59:08.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation0.5
                            1.1.2024, 11:59:08.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-0.5
                            1.1.2024, 11:59:09.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-1.5
                            1.1.2024, 11:59:09.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-2.5
                            1.1.2024, 11:59:10.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-3.5
                            1.1.2024, 11:59:10.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-4.5
                            1.1.2024, 11:59:11.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-5.5
                            1.1.2024, 11:59:11.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-6.5
                            1.1.2024, 11:59:12.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-7.5
                            1.1.2024, 11:59:12.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-8.5
                            1.1.2024, 11:59:13.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-9.5
                            1.1.2024, 11:59:13.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-10.5
                            1.1.2024, 11:59:14.380	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-11.5
                            1.1.2024, 11:59:14.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-12.5
                            1.1.2024, 11:59:15.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-13.5
                            1.1.2024, 11:59:15.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-14.5
                            1.1.2024, 11:59:16.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-15.5
                            1.1.2024, 11:59:16.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-16.5
                            1.1.2024, 11:59:17.380	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-17.5
                            1.1.2024, 11:59:17.880	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-18.5
                            1.1.2024, 11:59:18.380	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-19.5
                            1.1.2024, 11:59:18.808	[info ]: javascript.0 (13082) Stop script script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4
                            

                            MOD-EDIT: Code in code-tags gesetzt!

                            HomoranH Offline
                            HomoranH Offline
                            Homoran
                            Global Moderator Administrators
                            wrote on last edited by
                            #66

                            @triplex sagte in Blockly-Programm startet nicht:

                            2ACTUAL75Simulation-19.5

                            könnte da bereits das zugeschlagen haben

                            @homoran sagte in Blockly-Programm startet nicht:

                            ich sehe aber schon dass, wenn das bisherige alles gelöst ist, hier die selbe Diskussion aufkommen wird, wie seit Jahren im Homematic Forum über die absolute Richtigkeit der Anzeige der Rollladen Position.

                            Selbst unter Vernachlässigung der Zu-/Abnahme des Wickelkerndurchmessers durch mehr oder weniger Menge an Rollladenlänge, bleibt der weitaus größere Anteil von ca. 20% an Richtigkeit durch das finale Schließen der Schlitze.

                            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            T 1 Reply Last reply
                            0
                            • HomoranH Homoran

                              @triplex sagte in Blockly-Programm startet nicht:

                              2ACTUAL75Simulation-19.5

                              könnte da bereits das zugeschlagen haben

                              @homoran sagte in Blockly-Programm startet nicht:

                              ich sehe aber schon dass, wenn das bisherige alles gelöst ist, hier die selbe Diskussion aufkommen wird, wie seit Jahren im Homematic Forum über die absolute Richtigkeit der Anzeige der Rollladen Position.

                              Selbst unter Vernachlässigung der Zu-/Abnahme des Wickelkerndurchmessers durch mehr oder weniger Menge an Rollladenlänge, bleibt der weitaus größere Anteil von ca. 20% an Richtigkeit durch das finale Schließen der Schlitze.

                              T Offline
                              T Offline
                              TripleX
                              wrote on last edited by
                              #67

                              @homoran said in Blockly-Programm startet nicht:

                              @triplex sagte in Blockly-Programm startet nicht:

                              2ACTUAL75Simulation-19.5

                              könnte da bereits das zugeschlagen haben

                              @homoran sagte in Blockly-Programm startet nicht:

                              ich sehe aber schon dass, wenn das bisherige alles gelöst ist, hier die selbe Diskussion aufkommen wird, wie seit Jahren im Homematic Forum über die absolute Richtigkeit der Anzeige der Rollladen Position.

                              Selbst unter Vernachlässigung der Zu-/Abnahme des Wickelkerndurchmessers durch mehr oder weniger Menge an Rollladenlänge, bleibt der weitaus größere Anteil von ca. 20% an Richtigkeit durch das finale Schließen der Schlitze.

                              Ich kann dir leider nicht folgen was du mir damit sagen willst.
                              Was soll das mit dem Programm zu tun haben, mit dem ich eine Anzeige bis zu einem bestimmten Wert hoch bzw. runterzählen lassen will.

                              HomoranH 1 Reply Last reply
                              0
                              • T TripleX

                                @homoran said in Blockly-Programm startet nicht:

                                @triplex sagte in Blockly-Programm startet nicht:

                                2ACTUAL75Simulation-19.5

                                könnte da bereits das zugeschlagen haben

                                @homoran sagte in Blockly-Programm startet nicht:

                                ich sehe aber schon dass, wenn das bisherige alles gelöst ist, hier die selbe Diskussion aufkommen wird, wie seit Jahren im Homematic Forum über die absolute Richtigkeit der Anzeige der Rollladen Position.

                                Selbst unter Vernachlässigung der Zu-/Abnahme des Wickelkerndurchmessers durch mehr oder weniger Menge an Rollladenlänge, bleibt der weitaus größere Anteil von ca. 20% an Richtigkeit durch das finale Schließen der Schlitze.

                                Ich kann dir leider nicht folgen was du mir damit sagen willst.
                                Was soll das mit dem Programm zu tun haben, mit dem ich eine Anzeige bis zu einem bestimmten Wert hoch bzw. runterzählen lassen will.

                                HomoranH Offline
                                HomoranH Offline
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by
                                #68

                                @triplex sagte in Blockly-Programm startet nicht:

                                Was soll das mit dem Programm zu tun haben, mit dem ich eine Anzeige bis zu einem bestimmten Wert hoch bzw. runterzählen lassen will.

                                Dass der für dich relevante Wert bei dieser Berechnung bei etwa -20 liegen würde.

                                Dieses Paradoxon wird seit zig Jahren diskutiert

                                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                T 1 Reply Last reply
                                0
                                • T TripleX

                                  @paul53 said in Blockly-Programm startet nicht:

                                  @triplex sagte: ignoriert einfach jedes mal die Stop-Bedingungen.

                                  Dann logge mal die Werte, um zu sehen, wo es hakt:

                                  Blockly_temp.JPG

                                  Werde ich morgen machen, für heute reicht es.
                                  Wünsche dir schonmal nen guten Rutsch!!!

                                  Update:

                                  Hier der Log.
                                  Musste das Programm manuell abbrechen, der Wert "level" ist trotz Begrenzung ins negative gelaufen

                                  1.1.2024, 11:57:59.353	[info ]: javascript.0 (13082) Stop script script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4
                                  1.1.2024, 11:57:59.429	[info ]: javascript.0 (13082) Start javascript script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4
                                  1.1.2024, 11:57:59.453	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                  1.1.2024, 11:58:20.334	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation96.5
                                  1.1.2024, 11:58:20.833	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation95.5
                                  1.1.2024, 11:58:21.334	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation94.5
                                  1.1.2024, 11:58:21.835	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation93.5
                                  1.1.2024, 11:58:22.334	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation92.5
                                  1.1.2024, 11:58:22.835	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation91.5
                                  1.1.2024, 11:58:23.336	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation90.5
                                  1.1.2024, 11:58:23.836	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation89.5
                                  1.1.2024, 11:58:24.336	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation88.5
                                  1.1.2024, 11:58:24.837	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation87.5
                                  1.1.2024, 11:58:25.337	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation86.5
                                  1.1.2024, 11:58:25.837	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation85.5
                                  1.1.2024, 11:58:26.337	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation84.5
                                  1.1.2024, 11:58:26.838	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL97.5Simulation83.5
                                  1.1.2024, 11:58:27.338	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation82.5
                                  1.1.2024, 11:58:27.839	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation81.5
                                  1.1.2024, 11:58:28.339	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation80.5
                                  1.1.2024, 11:58:28.840	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation79.5
                                  1.1.2024, 11:58:29.340	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation78.5
                                  1.1.2024, 11:58:29.840	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation77.5
                                  1.1.2024, 11:58:30.340	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation76.5
                                  1.1.2024, 11:58:30.840	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation75.5
                                  1.1.2024, 11:58:31.340	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation74.5
                                  1.1.2024, 11:58:31.841	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation73.5
                                  1.1.2024, 11:58:32.341	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation72.5
                                  1.1.2024, 11:58:32.841	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation71.5
                                  1.1.2024, 11:58:33.342	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation70.5
                                  1.1.2024, 11:58:33.843	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation69.5
                                  1.1.2024, 11:58:34.343	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation68.5
                                  1.1.2024, 11:58:34.844	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation67.5
                                  1.1.2024, 11:58:35.343	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation66.5
                                  1.1.2024, 11:58:35.843	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation65.5
                                  1.1.2024, 11:58:36.343	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation64.5
                                  1.1.2024, 11:58:36.844	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation63.5
                                  1.1.2024, 11:58:37.348	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation62.5
                                  1.1.2024, 11:58:37.848	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation61.5
                                  1.1.2024, 11:58:38.348	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation60.5
                                  1.1.2024, 11:58:38.849	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation59.5
                                  1.1.2024, 11:58:39.349	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation58.5
                                  1.1.2024, 11:58:39.850	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation57.5
                                  1.1.2024, 11:58:40.350	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation56.5
                                  1.1.2024, 11:58:40.850	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation55.5
                                  1.1.2024, 11:58:41.349	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation54.5
                                  1.1.2024, 11:58:41.850	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation53.5
                                  1.1.2024, 11:58:42.350	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation52.5
                                  1.1.2024, 11:58:42.851	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation51.5
                                  1.1.2024, 11:58:43.352	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation50.5
                                  1.1.2024, 11:58:43.853	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation49.5
                                  1.1.2024, 11:58:44.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation48.5
                                  1.1.2024, 11:58:44.854	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation47.5
                                  1.1.2024, 11:58:45.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation46.5
                                  1.1.2024, 11:58:45.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation45.5
                                  1.1.2024, 11:58:46.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation44.5
                                  1.1.2024, 11:58:46.854	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation43.5
                                  1.1.2024, 11:58:47.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation42.5
                                  1.1.2024, 11:58:47.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation41.5
                                  1.1.2024, 11:58:48.354	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation40.5
                                  1.1.2024, 11:58:48.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation39.5
                                  1.1.2024, 11:58:49.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation38.5
                                  1.1.2024, 11:58:49.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation37.5
                                  1.1.2024, 11:58:50.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation36.5
                                  1.1.2024, 11:58:50.856	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation35.5
                                  1.1.2024, 11:58:51.355	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation34.5
                                  1.1.2024, 11:58:51.855	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation33.5
                                  1.1.2024, 11:58:52.356	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation32.5
                                  1.1.2024, 11:58:52.857	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation31.5
                                  1.1.2024, 11:58:53.357	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation30.5
                                  1.1.2024, 11:58:53.857	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation29.5
                                  1.1.2024, 11:58:54.357	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation28.5
                                  1.1.2024, 11:58:54.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation27.5
                                  1.1.2024, 11:58:55.358	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation26.5
                                  1.1.2024, 11:58:55.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation25.5
                                  1.1.2024, 11:58:56.358	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation24.5
                                  1.1.2024, 11:58:56.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation23.5
                                  1.1.2024, 11:58:57.357	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation22.5
                                  1.1.2024, 11:58:57.858	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation21.5
                                  1.1.2024, 11:58:58.358	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation20.5
                                  1.1.2024, 11:58:58.859	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation19.5
                                  1.1.2024, 11:58:59.359	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation18.5
                                  1.1.2024, 11:58:59.860	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation17.5
                                  1.1.2024, 11:59:00.361	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation16.5
                                  1.1.2024, 11:59:00.860	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation15.5
                                  1.1.2024, 11:59:01.360	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation14.5
                                  1.1.2024, 11:59:01.860	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation13.5
                                  1.1.2024, 11:59:02.360	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation12.5
                                  1.1.2024, 11:59:02.861	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation11.5
                                  1.1.2024, 11:59:03.361	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation10.5
                                  1.1.2024, 11:59:03.862	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation9.5
                                  1.1.2024, 11:59:04.363	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation8.5
                                  1.1.2024, 11:59:04.864	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation7.5
                                  1.1.2024, 11:59:05.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation6.5
                                  1.1.2024, 11:59:05.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation5.5
                                  1.1.2024, 11:59:06.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation4.5
                                  1.1.2024, 11:59:06.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation3.5
                                  1.1.2024, 11:59:07.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation2.5
                                  1.1.2024, 11:59:07.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation1.5
                                  1.1.2024, 11:59:08.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation0.5
                                  1.1.2024, 11:59:08.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-0.5
                                  1.1.2024, 11:59:09.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-1.5
                                  1.1.2024, 11:59:09.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-2.5
                                  1.1.2024, 11:59:10.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-3.5
                                  1.1.2024, 11:59:10.878	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-4.5
                                  1.1.2024, 11:59:11.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-5.5
                                  1.1.2024, 11:59:11.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-6.5
                                  1.1.2024, 11:59:12.378	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-7.5
                                  1.1.2024, 11:59:12.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-8.5
                                  1.1.2024, 11:59:13.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-9.5
                                  1.1.2024, 11:59:13.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-10.5
                                  1.1.2024, 11:59:14.380	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-11.5
                                  1.1.2024, 11:59:14.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-12.5
                                  1.1.2024, 11:59:15.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-13.5
                                  1.1.2024, 11:59:15.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-14.5
                                  1.1.2024, 11:59:16.379	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-15.5
                                  1.1.2024, 11:59:16.879	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-16.5
                                  1.1.2024, 11:59:17.380	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-17.5
                                  1.1.2024, 11:59:17.880	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-18.5
                                  1.1.2024, 11:59:18.380	[info ]: javascript.0 (13082) script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4: ACTIVITY2ACTUAL75Simulation-19.5
                                  1.1.2024, 11:59:18.808	[info ]: javascript.0 (13082) Stop script script.js.Eigene_Programme.Vis_-_Rollade_-_Büro_01_-_Bewegung_Simulation3-4
                                  

                                  MOD-EDIT: Code in code-tags gesetzt!

                                  paul53P Offline
                                  paul53P Offline
                                  paul53
                                  wrote on last edited by paul53
                                  #69

                                  @triplex sagte: ACTIVITY2ACTUAL75Simulation-19.5

                                  "ACTIVITY" hat nicht auf 3 gewechselt, sondern bleibt auf 2.

                                  Versuche es mal mit Einlesen des Wertes:

                                  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

                                  T 2 Replies Last reply
                                  1
                                  • HomoranH Homoran

                                    @triplex sagte in Blockly-Programm startet nicht:

                                    Was soll das mit dem Programm zu tun haben, mit dem ich eine Anzeige bis zu einem bestimmten Wert hoch bzw. runterzählen lassen will.

                                    Dass der für dich relevante Wert bei dieser Berechnung bei etwa -20 liegen würde.

                                    Dieses Paradoxon wird seit zig Jahren diskutiert

                                    T Offline
                                    T Offline
                                    TripleX
                                    wrote on last edited by
                                    #70

                                    @homoran said in Blockly-Programm startet nicht:

                                    @triplex sagte in Blockly-Programm startet nicht:

                                    Was soll das mit dem Programm zu tun haben, mit dem ich eine Anzeige bis zu einem bestimmten Wert hoch bzw. runterzählen lassen will.

                                    Dass der für dich relevante Wert bei dieser Berechnung bei etwa -20 liegen würde.

                                    Dieses Paradoxon wird seit zig Jahren diskutiert

                                    Aber wenn mir im ioB der Wert "ACTUAL" von z.B. 79% angezeigt wird und das Programm sagt erhöhe/verringere den Wert
                                    "... - Bewegung Simulation" bis der 79% erreicht hat und das ignoriert wird, was hat das mit einer Toleranz zu tun.

                                    1 Reply Last reply
                                    0
                                    • paul53P paul53

                                      @triplex sagte: ACTIVITY2ACTUAL75Simulation-19.5

                                      "ACTIVITY" hat nicht auf 3 gewechselt, sondern bleibt auf 2.

                                      Versuche es mal mit Einlesen des Wertes:

                                      Blockly_temp.JPG

                                      T Offline
                                      T Offline
                                      TripleX
                                      wrote on last edited by
                                      #71

                                      @paul53 said in Blockly-Programm startet nicht:

                                      @triplex sagte: ACTIVITY2ACTUAL75Simulation-19.5

                                      "ACTIVITY" hat nicht auf 3 gewechselt, sondern bleibt auf 2.

                                      Versuche es mal mit Einlesen des Wertes:

                                      Blockly_temp.JPG

                                      Ok...werde es morgen mal ausprobieren.

                                      1 Reply Last reply
                                      0
                                      • paul53P paul53

                                        @triplex sagte: ACTIVITY2ACTUAL75Simulation-19.5

                                        "ACTIVITY" hat nicht auf 3 gewechselt, sondern bleibt auf 2.

                                        Versuche es mal mit Einlesen des Wertes:

                                        Blockly_temp.JPG

                                        T Offline
                                        T Offline
                                        TripleX
                                        wrote on last edited by
                                        #72

                                        @paul53

                                        Habe jetzt ein Programm hinbekommen, dass so läuft, wie ich es mir vorstelle.
                                        An der Intervallzeit müsste ich evtl. nochmal was optimieren.

                                        791d4b0e-f2e2-488f-9b0a-cbbcccd5db1c-image.png

                                        Jetzt habe ich nur noch mit einem Phänomen zu kämpfen.
                                        Die Animation der Rollade im Widget wird über den Datenpunkt "... - Bewegung Simulation" gesteuert.
                                        Ab einem Wert von ca. 20% und kleiner fährt die Animation nicht mehr konstant, sondern schlägt auf und zu.
                                        Es spielt dabei keine Rolle ob sie hoch oder runterfährt.
                                        Hinzu kommt noch, dass die Animation, wenn sie die 100% erreicht hat wieder nach unten schlägt.

                                        ioBroker 01-01.mp4

                                        Ist das ne Macke vom Widget?
                                        Gibt es da evtl. ein besseres?

                                        1 Reply Last reply
                                        0
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        117

                                        Online

                                        32.4k

                                        Users

                                        81.3k

                                        Topics

                                        1.3m

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

                                        • Don't have an account? Register

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