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

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter shuttercontrol v2.0.x

NEWS

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

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

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

Test Adapter shuttercontrol v2.0.x

Geplant Angeheftet Gesperrt Verschoben Tester
rollladenrollladensteuerungshuttercontrol
7.4k Beiträge 332 Kommentatoren 10.6m Aufrufe 254 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • simatecS Offline
    simatecS Offline
    simatec
    Developer Most Active
    schrieb am zuletzt editiert von
    #6343

    Ab sofort steht die Version 1.6.2 auf Github und im latest zur Verfügung.

    Changelog

    1.6.2 (2023-08-28)

    • (simatec) Dependencies updated
    • (simatec) node 20 tests added
    • (simatec) Fix ending Sunprotect with open door/window
    • (5G7K) Fix timing & some states for sunprotect
    • Besuche meine Github Seite
    • Beitrag hat geholfen oder willst du mich unterstützen
    • HowTo Restore ioBroker
    1 Antwort Letzte Antwort
    2
    • S Offline
      S Offline
      steimi
      schrieb am zuletzt editiert von steimi
      #6344

      Ich habe die 1.6.2 in Verwendung, allerdings schiebe ich ein Problem schon länger vor mir her.
      Ich habe an verschiedenen Fenstern ein Dreh-/Kippsensor um die Rollos auf Lüfterstellung oder komplett auf zu Fahren. Allerdings fahren die Rollos bei zeitgesteuerten Herunterfahren immer komplett herunter und ignorieren den Zustand des Sensors. Eigentlich sollte z.B das Fenster mit Lüftungsstellung gleich auf die entsprechende Höhe fahren. Jetzt muss ich immer einmal den Griff komplett schliessen und wieder kippen damit das Fenster erneut getriggert wird und auf die Höhe fährt.

      Ist diese Funktionalität bereits im Adapter gegeben? Was müsste ich einstellen damit es wie gewünscht funktioniert?

      {
        "_id": "system.adapter.shuttercontrol.0",
        "common": {
          "name": "shuttercontrol",
          "version": "1.6.2",
          "title": "shuttercontrol",
          "authors": [
            "simatec <shuttercontrol@simateccloud.de>"
          ],
          "keywords": [
            "ioBroker",
            "Smart Home",
            "home automation",
            "Rollladen",
            "Jalousie",
            "Rollladensteuerung"
          ],
          "license": "MIT",
          "platform": "Javascript/Node.js",
          "main": "main.js",
          "icon": "shuttercontrol.png",
          "enabled": true,
          "extIcon": "https://raw.githubusercontent.com/simatec/ioBroker.shuttercontrol/master/admin/shuttercontrol.png",
          "readme": "https://github.com/simatec/ioBroker.shuttercontrol/blob/master/README.md",
          "loglevel": "debug",
          "mode": "daemon",
          "type": "climate-control",
          "compact": true,
          "materialize": true,
          "connectionType": "local",
          "dataSource": "push",
          "stopBeforeUpdate": true,
          "adminUI": {
            "config": "materialize"
          },
          "plugins": {
            "sentry": {
              "dsn": "https://5f58df7167d846e3a90bae5414d4fc09@sentry.iobroker.net/62"
            }
          },
          "installedFrom": "iobroker.shuttercontrol@1.6.2",
          "installedVersion": "1.6.2",
          "host": "iobroker",
          "dependencies": [
            {
              "js-controller": ">=4.0.0"
            }
          ],
          "globalDependencies": [
            {
              "admin": ">=6.0.0"
            }
          ]
        },
        "native": {
          "livingAutomatic": "livingSunriseSunset",
          "W_shutterDownLiving": "22:00",
          "W_shutterUpLivingMin": "05:00",
          "W_shutterUpLivingMax": "06:00",
          "driveDelayUpLiving": "1",
          "WE_shutterDownLiving": "22:00",
          "WE_shutterUpLivingMin": "07:00",
          "WE_shutterUpLivingMax": "07:30",
          "sleepAutomatic": "sleepSunriseSunset",
          "W_shutterDownSleep": "21:30",
          "W_shutterUpSleepMin": "06:00",
          "W_shutterUpSleepMax": "07:00",
          "driveDelayUpSleep": "0",
          "WE_shutterDownSleep": "22:00",
          "WE_shutterUpSleepMin": "07:00",
          "WE_shutterUpSleepMax": "07:30",
          "childrenAutomatic": "childrenSunriseSunset",
          "W_shutterDownChildren": "19:30",
          "W_shutterUpChildrenMin": "05:30",
          "W_shutterUpChildrenMax": "06:00",
          "driveDelayUpChildren": "1",
          "WE_shutterDownChildren": "20:00",
          "WE_shutterUpChildrenMin": "08:00",
          "WE_shutterUpChildrenMax": "08:00",
          "latitude": "xx.xxxxxx",
          "longitude": "xx.xxxxxx",
          "sunProtEndElevation": "15",
          "astroDelayUp": "-20",
          "astroDelayDown": "23",
          "driveDelayUpAstro": "0",
          "SummerStart": "01.03.",
          "SummerEnd": "30.09.",
          "XMasStart": "01.12.",
          "XMasEnd": "06.01.",
          "publicHolidays": true,
          "publicHolInstance": "feiertage.0",
          "HolidayDP": "ical.0.events.0.today.Urlaub",
          "lightsensorDown": "400",
          "lightsensorUp": "500",
          "lightsensorUpTime": "06:00",
          "lightsensorDownTime": "17:30",
          "lightsensorUpDown": "",
          "schoolfree": false,
          "schoolfreeInstance": "",
          "schoolfreeDP": "0_userdata.0.Rollladen.SchoolFree",
          "schoolfreeChildrenArea": true,
          "schoolfreeSleepArea": false,
          "schoolfreeLivingArea": false,
          "LateAllDown": false,
          "LateAllDownTime": "22:15",
          "betweenPositionTime": "22:00",
          "noGoTime": "0",
          "currentShutterState": true,
          "currentShutterStateTime": "30",
          "blockManuMode": true,
          "shutterStateRound": "5",
          "triggerAutoSleep": "",
          "triggerAutoLiving": "",
          "triggerAutoChildren": "",
          "alarmWind1Level": "100",
          "alarmWind1": "",
          "alarmWind2Level": "100",
          "alarmWind2": "",
          "alarmRainLevel": "100",
          "alarmRain": "",
          "alarmFrostLevel": "20",
          "alarmFrost": "0_userdata.0.Wetter_Klima.var_weather_frost",
          "alarmFireLevel": "100",
          "alarmFire": "",
          "events": [
            {
              "enabled": true,
              "shutterName": "Kueche_F1",
              "name": "alias.0.Rollladen.Kueche_F1",
              "triggerID": "",
              "typeUp": "living",
              "typeDown": "living",
              "type": "outside temperature and direction",
              "heightDownSun": "30",
              "direction": "110",
              "directionRange": "50",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "35",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "none",
              "triggerStateTilted": "none",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "off",
              "elevation": "8",
              "autoDrive": "off",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": false,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "",
              "heatProtection": false
            },
            {
              "enabled": true,
              "shutterName": "Kueche_F2",
              "name": "alias.0.Rollladen.Kueche_F2",
              "triggerID": "",
              "typeUp": "living",
              "typeDown": "living",
              "type": "outside temperature and direction",
              "heightDownSun": "30",
              "direction": "200",
              "directionRange": "75",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "35",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "0",
              "triggerStateTilted": "none",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "off",
              "elevation": "8",
              "autoDrive": "off",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": true,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "39",
              "heatProtection": true
            },
            {
              "enabled": true,
              "shutterName": "WZ_F1",
              "name": "alias.0.Rollladen.WZ_F1",
              "triggerID": "0_userdata.0.Rollladen.Dummy_Fensterkontakt",
              "typeUp": "living",
              "typeDown": "living",
              "type": "outside temperature and direction",
              "heightDownSun": "30",
              "direction": "200",
              "directionRange": "75",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "35",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "0",
              "triggerStateTilted": "none",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "off",
              "elevation": "8",
              "autoDrive": "off",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": true,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "39",
              "heatProtection": true
            },
            {
              "enabled": true,
              "shutterName": "WZ_F2",
              "name": "alias.0.Rollladen.WZ_F2",
              "triggerID": "",
              "typeUp": "living",
              "typeDown": "living",
              "type": "outside temperature and direction",
              "heightDownSun": "15",
              "direction": "290",
              "directionRange": "90",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "35",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "0",
              "triggerStateTilted": "none",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "off",
              "elevation": "8",
              "autoDrive": "off",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": true,
              "triggerAction": "",
              "driveAfterClose": false,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "39",
              "heatProtection": true
            },
            {
              "enabled": true,
              "shutterName": "WZ_F3",
              "name": "alias.0.Rollladen.WZ_F3",
              "triggerID": "",
              "typeUp": "living",
              "typeDown": "living",
              "type": "outside temperature and direction",
              "heightDownSun": "25",
              "direction": "245",
              "directionRange": "55",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "35",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "0",
              "triggerStateTilted": "none",
              "triggerDrive": "100",
              "triggerDriveTildet": "0",
              "triggerChange": "off",
              "elevation": "8",
              "autoDrive": "off",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": true,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "39",
              "heatProtection": true
            },
            {
              "enabled": true,
              "shutterName": "WZ_F4",
              "name": "alias.0.Rollladen.WZ_F4",
              "triggerID": "",
              "typeUp": "living",
              "typeDown": "living",
              "type": "off",
              "heightDownSun": "20",
              "direction": "290",
              "directionRange": "50",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "35",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "none",
              "triggerStateTilted": "none",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "off",
              "elevation": "8",
              "autoDrive": "off",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": false,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "0",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "",
              "heatProtection": false
            },
            {
              "enabled": true,
              "shutterName": "WZ_F5",
              "name": "alias.0.Rollladen.WZ_F5",
              "triggerID": "",
              "typeUp": "living",
              "typeDown": "living",
              "type": "outside temperature and direction",
              "heightDownSun": "35",
              "direction": "335",
              "directionRange": "50",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "35",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "0",
              "triggerStateTilted": "none",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "off",
              "elevation": "8",
              "autoDrive": "off",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": false,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "",
              "heatProtection": false
            },
            {
              "enabled": true,
              "shutterName": "WZ_F6",
              "name": "alias.0.Rollladen.WZ_F6",
              "triggerID": "",
              "typeUp": "living",
              "typeDown": "living",
              "type": "outside temperature and direction",
              "heightDownSun": "35",
              "direction": "290",
              "directionRange": "70",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "35",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "35",
              "triggerState": "0",
              "triggerStateTilted": "none",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "off",
              "elevation": "8",
              "autoDrive": "off",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": false,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "",
              "heatProtection": false
            },
            {
              "enabled": true,
              "shutterName": "Bad_EG_F1",
              "name": "alias.0.Rollladen.Bad_EG_F1",
              "triggerID": "",
              "typeUp": "living",
              "typeDown": "living",
              "type": "outside temperature and direction",
              "heightDownSun": "40",
              "direction": "20",
              "directionRange": "50",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "37",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "none",
              "triggerStateTilted": "none",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "off",
              "elevation": "8",
              "autoDrive": "off",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": false,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "0",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "",
              "heatProtection": false
            },
            {
              "enabled": true,
              "shutterName": "HWR_F1",
              "name": "alias.0.Rollladen.HWR_F1",
              "triggerID": "hm-rpc.0.00109D898C3CC9.1.STATE",
              "typeUp": "living",
              "typeDown": "living",
              "type": "outside temperature and direction",
              "heightDownSun": "20",
              "direction": "20",
              "directionRange": "50",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "37",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "20",
              "triggerState": "none",
              "triggerStateTilted": "1",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "upDown",
              "elevation": "8",
              "autoDrive": "off",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": false,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "0",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "",
              "heatProtection": false
            },
            {
              "enabled": true,
              "shutterName": "KZ_1_F1",
              "name": "alias.0.Rollladen.OG_1_F1",
              "triggerID": "hm-rpc.0.0007DF299508E8.1.STATE",
              "typeUp": "children",
              "typeDown": "children",
              "type": "outside temperature and direction",
              "heightDownSun": "20",
              "direction": "200",
              "directionRange": "75",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "33",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "0",
              "triggerStateTilted": "1",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "upDown",
              "elevation": "8",
              "autoDrive": "upDown",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": true,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "50",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "39",
              "heatProtection": true
            },
            {
              "enabled": true,
              "shutterName": "Buero_F1",
              "name": "alias.0.Rollladen.OG_2_F1",
              "triggerID": "hm-rpc.0.0007DF29950946.1.STATE",
              "typeUp": "children",
              "typeDown": "children",
              "type": "outside temperature and direction",
              "heightDownSun": "20",
              "direction": "200",
              "directionRange": "75",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "33",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "0",
              "triggerStateTilted": "1",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "upDown",
              "elevation": "8",
              "autoDrive": "upDown",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": true,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "0",
              "betweenPosition": false,
              "betweenPositionLevel": "50",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "39",
              "heatProtection": true
            },
            {
              "enabled": true,
              "shutterName": "Buero_F2",
              "name": "alias.0.Rollladen.OG_2_F2",
              "triggerID": "hm-rpc.0.0007DF29950BFB.1.STATE",
              "typeUp": "children",
              "typeDown": "children",
              "type": "outside temperature and direction",
              "heightDownSun": "50",
              "direction": "290",
              "directionRange": "90",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "35",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "50",
              "triggerState": "0",
              "triggerStateTilted": "1",
              "triggerDrive": "100",
              "triggerDriveTildet": "50",
              "triggerChange": "upDown",
              "elevation": "8",
              "autoDrive": "upDown",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": true,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "50",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": false,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "39",
              "heatProtection": true
            },
            {
              "enabled": true,
              "shutterName": "KZ_2_F1",
              "name": "alias.0.Rollladen.OG_3_F1",
              "triggerID": "hm-rpc.0.0007DF29950C05.1.STATE",
              "typeUp": "children",
              "typeDown": "children",
              "type": "outside temperature and direction",
              "heightDownSun": "25",
              "direction": "290",
              "directionRange": "90",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "35",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "0",
              "triggerStateTilted": "1",
              "triggerDrive": "100",
              "triggerDriveTildet": "25",
              "triggerChange": "upDown",
              "elevation": "8",
              "autoDrive": "upDown",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": true,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "50",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "5",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "39",
              "heatProtection": true
            },
            {
              "enabled": true,
              "shutterName": "KZ_2_F2",
              "name": "alias.0.Rollladen.OG_3_F2",
              "triggerID": "hm-rpc.0.0007DF29950C91.1.STATE",
              "typeUp": "children",
              "typeDown": "children",
              "type": "outside temperature and direction",
              "heightDownSun": "20",
              "direction": "20",
              "directionRange": "75",
              "tempInside": "23",
              "tempSensor": "",
              "outsideTempSensor": "0_userdata.0.Wetter_Klima.var_weather_temperature_sun_gleitend",
              "tempOutside": "37",
              "lightSensor": "",
              "valueLight": "15",
              "heightUp": "100",
              "heightDown": "0",
              "triggerState": "0",
              "triggerStateTilted": "1",
              "triggerDrive": "100",
              "triggerDriveTildet": "20",
              "triggerChange": "upDown",
              "elevation": "8",
              "autoDrive": "upDown",
              "hysteresisOutside": "15",
              "hysteresisInside": "5",
              "hysteresisLight": "5",
              "currentAction": "",
              "currentHeight": "",
              "oldHeight": "",
              "firstCompleteUp": "",
              "triggerHeight": "",
              "LateDown": false,
              "inSummerNotDown": false,
              "KeepSunProtect": false,
              "triggerAction": "",
              "driveAfterClose": true,
              "useXmasLevel": false,
              "XmasLevel": "",
              "betweenPosition": false,
              "betweenPositionLevel": "50",
              "trigDelyUp": "",
              "trigDelyDown": "",
              "sunProtectEndDely": "0",
              "sunProtectEndtimerid": "",
              "enableAlarmWind1": false,
              "enableAlarmWind2": false,
              "enableAlarmRain": false,
              "enableAlarmFrost": true,
              "enableAlarmFire": false,
              "alarmTriggerAction": "",
              "alarmTriggerLevel": "",
              "lastAutoAction": "",
              "tempHeatProtection": "",
              "heatProtection": false
            }
          ]
        }
      }
      

      @simatec kannst du was zum mein Problem sagen? Soll ich ein Issue auf Github erstellen?

      1 Antwort Letzte Antwort
      0
      • U Offline
        U Offline
        Unbeliveable89
        schrieb am zuletzt editiert von
        #6345

        Hi zusammen,

        mittlerweile habe ich den Adapter ziemlich gut im Griff. Jetzt hätte ich dennoch ein paar Fragen, die die Doku leider nicht beantworten konnte.

        1. Seit Version 1.6 (habe mitterweile 1.6.2 installiert) springt der Manu-Mode nach kurzer Zeit wieder in den Automatikmodus, ohne dass ich Einstellungen geändert haben. Vorher hat es super funktioniert, dass man z.B. den Sunprotect eines einzelnen Rollos beenden konnte, in dem eine andere Position (nicht 0 oder 100) angefahren wurde. Dies funktioniert leider nicht mehr. Den neuen Button unter Extra-Einstellungen "Blockieren des Manu-Mode" habe ich testweiße auch mal aktiviert und deaktiviert - kein Unterschied. (was soll der bewirken?)

        2. Ist es irgendwie möglich, evtl. über einem Datenpunkt, die Sunprotect-Automatik komplett an oder abzuschalten? Das wäre sicher für sehr viele Leute sinnvoll.

        Vielen Dank für die tolle Arbeit.

        Viele Grüße

        HomoranH simatecS 2 Antworten Letzte Antwort
        0
        • U Unbeliveable89

          Hi zusammen,

          mittlerweile habe ich den Adapter ziemlich gut im Griff. Jetzt hätte ich dennoch ein paar Fragen, die die Doku leider nicht beantworten konnte.

          1. Seit Version 1.6 (habe mitterweile 1.6.2 installiert) springt der Manu-Mode nach kurzer Zeit wieder in den Automatikmodus, ohne dass ich Einstellungen geändert haben. Vorher hat es super funktioniert, dass man z.B. den Sunprotect eines einzelnen Rollos beenden konnte, in dem eine andere Position (nicht 0 oder 100) angefahren wurde. Dies funktioniert leider nicht mehr. Den neuen Button unter Extra-Einstellungen "Blockieren des Manu-Mode" habe ich testweiße auch mal aktiviert und deaktiviert - kein Unterschied. (was soll der bewirken?)

          2. Ist es irgendwie möglich, evtl. über einem Datenpunkt, die Sunprotect-Automatik komplett an oder abzuschalten? Das wäre sicher für sehr viele Leute sinnvoll.

          Vielen Dank für die tolle Arbeit.

          Viele Grüße

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

          @unbeliveable89 sagte in Test Adapter shuttercontrol v1.6.x:

          Ist es irgendwie möglich, evtl. über einem Datenpunkt, die Sunprotect-Automatik komplett an oder abzuschalten?

          ja!
          mit dem DP Auto_Sun.

          @unbeliveable89 sagte in Test Adapter shuttercontrol v1.6.x:

          springt der Manu-Mode nach kurzer Zeit wieder in den Automatikmodus, ohne dass ich Einstellungen geändert haben

          das wurde vor einiger Zeit eingeführt um es zu erleichtern den Manu_Mode wieder zu beenden.
          Wenn der Rollladen manuell in eine vorkonfigurierte Höhe gefahren wird, übernimmt shuttercontrol diese entsprechend und wechselt in den Auto Mode.

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

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

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

          U 2 Antworten Letzte Antwort
          0
          • HomoranH Homoran

            @unbeliveable89 sagte in Test Adapter shuttercontrol v1.6.x:

            Ist es irgendwie möglich, evtl. über einem Datenpunkt, die Sunprotect-Automatik komplett an oder abzuschalten?

            ja!
            mit dem DP Auto_Sun.

            @unbeliveable89 sagte in Test Adapter shuttercontrol v1.6.x:

            springt der Manu-Mode nach kurzer Zeit wieder in den Automatikmodus, ohne dass ich Einstellungen geändert haben

            das wurde vor einiger Zeit eingeführt um es zu erleichtern den Manu_Mode wieder zu beenden.
            Wenn der Rollladen manuell in eine vorkonfigurierte Höhe gefahren wird, übernimmt shuttercontrol diese entsprechend und wechselt in den Auto Mode.

            U Offline
            U Offline
            Unbeliveable89
            schrieb am zuletzt editiert von
            #6347

            @homoran Der Ordner Auto_Sun. Wald vor lauter Bäumen und so. Danke!

            Bzgl. dem Manu-Mode: bei Version 1.5.x war es noch so, dass nach dem manuellen Bedienen der Auto-Mode in den Manu-Mode gewechselt hat, es sei denn, man fuhrt eine bekannte Position/Höhe (up, down, sunprotect) an. Das war sehr eingängig und super.

            Wenn jetzt z.B. Sunprotect greift und ein Rollladen fährt, ich aber möchte, dass er oben bleibt und ich ihn z.B. auf Position 5 (0 ist offen) fahre, dann dauert es einige Sekunden und er fährt von selbst komplett auf (0), ist damit wieder im Auto-Mode und setzt kurz danach wieder die Sunprotect Position.

            HomoranH 1 Antwort Letzte Antwort
            0
            • U Unbeliveable89

              @homoran Der Ordner Auto_Sun. Wald vor lauter Bäumen und so. Danke!

              Bzgl. dem Manu-Mode: bei Version 1.5.x war es noch so, dass nach dem manuellen Bedienen der Auto-Mode in den Manu-Mode gewechselt hat, es sei denn, man fuhrt eine bekannte Position/Höhe (up, down, sunprotect) an. Das war sehr eingängig und super.

              Wenn jetzt z.B. Sunprotect greift und ein Rollladen fährt, ich aber möchte, dass er oben bleibt und ich ihn z.B. auf Position 5 (0 ist offen) fahre, dann dauert es einige Sekunden und er fährt von selbst komplett auf (0), ist damit wieder im Auto-Mode und setzt kurz danach wieder die Sunprotect Position.

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

              @unbeliveable89 sagte in Test Adapter shuttercontrol v1.6.x:

              z.B. auf Position 5 (0 ist offen) fahre,

              versuch mal 7 oder 8.
              Da ist jetzt eine Unschärfe reingekommen, weil es Aktoren gibt, die zu ungenau sind.
              Ich weiss aber nicht, ob diese Option konfiguriert werden kann.

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

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

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

              1 Antwort Letzte Antwort
              0
              • U Unbeliveable89

                Hi zusammen,

                mittlerweile habe ich den Adapter ziemlich gut im Griff. Jetzt hätte ich dennoch ein paar Fragen, die die Doku leider nicht beantworten konnte.

                1. Seit Version 1.6 (habe mitterweile 1.6.2 installiert) springt der Manu-Mode nach kurzer Zeit wieder in den Automatikmodus, ohne dass ich Einstellungen geändert haben. Vorher hat es super funktioniert, dass man z.B. den Sunprotect eines einzelnen Rollos beenden konnte, in dem eine andere Position (nicht 0 oder 100) angefahren wurde. Dies funktioniert leider nicht mehr. Den neuen Button unter Extra-Einstellungen "Blockieren des Manu-Mode" habe ich testweiße auch mal aktiviert und deaktiviert - kein Unterschied. (was soll der bewirken?)

                2. Ist es irgendwie möglich, evtl. über einem Datenpunkt, die Sunprotect-Automatik komplett an oder abzuschalten? Das wäre sicher für sehr viele Leute sinnvoll.

                Vielen Dank für die tolle Arbeit.

                Viele Grüße

                simatecS Offline
                simatecS Offline
                simatec
                Developer Most Active
                schrieb am zuletzt editiert von
                #6349

                @unbeliveable89 Bitte poste deine Config hier als JSON File

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

                  @unbeliveable89 Bitte poste deine Config hier als JSON File

                  U Offline
                  U Offline
                  Unbeliveable89
                  schrieb am zuletzt editiert von Unbeliveable89
                  #6350

                  @simatec Bitte schön: system.adapter.shuttercontrol.0.json

                  @Homoran ja, da habe ich in den Extras auch etwas von wegen Rundung gesehen. Dies habe ich aber ausgeschalten. Ist allerdings auch bei unwillkürlichen Werten wie 57 oder 71.

                  simatecS 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @unbeliveable89 sagte in Test Adapter shuttercontrol v1.6.x:

                    Ist es irgendwie möglich, evtl. über einem Datenpunkt, die Sunprotect-Automatik komplett an oder abzuschalten?

                    ja!
                    mit dem DP Auto_Sun.

                    @unbeliveable89 sagte in Test Adapter shuttercontrol v1.6.x:

                    springt der Manu-Mode nach kurzer Zeit wieder in den Automatikmodus, ohne dass ich Einstellungen geändert haben

                    das wurde vor einiger Zeit eingeführt um es zu erleichtern den Manu_Mode wieder zu beenden.
                    Wenn der Rollladen manuell in eine vorkonfigurierte Höhe gefahren wird, übernimmt shuttercontrol diese entsprechend und wechselt in den Auto Mode.

                    U Offline
                    U Offline
                    Unbeliveable89
                    schrieb am zuletzt editiert von
                    #6351

                    @homoran sagte in Test Adapter shuttercontrol v1.6.x:

                    @unbeliveable89 sagte in Test Adapter shuttercontrol v1.6.x:

                    Ist es irgendwie möglich, evtl. über einem Datenpunkt, die Sunprotect-Automatik komplett an oder abzuschalten?

                    ja!
                    mit dem DP Auto_Sun.

                    Leider lassen sich diese Datenpunkte per VIS nicht wirklich nutzen, da hier der Zustand (wie üblich) nicht bestätigt wird. Bzw "false" wird bestätigt (grün), "true" aber nicht (rot).

                    1 Antwort Letzte Antwort
                    0
                    • U Unbeliveable89

                      @simatec Bitte schön: system.adapter.shuttercontrol.0.json

                      @Homoran ja, da habe ich in den Extras auch etwas von wegen Rundung gesehen. Dies habe ich aber ausgeschalten. Ist allerdings auch bei unwillkürlichen Werten wie 57 oder 71.

                      simatecS Offline
                      simatecS Offline
                      simatec
                      Developer Most Active
                      schrieb am zuletzt editiert von
                      #6352

                      @unbeliveable89 schalte das blocken des Manu Modes aus

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

                        @unbeliveable89 schalte das blocken des Manu Modes aus

                        U Offline
                        U Offline
                        Unbeliveable89
                        schrieb am zuletzt editiert von
                        #6353

                        @simatec Wie oben beschrieben hatte ich es schon mit und ohne probiert. Aber ich teste es morgen gerne nochmal ohne. Danke.

                        simatecS 1 Antwort Letzte Antwort
                        0
                        • U Unbeliveable89

                          @simatec Wie oben beschrieben hatte ich es schon mit und ohne probiert. Aber ich teste es morgen gerne nochmal ohne. Danke.

                          simatecS Offline
                          simatecS Offline
                          simatec
                          Developer Most Active
                          schrieb am zuletzt editiert von
                          #6354

                          @unbeliveable89 Bitte poste mit deaktivierter Option den Debuglog, wenn du den Rollladen in den Manu Mode fährst

                          • Besuche meine Github Seite
                          • Beitrag hat geholfen oder willst du mich unterstützen
                          • HowTo Restore ioBroker
                          U 1 Antwort Letzte Antwort
                          0
                          • W Offline
                            W Offline
                            watcherkb
                            schrieb am zuletzt editiert von watcherkb
                            #6355

                            @simatec
                            seit der Version 1.6.0 fahren ein paar Rollos nicht mehr aus dem Sunprotect wieder hoch, d.h. sie bleiben unten obwohl die Sonne schon woanders ist. Es geht hier in dem Fall um die EG-GästeWC oder EG-HWR-*
                            Ich finde leider den Fehler nicht.

                            Edit: das Fenster OG-Flur-Balkon läuft aber prima und ist auch auf derselben Seite wie die anderen Fenster.

                            2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 119.8°
                            2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29°
                            2023-09-06 10:10:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:10:00.009 - debug: shuttercontrol.0 (1257411) Sun Azimut: 121°
                            2023-09-06 10:10:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29.7°
                            2023-09-06 10:10:00.068 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.78
                            2023-09-06 10:11:49.489 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.47
                            2023-09-06 10:15:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:15:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 122.2°
                            2023-09-06 10:15:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30.3°
                            2023-09-06 10:17:33.336 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.58
                            2023-09-06 10:19:34.027 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.49
                            2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 123.5°
                            2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31°
                            2023-09-06 10:20:52.623 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 23.79
                            2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 124.7°
                            2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.6°
                            2023-09-06 10:26:14.980 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 23.87
                            2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 126°
                            2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.2°
                            2023-09-06 10:30:00.069 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.05
                            2023-09-06 10:32:02.152 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.38
                            2023-09-06 10:35:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 127.3°
                            2023-09-06 10:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.8°
                            2023-09-06 10:36:41.881 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 22.99
                            2023-09-06 10:39:44.140 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.69
                            2023-09-06 10:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 128.6°
                            2023-09-06 10:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.4°
                            2023-09-06 10:40:02.332 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Flur-Balkon is not active
                            2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Temperature outside: 30 < 19.00 OR Light: 2.05 < 0.40
                            2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Flur-Balkon: up_Sunprotect_end
                            2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Flur-Balkon old height: 40% new height: 100%
                            2023-09-06 10:41:02.333 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 10:41:02.339 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Flur-Balkon old value = 40 new value = 100
                            2023-09-06 10:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 129.9°
                            2023-09-06 10:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34°
                            2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 131.2°
                            2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.6°
                            2023-09-06 10:50:00.174 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.5
                            2023-09-06 10:50:36.695 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 22.99
                            2023-09-06 10:55:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 10:55:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 132.6°
                            2023-09-06 10:55:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.2°
                            2023-09-06 10:57:52.497 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.4
                            2023-09-06 10:59:03.316 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.14
                            2023-09-06 11:00:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 133.9°
                            2023-09-06 11:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.7°
                            2023-09-06 11:01:11.012 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.13
                            2023-09-06 11:05:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:05:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 135.3°
                            2023-09-06 11:05:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.3°
                            2023-09-06 11:10:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 136.7°
                            2023-09-06 11:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.8°
                            2023-09-06 11:10:00.119 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.82
                            2023-09-06 11:10:14.227 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.55
                            2023-09-06 11:11:26.434 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.57
                            2023-09-06 11:12:58.329 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.53
                            2023-09-06 11:15:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 138.1°
                            2023-09-06 11:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.3°
                            2023-09-06 11:15:32.972 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 29
                            2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 139.5°
                            2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.8°
                            2023-09-06 11:20:06.916 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.01
                            2023-09-06 11:25:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:25:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 141°
                            2023-09-06 11:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.3°
                            2023-09-06 11:28:22.755 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.52
                            2023-09-06 11:30:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:30:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 142.5°
                            2023-09-06 11:30:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.8°
                            2023-09-06 11:30:00.073 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.17
                            2023-09-06 11:31:09.296 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.8
                            2023-09-06 11:35:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:35:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 143.9°
                            2023-09-06 11:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.3°
                            2023-09-06 11:36:48.687 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 22.91
                            2023-09-06 11:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 145.4°
                            2023-09-06 11:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.7°
                            2023-09-06 11:44:25.805 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.05
                            2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 147°
                            2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.1°
                            2023-09-06 11:50:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 148.5°
                            2023-09-06 11:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.5°
                            2023-09-06 11:50:00.067 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.52
                            2023-09-06 11:50:53.320 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.17
                            2023-09-06 11:53:20.551 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.09
                            2023-09-06 11:54:21.030 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.18
                            2023-09-06 11:55:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 11:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 150.1°
                            2023-09-06 11:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.9°
                            2023-09-06 11:56:42.736 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.37
                            2023-09-06 11:59:31.016 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.14
                            2023-09-06 12:00:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:00:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 151.6°
                            2023-09-06 12:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.3°
                            2023-09-06 12:01:56.709 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.73
                            2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 153.2°
                            2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.7°
                            2023-09-06 12:06:21.627 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                            2023-09-06 12:06:21.629 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                            2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                            2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                            2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                            2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                            2023-09-06 12:06:21.674 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                            2023-09-06 12:09:07.414 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.64
                            2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 154.8°
                            2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42°
                            2023-09-06 12:10:00.094 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.7
                            2023-09-06 12:10:06.147 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                            2023-09-06 12:10:06.149 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                            2023-09-06 12:10:13.597 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.69
                            2023-09-06 12:11:18.076 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                            2023-09-06 12:11:18.076 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                            2023-09-06 12:11:18.121 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                            2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                            2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                            2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                            2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                            2023-09-06 12:11:38.607 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                            2023-09-06 12:11:38.608 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                            2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 156.5°
                            2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.3°
                            2023-09-06 12:15:22.787 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 28
                            2023-09-06 12:16:09.856 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.06
                            2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 158.1°
                            2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.6°
                            2023-09-06 12:24:25.387 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.96
                            2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 159.7°
                            2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.9°
                            2023-09-06 12:26:49.088 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                            2023-09-06 12:26:49.089 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                            2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                            2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                            2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                            2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                            2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                            2023-09-06 12:28:04.643 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.66
                            2023-09-06 12:29:04.216 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                            2023-09-06 12:29:04.217 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                            2023-09-06 12:29:34.463 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.4
                            2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 161.4°
                            2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.1°
                            2023-09-06 12:30:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.89
                            2023-09-06 12:35:00.008 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:35:00.009 - debug: shuttercontrol.0 (1257411) Sun Azimut: 163.1°
                            2023-09-06 12:35:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.4°
                            2023-09-06 12:35:44.800 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.06
                            2023-09-06 12:39:04.576 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                            2023-09-06 12:39:04.576 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                            2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                            2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                            2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                            2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                            2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                            2023-09-06 12:39:25.132 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                            2023-09-06 12:39:25.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                            2023-09-06 12:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 164.8°
                            2023-09-06 12:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.6°
                            2023-09-06 12:42:38.696 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.15
                            2023-09-06 12:45:00.010 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:45:00.010 - debug: shuttercontrol.0 (1257411) Sun Azimut: 166.5°
                            2023-09-06 12:45:00.011 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.8°
                            2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 168.2°
                            2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.9°
                            2023-09-06 12:50:00.096 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.09
                            2023-09-06 12:51:08.095 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.38
                            2023-09-06 12:53:39.384 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.13
                            2023-09-06 12:55:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 12:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 169.9°
                            2023-09-06 12:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.1°
                            2023-09-06 12:59:37.385 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.7
                            2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 171.6°
                            2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.2°
                            2023-09-06 13:01:03.789 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.71
                            2023-09-06 13:02:47.560 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.69
                            2023-09-06 13:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 173.3°
                            2023-09-06 13:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                            2023-09-06 13:05:06.662 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.36
                            2023-09-06 13:06:13.662 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.09
                            2023-09-06 13:06:34.348 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.17
                            2023-09-06 13:10:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 175.1°
                            2023-09-06 13:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                            2023-09-06 13:10:00.070 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.27
                            2023-09-06 13:11:55.629 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.25
                            2023-09-06 13:12:32.904 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.07
                            2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 176.8°
                            2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                            2023-09-06 13:17:51.196 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.93
                            2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 178.5°
                            2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                            2023-09-06 13:21:54.568 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.68
                            2023-09-06 13:25:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 180.3°
                            2023-09-06 13:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                            2023-09-06 13:25:02.189 - debug: shuttercontrol.0 (1257411) EG-WZ-2er-Tür: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                            2023-09-06 13:25:02.235 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-2er-Tür: down_Sunprotect
                            2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-2er-Tür is active
                            2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                            2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-2er-Tür old height: 100% new height: 40%
                            2023-09-06 13:25:02.347 - debug: shuttercontrol.0 (1257411) EG-WZ-Terrasse: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                            2023-09-06 13:25:02.392 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-Terrasse: down_Sunprotect
                            2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-Terrasse is active
                            2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                            2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-Terrasse old height: 100% new height: 40%
                            2023-09-06 13:25:02.593 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                            2023-09-06 13:25:02.640 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Balkon: down_Sunprotect
                            2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Balkon is active
                            2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                            2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Balkon old height: 100% new height: 40%
                            2023-09-06 13:25:02.776 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                            2023-09-06 13:25:02.823 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Felia-Balkon: down_Sunprotect
                            2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Felia-Balkon is active
                            2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                            2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Felia-Balkon old height: 100% new height: 40%
                            2023-09-06 13:26:02.235 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 13:26:02.236 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-2er-Tür old value = 100 new value = 40
                            2023-09-06 13:26:02.393 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 13:26:02.394 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-Terrasse old value = 100 new value = 40
                            2023-09-06 13:26:02.641 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 13:26:02.641 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 100 new value = 40
                            2023-09-06 13:26:02.823 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 13:26:02.824 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 100 new value = 40
                            2023-09-06 13:29:57.628 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.92
                            2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 182°
                            2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                            2023-09-06 13:34:00.544 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.15
                            2023-09-06 13:35:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 183.8°
                            2023-09-06 13:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                            2023-09-06 13:38:09.588 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.24
                            2023-09-06 13:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:40:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 185.5°
                            2023-09-06 13:40:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                            2023-09-06 13:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:45:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 187.2°
                            2023-09-06 13:45:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                            2023-09-06 13:49:28.757 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.14
                            2023-09-06 13:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 189°
                            2023-09-06 13:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.2°
                            2023-09-06 13:51:23.092 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.48
                            2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 190.7°
                            2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44°
                            2023-09-06 13:55:02.245 - debug: shuttercontrol.0 (1257411) EG-Küche: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                            2023-09-06 13:55:02.291 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-Küche: down_Sunprotect
                            2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-Küche is active
                            2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                            2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Sunprotect EG-Küche old height: 100% new height: 40%
                            2023-09-06 13:55:39.808 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.76
                            2023-09-06 13:56:02.292 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 13:56:02.292 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-Küche old value = 100 new value = 40
                            2023-09-06 14:00:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:00:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 192.4°
                            2023-09-06 14:00:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.9°
                            2023-09-06 14:03:43.428 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.77
                            2023-09-06 14:04:13.965 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.15
                            2023-09-06 14:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 194.1°
                            2023-09-06 14:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.7°
                            2023-09-06 14:05:24.674 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.08
                            2023-09-06 14:10:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:10:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 195.8°
                            2023-09-06 14:10:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.5°
                            2023-09-06 14:10:00.062 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.09
                            2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 197.5°
                            2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.3°
                            2023-09-06 14:16:34.573 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.75
                            2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 199.1°
                            2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43°
                            2023-09-06 14:20:12.949 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.41
                            2023-09-06 14:25:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 200.8°
                            2023-09-06 14:25:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.8°
                            2023-09-06 14:25:18.320 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.78
                            2023-09-06 14:25:21.312 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.3
                            2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 202.4°
                            2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.5°
                            2023-09-06 14:30:00.163 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.89
                            2023-09-06 14:30:25.835 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.5
                            2023-09-06 14:32:16.005 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.18
                            2023-09-06 14:35:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:35:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 204.1°
                            2023-09-06 14:35:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.2°
                            2023-09-06 14:35:31.727 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.28
                            2023-09-06 14:36:39.346 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.23
                            2023-09-06 14:37:46.573 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.82
                            2023-09-06 14:38:34.935 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.29
                            2023-09-06 14:38:41.168 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.96
                            2023-09-06 14:40:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:40:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 205.7°
                            2023-09-06 14:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.9°
                            2023-09-06 14:40:02.163 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-3er-Links is not active
                            2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                            2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-3er-Links: up_Sunprotect_end
                            2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-3er-Links old height: 40% new height: 100%
                            2023-09-06 14:40:02.388 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Badezimmer is not active
                            2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                            2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Badezimmer: up_Sunprotect_end
                            2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Badezimmer old height: 40% new height: 100%
                            2023-09-06 14:40:02.616 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Fenster is not active
                            2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                            2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Fenster: up_Sunprotect_end
                            2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Fenster old height: 40% new height: 100%
                            2023-09-06 14:40:36.009 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 14:41:02.164 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 14:41:02.165 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-3er-Links old value = 40 new value = 100
                            2023-09-06 14:41:02.389 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 14:41:02.390 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Badezimmer old value = 40 new value = 100
                            2023-09-06 14:41:02.618 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 14:41:02.618 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Fenster old value = 40 new value = 100
                            2023-09-06 14:41:36.010 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 14:41:36.010 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-3er-Links old value = 40 new value = 100
                            2023-09-06 14:42:27.165 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.31
                            2023-09-06 14:43:55.021 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.84
                            2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 207.3°
                            2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.5°
                            2023-09-06 14:45:14.551 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.54
                            2023-09-06 14:45:31.343 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.12
                            2023-09-06 14:49:43.660 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.45
                            2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 208.9°
                            2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.1°
                            2023-09-06 14:50:00.064 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.7
                            2023-09-06 14:51:47.887 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.81
                            2023-09-06 14:53:01.335 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.33
                            2023-09-06 14:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 14:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 210.4°
                            2023-09-06 14:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.8°
                            2023-09-06 14:55:24.296 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.82
                            2023-09-06 14:56:25.928 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.2
                            2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 212°
                            2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.4°
                            2023-09-06 15:02:14.740 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.5
                            2023-09-06 15:02:14.942 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.19
                            2023-09-06 15:03:59.032 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.32
                            2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 213.5°
                            2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.9°
                            2023-09-06 15:08:25.518 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.97
                            2023-09-06 15:10:00.009 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:10:00.010 - debug: shuttercontrol.0 (1257411) Sun Azimut: 215°
                            2023-09-06 15:10:00.010 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.5°
                            2023-09-06 15:10:00.078 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.35
                            2023-09-06 15:10:47.342 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.99
                            2023-09-06 15:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 216.5°
                            2023-09-06 15:15:00.010 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.1°
                            2023-09-06 15:15:16.267 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 29
                            2023-09-06 15:20:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 218°
                            2023-09-06 15:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.6°
                            2023-09-06 15:25:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 219.4°
                            2023-09-06 15:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.1°
                            2023-09-06 15:27:26.497 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.86
                            2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 220.9°
                            2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.6°
                            2023-09-06 15:30:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.99
                            2023-09-06 15:32:33.727 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.91
                            2023-09-06 15:32:40.877 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.18
                            2023-09-06 15:32:43.423 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.25
                            2023-09-06 15:34:08.507 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.48
                            2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 222.3°
                            2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.1°
                            2023-09-06 15:35:25.462 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.35
                            2023-09-06 15:35:54.038 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.64
                            2023-09-06 15:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 223.7°
                            2023-09-06 15:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.6°
                            2023-09-06 15:41:26.431 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.88
                            2023-09-06 15:41:31.728 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.5
                            2023-09-06 15:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:45:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 225.1°
                            2023-09-06 15:45:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36°
                            2023-09-06 15:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:50:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 226.5°
                            2023-09-06 15:50:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.5°
                            2023-09-06 15:50:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.66
                            2023-09-06 15:50:18.076 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.24
                            2023-09-06 15:50:35.622 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.91
                            2023-09-06 15:51:38.852 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.89
                            2023-09-06 15:52:51.894 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.37
                            2023-09-06 15:54:44.815 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.33
                            2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 227.8°
                            2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.9°
                            2023-09-06 15:55:15.870 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.25
                            2023-09-06 15:55:57.902 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.26
                            2023-09-06 15:57:36.979 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.57
                            2023-09-06 15:59:10.460 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.06
                            2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 229.2°
                            2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.4°
                            2023-09-06 16:01:23.156 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.21
                            2023-09-06 16:03:18.420 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.88
                            2023-09-06 16:04:14.761 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.92
                            2023-09-06 16:05:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 230.5°
                            2023-09-06 16:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.8°
                            2023-09-06 16:07:04.449 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.07
                            2023-09-06 16:10:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:10:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 231.8°
                            2023-09-06 16:10:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.2°
                            2023-09-06 16:10:00.061 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.35
                            2023-09-06 16:15:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 233.1°
                            2023-09-06 16:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.6°
                            2023-09-06 16:15:11.798 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: null
                            2023-09-06 16:15:13.979 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-2er-Tür is not active
                            2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                            2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-2er-Tür: up_Sunprotect_end
                            2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-2er-Tür old height: 40% new height: 100%
                            2023-09-06 16:15:14.195 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-Terrasse is not active
                            2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                            2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-Terrasse: up_Sunprotect_end
                            2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-Terrasse old height: 40% new height: 100%
                            2023-09-06 16:15:14.372 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-Küche is not active
                            2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                            2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-Küche: up_Sunprotect_end
                            2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Sunprotect EG-Küche old height: 40% new height: 100%
                            2023-09-06 16:15:14.683 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Balkon is not active
                            2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                            2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Balkon: up_Sunprotect_end
                            2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Balkon old height: 40% new height: 100%
                            2023-09-06 16:15:14.872 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Felia-Balkon is not active
                            2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                            2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Felia-Balkon: up_Sunprotect_end
                            2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Felia-Balkon old height: 40% new height: 100%
                            2023-09-06 16:16:13.979 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 16:16:13.980 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-2er-Tür old value = 40 new value = 100
                            2023-09-06 16:16:14.196 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 16:16:14.197 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-Terrasse old value = 40 new value = 100
                            2023-09-06 16:16:14.373 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 16:16:14.374 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-Küche old value = 40 new value = 100
                            2023-09-06 16:16:14.683 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 16:16:14.683 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 40 new value = 100
                            2023-09-06 16:16:14.872 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 16:16:14.873 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 40 new value = 100
                            2023-09-06 16:20:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:20:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 234.4°
                            2023-09-06 16:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.9°
                            2023-09-06 16:20:14.559 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.48
                            2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 235.6°
                            2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.3°
                            2023-09-06 16:27:03.363 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.38
                            2023-09-06 16:27:14.098 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.42
                            2023-09-06 16:27:45.471 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.29
                            2023-09-06 16:27:54.270 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.68
                            2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 236.9°
                            2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30.7°
                            2023-09-06 16:30:00.079 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.05
                            2023-09-06 16:30:48.288 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.53
                            2023-09-06 16:33:10.357 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.28
                            2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 238.1°
                            2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30°
                            2023-09-06 16:37:03.351 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.21
                            2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 239.3°
                            2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29.4°
                            2023-09-06 16:42:47.753 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                            2023-09-06 16:42:47.756 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                            2023-09-06 16:42:47.801 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                            2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                            2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                            2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                            2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                            2023-09-06 16:44:17.711 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                            2023-09-06 16:44:17.712 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                            2023-09-06 16:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 240.5°
                            2023-09-06 16:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 28.7°
                            2023-09-06 16:45:01.070 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.98
                            2023-09-06 16:47:53.938 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.33
                            2023-09-06 16:48:18.541 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 24
                            2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 241.7°
                            2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 28°
                            2023-09-06 16:50:00.068 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.65
                            2023-09-06 16:50:12.637 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.24
                            2023-09-06 16:50:55.882 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.27
                            2023-09-06 16:50:57.908 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.73
                            2023-09-06 16:52:30.820 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 24.01
                            2023-09-06 16:54:49.360 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 24.05
                            2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 242.9°
                            2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 27.3°
                            2023-09-06 16:57:46.352 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.25
                            2023-09-06 16:59:15.105 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 24.19
                            2023-09-06 17:00:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 17:00:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 244°
                            2023-09-06 17:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 26.7°
                            2023-09-06 17:00:42.819 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 17:01:09.923 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                            2023-09-06 17:01:42.819 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 100 new value = 25
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) set Manu_Mode #1 OG-Felia-Balkon
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon drived manually to 25. Old value = 100. New value = 25
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 shutterName: OG-Felia-Balkon
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 shutterState: 25 %
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentAction: Manu_Mode
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 triggerAction: Manu_Mode
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentHeight: 100 %
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 oldHeight: 100 %
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentShutterState: activated
                            2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentShutterStateTime: 60 seconds
                            2023-09-06 17:01:45.875 - debug: shuttercontrol.0 (1257411) save current height after State Check: 25% from OG-Felia-Balkon
                            2023-09-06 17:01:45.875 - debug: shuttercontrol.0 (1257411) Shutter OG-Felia-Balkon was moved manually to: 25% - prevent trigger from driving back
                            2023-09-06 17:02:09.923 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                            2023-09-06 17:02:09.923 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 100 new value = 30
                            2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) set Manu_Mode #1 OG-Samuel-Balkon
                            2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon drived manually to 30. Old value = 100. New value = 30
                            2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                            2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 shutterName: OG-Samuel-Balkon
                            2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 shutterState: 30 %
                            2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentAction: Manu_Mode
                            2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 triggerAction: Manu_Mode
                            2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentHeight: 100 %
                            2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 oldHeight: 100 %
                            2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentShutterState: activated
                            2023-09-06 17:02:09.925 - debug: shuttercontrol.0 (1257411) #1 currentShutterStateTime: 60 seconds
                            2023-09-06 17:02:12.978 - debug: shuttercontrol.0 (1257411) save current height after State Check: 30% from OG-Samuel-Balkon
                            2023-09-06 17:02:12.978 - debug: shuttercontrol.0 (1257411) Shutter OG-Samuel-Balkon was moved manually to: 30% - prevent trigger from driving back
                            2023-09-06 17:03:32.078 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.34
                            2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 245.2°
                            2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 26°
                            2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 246.3°
                            2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 25.3°
                            2023-09-06 17:10:00.098 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.28
                            2023-09-06 17:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                            2023-09-06 17:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 247.4°
                            2023-09-06 17:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 24.6°
                            
                            

                            Settings


                            system.adapter.shuttercontrol.0 (1).json

                            CC2538+CC2592 PA-Zigbee-Funkmodul

                            simatecS A 2 Antworten Letzte Antwort
                            0
                            • W watcherkb

                              @simatec
                              seit der Version 1.6.0 fahren ein paar Rollos nicht mehr aus dem Sunprotect wieder hoch, d.h. sie bleiben unten obwohl die Sonne schon woanders ist. Es geht hier in dem Fall um die EG-GästeWC oder EG-HWR-*
                              Ich finde leider den Fehler nicht.

                              Edit: das Fenster OG-Flur-Balkon läuft aber prima und ist auch auf derselben Seite wie die anderen Fenster.

                              2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 119.8°
                              2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29°
                              2023-09-06 10:10:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:10:00.009 - debug: shuttercontrol.0 (1257411) Sun Azimut: 121°
                              2023-09-06 10:10:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29.7°
                              2023-09-06 10:10:00.068 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.78
                              2023-09-06 10:11:49.489 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.47
                              2023-09-06 10:15:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:15:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 122.2°
                              2023-09-06 10:15:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30.3°
                              2023-09-06 10:17:33.336 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.58
                              2023-09-06 10:19:34.027 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.49
                              2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 123.5°
                              2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31°
                              2023-09-06 10:20:52.623 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 23.79
                              2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 124.7°
                              2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.6°
                              2023-09-06 10:26:14.980 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 23.87
                              2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 126°
                              2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.2°
                              2023-09-06 10:30:00.069 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.05
                              2023-09-06 10:32:02.152 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.38
                              2023-09-06 10:35:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 127.3°
                              2023-09-06 10:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.8°
                              2023-09-06 10:36:41.881 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 22.99
                              2023-09-06 10:39:44.140 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.69
                              2023-09-06 10:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 128.6°
                              2023-09-06 10:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.4°
                              2023-09-06 10:40:02.332 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Flur-Balkon is not active
                              2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Temperature outside: 30 < 19.00 OR Light: 2.05 < 0.40
                              2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Flur-Balkon: up_Sunprotect_end
                              2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Flur-Balkon old height: 40% new height: 100%
                              2023-09-06 10:41:02.333 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 10:41:02.339 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Flur-Balkon old value = 40 new value = 100
                              2023-09-06 10:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 129.9°
                              2023-09-06 10:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34°
                              2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 131.2°
                              2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.6°
                              2023-09-06 10:50:00.174 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.5
                              2023-09-06 10:50:36.695 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 22.99
                              2023-09-06 10:55:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 10:55:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 132.6°
                              2023-09-06 10:55:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.2°
                              2023-09-06 10:57:52.497 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.4
                              2023-09-06 10:59:03.316 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.14
                              2023-09-06 11:00:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 133.9°
                              2023-09-06 11:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.7°
                              2023-09-06 11:01:11.012 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.13
                              2023-09-06 11:05:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:05:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 135.3°
                              2023-09-06 11:05:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.3°
                              2023-09-06 11:10:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 136.7°
                              2023-09-06 11:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.8°
                              2023-09-06 11:10:00.119 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.82
                              2023-09-06 11:10:14.227 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.55
                              2023-09-06 11:11:26.434 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.57
                              2023-09-06 11:12:58.329 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.53
                              2023-09-06 11:15:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 138.1°
                              2023-09-06 11:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.3°
                              2023-09-06 11:15:32.972 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 29
                              2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 139.5°
                              2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.8°
                              2023-09-06 11:20:06.916 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.01
                              2023-09-06 11:25:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:25:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 141°
                              2023-09-06 11:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.3°
                              2023-09-06 11:28:22.755 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.52
                              2023-09-06 11:30:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:30:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 142.5°
                              2023-09-06 11:30:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.8°
                              2023-09-06 11:30:00.073 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.17
                              2023-09-06 11:31:09.296 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.8
                              2023-09-06 11:35:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:35:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 143.9°
                              2023-09-06 11:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.3°
                              2023-09-06 11:36:48.687 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 22.91
                              2023-09-06 11:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 145.4°
                              2023-09-06 11:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.7°
                              2023-09-06 11:44:25.805 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.05
                              2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 147°
                              2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.1°
                              2023-09-06 11:50:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 148.5°
                              2023-09-06 11:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.5°
                              2023-09-06 11:50:00.067 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.52
                              2023-09-06 11:50:53.320 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.17
                              2023-09-06 11:53:20.551 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.09
                              2023-09-06 11:54:21.030 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.18
                              2023-09-06 11:55:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 11:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 150.1°
                              2023-09-06 11:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.9°
                              2023-09-06 11:56:42.736 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.37
                              2023-09-06 11:59:31.016 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.14
                              2023-09-06 12:00:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:00:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 151.6°
                              2023-09-06 12:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.3°
                              2023-09-06 12:01:56.709 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.73
                              2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 153.2°
                              2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.7°
                              2023-09-06 12:06:21.627 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                              2023-09-06 12:06:21.629 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                              2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                              2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                              2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                              2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                              2023-09-06 12:06:21.674 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                              2023-09-06 12:09:07.414 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.64
                              2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 154.8°
                              2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42°
                              2023-09-06 12:10:00.094 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.7
                              2023-09-06 12:10:06.147 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                              2023-09-06 12:10:06.149 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                              2023-09-06 12:10:13.597 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.69
                              2023-09-06 12:11:18.076 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                              2023-09-06 12:11:18.076 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                              2023-09-06 12:11:18.121 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                              2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                              2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                              2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                              2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                              2023-09-06 12:11:38.607 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                              2023-09-06 12:11:38.608 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                              2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 156.5°
                              2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.3°
                              2023-09-06 12:15:22.787 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 28
                              2023-09-06 12:16:09.856 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.06
                              2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 158.1°
                              2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.6°
                              2023-09-06 12:24:25.387 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.96
                              2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 159.7°
                              2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.9°
                              2023-09-06 12:26:49.088 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                              2023-09-06 12:26:49.089 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                              2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                              2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                              2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                              2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                              2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                              2023-09-06 12:28:04.643 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.66
                              2023-09-06 12:29:04.216 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                              2023-09-06 12:29:04.217 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                              2023-09-06 12:29:34.463 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.4
                              2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 161.4°
                              2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.1°
                              2023-09-06 12:30:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.89
                              2023-09-06 12:35:00.008 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:35:00.009 - debug: shuttercontrol.0 (1257411) Sun Azimut: 163.1°
                              2023-09-06 12:35:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.4°
                              2023-09-06 12:35:44.800 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.06
                              2023-09-06 12:39:04.576 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                              2023-09-06 12:39:04.576 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                              2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                              2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                              2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                              2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                              2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                              2023-09-06 12:39:25.132 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                              2023-09-06 12:39:25.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                              2023-09-06 12:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 164.8°
                              2023-09-06 12:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.6°
                              2023-09-06 12:42:38.696 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.15
                              2023-09-06 12:45:00.010 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:45:00.010 - debug: shuttercontrol.0 (1257411) Sun Azimut: 166.5°
                              2023-09-06 12:45:00.011 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.8°
                              2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 168.2°
                              2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.9°
                              2023-09-06 12:50:00.096 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.09
                              2023-09-06 12:51:08.095 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.38
                              2023-09-06 12:53:39.384 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.13
                              2023-09-06 12:55:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 12:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 169.9°
                              2023-09-06 12:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.1°
                              2023-09-06 12:59:37.385 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.7
                              2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 171.6°
                              2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.2°
                              2023-09-06 13:01:03.789 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.71
                              2023-09-06 13:02:47.560 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.69
                              2023-09-06 13:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 173.3°
                              2023-09-06 13:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                              2023-09-06 13:05:06.662 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.36
                              2023-09-06 13:06:13.662 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.09
                              2023-09-06 13:06:34.348 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.17
                              2023-09-06 13:10:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 175.1°
                              2023-09-06 13:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                              2023-09-06 13:10:00.070 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.27
                              2023-09-06 13:11:55.629 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.25
                              2023-09-06 13:12:32.904 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.07
                              2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 176.8°
                              2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                              2023-09-06 13:17:51.196 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.93
                              2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 178.5°
                              2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                              2023-09-06 13:21:54.568 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.68
                              2023-09-06 13:25:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 180.3°
                              2023-09-06 13:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                              2023-09-06 13:25:02.189 - debug: shuttercontrol.0 (1257411) EG-WZ-2er-Tür: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                              2023-09-06 13:25:02.235 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-2er-Tür: down_Sunprotect
                              2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-2er-Tür is active
                              2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                              2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-2er-Tür old height: 100% new height: 40%
                              2023-09-06 13:25:02.347 - debug: shuttercontrol.0 (1257411) EG-WZ-Terrasse: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                              2023-09-06 13:25:02.392 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-Terrasse: down_Sunprotect
                              2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-Terrasse is active
                              2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                              2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-Terrasse old height: 100% new height: 40%
                              2023-09-06 13:25:02.593 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                              2023-09-06 13:25:02.640 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Balkon: down_Sunprotect
                              2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Balkon is active
                              2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                              2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Balkon old height: 100% new height: 40%
                              2023-09-06 13:25:02.776 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                              2023-09-06 13:25:02.823 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Felia-Balkon: down_Sunprotect
                              2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Felia-Balkon is active
                              2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                              2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Felia-Balkon old height: 100% new height: 40%
                              2023-09-06 13:26:02.235 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 13:26:02.236 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-2er-Tür old value = 100 new value = 40
                              2023-09-06 13:26:02.393 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 13:26:02.394 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-Terrasse old value = 100 new value = 40
                              2023-09-06 13:26:02.641 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 13:26:02.641 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 100 new value = 40
                              2023-09-06 13:26:02.823 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 13:26:02.824 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 100 new value = 40
                              2023-09-06 13:29:57.628 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.92
                              2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 182°
                              2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                              2023-09-06 13:34:00.544 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.15
                              2023-09-06 13:35:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 183.8°
                              2023-09-06 13:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                              2023-09-06 13:38:09.588 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.24
                              2023-09-06 13:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:40:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 185.5°
                              2023-09-06 13:40:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                              2023-09-06 13:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:45:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 187.2°
                              2023-09-06 13:45:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                              2023-09-06 13:49:28.757 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.14
                              2023-09-06 13:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 189°
                              2023-09-06 13:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.2°
                              2023-09-06 13:51:23.092 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.48
                              2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 190.7°
                              2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44°
                              2023-09-06 13:55:02.245 - debug: shuttercontrol.0 (1257411) EG-Küche: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                              2023-09-06 13:55:02.291 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-Küche: down_Sunprotect
                              2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-Küche is active
                              2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                              2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Sunprotect EG-Küche old height: 100% new height: 40%
                              2023-09-06 13:55:39.808 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.76
                              2023-09-06 13:56:02.292 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 13:56:02.292 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-Küche old value = 100 new value = 40
                              2023-09-06 14:00:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:00:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 192.4°
                              2023-09-06 14:00:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.9°
                              2023-09-06 14:03:43.428 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.77
                              2023-09-06 14:04:13.965 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.15
                              2023-09-06 14:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 194.1°
                              2023-09-06 14:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.7°
                              2023-09-06 14:05:24.674 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.08
                              2023-09-06 14:10:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:10:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 195.8°
                              2023-09-06 14:10:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.5°
                              2023-09-06 14:10:00.062 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.09
                              2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 197.5°
                              2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.3°
                              2023-09-06 14:16:34.573 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.75
                              2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 199.1°
                              2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43°
                              2023-09-06 14:20:12.949 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.41
                              2023-09-06 14:25:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 200.8°
                              2023-09-06 14:25:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.8°
                              2023-09-06 14:25:18.320 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.78
                              2023-09-06 14:25:21.312 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.3
                              2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 202.4°
                              2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.5°
                              2023-09-06 14:30:00.163 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.89
                              2023-09-06 14:30:25.835 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.5
                              2023-09-06 14:32:16.005 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.18
                              2023-09-06 14:35:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:35:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 204.1°
                              2023-09-06 14:35:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.2°
                              2023-09-06 14:35:31.727 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.28
                              2023-09-06 14:36:39.346 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.23
                              2023-09-06 14:37:46.573 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.82
                              2023-09-06 14:38:34.935 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.29
                              2023-09-06 14:38:41.168 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.96
                              2023-09-06 14:40:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:40:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 205.7°
                              2023-09-06 14:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.9°
                              2023-09-06 14:40:02.163 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-3er-Links is not active
                              2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                              2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-3er-Links: up_Sunprotect_end
                              2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-3er-Links old height: 40% new height: 100%
                              2023-09-06 14:40:02.388 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Badezimmer is not active
                              2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                              2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Badezimmer: up_Sunprotect_end
                              2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Badezimmer old height: 40% new height: 100%
                              2023-09-06 14:40:02.616 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Fenster is not active
                              2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                              2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Fenster: up_Sunprotect_end
                              2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Fenster old height: 40% new height: 100%
                              2023-09-06 14:40:36.009 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 14:41:02.164 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 14:41:02.165 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-3er-Links old value = 40 new value = 100
                              2023-09-06 14:41:02.389 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 14:41:02.390 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Badezimmer old value = 40 new value = 100
                              2023-09-06 14:41:02.618 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 14:41:02.618 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Fenster old value = 40 new value = 100
                              2023-09-06 14:41:36.010 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 14:41:36.010 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-3er-Links old value = 40 new value = 100
                              2023-09-06 14:42:27.165 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.31
                              2023-09-06 14:43:55.021 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.84
                              2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 207.3°
                              2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.5°
                              2023-09-06 14:45:14.551 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.54
                              2023-09-06 14:45:31.343 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.12
                              2023-09-06 14:49:43.660 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.45
                              2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 208.9°
                              2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.1°
                              2023-09-06 14:50:00.064 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.7
                              2023-09-06 14:51:47.887 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.81
                              2023-09-06 14:53:01.335 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.33
                              2023-09-06 14:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 14:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 210.4°
                              2023-09-06 14:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.8°
                              2023-09-06 14:55:24.296 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.82
                              2023-09-06 14:56:25.928 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.2
                              2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 212°
                              2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.4°
                              2023-09-06 15:02:14.740 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.5
                              2023-09-06 15:02:14.942 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.19
                              2023-09-06 15:03:59.032 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.32
                              2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 213.5°
                              2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.9°
                              2023-09-06 15:08:25.518 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.97
                              2023-09-06 15:10:00.009 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:10:00.010 - debug: shuttercontrol.0 (1257411) Sun Azimut: 215°
                              2023-09-06 15:10:00.010 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.5°
                              2023-09-06 15:10:00.078 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.35
                              2023-09-06 15:10:47.342 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.99
                              2023-09-06 15:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 216.5°
                              2023-09-06 15:15:00.010 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.1°
                              2023-09-06 15:15:16.267 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 29
                              2023-09-06 15:20:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 218°
                              2023-09-06 15:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.6°
                              2023-09-06 15:25:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 219.4°
                              2023-09-06 15:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.1°
                              2023-09-06 15:27:26.497 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.86
                              2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 220.9°
                              2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.6°
                              2023-09-06 15:30:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.99
                              2023-09-06 15:32:33.727 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.91
                              2023-09-06 15:32:40.877 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.18
                              2023-09-06 15:32:43.423 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.25
                              2023-09-06 15:34:08.507 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.48
                              2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 222.3°
                              2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.1°
                              2023-09-06 15:35:25.462 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.35
                              2023-09-06 15:35:54.038 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.64
                              2023-09-06 15:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 223.7°
                              2023-09-06 15:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.6°
                              2023-09-06 15:41:26.431 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.88
                              2023-09-06 15:41:31.728 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.5
                              2023-09-06 15:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:45:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 225.1°
                              2023-09-06 15:45:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36°
                              2023-09-06 15:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:50:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 226.5°
                              2023-09-06 15:50:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.5°
                              2023-09-06 15:50:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.66
                              2023-09-06 15:50:18.076 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.24
                              2023-09-06 15:50:35.622 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.91
                              2023-09-06 15:51:38.852 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.89
                              2023-09-06 15:52:51.894 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.37
                              2023-09-06 15:54:44.815 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.33
                              2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 227.8°
                              2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.9°
                              2023-09-06 15:55:15.870 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.25
                              2023-09-06 15:55:57.902 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.26
                              2023-09-06 15:57:36.979 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.57
                              2023-09-06 15:59:10.460 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.06
                              2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 229.2°
                              2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.4°
                              2023-09-06 16:01:23.156 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.21
                              2023-09-06 16:03:18.420 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.88
                              2023-09-06 16:04:14.761 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.92
                              2023-09-06 16:05:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 230.5°
                              2023-09-06 16:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.8°
                              2023-09-06 16:07:04.449 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.07
                              2023-09-06 16:10:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:10:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 231.8°
                              2023-09-06 16:10:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.2°
                              2023-09-06 16:10:00.061 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.35
                              2023-09-06 16:15:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 233.1°
                              2023-09-06 16:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.6°
                              2023-09-06 16:15:11.798 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: null
                              2023-09-06 16:15:13.979 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-2er-Tür is not active
                              2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                              2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-2er-Tür: up_Sunprotect_end
                              2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-2er-Tür old height: 40% new height: 100%
                              2023-09-06 16:15:14.195 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-Terrasse is not active
                              2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                              2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-Terrasse: up_Sunprotect_end
                              2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-Terrasse old height: 40% new height: 100%
                              2023-09-06 16:15:14.372 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-Küche is not active
                              2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                              2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-Küche: up_Sunprotect_end
                              2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Sunprotect EG-Küche old height: 40% new height: 100%
                              2023-09-06 16:15:14.683 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Balkon is not active
                              2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                              2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Balkon: up_Sunprotect_end
                              2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Balkon old height: 40% new height: 100%
                              2023-09-06 16:15:14.872 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Felia-Balkon is not active
                              2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                              2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Felia-Balkon: up_Sunprotect_end
                              2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Felia-Balkon old height: 40% new height: 100%
                              2023-09-06 16:16:13.979 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 16:16:13.980 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-2er-Tür old value = 40 new value = 100
                              2023-09-06 16:16:14.196 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 16:16:14.197 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-Terrasse old value = 40 new value = 100
                              2023-09-06 16:16:14.373 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 16:16:14.374 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-Küche old value = 40 new value = 100
                              2023-09-06 16:16:14.683 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 16:16:14.683 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 40 new value = 100
                              2023-09-06 16:16:14.872 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 16:16:14.873 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 40 new value = 100
                              2023-09-06 16:20:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:20:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 234.4°
                              2023-09-06 16:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.9°
                              2023-09-06 16:20:14.559 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.48
                              2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 235.6°
                              2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.3°
                              2023-09-06 16:27:03.363 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.38
                              2023-09-06 16:27:14.098 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.42
                              2023-09-06 16:27:45.471 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.29
                              2023-09-06 16:27:54.270 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.68
                              2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 236.9°
                              2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30.7°
                              2023-09-06 16:30:00.079 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.05
                              2023-09-06 16:30:48.288 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.53
                              2023-09-06 16:33:10.357 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.28
                              2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 238.1°
                              2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30°
                              2023-09-06 16:37:03.351 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.21
                              2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 239.3°
                              2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29.4°
                              2023-09-06 16:42:47.753 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                              2023-09-06 16:42:47.756 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                              2023-09-06 16:42:47.801 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                              2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                              2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                              2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                              2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                              2023-09-06 16:44:17.711 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                              2023-09-06 16:44:17.712 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                              2023-09-06 16:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 240.5°
                              2023-09-06 16:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 28.7°
                              2023-09-06 16:45:01.070 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.98
                              2023-09-06 16:47:53.938 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.33
                              2023-09-06 16:48:18.541 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 24
                              2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 241.7°
                              2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 28°
                              2023-09-06 16:50:00.068 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.65
                              2023-09-06 16:50:12.637 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.24
                              2023-09-06 16:50:55.882 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.27
                              2023-09-06 16:50:57.908 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.73
                              2023-09-06 16:52:30.820 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 24.01
                              2023-09-06 16:54:49.360 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 24.05
                              2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 242.9°
                              2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 27.3°
                              2023-09-06 16:57:46.352 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.25
                              2023-09-06 16:59:15.105 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 24.19
                              2023-09-06 17:00:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 17:00:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 244°
                              2023-09-06 17:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 26.7°
                              2023-09-06 17:00:42.819 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 17:01:09.923 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                              2023-09-06 17:01:42.819 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 100 new value = 25
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) set Manu_Mode #1 OG-Felia-Balkon
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon drived manually to 25. Old value = 100. New value = 25
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 shutterName: OG-Felia-Balkon
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 shutterState: 25 %
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentAction: Manu_Mode
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 triggerAction: Manu_Mode
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentHeight: 100 %
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 oldHeight: 100 %
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentShutterState: activated
                              2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentShutterStateTime: 60 seconds
                              2023-09-06 17:01:45.875 - debug: shuttercontrol.0 (1257411) save current height after State Check: 25% from OG-Felia-Balkon
                              2023-09-06 17:01:45.875 - debug: shuttercontrol.0 (1257411) Shutter OG-Felia-Balkon was moved manually to: 25% - prevent trigger from driving back
                              2023-09-06 17:02:09.923 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                              2023-09-06 17:02:09.923 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 100 new value = 30
                              2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) set Manu_Mode #1 OG-Samuel-Balkon
                              2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon drived manually to 30. Old value = 100. New value = 30
                              2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                              2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 shutterName: OG-Samuel-Balkon
                              2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 shutterState: 30 %
                              2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentAction: Manu_Mode
                              2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 triggerAction: Manu_Mode
                              2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentHeight: 100 %
                              2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 oldHeight: 100 %
                              2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentShutterState: activated
                              2023-09-06 17:02:09.925 - debug: shuttercontrol.0 (1257411) #1 currentShutterStateTime: 60 seconds
                              2023-09-06 17:02:12.978 - debug: shuttercontrol.0 (1257411) save current height after State Check: 30% from OG-Samuel-Balkon
                              2023-09-06 17:02:12.978 - debug: shuttercontrol.0 (1257411) Shutter OG-Samuel-Balkon was moved manually to: 30% - prevent trigger from driving back
                              2023-09-06 17:03:32.078 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.34
                              2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 245.2°
                              2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 26°
                              2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 246.3°
                              2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 25.3°
                              2023-09-06 17:10:00.098 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.28
                              2023-09-06 17:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                              2023-09-06 17:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 247.4°
                              2023-09-06 17:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 24.6°
                              
                              

                              Settings


                              system.adapter.shuttercontrol.0 (1).json

                              simatecS Offline
                              simatecS Offline
                              simatec
                              Developer Most Active
                              schrieb am zuletzt editiert von
                              #6356

                              @watcherkb Wenn du die Funktion "Runden" für deine Rollläden nicht benötigst, schalte die mal ab.
                              Falls du sie doch benötigst, ist 43% für den Sonnenschutzhöhe nicht geeignet.
                              Du rundest ja auf den 5er ... Also müsste die Höhe auf 40% oder 45% konfiguriert werden.

                              So landest du mit großer Wahrscheinlichkeit im manu Mode, da die 43% auf 45% gerundet werden und die 45% keine bekannte Höhe sind.

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

                                @watcherkb Wenn du die Funktion "Runden" für deine Rollläden nicht benötigst, schalte die mal ab.
                                Falls du sie doch benötigst, ist 43% für den Sonnenschutzhöhe nicht geeignet.
                                Du rundest ja auf den 5er ... Also müsste die Höhe auf 40% oder 45% konfiguriert werden.

                                So landest du mit großer Wahrscheinlichkeit im manu Mode, da die 43% auf 45% gerundet werden und die 45% keine bekannte Höhe sind.

                                W Offline
                                W Offline
                                watcherkb
                                schrieb am zuletzt editiert von
                                #6357

                                @simatec das war die Lösung. Dann hab ich diese Einstellung falsch verstanden. Ich dachte der Adapter rundet die Höhe selbständig auf 5 Stellen auf oder ab. Jetzt klappt alles danke dir.

                                CC2538+CC2592 PA-Zigbee-Funkmodul

                                simatecS 1 Antwort Letzte Antwort
                                0
                                • W watcherkb

                                  @simatec das war die Lösung. Dann hab ich diese Einstellung falsch verstanden. Ich dachte der Adapter rundet die Höhe selbständig auf 5 Stellen auf oder ab. Jetzt klappt alles danke dir.

                                  simatecS Offline
                                  simatecS Offline
                                  simatec
                                  Developer Most Active
                                  schrieb am zuletzt editiert von
                                  #6358

                                  @watcherkb sagte in Test Adapter shuttercontrol v1.6.x:

                                  Ich dachte der Adapter rundet die Höhe selbständig auf 5 Stellen auf oder ab

                                  Ja das macht er auch, wenn die Funktion aktiv ist... in deinem Fall mit 43% ist das aber nicht richtig. Würdest du 40% oder 45% verwenden, dann macht das aufrunden auf einen 5er Sinn... Aber nicht bei 43%

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

                                    @watcherkb sagte in Test Adapter shuttercontrol v1.6.x:

                                    Ich dachte der Adapter rundet die Höhe selbständig auf 5 Stellen auf oder ab

                                    Ja das macht er auch, wenn die Funktion aktiv ist... in deinem Fall mit 43% ist das aber nicht richtig. Würdest du 40% oder 45% verwenden, dann macht das aufrunden auf einen 5er Sinn... Aber nicht bei 43%

                                    W Offline
                                    W Offline
                                    watcherkb
                                    schrieb am zuletzt editiert von
                                    #6359

                                    @simatec mein Verständnis sagt mir dass wenn ich bei mir 43 einstelle, das automatische Runden auf 45 aufrundet. Oder bei 42 rundet er auf 40 ab. Egal ich brauchs nicht, nur mein Spieltrieb hat es in diesem Fall zum vermeintlichen Fehler geführt.

                                    CC2538+CC2592 PA-Zigbee-Funkmodul

                                    simatecS 1 Antwort Letzte Antwort
                                    0
                                    • W watcherkb

                                      @simatec mein Verständnis sagt mir dass wenn ich bei mir 43 einstelle, das automatische Runden auf 45 aufrundet. Oder bei 42 rundet er auf 40 ab. Egal ich brauchs nicht, nur mein Spieltrieb hat es in diesem Fall zum vermeintlichen Fehler geführt.

                                      simatecS Offline
                                      simatecS Offline
                                      simatec
                                      Developer Most Active
                                      schrieb am zuletzt editiert von
                                      #6360

                                      @watcherkb richtig es wird auf oder abgerundet. Du hast aber 43% als bekannte Höhe konfiguriert.
                                      Das Runden ist für Aktoren, die einen unsauberen Wert zurückgeben.
                                      Bsp: Du hast 45% konfiguriert, aber der Aktor gibt dir 44% zurück. Shuttercontrol rundet diesen denn auf und somit ist es wieder mit 45% ein bekannter Wert.

                                      • Besuche meine Github Seite
                                      • Beitrag hat geholfen oder willst du mich unterstützen
                                      • HowTo Restore ioBroker
                                      1 Antwort Letzte Antwort
                                      1
                                      • W Offline
                                        W Offline
                                        watcherkb
                                        schrieb am zuletzt editiert von
                                        #6361

                                        @simatec ah jetzt hab ich es auch gecheckt, danke

                                        CC2538+CC2592 PA-Zigbee-Funkmodul

                                        1 Antwort Letzte Antwort
                                        0
                                        • W watcherkb

                                          @simatec
                                          seit der Version 1.6.0 fahren ein paar Rollos nicht mehr aus dem Sunprotect wieder hoch, d.h. sie bleiben unten obwohl die Sonne schon woanders ist. Es geht hier in dem Fall um die EG-GästeWC oder EG-HWR-*
                                          Ich finde leider den Fehler nicht.

                                          Edit: das Fenster OG-Flur-Balkon läuft aber prima und ist auch auf derselben Seite wie die anderen Fenster.

                                          2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 119.8°
                                          2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29°
                                          2023-09-06 10:10:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:10:00.009 - debug: shuttercontrol.0 (1257411) Sun Azimut: 121°
                                          2023-09-06 10:10:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29.7°
                                          2023-09-06 10:10:00.068 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.78
                                          2023-09-06 10:11:49.489 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.47
                                          2023-09-06 10:15:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:15:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 122.2°
                                          2023-09-06 10:15:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30.3°
                                          2023-09-06 10:17:33.336 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.58
                                          2023-09-06 10:19:34.027 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.49
                                          2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 123.5°
                                          2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31°
                                          2023-09-06 10:20:52.623 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 23.79
                                          2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 124.7°
                                          2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.6°
                                          2023-09-06 10:26:14.980 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 23.87
                                          2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 126°
                                          2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.2°
                                          2023-09-06 10:30:00.069 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.05
                                          2023-09-06 10:32:02.152 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.38
                                          2023-09-06 10:35:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 127.3°
                                          2023-09-06 10:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.8°
                                          2023-09-06 10:36:41.881 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 22.99
                                          2023-09-06 10:39:44.140 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.69
                                          2023-09-06 10:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 128.6°
                                          2023-09-06 10:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.4°
                                          2023-09-06 10:40:02.332 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Flur-Balkon is not active
                                          2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Temperature outside: 30 < 19.00 OR Light: 2.05 < 0.40
                                          2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Flur-Balkon: up_Sunprotect_end
                                          2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Flur-Balkon old height: 40% new height: 100%
                                          2023-09-06 10:41:02.333 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 10:41:02.339 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Flur-Balkon old value = 40 new value = 100
                                          2023-09-06 10:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 129.9°
                                          2023-09-06 10:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34°
                                          2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 131.2°
                                          2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.6°
                                          2023-09-06 10:50:00.174 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.5
                                          2023-09-06 10:50:36.695 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 22.99
                                          2023-09-06 10:55:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:55:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 132.6°
                                          2023-09-06 10:55:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.2°
                                          2023-09-06 10:57:52.497 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.4
                                          2023-09-06 10:59:03.316 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.14
                                          2023-09-06 11:00:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 133.9°
                                          2023-09-06 11:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.7°
                                          2023-09-06 11:01:11.012 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.13
                                          2023-09-06 11:05:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:05:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 135.3°
                                          2023-09-06 11:05:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.3°
                                          2023-09-06 11:10:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 136.7°
                                          2023-09-06 11:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.8°
                                          2023-09-06 11:10:00.119 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.82
                                          2023-09-06 11:10:14.227 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.55
                                          2023-09-06 11:11:26.434 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.57
                                          2023-09-06 11:12:58.329 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.53
                                          2023-09-06 11:15:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 138.1°
                                          2023-09-06 11:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.3°
                                          2023-09-06 11:15:32.972 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 29
                                          2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 139.5°
                                          2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.8°
                                          2023-09-06 11:20:06.916 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.01
                                          2023-09-06 11:25:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:25:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 141°
                                          2023-09-06 11:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.3°
                                          2023-09-06 11:28:22.755 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.52
                                          2023-09-06 11:30:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:30:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 142.5°
                                          2023-09-06 11:30:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.8°
                                          2023-09-06 11:30:00.073 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.17
                                          2023-09-06 11:31:09.296 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.8
                                          2023-09-06 11:35:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:35:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 143.9°
                                          2023-09-06 11:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.3°
                                          2023-09-06 11:36:48.687 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 22.91
                                          2023-09-06 11:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 145.4°
                                          2023-09-06 11:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.7°
                                          2023-09-06 11:44:25.805 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.05
                                          2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 147°
                                          2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.1°
                                          2023-09-06 11:50:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 148.5°
                                          2023-09-06 11:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.5°
                                          2023-09-06 11:50:00.067 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.52
                                          2023-09-06 11:50:53.320 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.17
                                          2023-09-06 11:53:20.551 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.09
                                          2023-09-06 11:54:21.030 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.18
                                          2023-09-06 11:55:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 150.1°
                                          2023-09-06 11:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.9°
                                          2023-09-06 11:56:42.736 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.37
                                          2023-09-06 11:59:31.016 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.14
                                          2023-09-06 12:00:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:00:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 151.6°
                                          2023-09-06 12:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.3°
                                          2023-09-06 12:01:56.709 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.73
                                          2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 153.2°
                                          2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.7°
                                          2023-09-06 12:06:21.627 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                                          2023-09-06 12:06:21.629 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                                          2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                                          2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                                          2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                                          2023-09-06 12:06:21.674 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                                          2023-09-06 12:09:07.414 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.64
                                          2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 154.8°
                                          2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42°
                                          2023-09-06 12:10:00.094 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.7
                                          2023-09-06 12:10:06.147 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                                          2023-09-06 12:10:06.149 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:10:13.597 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.69
                                          2023-09-06 12:11:18.076 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                                          2023-09-06 12:11:18.076 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:11:18.121 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                                          2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                                          2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                                          2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                                          2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                                          2023-09-06 12:11:38.607 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                                          2023-09-06 12:11:38.608 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 156.5°
                                          2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.3°
                                          2023-09-06 12:15:22.787 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 28
                                          2023-09-06 12:16:09.856 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.06
                                          2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 158.1°
                                          2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.6°
                                          2023-09-06 12:24:25.387 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.96
                                          2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 159.7°
                                          2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.9°
                                          2023-09-06 12:26:49.088 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                                          2023-09-06 12:26:49.089 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                                          2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                                          2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                                          2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                                          2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                                          2023-09-06 12:28:04.643 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.66
                                          2023-09-06 12:29:04.216 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                                          2023-09-06 12:29:04.217 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:29:34.463 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.4
                                          2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 161.4°
                                          2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.1°
                                          2023-09-06 12:30:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.89
                                          2023-09-06 12:35:00.008 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:35:00.009 - debug: shuttercontrol.0 (1257411) Sun Azimut: 163.1°
                                          2023-09-06 12:35:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.4°
                                          2023-09-06 12:35:44.800 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.06
                                          2023-09-06 12:39:04.576 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                                          2023-09-06 12:39:04.576 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                                          2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                                          2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                                          2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                                          2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                                          2023-09-06 12:39:25.132 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                                          2023-09-06 12:39:25.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 164.8°
                                          2023-09-06 12:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.6°
                                          2023-09-06 12:42:38.696 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.15
                                          2023-09-06 12:45:00.010 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:45:00.010 - debug: shuttercontrol.0 (1257411) Sun Azimut: 166.5°
                                          2023-09-06 12:45:00.011 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.8°
                                          2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 168.2°
                                          2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.9°
                                          2023-09-06 12:50:00.096 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.09
                                          2023-09-06 12:51:08.095 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.38
                                          2023-09-06 12:53:39.384 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.13
                                          2023-09-06 12:55:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 169.9°
                                          2023-09-06 12:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.1°
                                          2023-09-06 12:59:37.385 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.7
                                          2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 171.6°
                                          2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.2°
                                          2023-09-06 13:01:03.789 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.71
                                          2023-09-06 13:02:47.560 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.69
                                          2023-09-06 13:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 173.3°
                                          2023-09-06 13:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                                          2023-09-06 13:05:06.662 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.36
                                          2023-09-06 13:06:13.662 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.09
                                          2023-09-06 13:06:34.348 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.17
                                          2023-09-06 13:10:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 175.1°
                                          2023-09-06 13:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                                          2023-09-06 13:10:00.070 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.27
                                          2023-09-06 13:11:55.629 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.25
                                          2023-09-06 13:12:32.904 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.07
                                          2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 176.8°
                                          2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                                          2023-09-06 13:17:51.196 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.93
                                          2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 178.5°
                                          2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                                          2023-09-06 13:21:54.568 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.68
                                          2023-09-06 13:25:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 180.3°
                                          2023-09-06 13:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                                          2023-09-06 13:25:02.189 - debug: shuttercontrol.0 (1257411) EG-WZ-2er-Tür: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                          2023-09-06 13:25:02.235 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-2er-Tür: down_Sunprotect
                                          2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-2er-Tür is active
                                          2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                                          2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-2er-Tür old height: 100% new height: 40%
                                          2023-09-06 13:25:02.347 - debug: shuttercontrol.0 (1257411) EG-WZ-Terrasse: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                          2023-09-06 13:25:02.392 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-Terrasse: down_Sunprotect
                                          2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-Terrasse is active
                                          2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                                          2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-Terrasse old height: 100% new height: 40%
                                          2023-09-06 13:25:02.593 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                          2023-09-06 13:25:02.640 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Balkon: down_Sunprotect
                                          2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Balkon is active
                                          2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                                          2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Balkon old height: 100% new height: 40%
                                          2023-09-06 13:25:02.776 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                          2023-09-06 13:25:02.823 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Felia-Balkon: down_Sunprotect
                                          2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Felia-Balkon is active
                                          2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                                          2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Felia-Balkon old height: 100% new height: 40%
                                          2023-09-06 13:26:02.235 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 13:26:02.236 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-2er-Tür old value = 100 new value = 40
                                          2023-09-06 13:26:02.393 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 13:26:02.394 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-Terrasse old value = 100 new value = 40
                                          2023-09-06 13:26:02.641 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 13:26:02.641 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 100 new value = 40
                                          2023-09-06 13:26:02.823 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 13:26:02.824 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 100 new value = 40
                                          2023-09-06 13:29:57.628 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.92
                                          2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 182°
                                          2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                                          2023-09-06 13:34:00.544 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.15
                                          2023-09-06 13:35:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 183.8°
                                          2023-09-06 13:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                                          2023-09-06 13:38:09.588 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.24
                                          2023-09-06 13:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:40:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 185.5°
                                          2023-09-06 13:40:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                                          2023-09-06 13:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:45:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 187.2°
                                          2023-09-06 13:45:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                                          2023-09-06 13:49:28.757 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.14
                                          2023-09-06 13:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 189°
                                          2023-09-06 13:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.2°
                                          2023-09-06 13:51:23.092 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.48
                                          2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 190.7°
                                          2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44°
                                          2023-09-06 13:55:02.245 - debug: shuttercontrol.0 (1257411) EG-Küche: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                          2023-09-06 13:55:02.291 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-Küche: down_Sunprotect
                                          2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-Küche is active
                                          2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                                          2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Sunprotect EG-Küche old height: 100% new height: 40%
                                          2023-09-06 13:55:39.808 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.76
                                          2023-09-06 13:56:02.292 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 13:56:02.292 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-Küche old value = 100 new value = 40
                                          2023-09-06 14:00:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:00:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 192.4°
                                          2023-09-06 14:00:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.9°
                                          2023-09-06 14:03:43.428 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.77
                                          2023-09-06 14:04:13.965 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.15
                                          2023-09-06 14:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 194.1°
                                          2023-09-06 14:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.7°
                                          2023-09-06 14:05:24.674 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.08
                                          2023-09-06 14:10:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:10:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 195.8°
                                          2023-09-06 14:10:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.5°
                                          2023-09-06 14:10:00.062 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.09
                                          2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 197.5°
                                          2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.3°
                                          2023-09-06 14:16:34.573 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.75
                                          2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 199.1°
                                          2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43°
                                          2023-09-06 14:20:12.949 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.41
                                          2023-09-06 14:25:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 200.8°
                                          2023-09-06 14:25:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.8°
                                          2023-09-06 14:25:18.320 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.78
                                          2023-09-06 14:25:21.312 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.3
                                          2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 202.4°
                                          2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.5°
                                          2023-09-06 14:30:00.163 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.89
                                          2023-09-06 14:30:25.835 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.5
                                          2023-09-06 14:32:16.005 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.18
                                          2023-09-06 14:35:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:35:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 204.1°
                                          2023-09-06 14:35:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.2°
                                          2023-09-06 14:35:31.727 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.28
                                          2023-09-06 14:36:39.346 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.23
                                          2023-09-06 14:37:46.573 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.82
                                          2023-09-06 14:38:34.935 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.29
                                          2023-09-06 14:38:41.168 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.96
                                          2023-09-06 14:40:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:40:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 205.7°
                                          2023-09-06 14:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.9°
                                          2023-09-06 14:40:02.163 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-3er-Links is not active
                                          2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                                          2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-3er-Links: up_Sunprotect_end
                                          2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-3er-Links old height: 40% new height: 100%
                                          2023-09-06 14:40:02.388 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Badezimmer is not active
                                          2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                                          2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Badezimmer: up_Sunprotect_end
                                          2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Badezimmer old height: 40% new height: 100%
                                          2023-09-06 14:40:02.616 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Fenster is not active
                                          2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                                          2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Fenster: up_Sunprotect_end
                                          2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Fenster old height: 40% new height: 100%
                                          2023-09-06 14:40:36.009 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 14:41:02.164 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 14:41:02.165 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-3er-Links old value = 40 new value = 100
                                          2023-09-06 14:41:02.389 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 14:41:02.390 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Badezimmer old value = 40 new value = 100
                                          2023-09-06 14:41:02.618 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 14:41:02.618 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Fenster old value = 40 new value = 100
                                          2023-09-06 14:41:36.010 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 14:41:36.010 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-3er-Links old value = 40 new value = 100
                                          2023-09-06 14:42:27.165 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.31
                                          2023-09-06 14:43:55.021 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.84
                                          2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 207.3°
                                          2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.5°
                                          2023-09-06 14:45:14.551 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.54
                                          2023-09-06 14:45:31.343 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.12
                                          2023-09-06 14:49:43.660 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.45
                                          2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 208.9°
                                          2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.1°
                                          2023-09-06 14:50:00.064 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.7
                                          2023-09-06 14:51:47.887 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.81
                                          2023-09-06 14:53:01.335 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.33
                                          2023-09-06 14:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 210.4°
                                          2023-09-06 14:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.8°
                                          2023-09-06 14:55:24.296 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.82
                                          2023-09-06 14:56:25.928 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.2
                                          2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 212°
                                          2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.4°
                                          2023-09-06 15:02:14.740 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.5
                                          2023-09-06 15:02:14.942 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.19
                                          2023-09-06 15:03:59.032 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.32
                                          2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 213.5°
                                          2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.9°
                                          2023-09-06 15:08:25.518 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.97
                                          2023-09-06 15:10:00.009 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:10:00.010 - debug: shuttercontrol.0 (1257411) Sun Azimut: 215°
                                          2023-09-06 15:10:00.010 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.5°
                                          2023-09-06 15:10:00.078 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.35
                                          2023-09-06 15:10:47.342 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.99
                                          2023-09-06 15:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 216.5°
                                          2023-09-06 15:15:00.010 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.1°
                                          2023-09-06 15:15:16.267 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 29
                                          2023-09-06 15:20:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 218°
                                          2023-09-06 15:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.6°
                                          2023-09-06 15:25:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 219.4°
                                          2023-09-06 15:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.1°
                                          2023-09-06 15:27:26.497 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.86
                                          2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 220.9°
                                          2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.6°
                                          2023-09-06 15:30:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.99
                                          2023-09-06 15:32:33.727 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.91
                                          2023-09-06 15:32:40.877 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.18
                                          2023-09-06 15:32:43.423 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.25
                                          2023-09-06 15:34:08.507 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.48
                                          2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 222.3°
                                          2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.1°
                                          2023-09-06 15:35:25.462 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.35
                                          2023-09-06 15:35:54.038 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.64
                                          2023-09-06 15:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 223.7°
                                          2023-09-06 15:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.6°
                                          2023-09-06 15:41:26.431 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.88
                                          2023-09-06 15:41:31.728 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.5
                                          2023-09-06 15:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:45:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 225.1°
                                          2023-09-06 15:45:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36°
                                          2023-09-06 15:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:50:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 226.5°
                                          2023-09-06 15:50:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.5°
                                          2023-09-06 15:50:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.66
                                          2023-09-06 15:50:18.076 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.24
                                          2023-09-06 15:50:35.622 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.91
                                          2023-09-06 15:51:38.852 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.89
                                          2023-09-06 15:52:51.894 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.37
                                          2023-09-06 15:54:44.815 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.33
                                          2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 227.8°
                                          2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.9°
                                          2023-09-06 15:55:15.870 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.25
                                          2023-09-06 15:55:57.902 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.26
                                          2023-09-06 15:57:36.979 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.57
                                          2023-09-06 15:59:10.460 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.06
                                          2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 229.2°
                                          2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.4°
                                          2023-09-06 16:01:23.156 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.21
                                          2023-09-06 16:03:18.420 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.88
                                          2023-09-06 16:04:14.761 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.92
                                          2023-09-06 16:05:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 230.5°
                                          2023-09-06 16:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.8°
                                          2023-09-06 16:07:04.449 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.07
                                          2023-09-06 16:10:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:10:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 231.8°
                                          2023-09-06 16:10:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.2°
                                          2023-09-06 16:10:00.061 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.35
                                          2023-09-06 16:15:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 233.1°
                                          2023-09-06 16:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.6°
                                          2023-09-06 16:15:11.798 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: null
                                          2023-09-06 16:15:13.979 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-2er-Tür is not active
                                          2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                                          2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-2er-Tür: up_Sunprotect_end
                                          2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-2er-Tür old height: 40% new height: 100%
                                          2023-09-06 16:15:14.195 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-Terrasse is not active
                                          2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                                          2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-Terrasse: up_Sunprotect_end
                                          2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-Terrasse old height: 40% new height: 100%
                                          2023-09-06 16:15:14.372 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-Küche is not active
                                          2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                                          2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-Küche: up_Sunprotect_end
                                          2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Sunprotect EG-Küche old height: 40% new height: 100%
                                          2023-09-06 16:15:14.683 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Balkon is not active
                                          2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                                          2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Balkon: up_Sunprotect_end
                                          2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Balkon old height: 40% new height: 100%
                                          2023-09-06 16:15:14.872 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Felia-Balkon is not active
                                          2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                                          2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Felia-Balkon: up_Sunprotect_end
                                          2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Felia-Balkon old height: 40% new height: 100%
                                          2023-09-06 16:16:13.979 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 16:16:13.980 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-2er-Tür old value = 40 new value = 100
                                          2023-09-06 16:16:14.196 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 16:16:14.197 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-Terrasse old value = 40 new value = 100
                                          2023-09-06 16:16:14.373 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 16:16:14.374 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-Küche old value = 40 new value = 100
                                          2023-09-06 16:16:14.683 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 16:16:14.683 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 40 new value = 100
                                          2023-09-06 16:16:14.872 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 16:16:14.873 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 40 new value = 100
                                          2023-09-06 16:20:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:20:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 234.4°
                                          2023-09-06 16:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.9°
                                          2023-09-06 16:20:14.559 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.48
                                          2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 235.6°
                                          2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.3°
                                          2023-09-06 16:27:03.363 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.38
                                          2023-09-06 16:27:14.098 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.42
                                          2023-09-06 16:27:45.471 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.29
                                          2023-09-06 16:27:54.270 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.68
                                          2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 236.9°
                                          2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30.7°
                                          2023-09-06 16:30:00.079 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.05
                                          2023-09-06 16:30:48.288 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.53
                                          2023-09-06 16:33:10.357 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.28
                                          2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 238.1°
                                          2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30°
                                          2023-09-06 16:37:03.351 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.21
                                          2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 239.3°
                                          2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29.4°
                                          2023-09-06 16:42:47.753 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                                          2023-09-06 16:42:47.756 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 16:42:47.801 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                                          2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                                          2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                                          2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                                          2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                                          2023-09-06 16:44:17.711 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                                          2023-09-06 16:44:17.712 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 16:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 240.5°
                                          2023-09-06 16:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 28.7°
                                          2023-09-06 16:45:01.070 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.98
                                          2023-09-06 16:47:53.938 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.33
                                          2023-09-06 16:48:18.541 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 24
                                          2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 241.7°
                                          2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 28°
                                          2023-09-06 16:50:00.068 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.65
                                          2023-09-06 16:50:12.637 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.24
                                          2023-09-06 16:50:55.882 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.27
                                          2023-09-06 16:50:57.908 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.73
                                          2023-09-06 16:52:30.820 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 24.01
                                          2023-09-06 16:54:49.360 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 24.05
                                          2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 242.9°
                                          2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 27.3°
                                          2023-09-06 16:57:46.352 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.25
                                          2023-09-06 16:59:15.105 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 24.19
                                          2023-09-06 17:00:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 17:00:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 244°
                                          2023-09-06 17:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 26.7°
                                          2023-09-06 17:00:42.819 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 17:01:09.923 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 17:01:42.819 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 100 new value = 25
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) set Manu_Mode #1 OG-Felia-Balkon
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon drived manually to 25. Old value = 100. New value = 25
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 shutterName: OG-Felia-Balkon
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 shutterState: 25 %
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentAction: Manu_Mode
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 triggerAction: Manu_Mode
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentHeight: 100 %
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 oldHeight: 100 %
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentShutterState: activated
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentShutterStateTime: 60 seconds
                                          2023-09-06 17:01:45.875 - debug: shuttercontrol.0 (1257411) save current height after State Check: 25% from OG-Felia-Balkon
                                          2023-09-06 17:01:45.875 - debug: shuttercontrol.0 (1257411) Shutter OG-Felia-Balkon was moved manually to: 25% - prevent trigger from driving back
                                          2023-09-06 17:02:09.923 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 17:02:09.923 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 100 new value = 30
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) set Manu_Mode #1 OG-Samuel-Balkon
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon drived manually to 30. Old value = 100. New value = 30
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 shutterName: OG-Samuel-Balkon
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 shutterState: 30 %
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentAction: Manu_Mode
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 triggerAction: Manu_Mode
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentHeight: 100 %
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 oldHeight: 100 %
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentShutterState: activated
                                          2023-09-06 17:02:09.925 - debug: shuttercontrol.0 (1257411) #1 currentShutterStateTime: 60 seconds
                                          2023-09-06 17:02:12.978 - debug: shuttercontrol.0 (1257411) save current height after State Check: 30% from OG-Samuel-Balkon
                                          2023-09-06 17:02:12.978 - debug: shuttercontrol.0 (1257411) Shutter OG-Samuel-Balkon was moved manually to: 30% - prevent trigger from driving back
                                          2023-09-06 17:03:32.078 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.34
                                          2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 245.2°
                                          2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 26°
                                          2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 246.3°
                                          2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 25.3°
                                          2023-09-06 17:10:00.098 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.28
                                          2023-09-06 17:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 17:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 247.4°
                                          2023-09-06 17:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 24.6°
                                          
                                          

                                          Settings


                                          system.adapter.shuttercontrol.0 (1).json

                                          A Offline
                                          A Offline
                                          axel
                                          schrieb am zuletzt editiert von
                                          #6362

                                          @watcherkb sagte in Test Adapter shuttercontrol v1.6.x:

                                          @simatec
                                          seit der Version 1.6.0 fahren ein paar Rollos nicht mehr aus dem Sunprotect wieder hoch, d.h. sie bleiben unten obwohl die Sonne schon woanders ist. Es geht hier in dem Fall um die EG-GästeWC oder EG-HWR-*
                                          Ich finde leider den Fehler nicht.

                                          Edit: das Fenster OG-Flur-Balkon läuft aber prima und ist auch auf derselben Seite wie die anderen Fenster.

                                          2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 119.8°
                                          2023-09-06 10:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29°
                                          2023-09-06 10:10:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:10:00.009 - debug: shuttercontrol.0 (1257411) Sun Azimut: 121°
                                          2023-09-06 10:10:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29.7°
                                          2023-09-06 10:10:00.068 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.78
                                          2023-09-06 10:11:49.489 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.47
                                          2023-09-06 10:15:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:15:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 122.2°
                                          2023-09-06 10:15:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30.3°
                                          2023-09-06 10:17:33.336 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.58
                                          2023-09-06 10:19:34.027 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.49
                                          2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 123.5°
                                          2023-09-06 10:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31°
                                          2023-09-06 10:20:52.623 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 23.79
                                          2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 124.7°
                                          2023-09-06 10:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.6°
                                          2023-09-06 10:26:14.980 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 23.87
                                          2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 126°
                                          2023-09-06 10:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.2°
                                          2023-09-06 10:30:00.069 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.05
                                          2023-09-06 10:32:02.152 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.38
                                          2023-09-06 10:35:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 127.3°
                                          2023-09-06 10:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.8°
                                          2023-09-06 10:36:41.881 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 22.99
                                          2023-09-06 10:39:44.140 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.69
                                          2023-09-06 10:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 128.6°
                                          2023-09-06 10:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.4°
                                          2023-09-06 10:40:02.332 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Flur-Balkon is not active
                                          2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Temperature outside: 30 < 19.00 OR Light: 2.05 < 0.40
                                          2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Flur-Balkon: up_Sunprotect_end
                                          2023-09-06 10:40:02.381 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Flur-Balkon old height: 40% new height: 100%
                                          2023-09-06 10:41:02.333 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 10:41:02.339 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Flur-Balkon old value = 40 new value = 100
                                          2023-09-06 10:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 129.9°
                                          2023-09-06 10:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34°
                                          2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 131.2°
                                          2023-09-06 10:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.6°
                                          2023-09-06 10:50:00.174 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.5
                                          2023-09-06 10:50:36.695 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 22.99
                                          2023-09-06 10:55:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 10:55:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 132.6°
                                          2023-09-06 10:55:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.2°
                                          2023-09-06 10:57:52.497 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.4
                                          2023-09-06 10:59:03.316 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.14
                                          2023-09-06 11:00:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 133.9°
                                          2023-09-06 11:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.7°
                                          2023-09-06 11:01:11.012 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.13
                                          2023-09-06 11:05:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:05:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 135.3°
                                          2023-09-06 11:05:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.3°
                                          2023-09-06 11:10:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 136.7°
                                          2023-09-06 11:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.8°
                                          2023-09-06 11:10:00.119 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.82
                                          2023-09-06 11:10:14.227 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.55
                                          2023-09-06 11:11:26.434 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.57
                                          2023-09-06 11:12:58.329 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.53
                                          2023-09-06 11:15:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 138.1°
                                          2023-09-06 11:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.3°
                                          2023-09-06 11:15:32.972 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 29
                                          2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 139.5°
                                          2023-09-06 11:20:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.8°
                                          2023-09-06 11:20:06.916 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.01
                                          2023-09-06 11:25:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:25:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 141°
                                          2023-09-06 11:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.3°
                                          2023-09-06 11:28:22.755 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.52
                                          2023-09-06 11:30:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:30:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 142.5°
                                          2023-09-06 11:30:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.8°
                                          2023-09-06 11:30:00.073 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.17
                                          2023-09-06 11:31:09.296 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.8
                                          2023-09-06 11:35:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:35:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 143.9°
                                          2023-09-06 11:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.3°
                                          2023-09-06 11:36:48.687 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 22.91
                                          2023-09-06 11:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 145.4°
                                          2023-09-06 11:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.7°
                                          2023-09-06 11:44:25.805 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.05
                                          2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 147°
                                          2023-09-06 11:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.1°
                                          2023-09-06 11:50:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 148.5°
                                          2023-09-06 11:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.5°
                                          2023-09-06 11:50:00.067 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.52
                                          2023-09-06 11:50:53.320 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.17
                                          2023-09-06 11:53:20.551 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.09
                                          2023-09-06 11:54:21.030 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.18
                                          2023-09-06 11:55:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 11:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 150.1°
                                          2023-09-06 11:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.9°
                                          2023-09-06 11:56:42.736 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.37
                                          2023-09-06 11:59:31.016 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.14
                                          2023-09-06 12:00:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:00:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 151.6°
                                          2023-09-06 12:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.3°
                                          2023-09-06 12:01:56.709 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.73
                                          2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 153.2°
                                          2023-09-06 12:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.7°
                                          2023-09-06 12:06:21.627 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                                          2023-09-06 12:06:21.629 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                                          2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                                          2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                                          2023-09-06 12:06:21.673 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                                          2023-09-06 12:06:21.674 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                                          2023-09-06 12:09:07.414 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.64
                                          2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 154.8°
                                          2023-09-06 12:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42°
                                          2023-09-06 12:10:00.094 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.7
                                          2023-09-06 12:10:06.147 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                                          2023-09-06 12:10:06.149 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:10:13.597 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.69
                                          2023-09-06 12:11:18.076 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                                          2023-09-06 12:11:18.076 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:11:18.121 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                                          2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                                          2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                                          2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                                          2023-09-06 12:11:18.122 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                                          2023-09-06 12:11:38.607 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                                          2023-09-06 12:11:38.608 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 156.5°
                                          2023-09-06 12:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.3°
                                          2023-09-06 12:15:22.787 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 28
                                          2023-09-06 12:16:09.856 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.06
                                          2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 158.1°
                                          2023-09-06 12:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.6°
                                          2023-09-06 12:24:25.387 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.96
                                          2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 159.7°
                                          2023-09-06 12:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.9°
                                          2023-09-06 12:26:49.088 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                                          2023-09-06 12:26:49.089 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                                          2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                                          2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                                          2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                                          2023-09-06 12:26:49.133 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                                          2023-09-06 12:28:04.643 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.66
                                          2023-09-06 12:29:04.216 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                                          2023-09-06 12:29:04.217 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:29:34.463 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.4
                                          2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 161.4°
                                          2023-09-06 12:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.1°
                                          2023-09-06 12:30:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.89
                                          2023-09-06 12:35:00.008 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:35:00.009 - debug: shuttercontrol.0 (1257411) Sun Azimut: 163.1°
                                          2023-09-06 12:35:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.4°
                                          2023-09-06 12:35:44.800 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.06
                                          2023-09-06 12:39:04.576 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                                          2023-09-06 12:39:04.576 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                                          2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                                          2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                                          2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                                          2023-09-06 12:39:04.622 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                                          2023-09-06 12:39:25.132 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                                          2023-09-06 12:39:25.133 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 12:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 164.8°
                                          2023-09-06 12:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.6°
                                          2023-09-06 12:42:38.696 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.15
                                          2023-09-06 12:45:00.010 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:45:00.010 - debug: shuttercontrol.0 (1257411) Sun Azimut: 166.5°
                                          2023-09-06 12:45:00.011 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.8°
                                          2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 168.2°
                                          2023-09-06 12:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.9°
                                          2023-09-06 12:50:00.096 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.09
                                          2023-09-06 12:51:08.095 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.38
                                          2023-09-06 12:53:39.384 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.13
                                          2023-09-06 12:55:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 12:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 169.9°
                                          2023-09-06 12:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.1°
                                          2023-09-06 12:59:37.385 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.7
                                          2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 171.6°
                                          2023-09-06 13:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.2°
                                          2023-09-06 13:01:03.789 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.71
                                          2023-09-06 13:02:47.560 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.69
                                          2023-09-06 13:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 173.3°
                                          2023-09-06 13:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                                          2023-09-06 13:05:06.662 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.36
                                          2023-09-06 13:06:13.662 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.09
                                          2023-09-06 13:06:34.348 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.17
                                          2023-09-06 13:10:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 175.1°
                                          2023-09-06 13:10:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                                          2023-09-06 13:10:00.070 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.27
                                          2023-09-06 13:11:55.629 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.25
                                          2023-09-06 13:12:32.904 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.07
                                          2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 176.8°
                                          2023-09-06 13:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                                          2023-09-06 13:17:51.196 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.93
                                          2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 178.5°
                                          2023-09-06 13:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                                          2023-09-06 13:21:54.568 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.68
                                          2023-09-06 13:25:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 180.3°
                                          2023-09-06 13:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                                          2023-09-06 13:25:02.189 - debug: shuttercontrol.0 (1257411) EG-WZ-2er-Tür: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                          2023-09-06 13:25:02.235 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-2er-Tür: down_Sunprotect
                                          2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-2er-Tür is active
                                          2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                                          2023-09-06 13:25:02.281 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-2er-Tür old height: 100% new height: 40%
                                          2023-09-06 13:25:02.347 - debug: shuttercontrol.0 (1257411) EG-WZ-Terrasse: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                          2023-09-06 13:25:02.392 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-Terrasse: down_Sunprotect
                                          2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-Terrasse is active
                                          2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                                          2023-09-06 13:25:02.441 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-Terrasse old height: 100% new height: 40%
                                          2023-09-06 13:25:02.593 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                          2023-09-06 13:25:02.640 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Balkon: down_Sunprotect
                                          2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Balkon is active
                                          2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                                          2023-09-06 13:25:02.690 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Balkon old height: 100% new height: 40%
                                          2023-09-06 13:25:02.776 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                          2023-09-06 13:25:02.823 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Felia-Balkon: down_Sunprotect
                                          2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Felia-Balkon is active
                                          2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                                          2023-09-06 13:25:02.870 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Felia-Balkon old height: 100% new height: 40%
                                          2023-09-06 13:26:02.235 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 13:26:02.236 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-2er-Tür old value = 100 new value = 40
                                          2023-09-06 13:26:02.393 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 13:26:02.394 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-Terrasse old value = 100 new value = 40
                                          2023-09-06 13:26:02.641 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 13:26:02.641 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 100 new value = 40
                                          2023-09-06 13:26:02.823 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 13:26:02.824 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 100 new value = 40
                                          2023-09-06 13:29:57.628 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.92
                                          2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 182°
                                          2023-09-06 13:30:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.5°
                                          2023-09-06 13:34:00.544 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.15
                                          2023-09-06 13:35:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 183.8°
                                          2023-09-06 13:35:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.4°
                                          2023-09-06 13:38:09.588 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.24
                                          2023-09-06 13:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:40:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 185.5°
                                          2023-09-06 13:40:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                                          2023-09-06 13:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:45:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 187.2°
                                          2023-09-06 13:45:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.3°
                                          2023-09-06 13:49:28.757 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.14
                                          2023-09-06 13:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 189°
                                          2023-09-06 13:50:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44.2°
                                          2023-09-06 13:51:23.092 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.48
                                          2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 190.7°
                                          2023-09-06 13:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 44°
                                          2023-09-06 13:55:02.245 - debug: shuttercontrol.0 (1257411) EG-Küche: Check basis for sunprotect. Height:100 > HeightDownSun: 40 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                          2023-09-06 13:55:02.291 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-Küche: down_Sunprotect
                                          2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-Küche is active
                                          2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Temperatur outside: 28 > 20 AND Light: 4.27 > 0.5
                                          2023-09-06 13:55:02.343 - debug: shuttercontrol.0 (1257411) Sunprotect EG-Küche old height: 100% new height: 40%
                                          2023-09-06 13:55:39.808 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.76
                                          2023-09-06 13:56:02.292 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 13:56:02.292 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-Küche old value = 100 new value = 40
                                          2023-09-06 14:00:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:00:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 192.4°
                                          2023-09-06 14:00:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.9°
                                          2023-09-06 14:03:43.428 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.77
                                          2023-09-06 14:04:13.965 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.15
                                          2023-09-06 14:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 194.1°
                                          2023-09-06 14:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.7°
                                          2023-09-06 14:05:24.674 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.08
                                          2023-09-06 14:10:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:10:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 195.8°
                                          2023-09-06 14:10:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.5°
                                          2023-09-06 14:10:00.062 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 4.09
                                          2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 197.5°
                                          2023-09-06 14:15:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43.3°
                                          2023-09-06 14:16:34.573 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.75
                                          2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 199.1°
                                          2023-09-06 14:20:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 43°
                                          2023-09-06 14:20:12.949 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.41
                                          2023-09-06 14:25:00.006 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:25:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 200.8°
                                          2023-09-06 14:25:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.8°
                                          2023-09-06 14:25:18.320 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.78
                                          2023-09-06 14:25:21.312 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.3
                                          2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) Sun Azimut: 202.4°
                                          2023-09-06 14:30:00.008 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.5°
                                          2023-09-06 14:30:00.163 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.89
                                          2023-09-06 14:30:25.835 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.5
                                          2023-09-06 14:32:16.005 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.18
                                          2023-09-06 14:35:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:35:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 204.1°
                                          2023-09-06 14:35:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 42.2°
                                          2023-09-06 14:35:31.727 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.28
                                          2023-09-06 14:36:39.346 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.23
                                          2023-09-06 14:37:46.573 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.82
                                          2023-09-06 14:38:34.935 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.29
                                          2023-09-06 14:38:41.168 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.96
                                          2023-09-06 14:40:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:40:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 205.7°
                                          2023-09-06 14:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.9°
                                          2023-09-06 14:40:02.163 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-3er-Links is not active
                                          2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                                          2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-3er-Links: up_Sunprotect_end
                                          2023-09-06 14:40:02.209 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-3er-Links old height: 40% new height: 100%
                                          2023-09-06 14:40:02.388 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Badezimmer is not active
                                          2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                                          2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Badezimmer: up_Sunprotect_end
                                          2023-09-06 14:40:02.436 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Badezimmer old height: 40% new height: 100%
                                          2023-09-06 14:40:02.616 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Fenster is not active
                                          2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Temperature outside: 28 < 19.00 OR Light: 3.89 < 0.40
                                          2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Fenster: up_Sunprotect_end
                                          2023-09-06 14:40:02.666 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Fenster old height: 40% new height: 100%
                                          2023-09-06 14:40:36.009 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 14:41:02.164 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 14:41:02.165 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-3er-Links old value = 40 new value = 100
                                          2023-09-06 14:41:02.389 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 14:41:02.390 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Badezimmer old value = 40 new value = 100
                                          2023-09-06 14:41:02.618 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 14:41:02.618 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Fenster old value = 40 new value = 100
                                          2023-09-06 14:41:36.010 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 14:41:36.010 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-3er-Links old value = 40 new value = 100
                                          2023-09-06 14:42:27.165 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.31
                                          2023-09-06 14:43:55.021 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.84
                                          2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 207.3°
                                          2023-09-06 14:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.5°
                                          2023-09-06 14:45:14.551 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.54
                                          2023-09-06 14:45:31.343 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.12
                                          2023-09-06 14:49:43.660 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.45
                                          2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 208.9°
                                          2023-09-06 14:50:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 41.1°
                                          2023-09-06 14:50:00.064 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.7
                                          2023-09-06 14:51:47.887 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.81
                                          2023-09-06 14:53:01.335 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.33
                                          2023-09-06 14:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 14:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 210.4°
                                          2023-09-06 14:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.8°
                                          2023-09-06 14:55:24.296 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.82
                                          2023-09-06 14:56:25.928 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.2
                                          2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 212°
                                          2023-09-06 15:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 40.4°
                                          2023-09-06 15:02:14.740 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.5
                                          2023-09-06 15:02:14.942 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.19
                                          2023-09-06 15:03:59.032 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.32
                                          2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 213.5°
                                          2023-09-06 15:05:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.9°
                                          2023-09-06 15:08:25.518 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.97
                                          2023-09-06 15:10:00.009 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:10:00.010 - debug: shuttercontrol.0 (1257411) Sun Azimut: 215°
                                          2023-09-06 15:10:00.010 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.5°
                                          2023-09-06 15:10:00.078 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 3.35
                                          2023-09-06 15:10:47.342 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 23.99
                                          2023-09-06 15:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 216.5°
                                          2023-09-06 15:15:00.010 - debug: shuttercontrol.0 (1257411) Sun Elevation: 39.1°
                                          2023-09-06 15:15:16.267 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: 29
                                          2023-09-06 15:20:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 218°
                                          2023-09-06 15:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.6°
                                          2023-09-06 15:25:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 219.4°
                                          2023-09-06 15:25:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 38.1°
                                          2023-09-06 15:27:26.497 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.86
                                          2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 220.9°
                                          2023-09-06 15:30:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.6°
                                          2023-09-06 15:30:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.99
                                          2023-09-06 15:32:33.727 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.91
                                          2023-09-06 15:32:40.877 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.18
                                          2023-09-06 15:32:43.423 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.25
                                          2023-09-06 15:34:08.507 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.48
                                          2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 222.3°
                                          2023-09-06 15:35:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 37.1°
                                          2023-09-06 15:35:25.462 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.35
                                          2023-09-06 15:35:54.038 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.64
                                          2023-09-06 15:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 223.7°
                                          2023-09-06 15:40:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36.6°
                                          2023-09-06 15:41:26.431 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.88
                                          2023-09-06 15:41:31.728 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.5
                                          2023-09-06 15:45:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:45:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 225.1°
                                          2023-09-06 15:45:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 36°
                                          2023-09-06 15:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:50:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 226.5°
                                          2023-09-06 15:50:00.009 - debug: shuttercontrol.0 (1257411) Sun Elevation: 35.5°
                                          2023-09-06 15:50:00.077 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.66
                                          2023-09-06 15:50:18.076 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.24
                                          2023-09-06 15:50:35.622 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 23.91
                                          2023-09-06 15:51:38.852 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.89
                                          2023-09-06 15:52:51.894 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.37
                                          2023-09-06 15:54:44.815 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.33
                                          2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 227.8°
                                          2023-09-06 15:55:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.9°
                                          2023-09-06 15:55:15.870 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.25
                                          2023-09-06 15:55:57.902 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.26
                                          2023-09-06 15:57:36.979 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.57
                                          2023-09-06 15:59:10.460 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.06
                                          2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 229.2°
                                          2023-09-06 16:00:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 34.4°
                                          2023-09-06 16:01:23.156 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.21
                                          2023-09-06 16:03:18.420 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.88
                                          2023-09-06 16:04:14.761 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 23.92
                                          2023-09-06 16:05:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 230.5°
                                          2023-09-06 16:05:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.8°
                                          2023-09-06 16:07:04.449 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.07
                                          2023-09-06 16:10:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:10:00.006 - debug: shuttercontrol.0 (1257411) Sun Azimut: 231.8°
                                          2023-09-06 16:10:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 33.2°
                                          2023-09-06 16:10:00.061 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.35
                                          2023-09-06 16:15:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Azimut: 233.1°
                                          2023-09-06 16:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 32.6°
                                          2023-09-06 16:15:11.798 - debug: shuttercontrol.0 (1257411) outsidetemperature changed: weatherunderground.0.forecast.0d.tempMax Value: null
                                          2023-09-06 16:15:13.979 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-2er-Tür is not active
                                          2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                                          2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-2er-Tür: up_Sunprotect_end
                                          2023-09-06 16:15:14.029 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-2er-Tür old height: 40% new height: 100%
                                          2023-09-06 16:15:14.195 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-WZ-Terrasse is not active
                                          2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                                          2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-WZ-Terrasse: up_Sunprotect_end
                                          2023-09-06 16:15:14.259 - debug: shuttercontrol.0 (1257411) Sunprotect EG-WZ-Terrasse old height: 40% new height: 100%
                                          2023-09-06 16:15:14.372 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Sunprotect for EG-Küche is not active
                                          2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                                          2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) last automatic Action for EG-Küche: up_Sunprotect_end
                                          2023-09-06 16:15:14.466 - debug: shuttercontrol.0 (1257411) Sunprotect EG-Küche old height: 40% new height: 100%
                                          2023-09-06 16:15:14.683 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Samuel-Balkon is not active
                                          2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                                          2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Samuel-Balkon: up_Sunprotect_end
                                          2023-09-06 16:15:14.733 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Samuel-Balkon old height: 40% new height: 100%
                                          2023-09-06 16:15:14.872 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Sunprotect for OG-Felia-Balkon is not active
                                          2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Temperature outside: 0 < 19.00 OR Light: 2.35 < 0.40
                                          2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) last automatic Action for OG-Felia-Balkon: up_Sunprotect_end
                                          2023-09-06 16:15:14.923 - debug: shuttercontrol.0 (1257411) Sunprotect OG-Felia-Balkon old height: 40% new height: 100%
                                          2023-09-06 16:16:13.979 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 16:16:13.980 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-2er-Tür old value = 40 new value = 100
                                          2023-09-06 16:16:14.196 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 16:16:14.197 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-WZ-Terrasse old value = 40 new value = 100
                                          2023-09-06 16:16:14.373 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 16:16:14.374 - debug: shuttercontrol.0 (1257411) Shutter state changed: EG-Küche old value = 40 new value = 100
                                          2023-09-06 16:16:14.683 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 16:16:14.683 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 40 new value = 100
                                          2023-09-06 16:16:14.872 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 16:16:14.873 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 40 new value = 100
                                          2023-09-06 16:20:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:20:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 234.4°
                                          2023-09-06 16:20:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.9°
                                          2023-09-06 16:20:14.559 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.48
                                          2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 235.6°
                                          2023-09-06 16:25:00.002 - debug: shuttercontrol.0 (1257411) Sun Elevation: 31.3°
                                          2023-09-06 16:27:03.363 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.38
                                          2023-09-06 16:27:14.098 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273cb53.temperature Value: 23.42
                                          2023-09-06 16:27:45.471 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.29
                                          2023-09-06 16:27:54.270 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.68
                                          2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 236.9°
                                          2023-09-06 16:30:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30.7°
                                          2023-09-06 16:30:00.079 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 2.05
                                          2023-09-06 16:30:48.288 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000273c695.temperature Value: 23.53
                                          2023-09-06 16:33:10.357 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.28
                                          2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) Sun Azimut: 238.1°
                                          2023-09-06 16:35:00.002 - debug: shuttercontrol.0 (1257411) Sun Elevation: 30°
                                          2023-09-06 16:37:03.351 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002772a55.temperature Value: 23.21
                                          2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 239.3°
                                          2023-09-06 16:40:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 29.4°
                                          2023-09-06 16:42:47.753 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: true
                                          2023-09-06 16:42:47.756 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 16:42:47.801 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter current state.val is:100
                                          2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger drive-up is:100
                                          2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter trigger change is:onlyUp
                                          2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) #2 save trigger action: up for device: EG-Küche
                                          2023-09-06 16:42:47.802 - debug: shuttercontrol.0 (1257411) #2 save trigger height: 100% for device: EG-Küche
                                          2023-09-06 16:44:17.711 - debug: shuttercontrol.0 (1257411) TriggerID changed: zigbee.0.00158d0003214353.opened Value: false
                                          2023-09-06 16:44:17.712 - debug: shuttercontrol.0 (1257411) EG-Küche - shutter conversion is:false
                                          2023-09-06 16:45:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:45:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 240.5°
                                          2023-09-06 16:45:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 28.7°
                                          2023-09-06 16:45:01.070 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 23.98
                                          2023-09-06 16:47:53.938 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002720e93.temperature Value: 23.33
                                          2023-09-06 16:48:18.541 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 24
                                          2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) Sun Azimut: 241.7°
                                          2023-09-06 16:50:00.003 - debug: shuttercontrol.0 (1257411) Sun Elevation: 28°
                                          2023-09-06 16:50:00.068 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.65
                                          2023-09-06 16:50:12.637 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.24
                                          2023-09-06 16:50:55.882 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.27
                                          2023-09-06 16:50:57.908 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d00032d5462.temperature Value: 25.73
                                          2023-09-06 16:52:30.820 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002734936.temperature Value: 24.01
                                          2023-09-06 16:54:49.360 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000540635a.temperature Value: 24.05
                                          2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Azimut: 242.9°
                                          2023-09-06 16:55:00.004 - debug: shuttercontrol.0 (1257411) Sun Elevation: 27.3°
                                          2023-09-06 16:57:46.352 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741a90.temperature Value: 24.25
                                          2023-09-06 16:59:15.105 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d0002741dcc.temperature Value: 24.19
                                          2023-09-06 17:00:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 17:00:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 244°
                                          2023-09-06 17:00:00.006 - debug: shuttercontrol.0 (1257411) Sun Elevation: 26.7°
                                          2023-09-06 17:00:42.819 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 17:01:09.923 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check started
                                          2023-09-06 17:01:42.819 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Felia-Balkon old value = 100 new value = 25
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) set Manu_Mode #1 OG-Felia-Balkon
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon drived manually to 25. Old value = 100. New value = 25
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) OG-Felia-Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 shutterName: OG-Felia-Balkon
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 shutterState: 25 %
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentAction: Manu_Mode
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 triggerAction: Manu_Mode
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentHeight: 100 %
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 oldHeight: 100 %
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentShutterState: activated
                                          2023-09-06 17:01:42.820 - debug: shuttercontrol.0 (1257411) #1 currentShutterStateTime: 60 seconds
                                          2023-09-06 17:01:45.875 - debug: shuttercontrol.0 (1257411) save current height after State Check: 25% from OG-Felia-Balkon
                                          2023-09-06 17:01:45.875 - debug: shuttercontrol.0 (1257411) Shutter OG-Felia-Balkon was moved manually to: 25% - prevent trigger from driving back
                                          2023-09-06 17:02:09.923 - debug: shuttercontrol.0 (1257411) #0 wait for shutter check end
                                          2023-09-06 17:02:09.923 - debug: shuttercontrol.0 (1257411) Shutter state changed: OG-Samuel-Balkon old value = 100 new value = 30
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) set Manu_Mode #1 OG-Samuel-Balkon
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon drived manually to 30. Old value = 100. New value = 30
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) OG-Samuel-Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 shutterName: OG-Samuel-Balkon
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 shutterState: 30 %
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentAction: Manu_Mode
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 triggerAction: Manu_Mode
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentHeight: 100 %
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 oldHeight: 100 %
                                          2023-09-06 17:02:09.924 - debug: shuttercontrol.0 (1257411) #1 currentShutterState: activated
                                          2023-09-06 17:02:09.925 - debug: shuttercontrol.0 (1257411) #1 currentShutterStateTime: 60 seconds
                                          2023-09-06 17:02:12.978 - debug: shuttercontrol.0 (1257411) save current height after State Check: 30% from OG-Samuel-Balkon
                                          2023-09-06 17:02:12.978 - debug: shuttercontrol.0 (1257411) Shutter OG-Samuel-Balkon was moved manually to: 30% - prevent trigger from driving back
                                          2023-09-06 17:03:32.078 - debug: shuttercontrol.0 (1257411) insidetemperature changed: zigbee.0.00158d000274190c.temperature Value: 24.34
                                          2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 245.2°
                                          2023-09-06 17:05:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 26°
                                          2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 246.3°
                                          2023-09-06 17:10:00.005 - debug: shuttercontrol.0 (1257411) Sun Elevation: 25.3°
                                          2023-09-06 17:10:00.098 - debug: shuttercontrol.0 (1257411) Lightsensor changed: 0_userdata.0.Shuttercontrol_Lokaler_UVI Value: 1.28
                                          2023-09-06 17:15:00.004 - debug: shuttercontrol.0 (1257411) calculate astrodata ...
                                          2023-09-06 17:15:00.005 - debug: shuttercontrol.0 (1257411) Sun Azimut: 247.4°
                                          2023-09-06 17:15:00.007 - debug: shuttercontrol.0 (1257411) Sun Elevation: 24.6°
                                          
                                          

                                          Settings


                                          system.adapter.shuttercontrol.0 (1).json

                                          Ich habe das gleiche Thema: Rollladen öffnen nach Sonnenschutzende durch Sonnenstand (Azimuth) nicht mehr. Hitzeschutz ist aktiviert, aber die Trigger-Temperatur ist nicht erreicht. Im Log wird Heat Protect mit active markiert, obwohl die eingestellte Temperatur (30 C) nicht erreicht ist.

                                          Was habe ich falsch konfiguriert?

                                          log.xlsx
                                          system.adapter.shuttercontrol.0(5).json

                                          QNAP 677 VM 16 ´GB, 4 Kerne, 3,4 GHz
                                          17.258 Objekte
                                          15.633 Zustände

                                          HomoranH 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          435

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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