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. Tester
  4. Test Adapter shuttercontrol v2.0.x

NEWS

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

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

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

Test Adapter shuttercontrol v2.0.x

Scheduled Pinned Locked Moved Tester
rollladenrollladensteuerungshuttercontrol
7.4k Posts 332 Posters 10.6m Views 254 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.
  • B Offline
    B Offline
    Beowolf
    wrote on last edited by
    #7365

    Hab da mal ne Frage.

    Ich habe TDEF-Motoren von Jarolift. Die verstehen UP, DOWN und STOP per mqtt.

    Kann ich die in den Adapter auch anbinden und steuern?

    Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

    simatecS 1 Reply Last reply
    0
    • B Beowolf

      Hab da mal ne Frage.

      Ich habe TDEF-Motoren von Jarolift. Die verstehen UP, DOWN und STOP per mqtt.

      Kann ich die in den Adapter auch anbinden und steuern?

      simatecS Offline
      simatecS Offline
      simatec
      Developer Most Active
      wrote on last edited by
      #7366

      @beowolf ja du kannst sie über einen Alias einbinden. Dem Alias kannst du so erstellen, dass up = 100 und down = 0 ist.
      Was nur dann nicht zu 100% funktioniert ist eine Sonnenschutzposition. Es sei denn, es gibt noch mehr als up und down

      • Besuche meine Github Seite
      • Beitrag hat geholfen oder willst du mich unterstützen
      • HowTo Restore ioBroker
      1 Reply Last reply
      0
      • B Offline
        B Offline
        Beowolf
        wrote on last edited by Beowolf
        #7367

        shade kennt er noch.

        "Dem Alias kannst du so erstellen, dass up = 100 und down = 0 ist."

        Kannst du mir zeigen wo das gemacht wird?

        Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

        simatecS 1 Reply Last reply
        0
        • B Beowolf

          shade kennt er noch.

          "Dem Alias kannst du so erstellen, dass up = 100 und down = 0 ist."

          Kannst du mir zeigen wo das gemacht wird?

          simatecS Offline
          simatecS Offline
          simatec
          Developer Most Active
          wrote on last edited by
          #7368

          @beowolf

          Du kannst über den Devicemanager (Button „Geräte“ in der Tableiste ein Alias erstellen.

          Dort hast du dann am State rechts eine Art Formelbutton.

          Da musst du so in etwa die Formel erstellen.

          val === 'up' ? 100 : val === 'shade' ? 50 : 0
          

          Ist jetzt aber nur so aus dem Hut. Bin aktuell nicht am PC

          • Besuche meine Github Seite
          • Beitrag hat geholfen oder willst du mich unterstützen
          • HowTo Restore ioBroker
          B 1 Reply Last reply
          1
          • D deta

            @mp3junkie sagte in Test Adapter shuttercontrol v2.0.x:

            Helligkeitssensor

            Welchen benutzt du? Ich bin beim Überlegen mir auch welche anzuschaffen.

            M Offline
            M Offline
            mp3junkie
            wrote on last edited by mp3junkie
            #7369

            @deta
            Aqara Lichtsensor T1 Zigbee in einer Installationsdose mit durchsichtigem Deckel auf der Fensterbank.
            Funktioniert recht zuverlässig.

            1 Reply Last reply
            0
            • simatecS simatec

              @beowolf

              Du kannst über den Devicemanager (Button „Geräte“ in der Tableiste ein Alias erstellen.

              Dort hast du dann am State rechts eine Art Formelbutton.

              Da musst du so in etwa die Formel erstellen.

              val === 'up' ? 100 : val === 'shade' ? 50 : 0
              

              Ist jetzt aber nur so aus dem Hut. Bin aktuell nicht am PC

              B Offline
              B Offline
              Beowolf
              wrote on last edited by
              #7370

              @simatec
              Hattest du schon Zeit um es etwas genauer zu beschreiben?

              Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

              simatecS 1 Reply Last reply
              0
              • B Beowolf

                @simatec
                Hattest du schon Zeit um es etwas genauer zu beschreiben?

                simatecS Offline
                simatecS Offline
                simatec
                Developer Most Active
                wrote on last edited by
                #7371

                @beowolf Hab ich doch ein paar Beiträge weiter oben

                • Besuche meine Github Seite
                • Beitrag hat geholfen oder willst du mich unterstützen
                • HowTo Restore ioBroker
                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  Beowolf
                  wrote on last edited by
                  #7372

                  @simatec sagte in Test Adapter shuttercontrol v2.0.x:

                  val === 'up' ? 100 : val === 'shade' ? 50 : 0

                  Ich verstehe nicht wo das eingegeben werden muß?

                  Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                  HomoranH simatecS 2 Replies Last reply
                  0
                  • B Beowolf

                    @simatec sagte in Test Adapter shuttercontrol v2.0.x:

                    val === 'up' ? 100 : val === 'shade' ? 50 : 0

                    Ich verstehe nicht wo das eingegeben werden muß?

                    HomoranH Do not disturb
                    HomoranH Do not disturb
                    Homoran
                    Global Moderator Administrators
                    wrote on last edited by
                    #7373

                    @beowolf sagte in Test Adapter shuttercontrol v2.0.x:

                    wo das eingegeben werden muß?

                    im von dir angelegten Alias-DP

                    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
                    • B Beowolf

                      @simatec sagte in Test Adapter shuttercontrol v2.0.x:

                      val === 'up' ? 100 : val === 'shade' ? 50 : 0

                      Ich verstehe nicht wo das eingegeben werden muß?

                      simatecS Offline
                      simatecS Offline
                      simatec
                      Developer Most Active
                      wrote on last edited by simatec
                      #7374

                      @beowolf Installiere den Adapter Devices

                      Installiere den Adapter "Devices". Dann findest du einen Reiter Geräte in der linken Tableiste.

                      Dort kannst du deine Rollläden als Gerät erstellen.

                      Bildschirmfoto 2025-09-15 um 12.51.52.png

                      Bildschirmfoto 2025-09-15 um 13.29.26.png

                      Bildschirmfoto 2025-09-15 um 13.29.56.png

                      Bildschirmfoto 2025-09-15 um 13.40.59.png

                      Dann trägst du in Shuttercontrol den State deines neu angelegten Geräts ein und nimmst in der Config für Shuttercontrol 0 = geschlossen, 100 = geöffnet und 50 = Sonnenschutz

                      • Besuche meine Github Seite
                      • Beitrag hat geholfen oder willst du mich unterstützen
                      • HowTo Restore ioBroker
                      HomoranH B 2 Replies Last reply
                      1
                      • simatecS simatec

                        @beowolf Installiere den Adapter Devices

                        Installiere den Adapter "Devices". Dann findest du einen Reiter Geräte in der linken Tableiste.

                        Dort kannst du deine Rollläden als Gerät erstellen.

                        Bildschirmfoto 2025-09-15 um 12.51.52.png

                        Bildschirmfoto 2025-09-15 um 13.29.26.png

                        Bildschirmfoto 2025-09-15 um 13.29.56.png

                        Bildschirmfoto 2025-09-15 um 13.40.59.png

                        Dann trägst du in Shuttercontrol den State deines neu angelegten Geräts ein und nimmst in der Config für Shuttercontrol 0 = geschlossen, 100 = geöffnet und 50 = Sonnenschutz

                        HomoranH Do not disturb
                        HomoranH Do not disturb
                        Homoran
                        Global Moderator Administrators
                        wrote on last edited by
                        #7375

                        @simatec sagte in Test Adapter shuttercontrol v2.0.x:

                        Installiere den Adapter "Devices". Dann findest du einen Reiter Geräte in der linken Tableiste.

                        @Beowolf
                        Aliase kann man auch manuell anlegen!
                        ich nutze keinen Adapter dafür

                        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
                        1
                        • simatecS simatec

                          @beowolf Installiere den Adapter Devices

                          Installiere den Adapter "Devices". Dann findest du einen Reiter Geräte in der linken Tableiste.

                          Dort kannst du deine Rollläden als Gerät erstellen.

                          Bildschirmfoto 2025-09-15 um 12.51.52.png

                          Bildschirmfoto 2025-09-15 um 13.29.26.png

                          Bildschirmfoto 2025-09-15 um 13.29.56.png

                          Bildschirmfoto 2025-09-15 um 13.40.59.png

                          Dann trägst du in Shuttercontrol den State deines neu angelegten Geräts ein und nimmst in der Config für Shuttercontrol 0 = geschlossen, 100 = geöffnet und 50 = Sonnenschutz

                          B Offline
                          B Offline
                          Beowolf
                          wrote on last edited by
                          #7376

                          @simatec

                          Danke für die Info. Funktioniert alles.

                          Die Natur braucht nicht unseren Schutz, sie braucht unsere Abwesenheit.

                          1 Reply Last reply
                          1
                          • GarfonsoG Offline
                            GarfonsoG Offline
                            Garfonso
                            Developer
                            wrote on last edited by
                            #7377

                            Vielleicht eine blöde Frage... ich will eigentlich nur ein paar Rolladen automatisch mit Sonnenschutz fahren. Wie kann ich verhindern, dass die nachts heruntergefahren werden? Da sollen die ruhig auf sein. Sollen nur tagsüber die Sonne aussperren.

                            Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                            Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                            simatecS 1 Reply Last reply
                            0
                            • GarfonsoG Garfonso

                              Vielleicht eine blöde Frage... ich will eigentlich nur ein paar Rolladen automatisch mit Sonnenschutz fahren. Wie kann ich verhindern, dass die nachts heruntergefahren werden? Da sollen die ruhig auf sein. Sollen nur tagsüber die Sonne aussperren.

                              simatecS Offline
                              simatecS Offline
                              simatec
                              Developer Most Active
                              wrote on last edited by
                              #7378

                              @garfonso du kannst im Menü up und down auf manuell stellen oder im State des Rollladens up und down auf false stellen

                              • Besuche meine Github Seite
                              • Beitrag hat geholfen oder willst du mich unterstützen
                              • HowTo Restore ioBroker
                              GarfonsoG 1 Reply Last reply
                              0
                              • simatecS simatec

                                @garfonso du kannst im Menü up und down auf manuell stellen oder im State des Rollladens up und down auf false stellen

                                GarfonsoG Offline
                                GarfonsoG Offline
                                Garfonso
                                Developer
                                wrote on last edited by
                                #7379

                                @simatec
                                Hm.. müsste ich das dann abends machen? Manuell klingt so, als ob die dann gar nicht mehr automatisch fahren? Oder heißt das nur, dass sie die Zeit ignorieren?

                                Ich hab auch noch ein Problem... ich würde gerne, dass sie bei Regen hoch fahren (0%) und bei nicht Regen wieder weiter mit Verschattung machen. Mein Regensensor meldet periodisch seinen Zustand, also da folgt auf "false" ca. ne halbe Stunde später nochmal "false". Irgendwie veranlasst das den Adapter aber dazu die Rolladen auf 100% zu stellen. Also Änderung von false -> false -> Rolladen wird auf 100% gefahren (shuttercontrol.0: Alarm rain end Set ID: Rolladen Hof 1 value: 100% steht im log). Eingestellt ist 0% als Ziel bei Regenalarm.

                                Ich verstehe nicht ganz, wo die 100% herkommt. Vorher hat der Adapter schon entschieden, dass nun gut ist mit Verschattung (shuttercontrol.0: Sunprotect #422 Set ID: Rolladen Hof 1 value: 0%, stand vorher im Log). Das hat dann dazu geführt, dass er munter Rolladen rauf und runter gefahren hat... Ansonsten wäre 100% schon das Ziel bei Verschattung.

                                Ist der Alarm nicht dazu verwendbar, die Rolladen bei Regen hochzufahren und danach weitermachen zu lassen mit der Verschattung?

                                Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                                Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                                simatecS 1 Reply Last reply
                                0
                                • GarfonsoG Garfonso

                                  @simatec
                                  Hm.. müsste ich das dann abends machen? Manuell klingt so, als ob die dann gar nicht mehr automatisch fahren? Oder heißt das nur, dass sie die Zeit ignorieren?

                                  Ich hab auch noch ein Problem... ich würde gerne, dass sie bei Regen hoch fahren (0%) und bei nicht Regen wieder weiter mit Verschattung machen. Mein Regensensor meldet periodisch seinen Zustand, also da folgt auf "false" ca. ne halbe Stunde später nochmal "false". Irgendwie veranlasst das den Adapter aber dazu die Rolladen auf 100% zu stellen. Also Änderung von false -> false -> Rolladen wird auf 100% gefahren (shuttercontrol.0: Alarm rain end Set ID: Rolladen Hof 1 value: 100% steht im log). Eingestellt ist 0% als Ziel bei Regenalarm.

                                  Ich verstehe nicht ganz, wo die 100% herkommt. Vorher hat der Adapter schon entschieden, dass nun gut ist mit Verschattung (shuttercontrol.0: Sunprotect #422 Set ID: Rolladen Hof 1 value: 0%, stand vorher im Log). Das hat dann dazu geführt, dass er munter Rolladen rauf und runter gefahren hat... Ansonsten wäre 100% schon das Ziel bei Verschattung.

                                  Ist der Alarm nicht dazu verwendbar, die Rolladen bei Regen hochzufahren und danach weitermachen zu lassen mit der Verschattung?

                                  simatecS Offline
                                  simatecS Offline
                                  simatec
                                  Developer Most Active
                                  wrote on last edited by
                                  #7380

                                  @garfonso sagte in Test Adapter shuttercontrol v2.0.x:

                                  @simatec
                                  Hm.. müsste ich das dann abends machen? Manuell klingt so, als ob die dann gar nicht mehr automatisch fahren? Oder heißt das nur, dass sie die Zeit ignorieren?

                                  Du kannst den jeweiligen Rollladen für up, down und sunprotect getrennt auf Manuel schalten

                                  Ich hab auch noch ein Problem... ich würde gerne, dass sie bei Regen hoch fahren (0%) und bei nicht Regen wieder weiter mit Verschattung machen. Mein Regensensor meldet periodisch seinen Zustand, also da folgt auf "false" ca. ne halbe Stunde später nochmal "false". Irgendwie veranlasst das den Adapter aber dazu die Rolladen auf 100% zu stellen. Also Änderung von false -> false -> Rolladen wird auf 100% gefahren (shuttercontrol.0: Alarm rain end Set ID: Rolladen Hof 1 value: 100% steht im log). Eingestellt ist 0% als Ziel bei Regenalarm.

                                  Am sinnvollsten wäre hier ein State, der nur auf Änderungen reagiert und nicht auf Aktualisierungen

                                  Ich verstehe nicht ganz, wo die 100% herkommt. Vorher hat der Adapter schon entschieden, dass nun gut ist mit Verschattung (shuttercontrol.0: Sunprotect #422 Set ID: Rolladen Hof 1 value: 0%, stand vorher im Log). Das hat dann dazu geführt, dass er munter Rolladen rauf und runter gefahren hat... Ansonsten wäre 100% schon das Ziel bei Verschattung.

                                  Am besten du postet mal deine Config...

                                  Ist der Alarm nicht dazu verwendbar, die Rolladen bei Regen hochzufahren und danach weitermachen zu lassen mit der Verschattung?

                                  Der sollte dafür schon nutzbar sein

                                  • Besuche meine Github Seite
                                  • Beitrag hat geholfen oder willst du mich unterstützen
                                  • HowTo Restore ioBroker
                                  GarfonsoG 1 Reply Last reply
                                  1
                                  • simatecS simatec

                                    @garfonso sagte in Test Adapter shuttercontrol v2.0.x:

                                    @simatec
                                    Hm.. müsste ich das dann abends machen? Manuell klingt so, als ob die dann gar nicht mehr automatisch fahren? Oder heißt das nur, dass sie die Zeit ignorieren?

                                    Du kannst den jeweiligen Rollladen für up, down und sunprotect getrennt auf Manuel schalten

                                    Ich hab auch noch ein Problem... ich würde gerne, dass sie bei Regen hoch fahren (0%) und bei nicht Regen wieder weiter mit Verschattung machen. Mein Regensensor meldet periodisch seinen Zustand, also da folgt auf "false" ca. ne halbe Stunde später nochmal "false". Irgendwie veranlasst das den Adapter aber dazu die Rolladen auf 100% zu stellen. Also Änderung von false -> false -> Rolladen wird auf 100% gefahren (shuttercontrol.0: Alarm rain end Set ID: Rolladen Hof 1 value: 100% steht im log). Eingestellt ist 0% als Ziel bei Regenalarm.

                                    Am sinnvollsten wäre hier ein State, der nur auf Änderungen reagiert und nicht auf Aktualisierungen

                                    Ich verstehe nicht ganz, wo die 100% herkommt. Vorher hat der Adapter schon entschieden, dass nun gut ist mit Verschattung (shuttercontrol.0: Sunprotect #422 Set ID: Rolladen Hof 1 value: 0%, stand vorher im Log). Das hat dann dazu geführt, dass er munter Rolladen rauf und runter gefahren hat... Ansonsten wäre 100% schon das Ziel bei Verschattung.

                                    Am besten du postet mal deine Config...

                                    Ist der Alarm nicht dazu verwendbar, die Rolladen bei Regen hochzufahren und danach weitermachen zu lassen mit der Verschattung?

                                    Der sollte dafür schon nutzbar sein

                                    GarfonsoG Offline
                                    GarfonsoG Offline
                                    Garfonso
                                    Developer
                                    wrote on last edited by
                                    #7381

                                    @simatec said in Test Adapter shuttercontrol v2.0.x:

                                    Du kannst den jeweiligen Rollladen für up, down und sunprotect getrennt auf Manuel schalten

                                    Ja, das hab ich mittlerweile verstanden. Im Tab war mir das dann klar. Danke. 🙂

                                    Was mir noch helfen würde, wäre, wenn der Adapter im Tab sagen könnte, warum der Rolladen gerade fährt. Da steht häufig nur "up"... das sehe ich.. wüsste gerne warum. Gerade sind die Rollanden für mich nicht nachvollziehbar wieder rauf und runter gefahren. Im Log stand auch nichts, was mir wirklich geholfen hätte, rauszufinden, warum.

                                    Hier meine Config:
                                    system.adapter.shuttercontrol.0.json

                                    Es sind 7 Rolladen, die im Prinzip, bis auf die Tür-Sensoren, identisch konfiguriert sein sollen. Endziel wäre, bei Sonne runterfahren, bei Tür öffnen rauffahren und wenn die Tür zu geht, wieder runter. Bei Regen rauffahren.
                                    Es gibt auch noch zwei Helligkeitssensoren, die ich einbinden könnte, aber da ich bisher noch nicht klar komme, hab ich die auch erstmal rausgelassen. Auch den Regenalarm hab ich erstmal rausgenommen.

                                    Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                                    Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                                    HomoranH 1 Reply Last reply
                                    0
                                    • GarfonsoG Garfonso

                                      @simatec said in Test Adapter shuttercontrol v2.0.x:

                                      Du kannst den jeweiligen Rollladen für up, down und sunprotect getrennt auf Manuel schalten

                                      Ja, das hab ich mittlerweile verstanden. Im Tab war mir das dann klar. Danke. 🙂

                                      Was mir noch helfen würde, wäre, wenn der Adapter im Tab sagen könnte, warum der Rolladen gerade fährt. Da steht häufig nur "up"... das sehe ich.. wüsste gerne warum. Gerade sind die Rollanden für mich nicht nachvollziehbar wieder rauf und runter gefahren. Im Log stand auch nichts, was mir wirklich geholfen hätte, rauszufinden, warum.

                                      Hier meine Config:
                                      system.adapter.shuttercontrol.0.json

                                      Es sind 7 Rolladen, die im Prinzip, bis auf die Tür-Sensoren, identisch konfiguriert sein sollen. Endziel wäre, bei Sonne runterfahren, bei Tür öffnen rauffahren und wenn die Tür zu geht, wieder runter. Bei Regen rauffahren.
                                      Es gibt auch noch zwei Helligkeitssensoren, die ich einbinden könnte, aber da ich bisher noch nicht klar komme, hab ich die auch erstmal rausgelassen. Auch den Regenalarm hab ich erstmal rausgenommen.

                                      HomoranH Do not disturb
                                      HomoranH Do not disturb
                                      Homoran
                                      Global Moderator Administrators
                                      wrote on last edited by
                                      #7382

                                      @garfonso sagte in Test Adapter shuttercontrol v2.0.x:

                                      Im Log stand auch nichts, was mir wirklich geholfen hätte

                                      dann zeig's doch uns!

                                      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 -

                                      GarfonsoG 1 Reply Last reply
                                      0
                                      • HomoranH Homoran

                                        @garfonso sagte in Test Adapter shuttercontrol v2.0.x:

                                        Im Log stand auch nichts, was mir wirklich geholfen hätte

                                        dann zeig's doch uns!

                                        GarfonsoG Offline
                                        GarfonsoG Offline
                                        Garfonso
                                        Developer
                                        wrote on last edited by
                                        #7383

                                        @homoran

                                        Hab die Config wieder um Luminance und Regenalarm erweitert, da heute dunkel war und regnerisch... das ging tagsüber ganz ok, aber um 18:44 Uhr hat der Adapter wieder entschieden, dass er die Rolladen nun runter fahren muss. Dabei ist das automatische Fahren außer für Sonnenschutz deaktiviert (soweit ich das bisher verstehe).
                                        system.adapter.shuttercontrol.0.json

                                        log dazu:

                                        2025-10-07 18:40:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 18:40:00.003  - debug: shuttercontrol.0 (2739274) Sun Azimut: 258.8°
                                        2025-10-07 18:40:00.003  - debug: shuttercontrol.0 (2739274) Sun Elevation: 1.9°
                                        2025-10-07 18:41:05.314  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 92
                                        2025-10-07 18:41:15.314  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                        2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                        2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                        2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                        2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 1
                                        2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:44:00.007  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                        2025-10-07 18:44:00.007  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                        2025-10-07 18:44:00.007  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_1.position: false
                                        2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                        2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                        2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                        2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                        2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 2
                                        2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                        2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                        2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_2.position: false
                                        2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                        2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                        2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                        2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                        2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 3
                                        2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                        2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                        2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_3.position: false
                                        2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                        2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                        2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                        2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                        2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 4
                                        2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                        2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                        2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_4.position: false
                                        2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                        2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                        2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                        2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                        2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 5
                                        2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                        2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                        2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_5.position: false
                                        2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                        2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                        2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                        2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                        2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 6
                                        2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                        2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                        2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_6.position: false
                                        2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                        2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                        2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                        2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                        2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 7
                                        2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                        2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                        2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_7.position: false
                                        2025-10-07 18:44:52.725  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                        2025-10-07 18:44:52.725  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                        2025-10-07 18:44:52.725  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:44:52.726  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                        2025-10-07 18:44:52.726  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 1 value: 100%
                                        2025-10-07 18:44:52.727  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:44:52.728  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 old height: 0% new height: 100%
                                        2025-10-07 18:44:52.728  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:44:52.737  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:44:52.738  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 1 old value = 0% | new value = 100%
                                        2025-10-07 18:44:52.738  - debug: shuttercontrol.0 (2739274) Rolladen Hof 1 Old value = 0% | New value = 100% | automatic is active
                                        2025-10-07 18:44:52.739  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:44:52.739  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 1 old value = 0% | new value = 100%
                                        2025-10-07 18:44:52.739  - debug: shuttercontrol.0 (2739274) Rolladen Hof 1 Old value = 0% | New value = 100% | automatic is active
                                        2025-10-07 18:45:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 18:45:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 259.7°
                                        2025-10-07 18:45:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: 1.1°
                                        2025-10-07 18:45:02.728  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:45:02.729  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                        2025-10-07 18:45:02.730  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 2 value: 100%
                                        2025-10-07 18:45:02.731  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:45:02.732  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:45:02.733  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 old height: 0% new height: 100%
                                        2025-10-07 18:45:02.742  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:45:02.742  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:45:02.743  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 2 old value = 0% | new value = 100%
                                        2025-10-07 18:45:02.743  - debug: shuttercontrol.0 (2739274) Rolladen Hof 2 Old value = 0% | New value = 100% | automatic is active
                                        2025-10-07 18:45:02.749  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 2 old value = 0% | new value = 100%
                                        2025-10-07 18:45:02.749  - debug: shuttercontrol.0 (2739274) Rolladen Hof 2 Old value = 0% | New value = 100% | automatic is active
                                        2025-10-07 18:45:12.733  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:45:12.734  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                        2025-10-07 18:45:12.735  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 3 value: 100%
                                        2025-10-07 18:45:12.736  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:45:12.736  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 old height: 0% new height: 100%
                                        2025-10-07 18:45:12.745  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:45:12.746  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 3 old value = 0% | new value = 100%
                                        2025-10-07 18:45:12.746  - debug: shuttercontrol.0 (2739274) Rolladen Hof 3 Old value = 0% | New value = 100% | automatic is active
                                        2025-10-07 18:45:22.737  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:45:22.738  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                        2025-10-07 18:45:22.738  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 4 value: 100%
                                        2025-10-07 18:45:22.739  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:45:22.740  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 old height: 0% new height: 100%
                                        2025-10-07 18:45:22.749  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:45:22.750  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 4 old value = 0% | new value = 100%
                                        2025-10-07 18:45:22.750  - debug: shuttercontrol.0 (2739274) Rolladen Hof 4 Old value = 0% | New value = 100% | automatic is active
                                        2025-10-07 18:45:22.781  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:45:22.792  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:45:22.792  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 4 old value = 0% | new value = 100%
                                        2025-10-07 18:45:22.792  - debug: shuttercontrol.0 (2739274) Rolladen Hof 4 Old value = 0% | New value = 100% | automatic is active
                                        2025-10-07 18:45:32.741  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:45:32.742  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                        2025-10-07 18:45:32.743  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 5 value: 100%
                                        2025-10-07 18:45:32.744  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:45:32.745  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 old height: 0% new height: 100%
                                        2025-10-07 18:45:32.754  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:45:32.754  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 5 old value = 0% | new value = 100%
                                        2025-10-07 18:45:32.754  - debug: shuttercontrol.0 (2739274) Rolladen Hof 5 Old value = 0% | New value = 100% | automatic is active
                                        2025-10-07 18:45:32.786  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:45:32.795  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:45:32.796  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 5 old value = 0% | new value = 100%
                                        2025-10-07 18:45:32.796  - debug: shuttercontrol.0 (2739274) Rolladen Hof 5 Old value = 0% | New value = 100% | automatic is active
                                        2025-10-07 18:45:42.745  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:45:42.745  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                        2025-10-07 18:45:42.746  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 6 value: 100%
                                        2025-10-07 18:45:42.747  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:45:42.747  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 old height: 0% new height: 100%
                                        2025-10-07 18:45:42.757  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:45:42.757  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 6 old value = 0% | new value = 100%
                                        2025-10-07 18:45:42.757  - debug: shuttercontrol.0 (2739274) Rolladen Hof 6 Old value = 0% | New value = 100% | automatic is active
                                        2025-10-07 18:45:52.747  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:45:52.748  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                        2025-10-07 18:45:52.749  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 7 value: 100%
                                        2025-10-07 18:45:52.750  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                        2025-10-07 18:45:52.750  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 old height: 40% new height: 100%
                                        2025-10-07 18:45:52.760  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                        2025-10-07 18:45:52.761  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 7 old value = 40% | new value = 100%
                                        2025-10-07 18:45:52.761  - debug: shuttercontrol.0 (2739274) Rolladen Hof 7 Old value = 40% | New value = 100% | automatic is active
                                        2025-10-07 18:46:08.769  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 110
                                        2025-10-07 18:46:18.769  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 18:46:18.769  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 110lux
                                        2025-10-07 18:48:44.353  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 88
                                        2025-10-07 18:48:54.354  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 18:48:54.354  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 88lux
                                        2025-10-07 18:50:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 18:50:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 260.7°
                                        2025-10-07 18:50:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: 0.3°
                                        2025-10-07 18:54:44.372  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 70
                                        2025-10-07 18:54:52.772  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                        2025-10-07 18:54:52.772  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                        2025-10-07 18:54:52.772  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:54:52.773  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                        2025-10-07 18:54:52.775  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 already at: 100% - setting current action: down
                                        2025-10-07 18:54:54.372  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 18:54:54.372  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 70lux
                                        2025-10-07 18:55:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 18:55:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 261.7°
                                        2025-10-07 18:55:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -0.4°
                                        2025-10-07 18:55:02.775  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:55:02.776  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                        2025-10-07 18:55:02.777  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 already at: 100% - setting current action: down
                                        2025-10-07 18:55:12.778  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:55:12.779  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                        2025-10-07 18:55:12.780  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 already at: 100% - setting current action: down
                                        2025-10-07 18:55:22.781  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:55:22.782  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                        2025-10-07 18:55:22.784  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 already at: 100% - setting current action: down
                                        2025-10-07 18:55:32.784  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:55:32.785  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                        2025-10-07 18:55:32.787  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 already at: 100% - setting current action: down
                                        2025-10-07 18:55:42.786  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:55:42.787  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                        2025-10-07 18:55:42.789  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 already at: 100% - setting current action: down
                                        2025-10-07 18:55:52.791  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 18:55:52.792  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                        2025-10-07 18:55:52.793  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 already at: 100% - setting current action: down
                                        2025-10-07 18:56:28.825  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 56
                                        2025-10-07 18:56:38.825  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:00:00.003  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 19:00:00.004  - debug: shuttercontrol.0 (2739274) Sun Azimut: 262.6°
                                        2025-10-07 19:00:00.004  - debug: shuttercontrol.0 (2739274) Sun Elevation: -1.2°
                                        2025-10-07 19:00:23.628  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 45
                                        2025-10-07 19:00:33.628  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:00:33.628  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 45lux
                                        2025-10-07 19:01:31.137  - debug: shuttercontrol.0 (2739274) outsidetemperature changed: alias.0.weather.Innenhof.temperature | Value: 16.14°C
                                        2025-10-07 19:02:50.498  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 36
                                        2025-10-07 19:03:00.498  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:04:18.556  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 29
                                        2025-10-07 19:04:28.558  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:04:28.558  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 29lux
                                        2025-10-07 19:04:52.834  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                        2025-10-07 19:04:52.834  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                        2025-10-07 19:04:52.835  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:04:52.835  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                        2025-10-07 19:04:52.836  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 already at: 100% - setting current action: down
                                        2025-10-07 19:05:00.001  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 19:05:00.001  - debug: shuttercontrol.0 (2739274) Sun Azimut: 263.6°
                                        2025-10-07 19:05:00.001  - debug: shuttercontrol.0 (2739274) Sun Elevation: -2°
                                        2025-10-07 19:05:02.837  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:05:02.838  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                        2025-10-07 19:05:02.839  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 already at: 100% - setting current action: down
                                        2025-10-07 19:05:12.839  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:05:12.840  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                        2025-10-07 19:05:12.841  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 already at: 100% - setting current action: down
                                        2025-10-07 19:05:22.842  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:05:22.843  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                        2025-10-07 19:05:22.844  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 already at: 100% - setting current action: down
                                        2025-10-07 19:05:32.845  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:05:32.846  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                        2025-10-07 19:05:32.847  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 already at: 100% - setting current action: down
                                        2025-10-07 19:05:42.847  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:05:42.848  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                        2025-10-07 19:05:42.849  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 already at: 100% - setting current action: down
                                        2025-10-07 19:05:52.850  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:05:52.851  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                        2025-10-07 19:05:52.852  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 already at: 100% - setting current action: down
                                        2025-10-07 19:06:05.217  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 23
                                        2025-10-07 19:06:15.217  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:06:52.776  - debug: shuttercontrol.0 (2739274) outsidetemperature changed: alias.0.weather.Innenhof.temperature | Value: 16.16°C
                                        2025-10-07 19:06:56.607  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 21
                                        2025-10-07 19:07:06.609  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:07:06.609  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 21lux
                                        2025-10-07 19:08:16.762  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 17
                                        2025-10-07 19:08:26.763  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:09:42.584  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 14
                                        2025-10-07 19:09:52.584  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:09:52.584  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 14lux
                                        2025-10-07 19:10:00.001  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 19:10:00.001  - debug: shuttercontrol.0 (2739274) Sun Azimut: 264.6°
                                        2025-10-07 19:10:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -2.8°
                                        2025-10-07 19:11:13.902  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 11
                                        2025-10-07 19:11:23.902  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:12:25.695  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 9
                                        2025-10-07 19:12:35.697  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:12:35.697  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 9lux
                                        2025-10-07 19:13:49.453  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 7
                                        2025-10-07 19:13:59.454  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:14:52.905  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                        2025-10-07 19:14:52.905  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                        2025-10-07 19:14:52.905  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:14:52.906  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                        2025-10-07 19:14:52.907  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 already at: 100% - setting current action: down
                                        2025-10-07 19:15:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 19:15:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 265.5°
                                        2025-10-07 19:15:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -3.6°
                                        2025-10-07 19:15:02.908  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:15:02.909  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                        2025-10-07 19:15:02.910  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 already at: 100% - setting current action: down
                                        2025-10-07 19:15:12.910  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:15:12.911  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                        2025-10-07 19:15:12.912  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 already at: 100% - setting current action: down
                                        2025-10-07 19:15:22.913  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:15:22.914  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                        2025-10-07 19:15:22.916  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 already at: 100% - setting current action: down
                                        2025-10-07 19:15:32.917  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:15:32.918  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                        2025-10-07 19:15:32.919  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 already at: 100% - setting current action: down
                                        2025-10-07 19:15:42.920  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:15:42.921  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                        2025-10-07 19:15:42.922  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 already at: 100% - setting current action: down
                                        2025-10-07 19:15:52.923  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:15:52.924  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                        2025-10-07 19:15:52.927  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 already at: 100% - setting current action: down
                                        2025-10-07 19:16:19.564  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 5
                                        2025-10-07 19:16:29.564  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:16:29.564  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 5lux
                                        2025-10-07 19:16:36.480  - debug: shuttercontrol.0 (2739274) TriggerID changed: alias.0.openStates.Esszimmer_Schiebetuer.open | Value: true
                                        2025-10-07 19:16:58.494  - debug: shuttercontrol.0 (2739274) TriggerID changed: alias.0.openStates.Esszimmer_Schiebetuer.open | Value: false
                                        2025-10-07 19:19:44.035  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 3
                                        2025-10-07 19:19:54.035  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:19:54.035  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 3lux
                                        2025-10-07 19:20:00.001  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 19:20:00.001  - debug: shuttercontrol.0 (2739274) Sun Azimut: 266.5°
                                        2025-10-07 19:20:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -4.4°
                                        2025-10-07 19:24:52.971  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                        2025-10-07 19:24:52.971  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                        2025-10-07 19:24:52.971  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:24:52.971  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                        2025-10-07 19:24:52.972  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 already at: 100% - setting current action: down
                                        2025-10-07 19:25:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 19:25:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 267.4°
                                        2025-10-07 19:25:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -5.2°
                                        2025-10-07 19:25:02.973  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:25:02.974  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                        2025-10-07 19:25:02.975  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 already at: 100% - setting current action: down
                                        2025-10-07 19:25:12.976  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:25:12.976  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                        2025-10-07 19:25:12.978  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 already at: 100% - setting current action: down
                                        2025-10-07 19:25:22.978  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:25:22.979  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                        2025-10-07 19:25:22.980  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 already at: 100% - setting current action: down
                                        2025-10-07 19:25:32.981  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:25:32.981  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                        2025-10-07 19:25:32.983  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 already at: 100% - setting current action: down
                                        2025-10-07 19:25:42.983  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:25:42.985  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                        2025-10-07 19:25:42.986  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 already at: 100% - setting current action: down
                                        2025-10-07 19:25:52.987  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:25:52.988  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                        2025-10-07 19:25:52.989  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 already at: 100% - setting current action: down
                                        2025-10-07 19:29:56.260  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 1
                                        2025-10-07 19:30:00.003  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 19:30:00.003  - debug: shuttercontrol.0 (2739274) Sun Azimut: 268.4°
                                        2025-10-07 19:30:00.003  - debug: shuttercontrol.0 (2739274) Sun Elevation: -6°
                                        2025-10-07 19:30:06.260  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:30:06.260  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 1lux
                                        2025-10-07 19:34:53.037  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                        2025-10-07 19:34:53.037  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                        2025-10-07 19:34:53.037  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:34:53.038  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                        2025-10-07 19:34:53.039  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 already at: 100% - setting current action: down
                                        2025-10-07 19:35:00.001  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 19:35:00.001  - debug: shuttercontrol.0 (2739274) Sun Azimut: 269.4°
                                        2025-10-07 19:35:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -6.8°
                                        2025-10-07 19:35:03.041  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:35:03.041  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                        2025-10-07 19:35:03.043  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 already at: 100% - setting current action: down
                                        2025-10-07 19:35:13.044  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:35:13.045  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                        2025-10-07 19:35:13.046  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 already at: 100% - setting current action: down
                                        2025-10-07 19:35:23.047  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:35:23.048  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                        2025-10-07 19:35:23.050  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 already at: 100% - setting current action: down
                                        2025-10-07 19:35:33.050  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:35:33.051  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                        2025-10-07 19:35:33.052  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 already at: 100% - setting current action: down
                                        2025-10-07 19:35:43.053  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:35:43.054  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                        2025-10-07 19:35:43.055  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 already at: 100% - setting current action: down
                                        2025-10-07 19:35:53.056  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                        2025-10-07 19:35:53.057  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                        2025-10-07 19:35:53.059  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 already at: 100% - setting current action: down
                                        2025-10-07 19:36:52.793  - debug: shuttercontrol.0 (2739274) outsidetemperature changed: alias.0.weather.Innenhof.temperature | Value: 16.11°C
                                        2025-10-07 19:36:56.620  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 1
                                        2025-10-07 19:37:06.620  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                        2025-10-07 19:40:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                        2025-10-07 19:40:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 270.3°
                                        2025-10-07 19:40:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -7.6°
                                        
                                        

                                        So siehts im Tab aus:
                                        shuttercontrol.png

                                        Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                                        Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                                        GarfonsoG HomoranH 2 Replies Last reply
                                        0
                                        • GarfonsoG Garfonso

                                          @homoran

                                          Hab die Config wieder um Luminance und Regenalarm erweitert, da heute dunkel war und regnerisch... das ging tagsüber ganz ok, aber um 18:44 Uhr hat der Adapter wieder entschieden, dass er die Rolladen nun runter fahren muss. Dabei ist das automatische Fahren außer für Sonnenschutz deaktiviert (soweit ich das bisher verstehe).
                                          system.adapter.shuttercontrol.0.json

                                          log dazu:

                                          2025-10-07 18:40:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 18:40:00.003  - debug: shuttercontrol.0 (2739274) Sun Azimut: 258.8°
                                          2025-10-07 18:40:00.003  - debug: shuttercontrol.0 (2739274) Sun Elevation: 1.9°
                                          2025-10-07 18:41:05.314  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 92
                                          2025-10-07 18:41:15.314  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                          2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                          2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                          2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                          2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 1
                                          2025-10-07 18:44:00.006  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:44:00.007  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                          2025-10-07 18:44:00.007  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                          2025-10-07 18:44:00.007  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_1.position: false
                                          2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                          2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                          2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                          2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                          2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 2
                                          2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                          2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                          2025-10-07 18:44:00.008  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_2.position: false
                                          2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                          2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                          2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                          2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                          2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 3
                                          2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                          2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                          2025-10-07 18:44:00.009  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_3.position: false
                                          2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                          2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                          2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                          2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                          2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 4
                                          2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                          2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                          2025-10-07 18:44:00.010  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_4.position: false
                                          2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                          2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                          2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                          2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                          2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 5
                                          2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                          2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                          2025-10-07 18:44:00.011  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_5.position: false
                                          2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                          2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                          2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                          2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                          2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 6
                                          2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                          2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                          2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_6.position: false
                                          2025-10-07 18:44:00.012  - debug: shuttercontrol.0 (2739274) check in time 01.03. 30.09.
                                          2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) Start Sat Mar 01 2025
                                          2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) End Tue Sep 30 2025
                                          2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) we are not in period, after start Sat Mar 01 2025 and before end Tue Sep 30 2025
                                          2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) check xmas for Rolladen Hof 7
                                          2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                          2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) start checking frost alarm
                                          2025-10-07 18:44:00.013  - debug: shuttercontrol.0 (2739274) status frost alarm for alias.0.blinds.Hof_7.position: false
                                          2025-10-07 18:44:52.725  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                          2025-10-07 18:44:52.725  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                          2025-10-07 18:44:52.725  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:44:52.726  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                          2025-10-07 18:44:52.726  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 1 value: 100%
                                          2025-10-07 18:44:52.727  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:44:52.728  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 old height: 0% new height: 100%
                                          2025-10-07 18:44:52.728  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:44:52.737  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:44:52.738  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 1 old value = 0% | new value = 100%
                                          2025-10-07 18:44:52.738  - debug: shuttercontrol.0 (2739274) Rolladen Hof 1 Old value = 0% | New value = 100% | automatic is active
                                          2025-10-07 18:44:52.739  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:44:52.739  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 1 old value = 0% | new value = 100%
                                          2025-10-07 18:44:52.739  - debug: shuttercontrol.0 (2739274) Rolladen Hof 1 Old value = 0% | New value = 100% | automatic is active
                                          2025-10-07 18:45:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 18:45:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 259.7°
                                          2025-10-07 18:45:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: 1.1°
                                          2025-10-07 18:45:02.728  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:45:02.729  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                          2025-10-07 18:45:02.730  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 2 value: 100%
                                          2025-10-07 18:45:02.731  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:45:02.732  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:45:02.733  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 old height: 0% new height: 100%
                                          2025-10-07 18:45:02.742  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:45:02.742  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:45:02.743  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 2 old value = 0% | new value = 100%
                                          2025-10-07 18:45:02.743  - debug: shuttercontrol.0 (2739274) Rolladen Hof 2 Old value = 0% | New value = 100% | automatic is active
                                          2025-10-07 18:45:02.749  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 2 old value = 0% | new value = 100%
                                          2025-10-07 18:45:02.749  - debug: shuttercontrol.0 (2739274) Rolladen Hof 2 Old value = 0% | New value = 100% | automatic is active
                                          2025-10-07 18:45:12.733  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:45:12.734  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                          2025-10-07 18:45:12.735  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 3 value: 100%
                                          2025-10-07 18:45:12.736  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:45:12.736  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 old height: 0% new height: 100%
                                          2025-10-07 18:45:12.745  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:45:12.746  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 3 old value = 0% | new value = 100%
                                          2025-10-07 18:45:12.746  - debug: shuttercontrol.0 (2739274) Rolladen Hof 3 Old value = 0% | New value = 100% | automatic is active
                                          2025-10-07 18:45:22.737  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:45:22.738  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                          2025-10-07 18:45:22.738  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 4 value: 100%
                                          2025-10-07 18:45:22.739  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:45:22.740  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 old height: 0% new height: 100%
                                          2025-10-07 18:45:22.749  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:45:22.750  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 4 old value = 0% | new value = 100%
                                          2025-10-07 18:45:22.750  - debug: shuttercontrol.0 (2739274) Rolladen Hof 4 Old value = 0% | New value = 100% | automatic is active
                                          2025-10-07 18:45:22.781  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:45:22.792  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:45:22.792  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 4 old value = 0% | new value = 100%
                                          2025-10-07 18:45:22.792  - debug: shuttercontrol.0 (2739274) Rolladen Hof 4 Old value = 0% | New value = 100% | automatic is active
                                          2025-10-07 18:45:32.741  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:45:32.742  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                          2025-10-07 18:45:32.743  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 5 value: 100%
                                          2025-10-07 18:45:32.744  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:45:32.745  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 old height: 0% new height: 100%
                                          2025-10-07 18:45:32.754  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:45:32.754  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 5 old value = 0% | new value = 100%
                                          2025-10-07 18:45:32.754  - debug: shuttercontrol.0 (2739274) Rolladen Hof 5 Old value = 0% | New value = 100% | automatic is active
                                          2025-10-07 18:45:32.786  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:45:32.795  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:45:32.796  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 5 old value = 0% | new value = 100%
                                          2025-10-07 18:45:32.796  - debug: shuttercontrol.0 (2739274) Rolladen Hof 5 Old value = 0% | New value = 100% | automatic is active
                                          2025-10-07 18:45:42.745  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:45:42.745  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                          2025-10-07 18:45:42.746  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 6 value: 100%
                                          2025-10-07 18:45:42.747  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:45:42.747  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 old height: 0% new height: 100%
                                          2025-10-07 18:45:42.757  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:45:42.757  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 6 old value = 0% | new value = 100%
                                          2025-10-07 18:45:42.757  - debug: shuttercontrol.0 (2739274) Rolladen Hof 6 Old value = 0% | New value = 100% | automatic is active
                                          2025-10-07 18:45:52.747  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:45:52.748  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                          2025-10-07 18:45:52.749  - info: shuttercontrol.0 (2739274) Alarm rain end Set ID: Rolladen Hof 7 value: 100%
                                          2025-10-07 18:45:52.750  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check started
                                          2025-10-07 18:45:52.750  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 old height: 40% new height: 100%
                                          2025-10-07 18:45:52.760  - debug: shuttercontrol.0 (2739274) #0 wait for shutter check end
                                          2025-10-07 18:45:52.761  - debug: shuttercontrol.0 (2739274) Shutter state changed: Rolladen Hof 7 old value = 40% | new value = 100%
                                          2025-10-07 18:45:52.761  - debug: shuttercontrol.0 (2739274) Rolladen Hof 7 Old value = 40% | New value = 100% | automatic is active
                                          2025-10-07 18:46:08.769  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 110
                                          2025-10-07 18:46:18.769  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 18:46:18.769  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 110lux
                                          2025-10-07 18:48:44.353  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 88
                                          2025-10-07 18:48:54.354  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 18:48:54.354  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 88lux
                                          2025-10-07 18:50:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 18:50:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 260.7°
                                          2025-10-07 18:50:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: 0.3°
                                          2025-10-07 18:54:44.372  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 70
                                          2025-10-07 18:54:52.772  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                          2025-10-07 18:54:52.772  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                          2025-10-07 18:54:52.772  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:54:52.773  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                          2025-10-07 18:54:52.775  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 already at: 100% - setting current action: down
                                          2025-10-07 18:54:54.372  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 18:54:54.372  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 70lux
                                          2025-10-07 18:55:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 18:55:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 261.7°
                                          2025-10-07 18:55:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -0.4°
                                          2025-10-07 18:55:02.775  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:55:02.776  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                          2025-10-07 18:55:02.777  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 already at: 100% - setting current action: down
                                          2025-10-07 18:55:12.778  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:55:12.779  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                          2025-10-07 18:55:12.780  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 already at: 100% - setting current action: down
                                          2025-10-07 18:55:22.781  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:55:22.782  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                          2025-10-07 18:55:22.784  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 already at: 100% - setting current action: down
                                          2025-10-07 18:55:32.784  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:55:32.785  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                          2025-10-07 18:55:32.787  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 already at: 100% - setting current action: down
                                          2025-10-07 18:55:42.786  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:55:42.787  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                          2025-10-07 18:55:42.789  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 already at: 100% - setting current action: down
                                          2025-10-07 18:55:52.791  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 18:55:52.792  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                          2025-10-07 18:55:52.793  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 already at: 100% - setting current action: down
                                          2025-10-07 18:56:28.825  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 56
                                          2025-10-07 18:56:38.825  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:00:00.003  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 19:00:00.004  - debug: shuttercontrol.0 (2739274) Sun Azimut: 262.6°
                                          2025-10-07 19:00:00.004  - debug: shuttercontrol.0 (2739274) Sun Elevation: -1.2°
                                          2025-10-07 19:00:23.628  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 45
                                          2025-10-07 19:00:33.628  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:00:33.628  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 45lux
                                          2025-10-07 19:01:31.137  - debug: shuttercontrol.0 (2739274) outsidetemperature changed: alias.0.weather.Innenhof.temperature | Value: 16.14°C
                                          2025-10-07 19:02:50.498  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 36
                                          2025-10-07 19:03:00.498  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:04:18.556  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 29
                                          2025-10-07 19:04:28.558  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:04:28.558  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 29lux
                                          2025-10-07 19:04:52.834  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                          2025-10-07 19:04:52.834  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                          2025-10-07 19:04:52.835  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:04:52.835  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                          2025-10-07 19:04:52.836  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 already at: 100% - setting current action: down
                                          2025-10-07 19:05:00.001  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 19:05:00.001  - debug: shuttercontrol.0 (2739274) Sun Azimut: 263.6°
                                          2025-10-07 19:05:00.001  - debug: shuttercontrol.0 (2739274) Sun Elevation: -2°
                                          2025-10-07 19:05:02.837  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:05:02.838  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                          2025-10-07 19:05:02.839  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 already at: 100% - setting current action: down
                                          2025-10-07 19:05:12.839  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:05:12.840  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                          2025-10-07 19:05:12.841  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 already at: 100% - setting current action: down
                                          2025-10-07 19:05:22.842  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:05:22.843  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                          2025-10-07 19:05:22.844  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 already at: 100% - setting current action: down
                                          2025-10-07 19:05:32.845  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:05:32.846  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                          2025-10-07 19:05:32.847  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 already at: 100% - setting current action: down
                                          2025-10-07 19:05:42.847  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:05:42.848  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                          2025-10-07 19:05:42.849  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 already at: 100% - setting current action: down
                                          2025-10-07 19:05:52.850  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:05:52.851  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                          2025-10-07 19:05:52.852  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 already at: 100% - setting current action: down
                                          2025-10-07 19:06:05.217  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 23
                                          2025-10-07 19:06:15.217  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:06:52.776  - debug: shuttercontrol.0 (2739274) outsidetemperature changed: alias.0.weather.Innenhof.temperature | Value: 16.16°C
                                          2025-10-07 19:06:56.607  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 21
                                          2025-10-07 19:07:06.609  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:07:06.609  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 21lux
                                          2025-10-07 19:08:16.762  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 17
                                          2025-10-07 19:08:26.763  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:09:42.584  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 14
                                          2025-10-07 19:09:52.584  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:09:52.584  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 14lux
                                          2025-10-07 19:10:00.001  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 19:10:00.001  - debug: shuttercontrol.0 (2739274) Sun Azimut: 264.6°
                                          2025-10-07 19:10:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -2.8°
                                          2025-10-07 19:11:13.902  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 11
                                          2025-10-07 19:11:23.902  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:12:25.695  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 9
                                          2025-10-07 19:12:35.697  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:12:35.697  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 9lux
                                          2025-10-07 19:13:49.453  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 7
                                          2025-10-07 19:13:59.454  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:14:52.905  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                          2025-10-07 19:14:52.905  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                          2025-10-07 19:14:52.905  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:14:52.906  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                          2025-10-07 19:14:52.907  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 already at: 100% - setting current action: down
                                          2025-10-07 19:15:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 19:15:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 265.5°
                                          2025-10-07 19:15:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -3.6°
                                          2025-10-07 19:15:02.908  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:15:02.909  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                          2025-10-07 19:15:02.910  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 already at: 100% - setting current action: down
                                          2025-10-07 19:15:12.910  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:15:12.911  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                          2025-10-07 19:15:12.912  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 already at: 100% - setting current action: down
                                          2025-10-07 19:15:22.913  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:15:22.914  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                          2025-10-07 19:15:22.916  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 already at: 100% - setting current action: down
                                          2025-10-07 19:15:32.917  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:15:32.918  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                          2025-10-07 19:15:32.919  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 already at: 100% - setting current action: down
                                          2025-10-07 19:15:42.920  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:15:42.921  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                          2025-10-07 19:15:42.922  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 already at: 100% - setting current action: down
                                          2025-10-07 19:15:52.923  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:15:52.924  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                          2025-10-07 19:15:52.927  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 already at: 100% - setting current action: down
                                          2025-10-07 19:16:19.564  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 5
                                          2025-10-07 19:16:29.564  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:16:29.564  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 5lux
                                          2025-10-07 19:16:36.480  - debug: shuttercontrol.0 (2739274) TriggerID changed: alias.0.openStates.Esszimmer_Schiebetuer.open | Value: true
                                          2025-10-07 19:16:58.494  - debug: shuttercontrol.0 (2739274) TriggerID changed: alias.0.openStates.Esszimmer_Schiebetuer.open | Value: false
                                          2025-10-07 19:19:44.035  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 3
                                          2025-10-07 19:19:54.035  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:19:54.035  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 3lux
                                          2025-10-07 19:20:00.001  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 19:20:00.001  - debug: shuttercontrol.0 (2739274) Sun Azimut: 266.5°
                                          2025-10-07 19:20:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -4.4°
                                          2025-10-07 19:24:52.971  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                          2025-10-07 19:24:52.971  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                          2025-10-07 19:24:52.971  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:24:52.971  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                          2025-10-07 19:24:52.972  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 already at: 100% - setting current action: down
                                          2025-10-07 19:25:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 19:25:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 267.4°
                                          2025-10-07 19:25:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -5.2°
                                          2025-10-07 19:25:02.973  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:25:02.974  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                          2025-10-07 19:25:02.975  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 already at: 100% - setting current action: down
                                          2025-10-07 19:25:12.976  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:25:12.976  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                          2025-10-07 19:25:12.978  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 already at: 100% - setting current action: down
                                          2025-10-07 19:25:22.978  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:25:22.979  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                          2025-10-07 19:25:22.980  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 already at: 100% - setting current action: down
                                          2025-10-07 19:25:32.981  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:25:32.981  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                          2025-10-07 19:25:32.983  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 already at: 100% - setting current action: down
                                          2025-10-07 19:25:42.983  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:25:42.985  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                          2025-10-07 19:25:42.986  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 already at: 100% - setting current action: down
                                          2025-10-07 19:25:52.987  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:25:52.988  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                          2025-10-07 19:25:52.989  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 already at: 100% - setting current action: down
                                          2025-10-07 19:29:56.260  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 1
                                          2025-10-07 19:30:00.003  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 19:30:00.003  - debug: shuttercontrol.0 (2739274) Sun Azimut: 268.4°
                                          2025-10-07 19:30:00.003  - debug: shuttercontrol.0 (2739274) Sun Elevation: -6°
                                          2025-10-07 19:30:06.260  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:30:06.260  - debug: shuttercontrol.0 (2739274) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 1lux
                                          2025-10-07 19:34:53.037  - debug: shuttercontrol.0 (2739274) Alarm Rain changed: false
                                          2025-10-07 19:34:53.037  - debug: shuttercontrol.0 (2739274) start shutterAlarm
                                          2025-10-07 19:34:53.037  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:34:53.038  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_1.position: false
                                          2025-10-07 19:34:53.039  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 already at: 100% - setting current action: down
                                          2025-10-07 19:35:00.001  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 19:35:00.001  - debug: shuttercontrol.0 (2739274) Sun Azimut: 269.4°
                                          2025-10-07 19:35:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -6.8°
                                          2025-10-07 19:35:03.041  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:35:03.041  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_2.position: false
                                          2025-10-07 19:35:03.043  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 already at: 100% - setting current action: down
                                          2025-10-07 19:35:13.044  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:35:13.045  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_3.position: false
                                          2025-10-07 19:35:13.046  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 already at: 100% - setting current action: down
                                          2025-10-07 19:35:23.047  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:35:23.048  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_4.position: false
                                          2025-10-07 19:35:23.050  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 already at: 100% - setting current action: down
                                          2025-10-07 19:35:33.050  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:35:33.051  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_5.position: false
                                          2025-10-07 19:35:33.052  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 already at: 100% - setting current action: down
                                          2025-10-07 19:35:43.053  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:35:43.054  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_6.position: false
                                          2025-10-07 19:35:43.055  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 6 already at: 100% - setting current action: down
                                          2025-10-07 19:35:53.056  - debug: shuttercontrol.0 (2739274) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                          2025-10-07 19:35:53.057  - debug: shuttercontrol.0 (2739274) status alarm pending for alias.0.blinds.Hof_7.position: false
                                          2025-10-07 19:35:53.059  - debug: shuttercontrol.0 (2739274) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 already at: 100% - setting current action: down
                                          2025-10-07 19:36:52.793  - debug: shuttercontrol.0 (2739274) outsidetemperature changed: alias.0.weather.Innenhof.temperature | Value: 16.11°C
                                          2025-10-07 19:36:56.620  - debug: shuttercontrol.0 (2739274) Brightness sensor value: 1
                                          2025-10-07 19:37:06.620  - debug: shuttercontrol.0 (2739274) Brightness State Down is: true
                                          2025-10-07 19:40:00.002  - debug: shuttercontrol.0 (2739274) calculate astrodata ...
                                          2025-10-07 19:40:00.002  - debug: shuttercontrol.0 (2739274) Sun Azimut: 270.3°
                                          2025-10-07 19:40:00.002  - debug: shuttercontrol.0 (2739274) Sun Elevation: -7.6°
                                          
                                          

                                          So siehts im Tab aus:
                                          shuttercontrol.png

                                          GarfonsoG Offline
                                          GarfonsoG Offline
                                          Garfonso
                                          Developer
                                          wrote on last edited by
                                          #7384

                                          @garfonso

                                          Hab grad gedacht, der Adapter hat gemerkt, dass ich hier schimpfe, eben ging alles hoch... aber anscheinend hat der Regensensor ausgelöst. Das geht zumindest. 🙂

                                          Ultimativer Lovelace Leitfaden: https://forum.iobroker.net/topic/35937/der-ultimative-iobroker-lovelace-leitfaden-dokumentation

                                          Lovelace UI Beispiele: https://forum.iobroker.net/topic/35950/zeigt-her-eure-lovelace-visualisierung

                                          simatecS 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

                                          699

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          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