Navigation

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

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Test Adapter shuttercontrol v2.0.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      axel last edited by axel

      Ich habe das jetzt mal umgesetzt. Zwei Datenpunkte, Ein Lichtsensor, 0 - 10 Lux Variable für "ZU" = true, 11 - 100 Lux Variable für "HALB_ZU" = true durch kleines Script. Zwischen 8:00 und 19:00 Variablen auf jeden Fall = false. Protokoll eingetragen zur Prüfung. Variablen bei Windalarm eingetragen. Im Log ist alles ok. Variablen werden beide tagsüber auf false gesetzt und abends entsprechend auf true. Leider bleibt der Alarm Wind1 aktiv. Gibt es eine Trick, des Windalarm zu loschen?

      1 Reply Last reply Reply Quote 0
      • M
        michi15 last edited by michi15

        Liebe Smarthomer,

        ich komme einfach seit Tagen nicht weiter.
        Ich möchte nur bei den Rolladen den Sonnenschutz aktivieren und es funktioniert nicht.
        Konnte leider über die Suche nichts passendes finden.
        (Beispielhaft einer der Rolladen)

        Habe als Trigger nur die Innentemperatur eingestellt und selbst damit geht es nicht.

        Habe auch die Temperaturwerte manuell geändert um einen Trigger auszulösen, funktioniert auch nicht.

        Habe den Adapter nochmal neu installiert, geht trotzdem nicht..

        Das Hoch- und Runterfahren morgens und abends funktioniert.

        26-03-2024_12-40-52.png 26-03-2024_12-40-24.png
        Screenshot 2024-03-26 12511037.png

        Danke euch!

        Michi

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

          @michi15
          Und was geht nicht? Aus deinem Post kann man nix erkennen.
          Laut den Screenshot hast du nur Innentemperatur ausgewählt.
          Der State deiner Innentemperatur ist aber nicht > 20 Grad.

          Was willst du mit deinem Post genau sagen?

          M 1 Reply Last reply Reply Quote 0
          • M
            michi15 @simatec last edited by

            @simatec
            Vielen Dank, dass du dich dem Problem annimmst.😊
            Ich wollte die Sonnenschutzfunktion testen, doch die relevanten Rolladen haben sich nicht bewegt.

            Habe die Innentemperatur erhöht, 1-2 Minuten gewartet aber die Rolladen haben sich nicht bewegt.

            Grüße
            Michi

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

              @michi15 Bitte Config als JSON File hier posten und prüfen ob die States autoSun für die jeweiligen Rollläden aktiv sind.

              M 1 Reply Last reply Reply Quote 0
              • M
                michi15 @simatec last edited by michi15

                @simatec Gerne:

                autoSun ist bei allen auf TRUE.
                Habe heute nochmals alles neu konfiguriert und hoffe, dass spätestens morgen bei mehr als 5500 Lux di e Beschattung startet.

                {
                  "_id": "system.adapter.shuttercontrol.0",
                  "common": {
                    "name": "shuttercontrol",
                    "version": "1.7.0",
                    "authors": [
                      "simatec <shuttercontrol@simateccloud.de>"
                    ],
                    "keywords": [
                      "home automation",
                      "Rollladen",
                      "Jalousie",
                      "Rollladensteuerung",
                      "shutter",
                      "Homematic",
                      "Sunprotec",
                      "Sonnenschutz",
                      "Astro",
                      "Elevation",
                      "Sonneuntergang",
                      "Sonnenaufgang"
                    ],
                    "docs": {
                      "en": "docs/en/shuttercontrol.md",
                      "de": "docs/de/shuttercontrol.md"
                    },
                    "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": "silly",
                    "mode": "daemon",
                    "type": "climate-control",
                    "compact": true,
                    "materialize": true,
                    "connectionType": "local",
                    "dataSource": "push",
                    "tier": 2,
                    "stopBeforeUpdate": true,
                    "dependencies": [
                      {
                        "js-controller": ">=4.0.0"
                      }
                    ],
                    "globalDependencies": [
                      {
                        "admin": ">=6.0.0"
                      }
                    ],
                    "adminUI": {
                      "config": "materialize"
                    },
                    "plugins": {
                      "sentry": {
                        "dsn": "https://5f58df7167d846e3a90bae5414d4fc09@sentry.iobroker.net/62"
                      }
                    },
                    "installedFrom": "iobroker.shuttercontrol@1.7.0",
                    "installedVersion": "1.7.0",
                    "host": "raspbrombach"
                  },
                  "native": {
                    "livingAutomatic": "livingSunriseSunset",
                    "W_shutterDownLiving": "22:00",
                    "W_shutterUpLivingMin": "07:00",
                    "W_shutterUpLivingMax": "08:30",
                    "driveDelayUpLiving": "2",
                    "WE_shutterDownLiving": "22:00",
                    "WE_shutterUpLivingMin": "08:00",
                    "WE_shutterUpLivingMax": "08:30",
                    "sleepAutomatic": "sleepSunriseSunset",
                    "W_shutterDownSleep": "20:00",
                    "W_shutterUpSleepMin": "06:00",
                    "W_shutterUpSleepMax": "06:30",
                    "driveDelayUpSleep": "10",
                    "WE_shutterDownSleep": "21:00",
                    "WE_shutterUpSleepMin": "06:00",
                    "WE_shutterUpSleepMax": "06:30",
                    "childrenAutomatic": "childrenSunriseSunset",
                    "W_shutterDownChildren": "20:00",
                    "W_shutterUpChildrenMin": "06:00",
                    "W_shutterUpChildrenMax": "06:30",
                    "driveDelayUpChildren": "10",
                    "WE_shutterDownChildren": "21:00",
                    "WE_shutterUpChildrenMin": "06:00",
                    "WE_shutterUpChildrenMax": "06:30",
                    "latitude": "xxx",
                    "longitude": "yyy",
                    "sunProtEndElevation": "10",
                    "astroDelayUp": "5",
                    "astroDelayDown": "5",
                    "driveDelayUpAstro": "2",
                    "SummerStart": "01.03.",
                    "SummerEnd": "30.09.",
                    "XMasStart": "01.12.",
                    "XMasEnd": "06.01.",
                    "publicHolidays": false,
                    "publicHolInstance": "",
                    "HolidayDP": "",
                    "lightsensorDown": "150",
                    "lightsensorUp": "100",
                    "lightsensorUpTime": "07:00",
                    "lightsensorDownTime": "16:00",
                    "lightsensorUpDown": "0_userdata.0.Helligkeit_Eingang_geglaettet",
                    "schoolfree": false,
                    "schoolfreeInstance": "",
                    "schoolfreeDP": "",
                    "schoolfreeChildrenArea": true,
                    "schoolfreeSleepArea": false,
                    "schoolfreeLivingArea": false,
                    "LateAllDown": false,
                    "LateAllDownTime": "22:15",
                    "betweenPositionTime": "22:00",
                    "noGoTime": "0",
                    "satIsWeek": false,
                    "currentShutterState": true,
                    "currentShutterStateTime": "60",
                    "blockManuMode": false,
                    "shutterStateRound": "1",
                    "triggerAutoSleep": "",
                    "triggerAutoLiving": "",
                    "triggerAutoChildren": "",
                    "alarmWind1Level": "100",
                    "alarmWind1": "",
                    "alarmWind2Level": "100",
                    "alarmWind2": "",
                    "alarmRainLevel": "100",
                    "alarmRain": "",
                    "alarmFrostLevel": "80",
                    "alarmFrost": "",
                    "alarmFireLevel": "100",
                    "alarmFire": "",
                    "events": [
                      {
                        "enabled": true,
                        "shutterName": "Rolladen_Kueche",
                        "name": "hm-rpc.2.001158A98F23A6.4.LEVEL",
                        "triggerID": "",
                        "typeUp": "lightsensor",
                        "typeDown": "lightsensor",
                        "type": "outside temperature and direction",
                        "heightDownSun": "75",
                        "direction": "120",
                        "directionRange": "30",
                        "tempInside": "20",
                        "tempSensor": "",
                        "outsideTempSensor": "0_userdata.0.SysV_Rolladen_Temp_aussen",
                        "tempOutside": "30",
                        "lightSensor": "0_userdata.0.Helligkeit_Eingang_geglaettet",
                        "valueLight": "5500",
                        "heightUp": "100",
                        "heightDown": "0",
                        "triggerState": "none",
                        "triggerStateTilted": "none",
                        "triggerDrive": "100",
                        "triggerDriveTildet": "",
                        "triggerChange": "off",
                        "elevation": "5",
                        "autoDrive": "off",
                        "hysteresisOutside": "10",
                        "hysteresisInside": "10",
                        "hysteresisLight": "20",
                        "currentAction": "",
                        "currentHeight": "",
                        "oldHeight": "",
                        "firstCompleteUp": "",
                        "triggerHeight": "",
                        "LateDown": true,
                        "inSummerNotDown": false,
                        "KeepSunProtect": false,
                        "triggerAction": "",
                        "driveAfterClose": false,
                        "useXmasLevel": false,
                        "XmasLevel": "0",
                        "betweenPosition": false,
                        "betweenPositionLevel": "50",
                        "trigDelyUp": "1",
                        "trigDelyDown": "1",
                        "sunProtectEndDely": "0",
                        "sunProtectEndtimerid": "",
                        "enableAlarmWind1": false,
                        "enableAlarmWind2": false,
                        "enableAlarmRain": false,
                        "enableAlarmFrost": false,
                        "enableAlarmFire": false,
                        "alarmTriggerAction": "",
                        "alarmTriggerLevel": "",
                        "lastAutoAction": "",
                        "tempHeatProtection": "30",
                        "heatProtection": false
                      },
                      {
                        "enabled": true,
                        "shutterName": "Rolladen_Bad",
                        "name": "hm-rpc.2.001158A98F20AD.4.LEVEL",
                        "triggerID": "",
                        "typeUp": "lightsensor",
                        "typeDown": "lightsensor",
                        "type": "outside temperature and direction",
                        "heightDownSun": "30",
                        "direction": "120",
                        "directionRange": "30",
                        "tempInside": "20",
                        "tempSensor": "0_userdata.0.SysV_Rolladen_Temp_innen",
                        "outsideTempSensor": "0_userdata.0.SysV_Rolladen_Temp_aussen",
                        "tempOutside": "30",
                        "lightSensor": "0_userdata.0.Helligkeit_Eingang_geglaettet",
                        "valueLight": "5500",
                        "heightUp": "100",
                        "heightDown": "0",
                        "triggerState": "none",
                        "triggerStateTilted": "none",
                        "triggerDrive": "100",
                        "triggerDriveTildet": "",
                        "triggerChange": "upDown",
                        "elevation": "4",
                        "autoDrive": "",
                        "hysteresisOutside": "10",
                        "hysteresisInside": "",
                        "hysteresisLight": "20",
                        "currentAction": "",
                        "currentHeight": "",
                        "oldHeight": "",
                        "firstCompleteUp": "",
                        "triggerHeight": "",
                        "LateDown": true,
                        "inSummerNotDown": false,
                        "KeepSunProtect": false,
                        "triggerAction": "",
                        "driveAfterClose": false,
                        "useXmasLevel": false,
                        "XmasLevel": "0",
                        "betweenPosition": false,
                        "betweenPositionLevel": "50",
                        "trigDelyUp": "1",
                        "trigDelyDown": "1",
                        "sunProtectEndDely": "0",
                        "sunProtectEndtimerid": "",
                        "enableAlarmWind1": false,
                        "enableAlarmWind2": false,
                        "enableAlarmRain": false,
                        "enableAlarmFrost": false,
                        "enableAlarmFire": false,
                        "alarmTriggerAction": "",
                        "alarmTriggerLevel": "",
                        "lastAutoAction": "",
                        "tempHeatProtection": "30",
                        "heatProtection": false
                      },
                      {
                        "enabled": true,
                        "shutterName": "Rolladen_EZ_Parkplatz",
                        "name": "hm-rpc.2.001158A98F2093.4.LEVEL",
                        "triggerID": "",
                        "typeUp": "lightsensor",
                        "typeDown": "lightsensor",
                        "type": "outside temperature and direction",
                        "heightDownSun": "50",
                        "direction": "120",
                        "directionRange": "30",
                        "tempInside": "20",
                        "tempSensor": "0_userdata.0.SysV_Rolladen_Temp_innen",
                        "outsideTempSensor": "0_userdata.0.SysV_Rolladen_Temp_aussen",
                        "tempOutside": "30",
                        "lightSensor": "0_userdata.0.Helligkeit_Eingang_geglaettet",
                        "valueLight": "5500",
                        "heightUp": "100",
                        "heightDown": "0",
                        "triggerState": "none",
                        "triggerStateTilted": "none",
                        "triggerDrive": "100",
                        "triggerDriveTildet": "",
                        "triggerChange": "upDown",
                        "elevation": "5",
                        "autoDrive": "",
                        "hysteresisOutside": "10",
                        "hysteresisInside": "10",
                        "hysteresisLight": "10",
                        "currentAction": "",
                        "currentHeight": "",
                        "oldHeight": "",
                        "firstCompleteUp": "",
                        "triggerHeight": "",
                        "LateDown": true,
                        "inSummerNotDown": false,
                        "KeepSunProtect": false,
                        "triggerAction": "",
                        "driveAfterClose": false,
                        "useXmasLevel": false,
                        "XmasLevel": "0",
                        "betweenPosition": false,
                        "betweenPositionLevel": "50",
                        "trigDelyUp": "1",
                        "trigDelyDown": "1",
                        "sunProtectEndDely": "0",
                        "sunProtectEndtimerid": "",
                        "enableAlarmWind1": false,
                        "enableAlarmWind2": false,
                        "enableAlarmRain": false,
                        "enableAlarmFrost": false,
                        "enableAlarmFire": false,
                        "alarmTriggerAction": "",
                        "alarmTriggerLevel": "",
                        "lastAutoAction": "",
                        "tempHeatProtection": "30",
                        "heatProtection": false
                      },
                      {
                        "enabled": true,
                        "shutterName": "Rolladen_Wohnzimmer",
                        "name": "hm-rpc.2.001118A992B724.4.LEVEL",
                        "triggerID": "",
                        "typeUp": "lightsensor",
                        "typeDown": "lightsensor",
                        "type": "outside temperature and direction",
                        "heightDownSun": "70",
                        "direction": "230",
                        "directionRange": "30",
                        "tempInside": "20",
                        "tempSensor": "0_userdata.0.SysV_Rolladen_Temp_innen",
                        "outsideTempSensor": "0_userdata.0.SysV_Rolladen_Temp_aussen",
                        "tempOutside": "30",
                        "lightSensor": "0_userdata.0.Helligkeit_Garage_geglaettet",
                        "valueLight": "5500",
                        "heightUp": "100",
                        "heightDown": "0",
                        "triggerState": "none",
                        "triggerStateTilted": "none",
                        "triggerDrive": "100",
                        "triggerDriveTildet": "",
                        "triggerChange": "upDown",
                        "elevation": "5",
                        "autoDrive": "",
                        "hysteresisOutside": "10",
                        "hysteresisInside": "10",
                        "hysteresisLight": "20",
                        "currentAction": "",
                        "currentHeight": "",
                        "oldHeight": "",
                        "firstCompleteUp": "",
                        "triggerHeight": "",
                        "LateDown": true,
                        "inSummerNotDown": false,
                        "KeepSunProtect": false,
                        "triggerAction": "",
                        "driveAfterClose": false,
                        "useXmasLevel": false,
                        "XmasLevel": "0",
                        "betweenPosition": false,
                        "betweenPositionLevel": "50",
                        "trigDelyUp": "1",
                        "trigDelyDown": "1",
                        "sunProtectEndDely": "0",
                        "sunProtectEndtimerid": "",
                        "enableAlarmWind1": false,
                        "enableAlarmWind2": false,
                        "enableAlarmRain": false,
                        "enableAlarmFrost": false,
                        "enableAlarmFire": false,
                        "alarmTriggerAction": "",
                        "alarmTriggerLevel": "",
                        "lastAutoAction": "",
                        "tempHeatProtection": "30",
                        "heatProtection": false
                      },
                      {
                        "enabled": true,
                        "shutterName": "Rolladen_Esszimmer_xx",
                        "name": "hm-rpc.2.001158A98F23A0.4.LEVEL",
                        "triggerID": "",
                        "typeUp": "lightsensor",
                        "typeDown": "lightsensor",
                        "type": "outside temperature and direction",
                        "heightDownSun": "70",
                        "direction": "230",
                        "directionRange": "30",
                        "tempInside": "20",
                        "tempSensor": "0_userdata.0.SysV_Rolladen_Temp_innen",
                        "outsideTempSensor": "0_userdata.0.SysV_Rolladen_Temp_aussen",
                        "tempOutside": "30",
                        "lightSensor": "0_userdata.0.Helligkeit_Garage_geglaettet",
                        "valueLight": "5500",
                        "heightUp": "100",
                        "heightDown": "0",
                        "triggerState": "none",
                        "triggerStateTilted": "none",
                        "triggerDrive": "100",
                        "triggerDriveTildet": "",
                        "triggerChange": "upDown",
                        "elevation": "5",
                        "autoDrive": "",
                        "hysteresisOutside": "10",
                        "hysteresisInside": "10",
                        "hysteresisLight": "20",
                        "currentAction": "",
                        "currentHeight": "",
                        "oldHeight": "",
                        "firstCompleteUp": "",
                        "triggerHeight": "",
                        "LateDown": true,
                        "inSummerNotDown": false,
                        "KeepSunProtect": false,
                        "triggerAction": "",
                        "driveAfterClose": false,
                        "useXmasLevel": false,
                        "XmasLevel": "0",
                        "betweenPosition": false,
                        "betweenPositionLevel": "50",
                        "trigDelyUp": "1",
                        "trigDelyDown": "1",
                        "sunProtectEndDely": "0",
                        "sunProtectEndtimerid": "",
                        "enableAlarmWind1": false,
                        "enableAlarmWind2": false,
                        "enableAlarmRain": false,
                        "enableAlarmFrost": false,
                        "enableAlarmFire": false,
                        "alarmTriggerAction": "",
                        "alarmTriggerLevel": "",
                        "lastAutoAction": "",
                        "tempHeatProtection": "30",
                        "heatProtection": false
                      },
                      {
                        "enabled": true,
                        "shutterName": "Rolladen_Esszimmer_xx",
                        "name": "hm-rpc.2.001158A98F236C.4.LEVEL",
                        "triggerID": "",
                        "typeUp": "lightsensor",
                        "typeDown": "lightsensor",
                        "type": "outside temperature and direction",
                        "heightDownSun": "70",
                        "direction": "230",
                        "directionRange": "30",
                        "tempInside": "20",
                        "tempSensor": "0_userdata.0.SysV_Rolladen_Temp_innen",
                        "outsideTempSensor": "0_userdata.0.SysV_Rolladen_Temp_aussen",
                        "tempOutside": "30",
                        "lightSensor": "0_userdata.0.Helligkeit_Garage_geglaettet",
                        "valueLight": "5500",
                        "heightUp": "100",
                        "heightDown": "0",
                        "triggerState": "none",
                        "triggerStateTilted": "none",
                        "triggerDrive": "100",
                        "triggerDriveTildet": "",
                        "triggerChange": "upDown",
                        "elevation": "5",
                        "autoDrive": "",
                        "hysteresisOutside": "10",
                        "hysteresisInside": "10",
                        "hysteresisLight": "20",
                        "currentAction": "",
                        "currentHeight": "",
                        "oldHeight": "",
                        "firstCompleteUp": "",
                        "triggerHeight": "",
                        "LateDown": true,
                        "inSummerNotDown": false,
                        "KeepSunProtect": false,
                        "triggerAction": "",
                        "driveAfterClose": false,
                        "useXmasLevel": false,
                        "XmasLevel": "0",
                        "betweenPosition": false,
                        "betweenPositionLevel": "50",
                        "trigDelyUp": "1",
                        "trigDelyDown": "1",
                        "sunProtectEndDely": "0",
                        "sunProtectEndtimerid": "",
                        "enableAlarmWind1": false,
                        "enableAlarmWind2": false,
                        "enableAlarmRain": false,
                        "enableAlarmFrost": false,
                        "enableAlarmFire": false,
                        "alarmTriggerAction": "",
                        "alarmTriggerLevel": "",
                        "lastAutoAction": "",
                        "tempHeatProtection": "30",
                        "heatProtection": false
                      },
                      {
                        "enabled": false,
                        "shutterName": "Rolladen_Schlafzimmer",
                        "name": "hm-rpc.2.00111BE992A119.4.LEVEL",
                        "triggerID": "",
                        "typeUp": "lightsensor",
                        "typeDown": "lightsensor",
                        "type": "outside temperature and direction",
                        "heightDownSun": "30",
                        "direction": "120",
                        "directionRange": "30",
                        "tempInside": "20",
                        "tempSensor": "0_userdata.0.SysV_Rolladen_Temp_innen",
                        "outsideTempSensor": "0_userdata.0.SysV_Rolladen_Temp_aussen",
                        "tempOutside": "30",
                        "lightSensor": "0_userdata.0.Helligkeit_Eingang_geglaettet",
                        "valueLight": "5500",
                        "heightUp": "100",
                        "heightDown": "0",
                        "triggerState": "none",
                        "triggerStateTilted": "none",
                        "triggerDrive": "100",
                        "triggerDriveTildet": "",
                        "triggerChange": "upDown",
                        "elevation": "4",
                        "autoDrive": "",
                        "hysteresisOutside": "10",
                        "hysteresisInside": "",
                        "hysteresisLight": "20",
                        "currentAction": "",
                        "currentHeight": "",
                        "oldHeight": "",
                        "firstCompleteUp": "",
                        "triggerHeight": "",
                        "LateDown": true,
                        "inSummerNotDown": false,
                        "KeepSunProtect": false,
                        "triggerAction": "",
                        "driveAfterClose": false,
                        "useXmasLevel": false,
                        "XmasLevel": "0",
                        "betweenPosition": false,
                        "betweenPositionLevel": "50",
                        "trigDelyUp": "1",
                        "trigDelyDown": "1",
                        "sunProtectEndDely": "0",
                        "sunProtectEndtimerid": "",
                        "enableAlarmWind1": false,
                        "enableAlarmWind2": false,
                        "enableAlarmRain": false,
                        "enableAlarmFrost": false,
                        "enableAlarmFire": false,
                        "alarmTriggerAction": "",
                        "alarmTriggerLevel": "",
                        "lastAutoAction": "",
                        "tempHeatProtection": "30",
                        "heatProtection": false
                      },
                      {
                        "enabled": true,
                        "shutterName": "Rolladen_Galerie",
                        "name": "shelly.0.shellyplus2pm#441793ad9f5c#1.Cover0.Position",
                        "triggerID": "",
                        "typeUp": "lightsensor",
                        "typeDown": "lightsensor",
                        "type": "outside temperature and direction",
                        "heightDownSun": "70",
                        "direction": "230",
                        "directionRange": "30",
                        "tempInside": "20",
                        "tempSensor": "0_userdata.0.SysV_Rolladen_Temp_innen",
                        "outsideTempSensor": "0_userdata.0.SysV_Rolladen_Temp_aussen",
                        "tempOutside": "30",
                        "lightSensor": "0_userdata.0.Helligkeit_Garage_geglaettet",
                        "valueLight": "5500",
                        "heightUp": "100",
                        "heightDown": "0",
                        "triggerState": "none",
                        "triggerStateTilted": "none",
                        "triggerDrive": "100",
                        "triggerDriveTildet": "",
                        "triggerChange": "upDown",
                        "elevation": "5",
                        "autoDrive": "",
                        "hysteresisOutside": "10",
                        "hysteresisInside": "10",
                        "hysteresisLight": "20",
                        "currentAction": "",
                        "currentHeight": "",
                        "oldHeight": "",
                        "firstCompleteUp": "",
                        "triggerHeight": "",
                        "LateDown": true,
                        "inSummerNotDown": false,
                        "KeepSunProtect": false,
                        "triggerAction": "",
                        "driveAfterClose": false,
                        "useXmasLevel": false,
                        "XmasLevel": "0",
                        "betweenPosition": false,
                        "betweenPositionLevel": "50",
                        "trigDelyUp": "1",
                        "trigDelyDown": "1",
                        "sunProtectEndDely": "0",
                        "sunProtectEndtimerid": "",
                        "enableAlarmWind1": false,
                        "enableAlarmWind2": false,
                        "enableAlarmRain": false,
                        "enableAlarmFrost": false,
                        "enableAlarmFire": false,
                        "alarmTriggerAction": "",
                        "alarmTriggerLevel": "",
                        "lastAutoAction": "",
                        "tempHeatProtection": "30",
                        "heatProtection": false
                      }
                    ]
                  }
                }
                
                M 1 Reply Last reply Reply Quote 0
                • M
                  michi15 @michi15 last edited by

                  @simatec

                  Ich kann es nicht glauben- nachdem ich alles nochmal neu gemacht habe.
                  Adapter gelöscht etc.- seit heute funktioniert die Beschattung!
                  Vielen Dank trotzdem für den tollen Adapter 🙂

                  1 Reply Last reply Reply Quote 0
                  • E
                    Esmax666 last edited by

                    Hallo,

                    Ich habe eine Frage: Ich möchte die Velux Fensterrollo bereits am Morgen schließen, wenn die Wettervorhersage ein Wetter mit sehr warmen Temperaturen vorhersagt (um den Temperaturanstieg möglichst gering zu halten).
                    Es ist bereits zu spät, wenn ich Außentemperaturen von 25 Grad warte.

                    Wie soll ich das am besten machen ?
                    Kann ich mit einem "wetter" Adapter die maximale Tagestemperatur nehmen? und die werte dann in "Object ID of the outside temperature sensor" einfügen ?

                    wie würdet ihr das machen ?
                    Danke!!

                    c42a6d2b-e0f6-49be-af53-44bcca86934b-grafik.png

                    G da_Woody 2 Replies Last reply Reply Quote 0
                    • G
                      guitardoc @Esmax666 last edited by

                      @esmax666 Ich habe mir da ein Blockly geschrieben, welches die Vorhersagetemperaturen nimmt, dann ein paar Auswertungen damit macht, und dann den ausgewerteten Wert in einem selbst erstellten Datenpunkt der Object-ID des Temperatur-Sensors zuweist.

                      E 1 Reply Last reply Reply Quote 1
                      • da_Woody
                        da_Woody @Esmax666 last edited by

                        @esmax666 sorry, aber auf voraussagen? lokalen tempfühler nehmen und damit arbeiten.
                        was bringts dir, wenn 30° angesagt werden und wegen lokalen werten nur 18° erreicht werden? oder umgekehrt?

                        E 1 Reply Last reply Reply Quote 0
                        • E
                          Esmax666 @da_Woody last edited by

                          @da_woody

                          Sorry aber bei mir ist das lokale Wetter ziemlich genau, wenn im Sommer 30 Grad vorhergesagt werden, habe ich noch nie 18 Grad erlebt ...
                          Ich weiß nicht, wo du wohnst, dass die Temperatur so weit von der Vorhersage abweicht...

                          Ich habe keinen Temperatursensor und wie ich schon sagte, ist es in der Regel zu spät, wenn ich die Rollläden schließe, wenn die Außentemperatur 25 Grad übersteigt.
                          Wenn der Wetterbericht 30 Grad vorhersagt, schließe ich meine Fensterläden sofort am Morgen, um zu verhindern, dass die Hitze in den Raum kommt...

                          da_Woody 1 Reply Last reply Reply Quote 0
                          • E
                            Esmax666 @guitardoc last edited by

                            @guitardoc ah ok cool, kann ich das sehe ? das wäre super 🙂

                            G 1 Reply Last reply Reply Quote 0
                            • G
                              guitardoc @Esmax666 last edited by

                              @esmax666 Guckst du hier:

                              edfcd653-2a29-4ea1-8666-c02bdd8cd020-image.png

                              Ich habe auch noch ein Temperaturoffset mit drin. Ich habe die Außentemperatur im Adapter auf 22° eingestellt. Im März, April und Mai ziehe ich von der tatsächlichen Außentemperatur noch mal 3, 2 und 1° ab, um die Wärme länger ins Haus zu holen. Musst du mal damit experimentieren...

                              E 1 Reply Last reply Reply Quote 0
                              • da_Woody
                                da_Woody @Esmax666 last edited by

                                @esmax666 ok, wenn die vorhersagen bei dir genau sind.
                                ich wohn da an einer wetterscheide. da kanns schon passieren, daß es trotz sonnenvorhersage regnet und einige grade kälter ist als 3km weiter im nächsten dorf. oder auch umgekehrt.
                                darum eine eigene wetterstation im garten. im umkreis von 10km gibts ein paar, da kommste ins staunen was da unterschiedliches angezeigt wird.

                                1 Reply Last reply Reply Quote 0
                                • E
                                  Esmax666 @guitardoc last edited by

                                  @guitardoc
                                  wow schon ein bisschen kompliziert für mich 🤣
                                  aber ich werde mal probieren, März-april werde ich noch offen lassen, dann muss ich zu Hause nicht heizen 🙂

                                  woher nimmst du die "vorhersage" ? "vorhersage aktuell " ? "gemessen" ?
                                  was ist "WU" ?
                                  kannst man ein "Blokly" export/import machen ?

                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    guitardoc last edited by

                                    @esmax666 WU ist weatherunderground. Da gibt es einen Adapter dafür, wenn du den installierst, dann bekommst du die Werte für die Vorhersage. Die gemessenen Werte kommen von meiner eigenen Wetterstation, da habe ich eine Bresser 7in1. Blockly Export ist hier:

                                    <xml xmlns="https://developers.google.com/blockly/xml">
                                      <variables>
                                        <variable id="{d9L#.7^I6W|-3MNL*mW">Temperatur</variable>
                                        <variable id="k`d6q+)pd71@/025S::8">Monat</variable>
                                        <variable id="]wX)W![o)A8a*nn^r*-M">Temperatur mit Offset</variable>
                                      </variables>
                                      <block type="on_ext" id="!c4ef2Oo}7L6]R:Jc5g]" x="109" y="21">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" items="3"></mutation>
                                        <field name="CONDITION">ne</field>
                                        <field name="ACK_CONDITION"></field>
                                        <value name="OID0">
                                          <shadow type="field_oid" id="~Ch*?VK%z8=m:[(#jN:C">
                                            <field name="oid">alias.0.Temperatur.Vorhersage max</field>
                                          </shadow>
                                        </value>
                                        <value name="OID1">
                                          <shadow type="field_oid" id="j8`YT5v}h?u$OD]n3GlS">
                                            <field name="oid">alias.0.Temperatur.Vorhersage aktuell</field>
                                          </shadow>
                                        </value>
                                        <value name="OID2">
                                          <shadow type="field_oid" id="g;^nUXv6-Gy}N(JlwciF">
                                            <field name="oid">alias.0.Temperatur.Gemessen</field>
                                          </shadow>
                                        </value>
                                        <statement name="STATEMENT">
                                          <block type="comment" id="Z$`902y~S8;iqEVv,j0O">
                                            <field name="COMMENT">Wir nehmen erst mal die aktuelle Temperatur vom Bresser</field>
                                            <next>
                                              <block type="variables_set" id="]*sA#{;U*N.bOs:aM[gF">
                                                <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                <value name="VALUE">
                                                  <block type="get_value" id="QR[us~(XE?1f#d}3sV:F">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">alias.0.Temperatur.Gemessen</field>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="comment" id="{zY|}F98u=Awz6f.:-bb">
                                                    <field name="COMMENT">Wenn die aktuelle Temperatur aus WU größer ist, dann nehmen wir diese</field>
                                                    <next>
                                                      <block type="controls_if" id="SmPF!XuMCaQ7c`MZ%M5$">
                                                        <value name="IF0">
                                                          <block type="logic_compare" id="z:q-@r?O}F1=%mYhK17I">
                                                            <field name="OP">GT</field>
                                                            <value name="A">
                                                              <block type="get_value" id="|d+q]Ov~M2t^S%+@E!u4">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">alias.0.Temperatur.Vorhersage aktuell</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <block type="variables_get" id="DIdUEMMwQ,jlh#sL*|66">
                                                                <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <statement name="DO0">
                                                          <block type="variables_set" id="im#i;8~Q/`M_Z/x|nuHs">
                                                            <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                            <value name="VALUE">
                                                              <block type="get_value" id="g+;N{s(C6(nh[^zIPpCq">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">alias.0.Temperatur.Vorhersage aktuell</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </statement>
                                                        <next>
                                                          <block type="comment" id="V-3~3s|^g%5NNIB49A-m">
                                                            <field name="COMMENT">Wenn es eine Maximaltemperaturvorhersage aus WU für heute gibt</field>
                                                            <next>
                                                              <block type="controls_if" id="+n8:8xovOa[b2Ch2~4TP">
                                                                <value name="IF0">
                                                                  <block type="logic_compare" id="*lwh`Nf3La$$RVZ;S-pO">
                                                                    <field name="OP">EQ</field>
                                                                    <value name="A">
                                                                      <block type="get_value" id="BA(prX:i?6oj8:Roz,-c">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">alias.0.Temperatur.Vorhersage Datum</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <block type="time_get" id="-{}+w;?BXzy}w+2jxh0L">
                                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation>
                                                                        <field name="OPTION">custom</field>
                                                                        <field name="FORMAT">JJJJ-MM-TT</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <statement name="DO0">
                                                                  <block type="comment" id="uF,=LXwc(y_lk2A)*`33">
                                                                    <field name="COMMENT">Wenn der Wert nicht NULL ist</field>
                                                                    <next>
                                                                      <block type="controls_if" id="i$g2.1@ZB1=i;;aG-$j|">
                                                                        <value name="IF0">
                                                                          <block type="logic_compare" id="DETB]yEMA-W:{hUB:-7~">
                                                                            <field name="OP">NEQ</field>
                                                                            <value name="A">
                                                                              <block type="get_value" id="+b%P(#63DaQWP8xR~j!;">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">alias.0.Temperatur.Vorhersage max</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="logic_null" id="B[?W]qEbbjt}(U#N-`T5"></block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <statement name="DO0">
                                                                          <block type="comment" id="B9)w9vo$@lZRH;=$VXaX">
                                                                            <field name="COMMENT">Wenn der Wert größer ist als die aktuelle Temperatur</field>
                                                                            <next>
                                                                              <block type="controls_if" id=";w4}0c!5sNXJ{68[-OU2">
                                                                                <value name="IF0">
                                                                                  <block type="logic_compare" id="()M$1l8$)OsF,X79mvXq">
                                                                                    <field name="OP">GT</field>
                                                                                    <value name="A">
                                                                                      <block type="get_value" id="Kf%qWQKdx4=pt:ne{8ba">
                                                                                        <field name="ATTR">val</field>
                                                                                        <field name="OID">alias.0.Temperatur.Vorhersage max</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <block type="variables_get" id="7p~sqA1,6^3D*h@?2D3K">
                                                                                        <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                                <statement name="DO0">
                                                                                  <block type="variables_set" id="C.-,YrddhNuNP`7qYilr">
                                                                                    <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="get_value" id="Hg-50IskiDUlqAq~8|`X">
                                                                                        <field name="ATTR">val</field>
                                                                                        <field name="OID">alias.0.Temperatur.Vorhersage max</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </statement>
                                                                              </block>
                                                                            </next>
                                                                          </block>
                                                                        </statement>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </statement>
                                                                <next>
                                                                  <block type="comment" id="VYB-=N0MoS?|oSwE~#?f">
                                                                    <field name="COMMENT">Nur schreiben wenn sich der Wert geändert hat</field>
                                                                    <next>
                                                                      <block type="controls_if" id="Y?#Bv+EP|8Gw4=(|Bl$z">
                                                                        <value name="IF0">
                                                                          <block type="logic_compare" id="-IJtvev=6o!kFJvBM)%|">
                                                                            <field name="OP">NEQ</field>
                                                                            <value name="A">
                                                                              <block type="get_value" id="giB~wze:(=,mDA-XyxMQ">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">0_userdata.0.Temperatur.Vorhersage</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="variables_get" id="Ad_[U81]Ho1*`.a=$`_s">
                                                                                <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <statement name="DO0">
                                                                          <block type="variables_set" id="MY2XOGDd-aKmjf88.a_.">
                                                                            <field name="VAR" id="k`d6q+)pd71@/025S::8">Monat</field>
                                                                            <value name="VALUE">
                                                                              <block type="time_get" id="]!9J]8u2|UO49QFy)]Ck">
                                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="true"></mutation>
                                                                                <field name="OPTION">Mt</field>
                                                                                <field name="LANGUAGE">de</field>
                                                                              </block>
                                                                            </value>
                                                                            <next>
                                                                              <block type="logic_switch_case" id="rw0WX=+WXq;(uu`Cr)o.">
                                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" case="2" default="1"></mutation>
                                                                                <value name="CONDITION">
                                                                                  <block type="variables_get" id="P(jmgB:2SXbcquWwfn{-">
                                                                                    <field name="VAR" id="k`d6q+)pd71@/025S::8">Monat</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="CASECONDITION0">
                                                                                  <block type="text" id="Q2G30]Z_a[]Dd;v#{)y*">
                                                                                    <field name="TEXT">März</field>
                                                                                  </block>
                                                                                </value>
                                                                                <statement name="CASE0">
                                                                                  <block type="variables_set" id="9:!b_8rEP/3gNkp1~3|a">
                                                                                    <field name="VAR" id="]wX)W![o)A8a*nn^r*-M">Temperatur mit Offset</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="math_arithmetic" id="*:K5`EXF^bOwpP^cOhOB">
                                                                                        <field name="OP">ADD</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="NR4#6imb#d|3K-6oM3rh">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="variables_get" id="yuljG.b[0b4Gfl]pp`R!">
                                                                                            <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id="l+oJcJ907oefF8E[56D.">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="get_value" id="IEXCM.[Bd|~!?3}yPiIy">
                                                                                            <field name="ATTR">val</field>
                                                                                            <field name="OID">0_userdata.0.Temperatur.Offset_März</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </statement>
                                                                                <value name="CASECONDITION1">
                                                                                  <block type="text" id="p{d)4,OA6I6Q)HmuZu8|">
                                                                                    <field name="TEXT">April</field>
                                                                                  </block>
                                                                                </value>
                                                                                <statement name="CASE1">
                                                                                  <block type="variables_set" id="em2cUoT2]AKZmn5i+7?N">
                                                                                    <field name="VAR" id="]wX)W![o)A8a*nn^r*-M">Temperatur mit Offset</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="math_arithmetic" id="*=OHssEO6,ils_d1*Xoi">
                                                                                        <field name="OP">ADD</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="NR4#6imb#d|3K-6oM3rh">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="variables_get" id="V;G_)}`VB[XZ2=@7)@D+">
                                                                                            <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id="l+oJcJ907oefF8E[56D.">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="get_value" id="u6EY[@svZwHi~!8:jj^Y">
                                                                                            <field name="ATTR">val</field>
                                                                                            <field name="OID">0_userdata.0.Temperatur.Offset_April</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </statement>
                                                                                <value name="CASECONDITION2">
                                                                                  <block type="text" id="zGs;7c2{0J!03p0w192?">
                                                                                    <field name="TEXT">Mai</field>
                                                                                  </block>
                                                                                </value>
                                                                                <statement name="CASE2">
                                                                                  <block type="variables_set" id="W1=i!Qbxr@prqn?lrIW=">
                                                                                    <field name="VAR" id="]wX)W![o)A8a*nn^r*-M">Temperatur mit Offset</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="math_arithmetic" id="1sM=k2hq:J,t_)pbvcCv">
                                                                                        <field name="OP">ADD</field>
                                                                                        <value name="A">
                                                                                          <shadow type="math_number" id="NR4#6imb#d|3K-6oM3rh">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="variables_get" id="avDJJ3Mku)^=Gu].Ck3g">
                                                                                            <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="B">
                                                                                          <shadow type="math_number" id="l+oJcJ907oefF8E[56D.">
                                                                                            <field name="NUM">1</field>
                                                                                          </shadow>
                                                                                          <block type="get_value" id="sZ:L}yC-$N5]V]fA8%%e">
                                                                                            <field name="ATTR">val</field>
                                                                                            <field name="OID">0_userdata.0.Temperatur.Offset_Mai</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </statement>
                                                                                <statement name="ONDEFAULT">
                                                                                  <block type="variables_set" id="%JI]9sk5l.-^2bjKhVCu">
                                                                                    <field name="VAR" id="]wX)W![o)A8a*nn^r*-M">Temperatur mit Offset</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="variables_get" id="}CB4M`B4d/i8d.7iRLIq">
                                                                                        <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </statement>
                                                                                <next>
                                                                                  <block type="debug" id="}rW!4}!,Pj{gv1dJ]cX0">
                                                                                    <field name="Severity">debug</field>
                                                                                    <value name="TEXT">
                                                                                      <shadow type="text" id="D`#9P-eNCH?3PqtB`*M!">
                                                                                        <field name="TEXT">test</field>
                                                                                      </shadow>
                                                                                      <block type="text_join" id="XNB[UQ6_Km|P{V0%Gn2A">
                                                                                        <mutation items="21"></mutation>
                                                                                        <value name="ADD0">
                                                                                          <block type="text" id="m+Fk+M@;|a;;FGp9fM58">
                                                                                            <field name="TEXT">Temperaturermittlung für Verschattung : </field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD1">
                                                                                          <block type="text_newline" id="WN/.).s[Vpgq;K/G=eGI">
                                                                                            <field name="Type">\r\n</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD2">
                                                                                          <block type="text" id="K2`s#T;1G2%`*Nm)2:FB">
                                                                                            <field name="TEXT">Aktuelle Temperatur Bresser: </field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD3">
                                                                                          <block type="get_value" id="bWP7)5dM3SsS^KM.r89}">
                                                                                            <field name="ATTR">val</field>
                                                                                            <field name="OID">alias.0.Temperatur.Gemessen</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD4">
                                                                                          <block type="text_newline" id="mbM7].zVr-(3Op4FyJ}c">
                                                                                            <field name="Type">\r\n</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD5">
                                                                                          <block type="text" id="#O}pU-CK4UBqtpb??/Xk">
                                                                                            <field name="TEXT">Aktuelle Temperatur Weatherunderground: </field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD6">
                                                                                          <block type="get_value" id="Aw=Wcj6sG:o($3pu?fpF">
                                                                                            <field name="ATTR">val</field>
                                                                                            <field name="OID">alias.0.Temperatur.Vorhersage aktuell</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD7">
                                                                                          <block type="text_newline" id="Df(aH89]{,Rx?4u!7UPT">
                                                                                            <field name="Type">\r\n</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD8">
                                                                                          <block type="text" id="`1UJWepRGo1aeWtxcl9r">
                                                                                            <field name="TEXT">Vorhergesagte Höchsttemperatur Weatherunderground: </field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD9">
                                                                                          <block type="get_value" id="[Ifn+2ej(@kfe}-2D8a.">
                                                                                            <field name="ATTR">val</field>
                                                                                            <field name="OID">alias.0.Temperatur.Vorhersage max</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD10">
                                                                                          <block type="text_newline" id="j/gd@7%}Y|l[XJh1(+rz">
                                                                                            <field name="Type">\r\n</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD11">
                                                                                          <block type="text" id="~Gdn!V^7du[ZA#rUpgd%">
                                                                                            <field name="TEXT">Ermittelte Höchsttemperatur: </field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD12">
                                                                                          <block type="variables_get" id="dOV}kwO/p@V$Zdv3wN4s">
                                                                                            <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD13">
                                                                                          <block type="text" id="}%JPjAL0!FSI-~SEfO]!">
                                                                                            <field name="TEXT"> °C</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD14">
                                                                                          <block type="text_newline" id="}N~wmfK:*$Y@]?k%@d3q">
                                                                                            <field name="Type">\r\n</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD15">
                                                                                          <block type="text" id="TL:0Y;v*FK`HWJ~zcPtm">
                                                                                            <field name="TEXT">Aktueller Monat: </field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD16">
                                                                                          <block type="variables_get" id="C6lrIK;W5I[G,#ycLlIK">
                                                                                            <field name="VAR" id="k`d6q+)pd71@/025S::8">Monat</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD17">
                                                                                          <block type="text_newline" id="H^[;#+xj*2$v_YiDcxa+">
                                                                                            <field name="Type">\r\n</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD18">
                                                                                          <block type="text" id="A(T2DM4?q#}}@B0[zb1a">
                                                                                            <field name="TEXT">Ermittelte Höchsttemperatur mit monatlichem Offset: </field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD19">
                                                                                          <block type="variables_get" id="%C!K0A=0VhbZ^n7%vBO.">
                                                                                            <field name="VAR" id="]wX)W![o)A8a*nn^r*-M">Temperatur mit Offset</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="ADD20">
                                                                                          <block type="text" id="]aCR[mFdvyfyfi#;::K@">
                                                                                            <field name="TEXT"> °C</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                    <next>
                                                                                      <block type="control" id="m~9Ub,S#v+AfxWPS|+-v">
                                                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                        <field name="OID">0_userdata.0.Temperatur.Vorhersage</field>
                                                                                        <field name="WITH_DELAY">FALSE</field>
                                                                                        <value name="VALUE">
                                                                                          <block type="variables_get" id="wRf-`?ff)k#[]XUzle%U">
                                                                                            <field name="VAR" id="{d9L#.7^I6W|-3MNL*mW">Temperatur</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <next>
                                                                                          <block type="control" id="]@55!Znawa_:SLo/@n)c">
                                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                            <field name="OID">0_userdata.0.Temperatur.Vorhersage_mit_Offset</field>
                                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                                            <value name="VALUE">
                                                                                              <block type="variables_get" id="h154e599ABu[^4^]r%{l">
                                                                                                <field name="VAR" id="]wX)W![o)A8a*nn^r*-M">Temperatur mit Offset</field>
                                                                                              </block>
                                                                                            </value>
                                                                                          </block>
                                                                                        </next>
                                                                                      </block>
                                                                                    </next>
                                                                                  </block>
                                                                                </next>
                                                                              </block>
                                                                            </next>
                                                                          </block>
                                                                        </statement>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </statement>
                                      </block>
                                    </xml>
                                    
                                    1 Reply Last reply Reply Quote 1
                                    • Homoran
                                      Homoran Global Moderator Administrators last edited by Homoran

                                      @simatec
                                      ich hoffe es gibt keinen Thread für 1.7.x. Hab keinen gefunden.

                                      Ich habe ein Problem mit einem Rollladen.
                                      Natürlich kommt jetzt alles zusammen.

                                      Der Rollladen hatte mir zwei Aktoren gefetzt, weil er im Rollladenkasten das Kabel beschädigt hatte. Habe da jetzt meinen letzten funktionierenden eingebaut, und gleichzeitig alles auf aktuellen Stand hochgezogen.

                                      jetzt geht er nicht mehr aus dem Sunprotect.
                                      bei Auto All fährt er hoch, kurze Zeit später wieder runter in die Beschattung.
                                      Anfangs steht aber im Auto State noch up, später ManuMode, jedoch nicht sunprotect.

                                      2024-04-15 08:38:10.361 - info: shuttercontrol.0 (215132) Got terminate signal TERMINATE_YOURSELF
                                      2024-04-15 08:38:10.362 - info: shuttercontrol.0 (215132) cleaned everything up...
                                      2024-04-15 08:38:10.362 - info: shuttercontrol.0 (215132) terminating
                                      2024-04-15 08:38:10.363 - info: shuttercontrol.0 (215132) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2024-04-15 08:38:10.865 - info: shuttercontrol.0 (215132) terminating
                                      2024-04-15 08:38:14.562 - info: shuttercontrol.0 (322981) Sets unsupported
                                      2024-04-15 08:38:15.365 - info: shuttercontrol.0 (322981) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.shuttercontrol, node: v18.20.2, js-controller: 5.0.19
                                      2024-04-15 08:38:15.387 - info: shuttercontrol.0 (322981) subscribe Systemvariablen.0.Urlaub
                                      2024-04-15 08:43:49.219 - info: shuttercontrol.0 (322981) Got terminate signal TERMINATE_YOURSELF
                                      2024-04-15 08:43:49.220 - info: shuttercontrol.0 (322981) cleaned everything up...
                                      2024-04-15 08:43:49.221 - info: shuttercontrol.0 (322981) terminating
                                      2024-04-15 08:43:49.222 - info: shuttercontrol.0 (322981) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2024-04-15 08:43:49.722 - info: shuttercontrol.0 (322981) terminating
                                      2024-04-15 08:43:53.354 - info: shuttercontrol.0 (323258) Sets unsupported
                                      2024-04-15 08:43:54.330 - info: shuttercontrol.0 (323258) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.shuttercontrol, node: v18.20.2, js-controller: 5.0.19
                                      2024-04-15 08:43:54.345 - info: shuttercontrol.0 (323258) subscribe Systemvariablen.0.Urlaub
                                      2024-04-15 08:44:18.462 - info: shuttercontrol.0 (323258) Set ID: Rolladen Tina:1.LEVEL to Auto-Mode
                                      2024-04-15 08:44:18.462 - info: shuttercontrol.0 (323258) Button autoAll Set ID: Rolladen Tina:1.LEVEL value: 100%
                                      2024-04-15 08:44:28.527 - info: shuttercontrol.0 (323258) Set ID: Badezimmer to Auto-Mode
                                      2024-04-15 08:44:38.539 - info: shuttercontrol.0 (323258) Set ID: Nähzimmer to Auto-Mode
                                      2024-04-15 08:44:48.568 - info: shuttercontrol.0 (323258) Set ID: Rolladen Schlafzimmer:1.LEVEL to Auto-Mode
                                      2024-04-15 08:44:58.585 - info: shuttercontrol.0 (323258) Set ID: Rolladen_Kueche:1.LEVEL to Auto-Mode
                                      2024-04-15 08:45:02.026 - info: shuttercontrol.0 (323258) Sunprotect #416 Set ID: Rolladen Tina:1.LEVEL value: 31.5%
                                      2024-04-15 08:49:00.347 - info: shuttercontrol.0 (323258) Set ID: Rolladen Tina:1.LEVEL to Auto-Mode
                                      2024-04-15 08:49:00.348 - info: shuttercontrol.0 (323258) Button autoAll Set ID: Rolladen Tina:1.LEVEL value: 100%
                                      2024-04-15 08:49:10.410 - info: shuttercontrol.0 (323258) Set ID: Badezimmer to Auto-Mode
                                      2024-04-15 08:49:20.439 - info: shuttercontrol.0 (323258) Set ID: Nähzimmer to Auto-Mode
                                      2024-04-15 08:49:30.488 - info: shuttercontrol.0 (323258) Set ID: Rolladen Schlafzimmer:1.LEVEL to Auto-Mode
                                      2024-04-15 08:49:40.500 - info: shuttercontrol.0 (323258) Set ID: Rolladen_Kueche:1.LEVEL to Auto-Mode
                                      2024-04-15 08:50:02.024 - info: shuttercontrol.0 (323258) Sunprotect #416 Set ID: Rolladen Tina:1.LEVEL value: 31.5%
                                      2024-04-15 09:00:05.064 - info: trashschedule.0 (7001) Setting "actionNeeded" flag for type.restmüll.actionNeeded to true (???)
                                      2024-04-15 09:14:22.806 - info: shuttercontrol.0 (323258) Got terminate signal TERMINATE_YOURSELF
                                      2024-04-15 09:14:22.808 - info: shuttercontrol.0 (323258) cleaned everything up...
                                      2024-04-15 09:14:22.809 - info: shuttercontrol.0 (323258) terminating
                                      2024-04-15 09:14:22.810 - info: shuttercontrol.0 (323258) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2024-04-15 09:14:23.310 - info: shuttercontrol.0 (323258) terminating
                                      2024-04-15 09:14:26.884 - debug: shuttercontrol.0 (324920) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                      2024-04-15 09:14:26.922 - debug: shuttercontrol.0 (324920) Objects client ready ... initialize now
                                      2024-04-15 09:14:26.924 - debug: shuttercontrol.0 (324920) Objects create System PubSub Client
                                      2024-04-15 09:14:26.925 - debug: shuttercontrol.0 (324920) Objects create User PubSub Client
                                      2024-04-15 09:14:26.990 - info: shuttercontrol.0 (324920) Sets unsupported
                                      2024-04-15 09:14:26.990 - debug: shuttercontrol.0 (324920) Objects client initialize lua scripts
                                      2024-04-15 09:14:26.994 - debug: shuttercontrol.0 (324920) Objects connected to redis: 0.0.0.0:9001
                                      2024-04-15 09:14:27.037 - debug: shuttercontrol.0 (324920) Redis States: Use Redis connection: 0.0.0.0:9000
                                      2024-04-15 09:14:27.059 - debug: shuttercontrol.0 (324920) States create System PubSub Client
                                      2024-04-15 09:14:27.060 - debug: shuttercontrol.0 (324920) States create User PubSub Client
                                      2024-04-15 09:14:27.143 - debug: shuttercontrol.0 (324920) States connected to redis: 0.0.0.0:9000
                                      2024-04-15 09:14:27.187 - debug: shuttercontrol.0 (324920) Plugin sentry Initialize Plugin (enabled=true)
                                      2024-04-15 09:14:27.846 - info: shuttercontrol.0 (324920) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.shuttercontrol, node: v18.20.2, js-controller: 5.0.19
                                      2024-04-15 09:14:27.862 - debug: shuttercontrol.0 (324920) shutter Config Check started
                                      2024-04-15 09:14:27.862 - debug: shuttercontrol.0 (324920) shutter Config Check successfully completed
                                      2024-04-15 09:14:27.864 - info: shuttercontrol.0 (324920) subscribe Systemvariablen.0.Urlaub
                                      2024-04-15 09:14:27.864 - debug: shuttercontrol.0 (324920) trigger for shuttercontrol: hm-rpc.0.KEQ0848001.1.STATE
                                      2024-04-15 09:14:27.864 - debug: shuttercontrol.0 (324920) trigger for shuttercontrol: hm-rpc.0.LEQ0889352.1.STATE
                                      2024-04-15 09:14:27.864 - debug: shuttercontrol.0 (324920) trigger for inside temperature: hm-rpc.0.NEQ0122166.1.TEMPERATURE
                                      2024-04-15 09:14:27.864 - debug: shuttercontrol.0 (324920) trigger for inside temperature: hm-rpc.0.MEQ0479049.1.TEMPERATURE
                                      2024-04-15 09:14:27.865 - debug: shuttercontrol.0 (324920) trigger for outside temperature: hm-rpc.0.KEQ0963583.4.TEMPERATURE
                                      2024-04-15 09:14:27.865 - debug: shuttercontrol.0 (324920) trigger for outside temperature: hm-rpc.0.KEQ0963067.4.TEMPERATURE
                                      2024-04-15 09:14:27.865 - debug: shuttercontrol.0 (324920) Shutter State: hm-rpc.0.NEQ0393950.1.LEVEL
                                      2024-04-15 09:14:27.866 - debug: shuttercontrol.0 (324920) Shutter State: hm-rpc.0.JEQ0031354.1.LEVEL
                                      2024-04-15 09:14:27.866 - debug: shuttercontrol.0 (324920) Shutter State: hm-rpc.0.JEQ0110516.1.LEVEL
                                      2024-04-15 09:14:27.866 - debug: shuttercontrol.0 (324920) Shutter State: hm-rpc.0.JEQ0112228.1.LEVEL
                                      2024-04-15 09:14:27.866 - debug: shuttercontrol.0 (324920) Shutter State: hm-rpc.0.JEQ0112354.1.LEVEL
                                      2024-04-15 09:14:27.866 - debug: shuttercontrol.0 (324920) Shutter State: hm-rpc.0.JEQ0112436.1.LEVEL
                                      2024-04-15 09:14:27.866 - debug: shuttercontrol.0 (324920) Shutter State: hm-rpc.0.JEQ0112564.1.LEVEL
                                      2024-04-15 09:14:27.982 - debug: shuttercontrol.0 (324920) Rolladen_Tina:1_LEVEL: save settings
                                      2024-04-15 09:14:28.083 - debug: shuttercontrol.0 (324920) Badezimmer: save settings
                                      2024-04-15 09:14:28.184 - debug: shuttercontrol.0 (324920) Nähzimmer: save settings
                                      2024-04-15 09:14:28.284 - debug: shuttercontrol.0 (324920) Rolladen_Schlafzimmer:1_LEVEL: save settings
                                      2024-04-15 09:14:28.385 - debug: shuttercontrol.0 (324920) Rolladen_Kueche:1_LEVEL: save settings
                                      2024-04-15 09:14:28.486 - debug: shuttercontrol.0 (324920) Rolladen_Stubentuer:1_LEVEL: save settings
                                      2024-04-15 09:14:28.587 - debug: shuttercontrol.0 (324920) Rolladen_Stubenfenster:1_LEVEL: save settings
                                      2024-04-15 09:14:29.872 - debug: shuttercontrol.0 (324920) checking HolidayDP
                                      2024-04-15 09:14:29.874 - debug: shuttercontrol.0 (324920) got HolidayDP false
                                      2024-04-15 09:14:29.882 - debug: shuttercontrol.0 (324920) Travel times of the shutters are calculated
                                      2024-04-15 09:14:29.883 - debug: shuttercontrol.0 (324920) calculate astrodata ...
                                      2024-04-15 09:14:29.883 - debug: shuttercontrol.0 (324920) goldenHourEnd today: 07:22
                                      2024-04-15 09:14:29.883 - debug: shuttercontrol.0 (324920) goldenHour today: 19:43
                                      2024-04-15 09:14:29.884 - debug: shuttercontrol.0 (324920) current day: 1
                                      2024-04-15 09:14:29.884 - debug: shuttercontrol.0 (324920) Sunrise today: 06:38
                                      2024-04-15 09:14:29.884 - debug: shuttercontrol.0 (324920) Sunset today: 20:28
                                      2024-04-15 09:14:29.884 - debug: shuttercontrol.0 (324920) Starting up shutters GoldenHour area: 07:39
                                      2024-04-15 09:14:29.884 - debug: shuttercontrol.0 (324920) Shutdown shutters GoldenHour area: 20:43
                                      2024-04-15 09:14:29.885 - debug: shuttercontrol.0 (324920) Starting up shutters Sunrise area: 06:55
                                      2024-04-15 09:14:29.885 - debug: shuttercontrol.0 (324920) Shutdown shutters Sunset area: 21:28
                                      2024-04-15 09:14:29.912 - debug: shuttercontrol.0 (324920) check IsLater : 06:55 06:00
                                      2024-04-15 09:14:29.913 - debug: shuttercontrol.0 (324920) yes, IsLater : 06:55 06:00
                                      2024-04-15 09:14:29.913 - debug: shuttercontrol.0 (324920) Starting up shutters living area: 06:00 debug 4
                                      2024-04-15 09:14:29.917 - debug: shuttercontrol.0 (324920) check IsLater : 06:55 06:30
                                      2024-04-15 09:14:29.918 - debug: shuttercontrol.0 (324920) yes, IsLater : 06:55 06:30
                                      2024-04-15 09:14:29.918 - debug: shuttercontrol.0 (324920) Starting up shutters sleep area: 06:30 debug 4
                                      2024-04-15 09:14:29.927 - debug: shuttercontrol.0 (324920) check IsLater : 07:39 08:55
                                      2024-04-15 09:14:29.927 - debug: shuttercontrol.0 (324920) check IsLater : 07:39 07:45
                                      2024-04-15 09:14:29.928 - debug: shuttercontrol.0 (324920) check IsEqual : 07:45 08:55
                                      2024-04-15 09:14:29.928 - debug: shuttercontrol.0 (324920) check IsEqual : 07:39 08:55
                                      2024-04-15 09:14:29.929 - debug: shuttercontrol.0 (324920) check IsEarlier : 07:39 07:45
                                      2024-04-15 09:14:29.929 - debug: shuttercontrol.0 (324920) yes, IsEarlier : 07:39 07:45
                                      2024-04-15 09:14:29.930 - debug: shuttercontrol.0 (324920) Starting up shutters children area: 07:45 debug 8
                                      2024-04-15 09:14:29.941 - debug: shuttercontrol.0 (324920) check IsLater : 21:28 22:00
                                      2024-04-15 09:14:29.941 - debug: shuttercontrol.0 (324920) check IsEarlier : 21:28 22:00
                                      2024-04-15 09:14:29.941 - debug: shuttercontrol.0 (324920) yes, IsEarlier : 21:28 22:00
                                      2024-04-15 09:14:29.941 - debug: shuttercontrol.0 (324920) Shutdown shutters living area: 21:28 debug 7
                                      2024-04-15 09:14:29.942 - debug: shuttercontrol.0 (324920) shutterDownLiving
                                      2024-04-15 09:14:29.946 - debug: shuttercontrol.0 (324920) Shutdown shutters children area: 20:20 debug 6
                                      2024-04-15 09:14:29.951 - debug: shuttercontrol.0 (324920) Shutdown shutters sleep area: 20:00 debug 6
                                      2024-04-15 09:14:29.953 - debug: shuttercontrol.0 (324920) complete down at 22:00
                                      2024-04-15 09:14:31.327 - debug: shuttercontrol.0 (324920) Travel times of the shutters are calculated
                                      2024-04-15 09:14:31.328 - debug: shuttercontrol.0 (324920) calculate astrodata ...
                                      2024-04-15 09:14:31.328 - debug: shuttercontrol.0 (324920) goldenHourEnd today: 07:22
                                      2024-04-15 09:14:31.328 - debug: shuttercontrol.0 (324920) goldenHour today: 19:43
                                      2024-04-15 09:14:31.328 - debug: shuttercontrol.0 (324920) current day: 1
                                      2024-04-15 09:14:31.328 - debug: shuttercontrol.0 (324920) Sunrise today: 06:38
                                      2024-04-15 09:14:31.328 - debug: shuttercontrol.0 (324920) Sunset today: 20:28
                                      2024-04-15 09:14:31.329 - debug: shuttercontrol.0 (324920) Starting up shutters GoldenHour area: 07:39
                                      2024-04-15 09:14:31.329 - debug: shuttercontrol.0 (324920) Shutdown shutters GoldenHour area: 20:43
                                      2024-04-15 09:14:31.329 - debug: shuttercontrol.0 (324920) Starting up shutters Sunrise area: 06:55
                                      2024-04-15 09:14:31.329 - debug: shuttercontrol.0 (324920) Shutdown shutters Sunset area: 21:28
                                      2024-04-15 09:14:31.372 - debug: shuttercontrol.0 (324920) check IsLater : 06:55 06:00
                                      2024-04-15 09:14:31.373 - debug: shuttercontrol.0 (324920) yes, IsLater : 06:55 06:00
                                      2024-04-15 09:14:31.374 - debug: shuttercontrol.0 (324920) Starting up shutters living area: 06:00 debug 4
                                      2024-04-15 09:14:31.378 - debug: shuttercontrol.0 (324920) check IsLater : 06:55 06:30
                                      2024-04-15 09:14:31.378 - debug: shuttercontrol.0 (324920) yes, IsLater : 06:55 06:30
                                      2024-04-15 09:14:31.378 - debug: shuttercontrol.0 (324920) Starting up shutters sleep area: 06:30 debug 4
                                      2024-04-15 09:14:31.381 - debug: shuttercontrol.0 (324920) check IsLater : 07:39 08:55
                                      2024-04-15 09:14:31.381 - debug: shuttercontrol.0 (324920) check IsLater : 07:39 07:45
                                      2024-04-15 09:14:31.381 - debug: shuttercontrol.0 (324920) check IsEqual : 07:45 08:55
                                      2024-04-15 09:14:31.382 - debug: shuttercontrol.0 (324920) check IsEqual : 07:39 08:55
                                      2024-04-15 09:14:31.382 - debug: shuttercontrol.0 (324920) check IsEarlier : 07:39 07:45
                                      2024-04-15 09:14:31.382 - debug: shuttercontrol.0 (324920) yes, IsEarlier : 07:39 07:45
                                      2024-04-15 09:14:31.382 - debug: shuttercontrol.0 (324920) Starting up shutters children area: 07:45 debug 8
                                      2024-04-15 09:14:31.391 - debug: shuttercontrol.0 (324920) check IsLater : 21:28 22:00
                                      2024-04-15 09:14:31.391 - debug: shuttercontrol.0 (324920) check IsEarlier : 21:28 22:00
                                      2024-04-15 09:14:31.391 - debug: shuttercontrol.0 (324920) yes, IsEarlier : 21:28 22:00
                                      2024-04-15 09:14:31.391 - debug: shuttercontrol.0 (324920) Shutdown shutters living area: 21:28 debug 7
                                      2024-04-15 09:14:31.391 - debug: shuttercontrol.0 (324920) shutterDownLiving
                                      2024-04-15 09:14:31.396 - debug: shuttercontrol.0 (324920) Shutdown shutters children area: 20:20 debug 6
                                      2024-04-15 09:14:31.399 - debug: shuttercontrol.0 (324920) Shutdown shutters sleep area: 20:00 debug 6
                                      2024-04-15 09:14:31.400 - debug: shuttercontrol.0 (324920) complete down at 22:00
                                      2024-04-15 09:14:55.478 - info: shuttercontrol.0 (324920) Got terminate signal TERMINATE_YOURSELF
                                      2024-04-15 09:14:55.479 - info: shuttercontrol.0 (324920) cleaned everything up...
                                      2024-04-15 09:14:55.480 - info: shuttercontrol.0 (324920) terminating
                                      2024-04-15 09:14:55.480 - debug: shuttercontrol.0 (324920) Plugin sentry destroyed
                                      2024-04-15 09:14:55.480 - info: shuttercontrol.0 (324920) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2024-04-15 09:14:55.981 - info: shuttercontrol.0 (324920) terminating
                                      2024-04-15 09:14:59.580 - debug: shuttercontrol.0 (324935) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                      2024-04-15 09:14:59.636 - debug: shuttercontrol.0 (324935) Objects client ready ... initialize now
                                      2024-04-15 09:14:59.637 - debug: shuttercontrol.0 (324935) Objects create System PubSub Client
                                      2024-04-15 09:14:59.638 - debug: shuttercontrol.0 (324935) Objects create User PubSub Client
                                      2024-04-15 09:14:59.706 - info: shuttercontrol.0 (324935) Sets unsupported
                                      2024-04-15 09:14:59.706 - debug: shuttercontrol.0 (324935) Objects client initialize lua scripts
                                      2024-04-15 09:14:59.710 - debug: shuttercontrol.0 (324935) Objects connected to redis: 0.0.0.0:9001
                                      2024-04-15 09:14:59.748 - debug: shuttercontrol.0 (324935) Redis States: Use Redis connection: 0.0.0.0:9000
                                      2024-04-15 09:14:59.770 - debug: shuttercontrol.0 (324935) States create System PubSub Client
                                      2024-04-15 09:14:59.771 - debug: shuttercontrol.0 (324935) States create User PubSub Client
                                      2024-04-15 09:14:59.855 - debug: shuttercontrol.0 (324935) States connected to redis: 0.0.0.0:9000
                                      2024-04-15 09:14:59.894 - debug: shuttercontrol.0 (324935) Plugin sentry Initialize Plugin (enabled=true)
                                      2024-04-15 09:15:00.733 - info: shuttercontrol.0 (324935) starting. Version 1.7.0 in /opt/iobroker/node_modules/iobroker.shuttercontrol, node: v18.20.2, js-controller: 5.0.19
                                      2024-04-15 09:15:00.755 - debug: shuttercontrol.0 (324935) shutter Config Check started
                                      2024-04-15 09:15:00.756 - debug: shuttercontrol.0 (324935) shutter Config Check successfully completed
                                      2024-04-15 09:15:00.759 - info: shuttercontrol.0 (324935) subscribe Systemvariablen.0.Urlaub
                                      2024-04-15 09:15:00.759 - debug: shuttercontrol.0 (324935) trigger for shuttercontrol: hm-rpc.0.KEQ0848001.1.STATE
                                      2024-04-15 09:15:00.760 - debug: shuttercontrol.0 (324935) trigger for shuttercontrol: hm-rpc.0.LEQ0889352.1.STATE
                                      2024-04-15 09:15:00.760 - debug: shuttercontrol.0 (324935) trigger for inside temperature: hm-rpc.0.NEQ0122166.1.TEMPERATURE
                                      2024-04-15 09:15:00.761 - debug: shuttercontrol.0 (324935) trigger for inside temperature: hm-rpc.0.MEQ0479049.1.TEMPERATURE
                                      2024-04-15 09:15:00.761 - debug: shuttercontrol.0 (324935) trigger for outside temperature: hm-rpc.0.KEQ0963583.4.TEMPERATURE
                                      2024-04-15 09:15:00.762 - debug: shuttercontrol.0 (324935) trigger for outside temperature: hm-rpc.0.KEQ0963067.4.TEMPERATURE
                                      2024-04-15 09:15:00.762 - debug: shuttercontrol.0 (324935) Shutter State: hm-rpc.0.NEQ0393950.1.LEVEL
                                      2024-04-15 09:15:00.762 - debug: shuttercontrol.0 (324935) Shutter State: hm-rpc.0.JEQ0031354.1.LEVEL
                                      2024-04-15 09:15:00.763 - debug: shuttercontrol.0 (324935) Shutter State: hm-rpc.0.JEQ0110516.1.LEVEL
                                      2024-04-15 09:15:00.763 - debug: shuttercontrol.0 (324935) Shutter State: hm-rpc.0.JEQ0112228.1.LEVEL
                                      2024-04-15 09:15:00.763 - debug: shuttercontrol.0 (324935) Shutter State: hm-rpc.0.JEQ0112354.1.LEVEL
                                      2024-04-15 09:15:00.763 - debug: shuttercontrol.0 (324935) Shutter State: hm-rpc.0.JEQ0112436.1.LEVEL
                                      2024-04-15 09:15:00.763 - debug: shuttercontrol.0 (324935) Shutter State: hm-rpc.0.JEQ0112564.1.LEVEL
                                      2024-04-15 09:15:00.882 - debug: shuttercontrol.0 (324935) Rolladen_Tina:1_LEVEL: save settings
                                      2024-04-15 09:15:00.983 - debug: shuttercontrol.0 (324935) Badezimmer: save settings
                                      2024-04-15 09:15:01.084 - debug: shuttercontrol.0 (324935) Nähzimmer: save settings
                                      2024-04-15 09:15:01.185 - debug: shuttercontrol.0 (324935) Rolladen_Schlafzimmer:1_LEVEL: save settings
                                      2024-04-15 09:15:01.286 - debug: shuttercontrol.0 (324935) Rolladen_Kueche:1_LEVEL: save settings
                                      2024-04-15 09:15:01.387 - debug: shuttercontrol.0 (324935) Rolladen_Stubentuer:1_LEVEL: save settings
                                      2024-04-15 09:15:01.488 - debug: shuttercontrol.0 (324935) Rolladen_Stubenfenster:1_LEVEL: save settings
                                      2024-04-15 09:15:02.771 - debug: shuttercontrol.0 (324935) checking HolidayDP
                                      2024-04-15 09:15:02.773 - debug: shuttercontrol.0 (324935) got HolidayDP false
                                      2024-04-15 09:15:02.781 - debug: shuttercontrol.0 (324935) Travel times of the shutters are calculated
                                      2024-04-15 09:15:02.782 - debug: shuttercontrol.0 (324935) calculate astrodata ...
                                      2024-04-15 09:15:02.782 - debug: shuttercontrol.0 (324935) goldenHourEnd today: 07:22
                                      2024-04-15 09:15:02.782 - debug: shuttercontrol.0 (324935) goldenHour today: 19:43
                                      2024-04-15 09:15:02.782 - debug: shuttercontrol.0 (324935) current day: 1
                                      2024-04-15 09:15:02.782 - debug: shuttercontrol.0 (324935) Sunrise today: 06:38
                                      2024-04-15 09:15:02.783 - debug: shuttercontrol.0 (324935) Sunset today: 20:28
                                      2024-04-15 09:15:02.783 - debug: shuttercontrol.0 (324935) Starting up shutters GoldenHour area: 07:39
                                      2024-04-15 09:15:02.783 - debug: shuttercontrol.0 (324935) Shutdown shutters GoldenHour area: 20:43
                                      2024-04-15 09:15:02.783 - debug: shuttercontrol.0 (324935) Starting up shutters Sunrise area: 06:55
                                      2024-04-15 09:15:02.783 - debug: shuttercontrol.0 (324935) Shutdown shutters Sunset area: 21:28
                                      2024-04-15 09:15:02.812 - debug: shuttercontrol.0 (324935) check IsLater : 06:55 06:00
                                      2024-04-15 09:15:02.812 - debug: shuttercontrol.0 (324935) yes, IsLater : 06:55 06:00
                                      2024-04-15 09:15:02.812 - debug: shuttercontrol.0 (324935) Starting up shutters living area: 06:00 debug 4
                                      2024-04-15 09:15:02.816 - debug: shuttercontrol.0 (324935) check IsLater : 06:55 06:30
                                      2024-04-15 09:15:02.816 - debug: shuttercontrol.0 (324935) yes, IsLater : 06:55 06:30
                                      2024-04-15 09:15:02.816 - debug: shuttercontrol.0 (324935) Starting up shutters sleep area: 06:30 debug 4
                                      2024-04-15 09:15:02.826 - debug: shuttercontrol.0 (324935) check IsLater : 07:39 08:55
                                      2024-04-15 09:15:02.826 - debug: shuttercontrol.0 (324935) check IsLater : 07:39 07:45
                                      2024-04-15 09:15:02.827 - debug: shuttercontrol.0 (324935) check IsEqual : 07:45 08:55
                                      2024-04-15 09:15:02.827 - debug: shuttercontrol.0 (324935) check IsEqual : 07:39 08:55
                                      2024-04-15 09:15:02.827 - debug: shuttercontrol.0 (324935) check IsEarlier : 07:39 07:45
                                      2024-04-15 09:15:02.827 - debug: shuttercontrol.0 (324935) yes, IsEarlier : 07:39 07:45
                                      2024-04-15 09:15:02.827 - debug: shuttercontrol.0 (324935) Starting up shutters children area: 07:45 debug 8
                                      2024-04-15 09:15:02.835 - debug: shuttercontrol.0 (324935) check IsLater : 21:28 22:00
                                      2024-04-15 09:15:02.835 - debug: shuttercontrol.0 (324935) check IsEarlier : 21:28 22:00
                                      2024-04-15 09:15:02.835 - debug: shuttercontrol.0 (324935) yes, IsEarlier : 21:28 22:00
                                      2024-04-15 09:15:02.835 - debug: shuttercontrol.0 (324935) Shutdown shutters living area: 21:28 debug 7
                                      2024-04-15 09:15:02.836 - debug: shuttercontrol.0 (324935) shutterDownLiving
                                      2024-04-15 09:15:02.841 - debug: shuttercontrol.0 (324935) Shutdown shutters children area: 20:20 debug 6
                                      2024-04-15 09:15:02.844 - debug: shuttercontrol.0 (324935) Shutdown shutters sleep area: 20:00 debug 6
                                      2024-04-15 09:15:02.847 - debug: shuttercontrol.0 (324935) complete down at 22:00
                                      2024-04-15 09:15:04.254 - debug: shuttercontrol.0 (324935) Travel times of the shutters are calculated
                                      2024-04-15 09:15:04.255 - debug: shuttercontrol.0 (324935) calculate astrodata ...
                                      2024-04-15 09:15:04.255 - debug: shuttercontrol.0 (324935) goldenHourEnd today: 07:22
                                      2024-04-15 09:15:04.255 - debug: shuttercontrol.0 (324935) goldenHour today: 19:43
                                      2024-04-15 09:15:04.255 - debug: shuttercontrol.0 (324935) current day: 1
                                      2024-04-15 09:15:04.255 - debug: shuttercontrol.0 (324935) Sunrise today: 06:38
                                      2024-04-15 09:15:04.256 - debug: shuttercontrol.0 (324935) Sunset today: 20:28
                                      2024-04-15 09:15:04.256 - debug: shuttercontrol.0 (324935) Starting up shutters GoldenHour area: 07:39
                                      2024-04-15 09:15:04.256 - debug: shuttercontrol.0 (324935) Shutdown shutters GoldenHour area: 20:43
                                      2024-04-15 09:15:04.256 - debug: shuttercontrol.0 (324935) Starting up shutters Sunrise area: 06:55
                                      2024-04-15 09:15:04.256 - debug: shuttercontrol.0 (324935) Shutdown shutters Sunset area: 21:28
                                      2024-04-15 09:15:04.293 - debug: shuttercontrol.0 (324935) check IsLater : 06:55 06:00
                                      2024-04-15 09:15:04.294 - debug: shuttercontrol.0 (324935) yes, IsLater : 06:55 06:00
                                      2024-04-15 09:15:04.294 - debug: shuttercontrol.0 (324935) Starting up shutters living area: 06:00 debug 4
                                      2024-04-15 09:15:04.296 - debug: shuttercontrol.0 (324935) check IsLater : 06:55 06:30
                                      2024-04-15 09:15:04.296 - debug: shuttercontrol.0 (324935) yes, IsLater : 06:55 06:30
                                      2024-04-15 09:15:04.297 - debug: shuttercontrol.0 (324935) Starting up shutters sleep area: 06:30 debug 4
                                      2024-04-15 09:15:04.302 - debug: shuttercontrol.0 (324935) check IsLater : 07:39 08:55
                                      2024-04-15 09:15:04.302 - debug: shuttercontrol.0 (324935) check IsLater : 07:39 07:45
                                      2024-04-15 09:15:04.303 - debug: shuttercontrol.0 (324935) check IsEqual : 07:45 08:55
                                      2024-04-15 09:15:04.303 - debug: shuttercontrol.0 (324935) check IsEqual : 07:39 08:55
                                      2024-04-15 09:15:04.303 - debug: shuttercontrol.0 (324935) check IsEarlier : 07:39 07:45
                                      2024-04-15 09:15:04.303 - debug: shuttercontrol.0 (324935) yes, IsEarlier : 07:39 07:45
                                      2024-04-15 09:15:04.303 - debug: shuttercontrol.0 (324935) Starting up shutters children area: 07:45 debug 8
                                      2024-04-15 09:15:04.309 - debug: shuttercontrol.0 (324935) check IsLater : 21:28 22:00
                                      2024-04-15 09:15:04.309 - debug: shuttercontrol.0 (324935) check IsEarlier : 21:28 22:00
                                      2024-04-15 09:15:04.309 - debug: shuttercontrol.0 (324935) yes, IsEarlier : 21:28 22:00
                                      2024-04-15 09:15:04.309 - debug: shuttercontrol.0 (324935) Shutdown shutters living area: 21:28 debug 7
                                      2024-04-15 09:15:04.310 - debug: shuttercontrol.0 (324935) shutterDownLiving
                                      2024-04-15 09:15:04.313 - debug: shuttercontrol.0 (324935) Shutdown shutters children area: 20:20 debug 6
                                      2024-04-15 09:15:04.316 - debug: shuttercontrol.0 (324935) Shutdown shutters sleep area: 20:00 debug 6
                                      2024-04-15 09:15:04.317 - debug: shuttercontrol.0 (324935) complete down at 22:00
                                      2024-04-15 09:16:35.842 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963067.4.TEMPERATURE Value: 1.8
                                      2024-04-15 09:16:53.893 - debug: shuttercontrol.0 (324935) start buttonAction
                                      2024-04-15 09:16:53.896 - info: shuttercontrol.0 (324935) Set ID: Rolladen Tina:1.LEVEL to Auto-Mode
                                      2024-04-15 09:16:53.897 - info: shuttercontrol.0 (324935) Button autoAll Set ID: Rolladen Tina:1.LEVEL value: 100%
                                      2024-04-15 09:16:53.945 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 09:16:53.995 - debug: shuttercontrol.0 (324935) shutterUpButton Rolladen Tina:1.LEVEL old height: 32% new height: 100%
                                      2024-04-15 09:16:54.113 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 09:17:03.998 - info: shuttercontrol.0 (324935) Set ID: Badezimmer to Auto-Mode
                                      2024-04-15 09:17:04.008 - debug: shuttercontrol.0 (324935) shutterUpButton Badezimmer old height: 100% new height: 100%
                                      2024-04-15 09:17:14.010 - info: shuttercontrol.0 (324935) Set ID: Nähzimmer to Auto-Mode
                                      2024-04-15 09:17:14.019 - debug: shuttercontrol.0 (324935) shutterUpButton Nähzimmer old height: 65% new height: 65%
                                      2024-04-15 09:17:21.143 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 09:17:24.022 - info: shuttercontrol.0 (324935) Set ID: Rolladen Schlafzimmer:1.LEVEL to Auto-Mode
                                      2024-04-15 09:17:24.031 - debug: shuttercontrol.0 (324935) shutterUpButton Rolladen Schlafzimmer:1.LEVEL old height: 100% new height: 100%
                                      2024-04-15 09:17:24.934 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963583.4.TEMPERATURE Value: 4.1
                                      2024-04-15 09:17:34.034 - info: shuttercontrol.0 (324935) Set ID: Rolladen_Kueche:1.LEVEL to Auto-Mode
                                      2024-04-15 09:17:34.043 - debug: shuttercontrol.0 (324935) shutterUpButton Rolladen_Kueche:1.LEVEL old height: 100% new height: 100%
                                      2024-04-15 09:17:43.945 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 09:17:43.948 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 32 new value = 100
                                      2024-04-15 09:17:44.043 - debug: shuttercontrol.0 (324935) Shuttercontrol save all shutter states
                                      2024-04-15 09:17:44.114 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 09:17:44.118 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 32 new value = 100
                                      2024-04-15 09:18:11.144 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 09:18:11.148 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 32 new value = 100
                                      2024-04-15 09:19:24.597 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963067.4.TEMPERATURE Value: 1.6
                                      2024-04-15 09:19:35.935 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963583.4.TEMPERATURE Value: 3.9
                                      2024-04-15 09:20:00.015 - debug: shuttercontrol.0 (324935) calculate astrodata ...
                                      2024-04-15 09:20:00.016 - debug: shuttercontrol.0 (324935) Sun Azimut: 105.1°
                                      2024-04-15 09:20:00.016 - debug: shuttercontrol.0 (324935) Sun Elevation: 24.4°
                                      2024-04-15 09:20:02.043 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL: Check basis for sunprotect. Height:100 > HeightDownSun: 31.5 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                      2024-04-15 09:20:02.044 - info: shuttercontrol.0 (324935) Sunprotect #416 Set ID: Rolladen Tina:1.LEVEL value: 31.5%
                                      2024-04-15 09:20:02.096 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 09:20:02.105 - debug: shuttercontrol.0 (324935) Sunprotect for Rolladen Tina:1.LEVEL is active
                                      2024-04-15 09:20:02.105 - debug: shuttercontrol.0 (324935) RangeMinus: 76 < 105.1RangePlus: 204 > 105.1
                                      2024-04-15 09:20:02.105 - debug: shuttercontrol.0 (324935) last automatic Action for Rolladen Tina:1.LEVEL: down_Sunprotect
                                      2024-04-15 09:20:02.105 - debug: shuttercontrol.0 (324935) Sunprotect Rolladen Tina:1.LEVEL old height: 100% new height: 31.5%
                                      2024-04-15 09:20:02.264 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 09:20:25.850 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 09:20:52.097 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 09:20:52.100 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 100 new value = 32
                                      2024-04-15 09:20:52.100 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL drived manually to 32. Old value = 100. New value = 32
                                      2024-04-15 09:20:52.100 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL Updated trigger action to Manu_Mode to prevent moving after window close
                                      2024-04-15 09:20:52.100 - debug: shuttercontrol.0 (324935) #1 shutterName: Rolladen Tina:1.LEVEL
                                      2024-04-15 09:20:52.101 - debug: shuttercontrol.0 (324935) #1 shutterState: 32 %
                                      2024-04-15 09:20:52.101 - debug: shuttercontrol.0 (324935) #1 currentAction: Manu_Mode
                                      2024-04-15 09:20:52.101 - debug: shuttercontrol.0 (324935) #1 triggerAction: Manu_Mode
                                      2024-04-15 09:20:52.101 - debug: shuttercontrol.0 (324935) #1 currentHeight: 31.5 %
                                      2024-04-15 09:20:52.101 - debug: shuttercontrol.0 (324935) #1 oldHeight: 100 %
                                      2024-04-15 09:20:52.101 - debug: shuttercontrol.0 (324935) #1 currentShutterState: activated
                                      2024-04-15 09:20:52.101 - debug: shuttercontrol.0 (324935) #1 currentShutterStateTime: 50 seconds
                                      2024-04-15 09:20:52.265 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 09:20:52.267 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 100 new value = 32
                                      2024-04-15 09:20:52.268 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL drived manually to 32. Old value = 100. New value = 32
                                      2024-04-15 09:20:52.268 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL Updated trigger action to Manu_Mode to prevent moving after window close
                                      2024-04-15 09:20:52.268 - debug: shuttercontrol.0 (324935) #1 shutterName: Rolladen Tina:1.LEVEL
                                      2024-04-15 09:20:52.268 - debug: shuttercontrol.0 (324935) #1 shutterState: 32 %
                                      2024-04-15 09:20:52.268 - debug: shuttercontrol.0 (324935) #1 currentAction: Manu_Mode
                                      2024-04-15 09:20:52.268 - debug: shuttercontrol.0 (324935) #1 triggerAction: Manu_Mode
                                      2024-04-15 09:20:52.268 - debug: shuttercontrol.0 (324935) #1 currentHeight: 31.5 %
                                      2024-04-15 09:20:52.269 - debug: shuttercontrol.0 (324935) #1 oldHeight: 100 %
                                      2024-04-15 09:20:52.269 - debug: shuttercontrol.0 (324935) #1 currentShutterState: activated
                                      2024-04-15 09:20:52.269 - debug: shuttercontrol.0 (324935) #1 currentShutterStateTime: 50 seconds
                                      2024-04-15 09:20:55.158 - debug: shuttercontrol.0 (324935) save current height after State Check: 32% from Rolladen Tina:1.LEVEL
                                      2024-04-15 09:20:55.159 - debug: shuttercontrol.0 (324935) Shutter Rolladen Tina:1.LEVEL was moved manually to: 32% - prevent trigger from driving back
                                      2024-04-15 09:21:15.850 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 09:21:15.852 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 100 new value = 32
                                      2024-04-15 09:21:15.852 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL Old value = 100. New value = 32. automatic is active
                                      

                                      und die Konfig
                                      Screenshot_20240415-092510_Firefox.jpg

                                      kann es daran liegen, dass die Beschattungshöhe 31.5 ist, aber teilweise als 32 erkannt wird?
                                      Aber warum fährt er dann erst hoch und wieder runter?

                                      Danke!

                                      EDIT:
                                      Es wurde zu dunkel.
                                      Hab den Rollladen hochgefahren, ging postwendend wieder runter

                                      2024-04-15 10:50:55.517 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963583.4.TEMPERATURE Value: 4.4
                                      2024-04-15 10:52:24.725 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963067.4.TEMPERATURE Value: 4
                                      2024-04-15 10:53:48.724 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963583.4.TEMPERATURE Value: 3.7
                                      2024-04-15 10:54:37.464 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963067.4.TEMPERATURE Value: 3.9
                                      2024-04-15 10:55:00.013 - debug: shuttercontrol.0 (324935) calculate astrodata ...
                                      2024-04-15 10:55:00.013 - debug: shuttercontrol.0 (324935) Sun Azimut: 127.7°
                                      2024-04-15 10:55:00.013 - debug: shuttercontrol.0 (324935) Sun Elevation: 37.8°
                                      2024-04-15 10:57:07.272 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 10:57:31.679 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 10:57:39.723 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963067.4.TEMPERATURE Value: 3.8
                                      2024-04-15 10:57:57.274 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 10:57:57.276 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 32 new value = 100
                                      2024-04-15 10:57:57.276 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL Old value = 32. New value = 100. automatic is active
                                      2024-04-15 10:57:57.276 - debug: shuttercontrol.0 (324935) #1 shutterName: Rolladen Tina:1.LEVEL
                                      2024-04-15 10:57:57.276 - debug: shuttercontrol.0 (324935) #1 shutterState: 100 %
                                      2024-04-15 10:57:57.277 - debug: shuttercontrol.0 (324935) #1 currentAction: up
                                      2024-04-15 10:57:57.277 - debug: shuttercontrol.0 (324935) #1 triggerAction: up
                                      2024-04-15 10:57:57.277 - debug: shuttercontrol.0 (324935) #1 currentHeight: 100 %
                                      2024-04-15 10:57:57.277 - debug: shuttercontrol.0 (324935) #1 oldHeight: 32 %
                                      2024-04-15 10:57:57.277 - debug: shuttercontrol.0 (324935) #1 currentShutterState: activated
                                      2024-04-15 10:57:57.277 - debug: shuttercontrol.0 (324935) #1 currentShutterStateTime: 50 seconds
                                      2024-04-15 10:58:21.681 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 10:58:21.683 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 32 new value = 100
                                      2024-04-15 10:58:21.683 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL Old value = 32. New value = 100. automatic is active
                                      2024-04-15 10:58:52.269 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963583.4.TEMPERATURE Value: 3.1
                                      2024-04-15 10:58:54.274 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL: Check basis for sunprotect. Height:100 > HeightDownSun: 31.5 AND Height:100 == currentHeight:100 AND currentHeight:100 == heightUp:100
                                      2024-04-15 10:58:54.274 - info: shuttercontrol.0 (324935) Sunprotect #416 Set ID: Rolladen Tina:1.LEVEL value: 31.5%
                                      2024-04-15 10:58:54.320 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 10:58:54.371 - debug: shuttercontrol.0 (324935) Sunprotect for Rolladen Tina:1.LEVEL is active
                                      2024-04-15 10:58:54.372 - debug: shuttercontrol.0 (324935) RangeMinus: 76 < 127.7RangePlus: 204 > 127.7
                                      2024-04-15 10:58:54.372 - debug: shuttercontrol.0 (324935) last automatic Action for Rolladen Tina:1.LEVEL: down_Sunprotect
                                      2024-04-15 10:58:54.372 - debug: shuttercontrol.0 (324935) Sunprotect Rolladen Tina:1.LEVEL old height: 32% new height: 31.5%
                                      2024-04-15 10:58:54.490 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 10:59:07.916 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 10:59:17.879 - debug: shuttercontrol.0 (324935) #0 wait for shutter check started
                                      2024-04-15 10:59:44.322 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 10:59:44.327 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 31.5 new value = 97
                                      2024-04-15 10:59:44.328 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL drived manually to 97. Old value = 31.5. New value = 97
                                      2024-04-15 10:59:44.328 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL Updated trigger action to Manu_Mode to prevent moving after window close
                                      2024-04-15 10:59:44.328 - debug: shuttercontrol.0 (324935) #1 shutterName: Rolladen Tina:1.LEVEL
                                      2024-04-15 10:59:44.328 - debug: shuttercontrol.0 (324935) #1 shutterState: 97 %
                                      2024-04-15 10:59:44.328 - debug: shuttercontrol.0 (324935) #1 currentAction: Manu_Mode
                                      2024-04-15 10:59:44.328 - debug: shuttercontrol.0 (324935) #1 triggerAction: Manu_Mode
                                      2024-04-15 10:59:44.329 - debug: shuttercontrol.0 (324935) #1 currentHeight: 31.5 %
                                      2024-04-15 10:59:44.329 - debug: shuttercontrol.0 (324935) #1 oldHeight: 31.5 %
                                      2024-04-15 10:59:44.329 - debug: shuttercontrol.0 (324935) #1 currentShutterState: activated
                                      2024-04-15 10:59:44.329 - debug: shuttercontrol.0 (324935) #1 currentShutterStateTime: 50 seconds
                                      2024-04-15 10:59:44.491 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 10:59:44.493 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 31.5 new value = 97
                                      2024-04-15 10:59:44.493 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL drived manually to 97. Old value = 31.5. New value = 97
                                      2024-04-15 10:59:44.494 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL Updated trigger action to Manu_Mode to prevent moving after window close
                                      2024-04-15 10:59:44.494 - debug: shuttercontrol.0 (324935) #1 shutterName: Rolladen Tina:1.LEVEL
                                      2024-04-15 10:59:44.494 - debug: shuttercontrol.0 (324935) #1 shutterState: 97 %
                                      2024-04-15 10:59:44.494 - debug: shuttercontrol.0 (324935) #1 currentAction: Manu_Mode
                                      2024-04-15 10:59:44.494 - debug: shuttercontrol.0 (324935) #1 triggerAction: Manu_Mode
                                      2024-04-15 10:59:44.494 - debug: shuttercontrol.0 (324935) #1 currentHeight: 31.5 %
                                      2024-04-15 10:59:44.494 - debug: shuttercontrol.0 (324935) #1 oldHeight: 31.5 %
                                      2024-04-15 10:59:44.494 - debug: shuttercontrol.0 (324935) #1 currentShutterState: activated
                                      2024-04-15 10:59:44.494 - debug: shuttercontrol.0 (324935) #1 currentShutterStateTime: 50 seconds
                                      2024-04-15 10:59:47.416 - debug: shuttercontrol.0 (324935) save current height after State Check: 97% from Rolladen Tina:1.LEVEL
                                      2024-04-15 10:59:47.416 - debug: shuttercontrol.0 (324935) Shutter Rolladen Tina:1.LEVEL was moved manually to: 97% - prevent trigger from driving back
                                      2024-04-15 10:59:57.917 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 10:59:57.920 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 31.5 new value = 97
                                      2024-04-15 10:59:57.920 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL Old value = 31.5. New value = 97. automatic is active
                                      2024-04-15 11:00:00.010 - debug: shuttercontrol.0 (324935) calculate astrodata ...
                                      2024-04-15 11:00:00.010 - debug: shuttercontrol.0 (324935) Sun Azimut: 129°
                                      2024-04-15 11:00:00.011 - debug: shuttercontrol.0 (324935) Sun Elevation: 38.4°
                                      2024-04-15 11:00:05.058 - info: trashschedule.0 (7001) Setting "actionNeeded" flag for type.restmüll.actionNeeded to true (???)
                                      2024-04-15 11:00:07.880 - debug: shuttercontrol.0 (324935) #0 wait for shutter check end
                                      2024-04-15 11:00:08.268 - debug: shuttercontrol.0 (324935) Shutter state changed: Rolladen Tina:1.LEVEL old value = 31.5 new value = 97
                                      2024-04-15 11:00:08.269 - debug: shuttercontrol.0 (324935) Rolladen Tina:1.LEVEL Old value = 31.5. New value = 97. automatic is active
                                      2024-04-15 11:00:27.693 - debug: shuttercontrol.0 (324935) outsidetemperature changed: hm-rpc.0.KEQ0963067.4.TEMPERATURE Value: 4
                                      

                                      Danach nicht ganz hochgefahren, jetzt bleibt er erst mal da

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

                                        @homoran mach mal nicht so eine krumme Zahl. 31,5 hört sich komisch an.

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

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

                                          @homoran mach mal nicht so eine krumme Zahl. 31,5 hört sich komisch an.

                                          hatte ich jetzt schon gemacht, war aber seit Beginn so eingestellt. Wird jetzt aber einige Tage wahrscheinlich keine Beschattung mehr geben.

                                          Alternativ hätte ich noch anzubieten dass vielleicht durch den Aktortausch noch irgendwo etwas rumgeistert.

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

                                            @simatec

                                            heute morgen fuhr der Rollladen direkt in die Beschattungshöhe.
                                            Unter auto state stand diesmal tatsächlich 'sunprotect'

                                            Als ich in den Einstellungen nachgesehen hatte, war Art des Sonnenschutzes alleine auf Sonnenpositition umgestellt 🤔

                                            Habe zurückgestellt auf 'Außentemperatur & Sonnenenposition' da fuhr er kurz darauf ganz hoch (up).

                                            Im log fand ich
                                            shuttercontrol.0 2024-04-16 07:58:09.744 info Sets unsupported
                                            Die Meldung gab es gestern auch. Was hat es damit auf sich?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            998
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

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