Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  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.6k

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

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

Test Adapter shuttercontrol v2.0.x

Geplant Angeheftet Gesperrt Verschoben Tester
rollladenrollladensteuerungshuttercontrol
7.4k Beiträge 332 Kommentatoren 10.6m Aufrufe 254 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • 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
    schrieb am zuletzt editiert von mp3junkie
    #7369

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

    1 Antwort Letzte Antwort
    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
      schrieb am zuletzt editiert von
      #7370

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

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

      simatecS 1 Antwort Letzte Antwort
      0
      • B Beowolf

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

        simatecS Online
        simatecS Online
        simatec
        Developer Most Active
        schrieb am zuletzt editiert von
        #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 Antwort Letzte Antwort
        0
        • B Offline
          B Offline
          Beowolf
          schrieb am zuletzt editiert von
          #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 Antworten Letzte Antwort
          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 Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #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 Antwort Letzte Antwort
            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 Online
              simatecS Online
              simatec
              Developer Most Active
              schrieb am zuletzt editiert von 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 Antworten Letzte Antwort
              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 Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von
                #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 Antwort Letzte Antwort
                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
                  schrieb am zuletzt editiert von
                  #7376

                  @simatec

                  Danke für die Info. Funktioniert alles.

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

                  1 Antwort Letzte Antwort
                  1
                  • GarfonsoG Offline
                    GarfonsoG Offline
                    Garfonso
                    Developer
                    schrieb am zuletzt editiert von
                    #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 Antwort Letzte Antwort
                    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 Online
                      simatecS Online
                      simatec
                      Developer Most Active
                      schrieb am zuletzt editiert von
                      #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 Antwort Letzte Antwort
                      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
                        schrieb am zuletzt editiert von
                        #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 Antwort Letzte Antwort
                        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 Online
                          simatecS Online
                          simatec
                          Developer Most Active
                          schrieb am zuletzt editiert von
                          #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 Antwort Letzte Antwort
                          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
                            schrieb am zuletzt editiert von
                            #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 Antwort Letzte Antwort
                            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 Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #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 Antwort Letzte Antwort
                              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
                                schrieb am zuletzt editiert von
                                #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 Antworten Letzte Antwort
                                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
                                  schrieb am zuletzt editiert von
                                  #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 Antwort Letzte Antwort
                                  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

                                    HomoranH Nicht stören
                                    HomoranH Nicht stören
                                    Homoran
                                    Global Moderator Administrators
                                    schrieb am zuletzt editiert von Homoran
                                    #7385

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

                                    Hab die Config wieder um Luminance und Regenalarm erweitert,

                                    heisst was genau?

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

                                    aber um 18:44 Uhr hat der Adapter wieder entschieden, dass er die Rolladen nun runter fahren muss

                                    dann wird deine Helligkeitsgrenze unterschritten worden sein.

                                    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

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

                                    Dabei ist das automatische Fahren außer für Sonnenschutz deaktiviert (soweit ich das bisher verstehe).

                                    puuh.
                                    Ist das auch für die nächtliche Verdunklung gültig?

                                    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 Antwort Letzte Antwort
                                    0
                                    • GarfonsoG Garfonso

                                      @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. :-)

                                      simatecS Online
                                      simatecS Online
                                      simatec
                                      Developer Most Active
                                      schrieb am zuletzt editiert von
                                      #7386

                                      @garfonso Stell doch mal die Automatik für up und down aus, wenn du nur Sonnenschutz willst
                                      Bildschirmfoto 2025-10-07 um 22.16.08.png

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

                                        @garfonso Stell doch mal die Automatik für up und down aus, wenn du nur Sonnenschutz willst
                                        Bildschirmfoto 2025-10-07 um 22.16.08.png

                                        GarfonsoG Offline
                                        GarfonsoG Offline
                                        Garfonso
                                        Developer
                                        schrieb am zuletzt editiert von
                                        #7387

                                        @simatec
                                        an wie vielen Stellen muss man das denn abstellen? puh
                                        Was steuert denn dann da im Tab das "Automatische Schließung/Öffnung" bei den Rolladen?

                                        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 simatecS 2 Antworten Letzte Antwort
                                        0
                                        • GarfonsoG Garfonso

                                          @simatec
                                          an wie vielen Stellen muss man das denn abstellen? puh
                                          Was steuert denn dann da im Tab das "Automatische Schließung/Öffnung" bei den Rolladen?

                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #7388

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

                                          Was steuert denn dann da im Tab das "Automatische Schließung/Öffnung" bei den Rolladen?

                                          deswegen ja das "puuuh"
                                          Meines Wissens ist das für die Tür- Fenstersensoren beim Öffnen und Schließen von Tür oder Fenster

                                          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 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          675

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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