Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter shuttercontrol v2.0.x

    NEWS

    • Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    Test Adapter shuttercontrol v2.0.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • simatec
      simatec Developer Most Active @Beowolf last edited by

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

      1 Reply Last reply Reply Quote 0
      • B
        Beowolf last edited by

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

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

        Ich verstehe nicht wo das eingegeben werden muß?

        Homoran simatec 2 Replies Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @Beowolf last edited by

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

          wo das eingegeben werden muß?

          im von dir angelegten Alias-DP

          1 Reply Last reply Reply Quote 0
          • simatec
            simatec Developer Most Active @Beowolf last edited by 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

            Homoran B 2 Replies Last reply Reply Quote 1
            • Homoran
              Homoran Global Moderator Administrators @simatec last edited by

              @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

              1 Reply Last reply Reply Quote 1
              • B
                Beowolf @simatec last edited by

                @simatec

                Danke für die Info. Funktioniert alles.

                1 Reply Last reply Reply Quote 1
                • Garfonso
                  Garfonso Developer last edited by

                  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.

                  simatec 1 Reply Last reply Reply Quote 0
                  • simatec
                    simatec Developer Most Active @Garfonso last edited by

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

                    Garfonso 1 Reply Last reply Reply Quote 0
                    • Garfonso
                      Garfonso Developer @simatec last edited by

                      @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?

                      simatec 1 Reply Last reply Reply Quote 0
                      • simatec
                        simatec Developer Most Active @Garfonso last edited by

                        @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

                        Garfonso 1 Reply Last reply Reply Quote 1
                        • Garfonso
                          Garfonso Developer @simatec last edited by

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

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

                            @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!

                            Garfonso 1 Reply Last reply Reply Quote 0
                            • Garfonso
                              Garfonso Developer @Homoran last edited by

                              @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

                              Garfonso Homoran 2 Replies Last reply Reply Quote 0
                              • Garfonso
                                Garfonso Developer @Garfonso last edited by

                                @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. 🙂

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

                                  @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?

                                  1 Reply Last reply Reply Quote 0
                                  • simatec
                                    simatec Developer Most Active @Garfonso last edited by

                                    @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

                                    Garfonso 1 Reply Last reply Reply Quote 0
                                    • Garfonso
                                      Garfonso Developer @simatec last edited by

                                      @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?

                                      Homoran simatec 2 Replies Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Garfonso last edited by

                                        @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

                                        Garfonso 1 Reply Last reply Reply Quote 0
                                        • simatec
                                          simatec Developer Most Active @Garfonso last edited by

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

                                          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?

                                          Es reicht im Tab auszuschalten... Die Schalter im Tab steuern direkt die States unter control.down usw....
                                          Es wäre Sinnvoll zu prüfen, warum deine Rollläden fahren... Am besten Debuglog anschalten und prüfen, was die Auslöser sind.

                                          1 Reply Last reply Reply Quote 0
                                          • Garfonso
                                            Garfonso Developer @Homoran last edited by

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

                                            @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

                                            Auf den Tür/Fenster Sensor reagiert der Rollladen auch, wenn die Schalter auf "aus" stehen.

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

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

                                            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?

                                            Es reicht im Tab auszuschalten... Die Schalter im Tab steuern direkt die States unter control.down usw....
                                            Es wäre Sinnvoll zu prüfen, warum deine Rollläden fahren... Am besten Debuglog anschalten und prüfen, was die Auslöser sind.

                                            Naja, da stand halt 'aus', wie im Screenshot. schulterzuck Aber hab das jetzt geändert in der Rolladenkonfiguration.

                                            Irgendwas passt da mit dem Regen-Alarm aber nicht, IHMO... Kann es sein, dass da eine Race-Condition ist? Gerade wieder runter/rauf/runter:

                                            2025-10-09 14:52:33.903  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 1 value: 100%
                                            2025-10-09 14:52:43.907  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 2 value: 100%
                                            2025-10-09 14:52:53.911  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 3 value: 100%
                                            2025-10-09 14:53:03.915  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 4 value: 100%
                                            2025-10-09 14:53:13.919  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 5 value: 100%
                                            2025-10-09 14:53:33.925  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 7 value: 100%
                                            2025-10-09 14:55:04.476  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 1 value: 0%
                                            2025-10-09 14:55:14.480  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 2 value: 0%
                                            2025-10-09 14:55:24.483  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 3 value: 0%
                                            2025-10-09 14:55:34.488  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 4 value: 0%
                                            2025-10-09 14:55:44.491  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 5 value: 0%
                                            2025-10-09 14:56:04.496  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 7 value: 0%
                                            2025-10-09 14:56:06.074  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 1 value: 100%
                                            2025-10-09 14:56:16.078  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 2 value: 100%
                                            2025-10-09 14:56:26.081  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 3 value: 100%
                                            2025-10-09 14:56:36.085  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 4 value: 100%
                                            2025-10-09 14:56:46.089  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 5 value: 100%
                                            2025-10-09 14:57:06.094  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 7 value: 100%
                                            

                                            Also Sunprotect sagt runter, dann kommt kurz danach vom Regensensor ein "false" (war vorher auch false, wie gesagt, der meldet zyklisch), dann fahren alle wieder auf 0%... warum 0%? Wo saugt er sich das aus den Fingern, dass dann 0% sein muss? Und kurz darauf sagt das Sunprotect wieder ist hell genug und warm genug (was es die ganze Zeit war) -> runter mit euch... (Rolladen 6 fährt korrekterweise nicht, weil da die Tür offen ist).

                                            Hier das vollständige Debug log (config: system.adapter.shuttercontrol.0.json )

                                            2025-10-09 14:50:00.002  - debug: shuttercontrol.0 (3329233) calculate astrodata ...
                                            2025-10-09 14:50:00.003  - debug: shuttercontrol.0 (3329233) Sun Azimut: 206.2°
                                            2025-10-09 14:50:00.003  - debug: shuttercontrol.0 (3329233) Sun Elevation: 29.7°
                                            2025-10-09 14:50:02.005  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:50:02.005  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 14:50:12.007  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:50:12.008  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 14:50:22.009  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:50:22.010  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 14:50:32.012  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:50:32.012  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 14:50:39.782  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 15616
                                            2025-10-09 14:50:42.014  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:50:42.015  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 14:50:49.783  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:50:49.783  - debug: shuttercontrol.0 (3329233) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 15616lux
                                            2025-10-09 14:50:51.783  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:50:51.784  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 14:50:52.016  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:50:52.017  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 14:51:01.786  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:51:01.786  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 14:51:02.019  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:51:02.020  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_7.position: false
                                            2025-10-09 14:51:11.787  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:51:11.788  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 14:51:54.807  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 18769.92
                                            2025-10-09 14:52:04.807  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:52:17.710  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 22548.48
                                            2025-10-09 14:52:19.885  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 28241.92
                                            2025-10-09 14:52:24.231  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 22261.76
                                            2025-10-09 14:52:27.711  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:52:29.887  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:52:31.901  - debug: shuttercontrol.0 (3329233) outsidetemperature changed: alias.0.weather.Innenhof.temperature | Value: 17.55°C
                                            2025-10-09 14:52:33.901  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:52:33.902  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 14:52:33.903  - debug: shuttercontrol.0 (3329233) Rolladen Hof 1: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:52:33.903  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 1 value: 100%
                                            2025-10-09 14:52:33.904  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:52:33.904  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 1: down_Sunprotect
                                            2025-10-09 14:52:33.904  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 1 is active
                                            2025-10-09 14:52:33.904  - debug: shuttercontrol.0 (3329233) Temperatur outside: 17.55 > 15 AND Light: 22261.76 > 20000
                                            2025-10-09 14:52:33.904  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 1 old height: 0% new height: 100%
                                            2025-10-09 14:52:33.914  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:52:33.914  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 1 old value = 0% | new value = 100%
                                            2025-10-09 14:52:34.232  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:52:43.905  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:52:43.906  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 14:52:43.907  - debug: shuttercontrol.0 (3329233) Rolladen Hof 2: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:52:43.907  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 2 value: 100%
                                            2025-10-09 14:52:43.907  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:52:43.908  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:52:43.908  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 2: down_Sunprotect
                                            2025-10-09 14:52:43.909  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 2 is active
                                            2025-10-09 14:52:43.909  - debug: shuttercontrol.0 (3329233) Temperatur outside: 17.55 > 15 AND Light: 22261.76 > 20000
                                            2025-10-09 14:52:43.909  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 2 old height: 0% new height: 100%
                                            2025-10-09 14:52:43.918  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:52:43.918  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:52:43.918  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 2 old value = 0% | new value = 100%
                                            2025-10-09 14:52:43.959  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 2 old value = 0% | new value = 100%
                                            2025-10-09 14:52:53.909  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:52:53.910  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 14:52:53.911  - debug: shuttercontrol.0 (3329233) Rolladen Hof 3: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:52:53.911  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 3 value: 100%
                                            2025-10-09 14:52:53.912  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:52:53.912  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 3: down_Sunprotect
                                            2025-10-09 14:52:53.912  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 3 is active
                                            2025-10-09 14:52:53.912  - debug: shuttercontrol.0 (3329233) Temperatur outside: 17.55 > 15 AND Light: 22261.76 > 20000
                                            2025-10-09 14:52:53.912  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 3 old height: 0% new height: 100%
                                            2025-10-09 14:52:53.921  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:52:53.922  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 3 old value = 0% | new value = 100%
                                            2025-10-09 14:53:03.913  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:53:03.914  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 14:53:03.915  - debug: shuttercontrol.0 (3329233) Rolladen Hof 4: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:53:03.915  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 4 value: 100%
                                            2025-10-09 14:53:03.915  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:53:03.916  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 4: down_Sunprotect
                                            2025-10-09 14:53:03.916  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 4 is active
                                            2025-10-09 14:53:03.916  - debug: shuttercontrol.0 (3329233) Temperatur outside: 17.55 > 15 AND Light: 22261.76 > 20000
                                            2025-10-09 14:53:03.916  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 4 old height: 0% new height: 100%
                                            2025-10-09 14:53:03.926  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:53:03.926  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 4 old value = 0% | new value = 100%
                                            2025-10-09 14:53:13.917  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:53:13.918  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 14:53:13.919  - debug: shuttercontrol.0 (3329233) Rolladen Hof 5: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:53:13.919  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 5 value: 100%
                                            2025-10-09 14:53:13.919  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:53:13.920  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:53:13.920  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 5: down_Sunprotect
                                            2025-10-09 14:53:13.920  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 5 is active
                                            2025-10-09 14:53:13.920  - debug: shuttercontrol.0 (3329233) Temperatur outside: 17.55 > 15 AND Light: 22261.76 > 20000
                                            2025-10-09 14:53:13.920  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 5 old height: 0% new height: 100%
                                            2025-10-09 14:53:13.930  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:53:13.930  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:53:13.930  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 5 old value = 0% | new value = 100%
                                            2025-10-09 14:53:13.971  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 5 old value = 0% | new value = 100%
                                            2025-10-09 14:53:23.921  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:53:23.922  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 14:53:33.923  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:53:33.924  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_7.position: false
                                            2025-10-09 14:53:33.925  - debug: shuttercontrol.0 (3329233) Rolladen Hof 7: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:53:33.925  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 7 value: 100%
                                            2025-10-09 14:53:33.925  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:53:33.926  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 7: down_Sunprotect
                                            2025-10-09 14:53:33.926  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 7 is active
                                            2025-10-09 14:53:33.926  - debug: shuttercontrol.0 (3329233) Temperatur outside: 17.55 > 15 AND Light: 22261.76 > 20000
                                            2025-10-09 14:53:33.926  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 7 old height: 0% new height: 100%
                                            2025-10-09 14:53:33.936  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:53:33.936  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 7 old value = 0% | new value = 100%
                                            2025-10-09 14:53:33.967  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:53:33.976  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:53:33.977  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 7 old value = 0% | new value = 100%
                                            2025-10-09 14:54:02.192  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 26910.72
                                            2025-10-09 14:54:10.900  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 32440.32
                                            2025-10-09 14:54:12.194  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:54:12.194  - debug: shuttercontrol.0 (3329233) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 26910.72lux
                                            2025-10-09 14:54:14.195  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:54:14.196  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 14:54:20.901  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:54:24.197  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:54:24.198  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 14:54:30.485  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 39444.48
                                            2025-10-09 14:54:34.199  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:54:34.200  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 14:54:40.226  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 31232
                                            2025-10-09 14:54:40.485  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:54:44.201  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:54:44.202  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 14:54:50.226  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:54:54.203  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:54:54.204  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 14:55:00.002  - debug: shuttercontrol.0 (3329233) calculate astrodata ...
                                            2025-10-09 14:55:00.002  - debug: shuttercontrol.0 (3329233) Sun Azimut: 207.6°
                                            2025-10-09 14:55:00.002  - debug: shuttercontrol.0 (3329233) Sun Elevation: 29.3°
                                            2025-10-09 14:55:02.003  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:02.004  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 14:55:04.206  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:04.207  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 14:55:04.475  - debug: shuttercontrol.0 (3329233) Alarm Rain changed: false
                                            2025-10-09 14:55:04.475  - debug: shuttercontrol.0 (3329233) start shutterAlarm
                                            2025-10-09 14:55:04.475  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:04.476  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 14:55:04.476  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 1 value: 0%
                                            2025-10-09 14:55:04.477  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:55:04.478  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:55:04.478  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 old height: 100% new height: 0%
                                            2025-10-09 14:55:04.486  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:55:04.487  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 1 old value = 100% | new value = 0%
                                            2025-10-09 14:55:04.487  - debug: shuttercontrol.0 (3329233) Rolladen Hof 1 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:55:04.488  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:55:04.488  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 1 old value = 100% | new value = 0%
                                            2025-10-09 14:55:04.488  - debug: shuttercontrol.0 (3329233) Rolladen Hof 1 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:55:12.005  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:12.006  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 14:55:14.208  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:14.209  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_7.position: false
                                            2025-10-09 14:55:14.479  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:14.480  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 14:55:14.480  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 2 value: 0%
                                            2025-10-09 14:55:14.481  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:55:14.481  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 old height: 100% new height: 0%
                                            2025-10-09 14:55:14.482  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:55:14.490  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:55:14.491  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 2 old value = 100% | new value = 0%
                                            2025-10-09 14:55:14.491  - debug: shuttercontrol.0 (3329233) Rolladen Hof 2 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:55:14.493  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:55:14.493  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 2 old value = 100% | new value = 0%
                                            2025-10-09 14:55:14.493  - debug: shuttercontrol.0 (3329233) Rolladen Hof 2 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:55:22.007  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:22.008  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 14:55:24.482  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:24.483  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 14:55:24.483  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 3 value: 0%
                                            2025-10-09 14:55:24.484  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:55:24.484  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 old height: 100% new height: 0%
                                            2025-10-09 14:55:24.485  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:55:24.494  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:55:24.494  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:55:24.494  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 3 old value = 100% | new value = 0%
                                            2025-10-09 14:55:24.495  - debug: shuttercontrol.0 (3329233) Rolladen Hof 3 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:55:24.502  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 3 old value = 100% | new value = 0%
                                            2025-10-09 14:55:24.502  - debug: shuttercontrol.0 (3329233) Rolladen Hof 3 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:55:34.485  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:34.486  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 14:55:34.488  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 4 value: 0%
                                            2025-10-09 14:55:34.488  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:55:34.490  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 old height: 100% new height: 0%
                                            2025-10-09 14:55:34.498  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:55:34.501  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 4 old value = 100% | new value = 0%
                                            2025-10-09 14:55:34.501  - debug: shuttercontrol.0 (3329233) Rolladen Hof 4 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:55:44.490  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:44.490  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 14:55:44.491  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 5 value: 0%
                                            2025-10-09 14:55:44.492  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:55:44.492  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 old height: 100% new height: 0%
                                            2025-10-09 14:55:44.502  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:55:44.502  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 5 old value = 100% | new value = 0%
                                            2025-10-09 14:55:44.502  - debug: shuttercontrol.0 (3329233) Rolladen Hof 5 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:55:44.533  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:55:44.544  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:55:44.544  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 5 old value = 100% | new value = 0%
                                            2025-10-09 14:55:44.544  - debug: shuttercontrol.0 (3329233) Rolladen Hof 5 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:55:48.835  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 38686.72
                                            2025-10-09 14:55:54.493  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:55:54.494  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 14:55:58.835  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:56:04.071  - debug: shuttercontrol.0 (3329233) outsidetemperature changed: alias.0.weather.Innenhof.temperature | Value: 18.07°C
                                            2025-10-09 14:56:04.495  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:56:04.495  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_7.position: false
                                            2025-10-09 14:56:04.496  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 7 value: 0%
                                            2025-10-09 14:56:04.496  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:56:04.497  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 old height: 100% new height: 0%
                                            2025-10-09 14:56:04.506  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:56:04.506  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 7 old value = 100% | new value = 0%
                                            2025-10-09 14:56:04.506  - debug: shuttercontrol.0 (3329233) Rolladen Hof 7 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:56:04.538  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:56:04.548  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:56:04.548  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 7 old value = 100% | new value = 0%
                                            2025-10-09 14:56:04.548  - debug: shuttercontrol.0 (3329233) Rolladen Hof 7 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 14:56:06.072  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:56:06.073  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 14:56:06.074  - debug: shuttercontrol.0 (3329233) Rolladen Hof 1: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:56:06.074  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 1 value: 100%
                                            2025-10-09 14:56:06.074  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:56:06.075  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:56:06.075  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 1: down_Sunprotect
                                            2025-10-09 14:56:06.075  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 1 is active
                                            2025-10-09 14:56:06.075  - debug: shuttercontrol.0 (3329233) Temperatur outside: 18.07 > 15 AND Light: 38686.72 > 20000
                                            2025-10-09 14:56:06.075  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 1 old height: 0% new height: 100%
                                            2025-10-09 14:56:06.085  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:56:06.085  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:56:06.085  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 1 old value = 0% | new value = 100%
                                            2025-10-09 14:56:06.125  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 1 old value = 0% | new value = 100%
                                            2025-10-09 14:56:12.776  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 52264.96
                                            2025-10-09 14:56:16.076  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:56:16.077  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 14:56:16.078  - debug: shuttercontrol.0 (3329233) Rolladen Hof 2: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:56:16.078  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 2 value: 100%
                                            2025-10-09 14:56:16.078  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:56:16.079  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 2: down_Sunprotect
                                            2025-10-09 14:56:16.079  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 2 is active
                                            2025-10-09 14:56:16.079  - debug: shuttercontrol.0 (3329233) Temperatur outside: 18.07 > 15 AND Light: 52264.96 > 20000
                                            2025-10-09 14:56:16.079  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 2 old height: 0% new height: 100%
                                            2025-10-09 14:56:16.088  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:56:16.089  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 2 old value = 0% | new value = 100%
                                            2025-10-09 14:56:22.776  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:56:26.080  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:56:26.080  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 14:56:26.081  - debug: shuttercontrol.0 (3329233) Rolladen Hof 3: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:56:26.081  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 3 value: 100%
                                            2025-10-09 14:56:26.081  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:56:26.082  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 3: down_Sunprotect
                                            2025-10-09 14:56:26.082  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 3 is active
                                            2025-10-09 14:56:26.082  - debug: shuttercontrol.0 (3329233) Temperatur outside: 18.07 > 15 AND Light: 52264.96 > 20000
                                            2025-10-09 14:56:26.082  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 3 old height: 0% new height: 100%
                                            2025-10-09 14:56:26.092  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:56:26.092  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 3 old value = 0% | new value = 100%
                                            2025-10-09 14:56:36.083  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:56:36.084  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 14:56:36.085  - debug: shuttercontrol.0 (3329233) Rolladen Hof 4: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:56:36.085  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 4 value: 100%
                                            2025-10-09 14:56:36.085  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:56:36.086  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:56:36.087  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 4: down_Sunprotect
                                            2025-10-09 14:56:36.087  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 4 is active
                                            2025-10-09 14:56:36.087  - debug: shuttercontrol.0 (3329233) Temperatur outside: 18.07 > 15 AND Light: 52264.96 > 20000
                                            2025-10-09 14:56:36.087  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 4 old height: 0% new height: 100%
                                            2025-10-09 14:56:36.095  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:56:36.097  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:56:36.118  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 4 old value = 0% | new value = 100%
                                            2025-10-09 14:56:36.159  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 4 old value = 0% | new value = 100%
                                            2025-10-09 14:56:46.087  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:56:46.088  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 14:56:46.089  - debug: shuttercontrol.0 (3329233) Rolladen Hof 5: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:56:46.089  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 5 value: 100%
                                            2025-10-09 14:56:46.089  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:56:46.090  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 5: down_Sunprotect
                                            2025-10-09 14:56:46.090  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 5 is active
                                            2025-10-09 14:56:46.090  - debug: shuttercontrol.0 (3329233) Temperatur outside: 18.07 > 15 AND Light: 52264.96 > 20000
                                            2025-10-09 14:56:46.090  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 5 old height: 0% new height: 100%
                                            2025-10-09 14:56:46.100  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:56:46.100  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 5 old value = 0% | new value = 100%
                                            2025-10-09 14:56:48.738  - debug: shuttercontrol.0 (3329233) outsidetemperature changed: alias.0.weather.Innenhof.temperature | Value: 18.58°C
                                            2025-10-09 14:56:50.738  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:56:50.738  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 14:56:54.021  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 39424
                                            2025-10-09 14:56:56.091  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:56:56.092  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 14:57:00.739  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:57:00.740  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 14:57:04.022  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:57:04.022  - debug: shuttercontrol.0 (3329233) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 39424lux
                                            2025-10-09 14:57:06.022  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:57:06.023  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 14:57:06.093  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:57:06.093  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_7.position: false
                                            2025-10-09 14:57:06.094  - debug: shuttercontrol.0 (3329233) Rolladen Hof 7: Check basis for sunprotect. Height:0 > HeightDownSun: 100 AND Height:0 == currentHeight:0 AND currentHeight:0 == heightUp:0
                                            2025-10-09 14:57:06.094  - info: shuttercontrol.0 (3329233) Sunprotect #414 Set ID: Rolladen Hof 7 value: 100%
                                            2025-10-09 14:57:06.095  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 14:57:06.096  - debug: shuttercontrol.0 (3329233) last automatic Action for Rolladen Hof 7: down_Sunprotect
                                            2025-10-09 14:57:06.096  - debug: shuttercontrol.0 (3329233) Sunprotect for Rolladen Hof 7 is active
                                            2025-10-09 14:57:06.096  - debug: shuttercontrol.0 (3329233) Temperatur outside: 18.58 > 15 AND Light: 39424 > 20000
                                            2025-10-09 14:57:06.096  - debug: shuttercontrol.0 (3329233) Sunprotect Rolladen Hof 7 old height: 0% new height: 100%
                                            2025-10-09 14:57:06.104  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 14:57:06.105  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 7 old value = 0% | new value = 100%
                                            2025-10-09 14:57:10.741  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:57:10.742  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 14:57:12.571  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 30433.28
                                            2025-10-09 14:57:16.025  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:57:16.025  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 14:57:20.743  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:57:20.743  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 14:57:22.571  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:57:30.744  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:57:30.744  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 14:57:40.746  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:57:40.746  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 14:57:50.748  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:57:50.749  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_7.position: false
                                            2025-10-09 14:58:48.278  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 24330.24
                                            2025-10-09 14:58:58.279  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:59:37.191  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 30289.92
                                            2025-10-09 14:59:38.331  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 36433.92
                                            2025-10-09 14:59:39.365  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 47759.36
                                            2025-10-09 14:59:40.506  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 58204.16
                                            2025-10-09 14:59:44.852  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 40325.12
                                            2025-10-09 14:59:47.027  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 32051.2
                                            2025-10-09 14:59:47.191  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:59:47.191  - debug: shuttercontrol.0 (3329233) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 30289.92lux
                                            2025-10-09 14:59:48.331  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:59:49.192  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:59:49.193  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 14:59:49.205  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 25477.12
                                            2025-10-09 14:59:49.365  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:59:50.507  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:59:54.852  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:59:57.027  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 14:59:59.194  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 14:59:59.195  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 14:59:59.205  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 15:00:00.002  - debug: shuttercontrol.0 (3329233) calculate astrodata ...
                                            2025-10-09 15:00:00.002  - debug: shuttercontrol.0 (3329233) Sun Azimut: 208.9°
                                            2025-10-09 15:00:00.002  - debug: shuttercontrol.0 (3329233) Sun Elevation: 29°
                                            2025-10-09 15:00:02.005  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:02.006  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 15:00:09.196  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:09.197  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 15:00:12.007  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:12.008  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 15:00:19.199  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:19.199  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 15:00:22.009  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:22.010  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 15:00:29.200  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:29.201  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 15:00:32.010  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:32.011  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 15:00:39.202  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:39.203  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 15:00:42.012  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:42.013  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 15:00:49.203  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:49.204  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_7.position: false
                                            2025-10-09 15:00:52.014  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:00:52.015  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 15:01:03.297  - debug: shuttercontrol.0 (3329233) outsidetemperature changed: alias.0.weather.Innenhof.temperature | Value: 19.1°C
                                            2025-10-09 15:01:05.297  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:01:05.298  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 15:01:15.299  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:01:15.300  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 15:01:25.301  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:01:25.302  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 15:01:35.303  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:01:35.304  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 15:01:45.306  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:01:45.307  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 15:01:55.307  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:01:55.308  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 15:02:05.309  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:02:05.310  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_7.position: false
                                            2025-10-09 15:03:55.077  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 32747.52
                                            2025-10-09 15:04:01.609  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 23900.16
                                            2025-10-09 15:04:05.078  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 15:04:05.078  - debug: shuttercontrol.0 (3329233) Lightsensor changed: alias.0.weather.Innenhof.luminance | Value: 32747.52lux
                                            2025-10-09 15:04:07.078  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:04:07.079  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 15:04:11.610  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 15:04:17.080  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:04:17.080  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 15:04:27.081  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:04:27.082  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 15:04:37.082  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:04:37.083  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 15:04:47.084  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:04:47.084  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 15:04:57.086  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:04:57.088  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 15:05:00.001  - debug: shuttercontrol.0 (3329233) calculate astrodata ...
                                            2025-10-09 15:05:00.001  - debug: shuttercontrol.0 (3329233) Sun Azimut: 210.3°
                                            2025-10-09 15:05:00.001  - debug: shuttercontrol.0 (3329233) Sun Elevation: 28.6°
                                            2025-10-09 15:05:02.002  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:05:02.002  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 15:05:04.524  - debug: shuttercontrol.0 (3329233) Alarm Rain changed: false
                                            2025-10-09 15:05:04.524  - debug: shuttercontrol.0 (3329233) start shutterAlarm
                                            2025-10-09 15:05:04.524  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:05:04.525  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_1.position: false
                                            2025-10-09 15:05:04.525  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 1 value: 0%
                                            2025-10-09 15:05:04.525  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 15:05:04.526  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 1 old height: 100% new height: 0%
                                            2025-10-09 15:05:04.536  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 15:05:04.536  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 1 old value = 100% | new value = 0%
                                            2025-10-09 15:05:04.536  - debug: shuttercontrol.0 (3329233) Rolladen Hof 1 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 15:05:07.089  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:05:07.090  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_7.position: false
                                            2025-10-09 15:05:12.005  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:05:12.006  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 15:05:14.526  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:05:14.527  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_2.position: false
                                            2025-10-09 15:05:14.527  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 2 value: 0%
                                            2025-10-09 15:05:14.527  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 15:05:14.528  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 2 old height: 100% new height: 0%
                                            2025-10-09 15:05:14.537  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 15:05:14.538  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 2 old value = 100% | new value = 0%
                                            2025-10-09 15:05:14.538  - debug: shuttercontrol.0 (3329233) Rolladen Hof 2 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 15:05:24.529  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:05:24.530  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_3.position: false
                                            2025-10-09 15:05:24.530  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 3 value: 0%
                                            2025-10-09 15:05:24.531  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 15:05:24.531  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 3 old height: 100% new height: 0%
                                            2025-10-09 15:05:24.541  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 15:05:24.541  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 3 old value = 100% | new value = 0%
                                            2025-10-09 15:05:24.541  - debug: shuttercontrol.0 (3329233) Rolladen Hof 3 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 15:05:34.531  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:05:34.532  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_4.position: false
                                            2025-10-09 15:05:34.532  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 4 value: 0%
                                            2025-10-09 15:05:34.533  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 15:05:34.534  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 4 old height: 100% new height: 0%
                                            2025-10-09 15:05:34.534  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 15:05:34.543  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 15:05:34.543  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 4 old value = 100% | new value = 0%
                                            2025-10-09 15:05:34.543  - debug: shuttercontrol.0 (3329233) Rolladen Hof 4 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 15:05:34.544  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 15:05:34.544  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 4 old value = 100% | new value = 0%
                                            2025-10-09 15:05:34.544  - debug: shuttercontrol.0 (3329233) Rolladen Hof 4 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 15:05:37.276  - debug: shuttercontrol.0 (3329233) Brightness sensor value: 19107.84
                                            2025-10-09 15:05:44.534  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:05:44.535  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_5.position: false
                                            2025-10-09 15:05:44.536  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 5 value: 0%
                                            2025-10-09 15:05:44.536  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 15:05:44.537  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 15:05:44.537  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 5 old height: 100% new height: 0%
                                            2025-10-09 15:05:44.546  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 15:05:44.546  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 5 old value = 100% | new value = 0%
                                            2025-10-09 15:05:44.546  - debug: shuttercontrol.0 (3329233) Rolladen Hof 5 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 15:05:44.547  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 15:05:44.547  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 5 old value = 100% | new value = 0%
                                            2025-10-09 15:05:44.547  - debug: shuttercontrol.0 (3329233) Rolladen Hof 5 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 15:05:47.276  - debug: shuttercontrol.0 (3329233) Brightness State Down is: false
                                            2025-10-09 15:05:54.538  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:05:54.539  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_6.position: false
                                            2025-10-09 15:06:04.540  - debug: shuttercontrol.0 (3329233) Start pendingAlarm to check whether an alarm is currently pending (except in the event of frost)
                                            2025-10-09 15:06:04.541  - debug: shuttercontrol.0 (3329233) status alarm pending for alias.0.blinds.Hof_7.position: false
                                            2025-10-09 15:06:04.541  - info: shuttercontrol.0 (3329233) Alarm rain end Set ID: Rolladen Hof 7 value: 0%
                                            2025-10-09 15:06:04.542  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 15:06:04.542  - debug: shuttercontrol.0 (3329233) shutter alarm rain endet and no other alarm is pending Rolladen Hof 7 old height: 100% new height: 0%
                                            2025-10-09 15:06:04.552  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 15:06:04.552  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 7 old value = 100% | new value = 0%
                                            2025-10-09 15:06:04.552  - debug: shuttercontrol.0 (3329233) Rolladen Hof 7 Old value = 100% | New value = 0% | automatic is active
                                            2025-10-09 15:06:04.583  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check started
                                            2025-10-09 15:06:04.592  - debug: shuttercontrol.0 (3329233) #0 wait for shutter check end
                                            2025-10-09 15:06:04.593  - debug: shuttercontrol.0 (3329233) Shutter state changed: Rolladen Hof 7 old value = 100% | new value = 0%
                                            2025-10-09 15:06:04.593  - debug: shuttercontrol.0 (3329233) Rolladen Hof 7 Old value = 100% | New value = 0% | automatic is active
                                            

                                            Im Grunde war heute, bis auf diese komischen Reaktionen auf das false im Regenalarm, so, wie ich mir das vorgestellt habe. Danke schonmal für die ganze Unterstützung. 🙂

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            842
                                            Online

                                            32.2k
                                            Users

                                            80.9k
                                            Topics

                                            1.3m
                                            Posts

                                            rollladen rollladensteuerung shuttercontrol
                                            332
                                            7397
                                            10428629
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo