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

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

Community Forum

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

NEWS

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

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

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

Test Adapter shuttercontrol v2.0.x

Geplant Angeheftet Gesperrt Verschoben Tester
rollladenrollladensteuerungshuttercontrol
7.4k Beiträge 332 Kommentatoren 10.6m Aufrufe 253 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • NegaleinN Negalein

    @foxro sagte in Test Adapter shuttercontrol v1.2.x:

    Bevor wir da nun auf "Abwege" geraten

    Shutercontrol läuft auf 1.2.0
    Ich hab diese Funktion erst vor kurzem aktiviert.

    Kannst bitte mal den Shuttercontrol auf Debug Level setzen und das Log posten? Der info-level ist mir da aktuell zu wenig. Weiter bräuchte ich Deine aktuelle Konfig vom Shuttercontrol und die Angabe, welche Rollos betroffen sind.

    Betroffen sind alle Rollos. Debug kommt in den nächsten Tagen. :)
    system.adapter.shuttercontrol.0.json

    F Offline
    F Offline
    FoxRo
    schrieb am zuletzt editiert von
    #3134

    @negalein said in Test Adapter shuttercontrol v1.2.x:

    @foxro sagte in Test Adapter shuttercontrol v1.2.x:

    Bevor wir da nun auf "Abwege" geraten

    Shutercontrol läuft auf 1.2.0
    Ich hab diese Funktion erst vor kurzem aktiviert.

    Kannst bitte mal den Shuttercontrol auf Debug Level setzen und das Log posten? Der info-level ist mir da aktuell zu wenig. Weiter bräuchte ich Deine aktuelle Konfig vom Shuttercontrol und die Angabe, welche Rollos betroffen sind.

    Betroffen sind alle Rollos. Debug kommt in den nächsten Tagen. :)

    Hab nun interessenshalber mit Deiner Config den Debugger angeschmissen. Muss also sagen, die Sachlage ist ja extrem tricky!
    Es gibt wohl einen Bug in der SunProtect End via Elevation für Deine Konfig mit Sonnenschutz nur mit Aussentemp. Weiter vermute ich bei Dir, dass die 10° Elevation (Astrosettings) unterschritten werden, bevor die Temp Hysterese Werte unterschritten werden. Die Elevationsprüfung verhindert nämlich nach unterschreiten der eingestellten Elevation, dass weiterhin die Aussentemp abgefragt wird.
    Da die "SunProtect nach Elevationsende" aber nicht öffnen kann (da Bug) geht am Schluss gar nichts auf.
    Hingegen, wenn am Tag die Aussentemp unter die Hysterese fällt, dann müsste er heute schon auf machen... Zumindest hat meine Entwicklungsumgebung in diesem Fall brav aufgemacht.

    Als Workaround hast meiner Ansicht nach im Moment 2 Möglichkeiten:

    1. Du trägst einfach im Sonnenschutz Menü einen Sensor bei der Innentemp ein. Werte sind eigentlich egal, es wird bei Elevationsende nur geprüft, ob da ein Sensor für die Innentemp vorhanden ist. (Warum der da an dieser Stelle abgefragt wird, verstehe ich noch nicht). Hiermit erreichst ein Öffnen wenn die eingestellte Elevation unterschritten wird.

    2. Du schraubst den Wert für "Beenden der Sonnenschutzfunktion mit Sonnenhöhe (Elevation)" in den Astro Einstellungen soweit runter, dass sicher vor dem Erreichen der eingestellten Elevation, die Aussentemp unter Deine Vorgaben fällt. Hiermit erreichst, dass erst geöffnet wird, wenn die Aussentemp genügend abgesunken ist. In heissen Sommernächten kommt dann evtl halt direkt das "down", ohne vorher zu öffnen.

    Hoffe, dass dies Dir weiter hilft.
    Viel Erfolg

    PS. @simatec : Diese Logik kommt nicht von mir, weshalb ich sie nicht 100% durchschaue. Kannst Du dir dies bitte bei Gelegenheit mal anschauen?

    NegaleinN 1 Antwort Letzte Antwort
    0
    • F FoxRo

      @negalein said in Test Adapter shuttercontrol v1.2.x:

      @foxro sagte in Test Adapter shuttercontrol v1.2.x:

      Bevor wir da nun auf "Abwege" geraten

      Shutercontrol läuft auf 1.2.0
      Ich hab diese Funktion erst vor kurzem aktiviert.

      Kannst bitte mal den Shuttercontrol auf Debug Level setzen und das Log posten? Der info-level ist mir da aktuell zu wenig. Weiter bräuchte ich Deine aktuelle Konfig vom Shuttercontrol und die Angabe, welche Rollos betroffen sind.

      Betroffen sind alle Rollos. Debug kommt in den nächsten Tagen. :)

      Hab nun interessenshalber mit Deiner Config den Debugger angeschmissen. Muss also sagen, die Sachlage ist ja extrem tricky!
      Es gibt wohl einen Bug in der SunProtect End via Elevation für Deine Konfig mit Sonnenschutz nur mit Aussentemp. Weiter vermute ich bei Dir, dass die 10° Elevation (Astrosettings) unterschritten werden, bevor die Temp Hysterese Werte unterschritten werden. Die Elevationsprüfung verhindert nämlich nach unterschreiten der eingestellten Elevation, dass weiterhin die Aussentemp abgefragt wird.
      Da die "SunProtect nach Elevationsende" aber nicht öffnen kann (da Bug) geht am Schluss gar nichts auf.
      Hingegen, wenn am Tag die Aussentemp unter die Hysterese fällt, dann müsste er heute schon auf machen... Zumindest hat meine Entwicklungsumgebung in diesem Fall brav aufgemacht.

      Als Workaround hast meiner Ansicht nach im Moment 2 Möglichkeiten:

      1. Du trägst einfach im Sonnenschutz Menü einen Sensor bei der Innentemp ein. Werte sind eigentlich egal, es wird bei Elevationsende nur geprüft, ob da ein Sensor für die Innentemp vorhanden ist. (Warum der da an dieser Stelle abgefragt wird, verstehe ich noch nicht). Hiermit erreichst ein Öffnen wenn die eingestellte Elevation unterschritten wird.

      2. Du schraubst den Wert für "Beenden der Sonnenschutzfunktion mit Sonnenhöhe (Elevation)" in den Astro Einstellungen soweit runter, dass sicher vor dem Erreichen der eingestellten Elevation, die Aussentemp unter Deine Vorgaben fällt. Hiermit erreichst, dass erst geöffnet wird, wenn die Aussentemp genügend abgesunken ist. In heissen Sommernächten kommt dann evtl halt direkt das "down", ohne vorher zu öffnen.

      Hoffe, dass dies Dir weiter hilft.
      Viel Erfolg

      PS. @simatec : Diese Logik kommt nicht von mir, weshalb ich sie nicht 100% durchschaue. Kannst Du dir dies bitte bei Gelegenheit mal anschauen?

      NegaleinN Offline
      NegaleinN Offline
      Negalein
      Global Moderator
      schrieb am zuletzt editiert von
      #3135

      @foxro sagte in Test Adapter shuttercontrol v1.2.x:

      Du schraubst den Wert für "Beenden der Sonnenschutzfunktion mit Sonnenhöhe (Elevation)" in den Astro Einstellungen soweit runter, dass sicher vor dem Erreichen der eingestellten Elevation, die Aussentemp unter Deine Vorgaben fällt. Hiermit erreichst, dass erst geöffnet wird, wenn die Aussentemp genügend abgesunken ist. In heissen Sommernächten kommt dann evtl halt direkt das "down", ohne vorher zu öffnen.

      Danke

      Habs jetzt mal so eingestellt. Bin gespannt.
      Das mit der Elevation hab ich eigentlich nie verwendet. Kann man das komplett deaktivieren?

      instances - ioBroker (2).png instances - ioBroker (3).png

      ° Node.js: 20.17.0 NPM: 10.8.2
      ° Proxmox, Ubuntu 22.04.3 LTS
      ° Fixer ---> iob fix

      crunchipC S F 3 Antworten Letzte Antwort
      0
      • NegaleinN Negalein

        @foxro sagte in Test Adapter shuttercontrol v1.2.x:

        Du schraubst den Wert für "Beenden der Sonnenschutzfunktion mit Sonnenhöhe (Elevation)" in den Astro Einstellungen soweit runter, dass sicher vor dem Erreichen der eingestellten Elevation, die Aussentemp unter Deine Vorgaben fällt. Hiermit erreichst, dass erst geöffnet wird, wenn die Aussentemp genügend abgesunken ist. In heissen Sommernächten kommt dann evtl halt direkt das "down", ohne vorher zu öffnen.

        Danke

        Habs jetzt mal so eingestellt. Bin gespannt.
        Das mit der Elevation hab ich eigentlich nie verwendet. Kann man das komplett deaktivieren?

        instances - ioBroker (2).png instances - ioBroker (3).png

        crunchipC Abwesend
        crunchipC Abwesend
        crunchip
        Forum Testing Most Active
        schrieb am zuletzt editiert von crunchip
        #3136

        @negalein du hast doch Aussentemp/Lichtsensor als Auswahl eingestellt, da spielt doch dein Sonnenstand gar keine Rolle, es werden nur diese zwei Bedingungen abgefragt, aber dir fehlt der DP Lichtsensor

        umgestiegen von Proxmox auf Unraid

        NegaleinN 1 Antwort Letzte Antwort
        0
        • NegaleinN Negalein

          @foxro sagte in Test Adapter shuttercontrol v1.2.x:

          Du schraubst den Wert für "Beenden der Sonnenschutzfunktion mit Sonnenhöhe (Elevation)" in den Astro Einstellungen soweit runter, dass sicher vor dem Erreichen der eingestellten Elevation, die Aussentemp unter Deine Vorgaben fällt. Hiermit erreichst, dass erst geöffnet wird, wenn die Aussentemp genügend abgesunken ist. In heissen Sommernächten kommt dann evtl halt direkt das "down", ohne vorher zu öffnen.

          Danke

          Habs jetzt mal so eingestellt. Bin gespannt.
          Das mit der Elevation hab ich eigentlich nie verwendet. Kann man das komplett deaktivieren?

          instances - ioBroker (2).png instances - ioBroker (3).png

          S Offline
          S Offline
          strago
          schrieb am zuletzt editiert von strago
          #3137

          @negalein

          Kann es sein dass deine Rollläden/Raffstores nachdem diese in Sun Protect gefahren sind den Status Manu_Mode haben bzw. wie werden deine Raffstore/Rollläden gesteuert?

          Bei meinen Raffstore ist das der Fall. Da ich keine "Aktoren" für die Steuerung benutze sondern nur eine Platine mit Ein/Ausgängen habe, rechne ich den Istwert und Sollwert mittels Script selbst. Wenn die Raffstore in Sun Protect runterfahren steuere ich danach kurz dagegen um die Lamellen schräg zu stellen für mehr Lichteinfall. Weil jedes mal der Istwert neu berechnet wird wenn der Ausgang aus ist haben die Raffstore dadurch immer einen anderen Istwert als die Sollwertvorgabe vom Shuttercontrol. (z.b.: 18 statt 15% oder so)

          Eigentlich sollte dies durch folgende Option abgefangen werden:

          1fbc9c9d-b680-4e3c-861c-d5e3ba465863-image.png

          Beim Beschatten dürfte diese Option aber nicht greifen.

          Bei meinen Rollläden, bei denen wird logischerweise nicht gegengefahren, bleibt der Status auf Sun_Protect weil sich bei den Rollläden der Istwert nicht ändert.

          16588fc3-3f57-4003-a546-29ba98b1e30f-image.png

          Kann leider heute keinen Beispiel Screenshot liefern mit Manu_Mode und Sun_Protect weil es Regnet und Kalt ist :-)

          Muss natürlich bei dir nicht sein, ist nur bei mir das "Problem", wenn man das so bezeichnen will.

          NegaleinN 1 Antwort Letzte Antwort
          0
          • F FoxRo

            @tolkin said in Test Adapter shuttercontrol v1.2.x:

            Leider funktioniert das automatische Herunterfahren nach schließen der Terrassentüre immer noch nicht. Ich habe bewusst gerade die Türe offen gelassen, Rollo ist nicht heruntergefahren - ist ja richtig.

            Wird die Terrassentüre geschlossen, bleibt das Rollo oben.

            2021-06-04 22:15:54.718 - debug: shuttercontrol.0 (28668) Rollade Wohnzimmer4 Old value = 100. New value = 0. automatic is active
            2021-06-04 22:19:12.261 - debug: shuttercontrol.0 (28668) TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 0
            2021-06-04 22:19:12.267 - debug: shuttercontrol.0 (28668) Rollade Esszimmer - shutter conversion is:false
            2021-06-04 22:19:12.309 - debug: shuttercontrol.0 (28668) Rollade Esszimmer - shutter current state.val is:100
            2021-06-04 22:19:12.310 - debug: shuttercontrol.0 (28668) Rollade Esszimmer - shutter trigger drive-up is:100
            2021-06-04 22:19:12.310 - debug: shuttercontrol.0 (28668) Rollade Esszimmer - shutter trigger change is:upDown
            2021-06-04 22:19:12.310 - debug: shuttercontrol.0 (28668) #2 save trigger height: 100% for device: Rollade Esszimmer
            2021-06-04 22:19:12.310 - debug: shuttercontrol.0 (28668) #2 save trigger action: triggered for device: Rollade Esszimmer
            

            Kann man jemand drüberschauen und mir vielleicht weiterhelfen?

            Hi, Du schreibst von einer Terrassentür - die hast Du so aber nicht in der Konfig drin. Ich vermute es ist die Esszimmer Türe?

            Wenn ja, dann hast du das Log entweder nicht richtig aufgezeichnet oder Dein Sensor liefert ein anderes Signal als Du konfiguriert hast.
            Es sieht im Log nämlich so aus, als würdest du die Türe öffnen. Also prüfe mal, was Dein Türsensor im geschlossenen Zustand für einen Wert liefert und trage diesen in der Shuttercontrol Konfig zu Deiner Türe (Trigger) ein.
            Wenn Du den Rollo manuell nach unten fährst und dann die Türe öffnest, sollte diese öffnen und beim schliessen auch wieder schliessen. Wenn dies korrekt tut, dann bist Du auf dem richtigen Weg.
            Viel Erfolg.

            TolkinT Offline
            TolkinT Offline
            Tolkin
            schrieb am zuletzt editiert von
            #3138

            @foxro

            Hi, natürlich meine ich Esszimmer Türe ;) Ich habe jetzt alles nochmal getestet und das Rollo fährt beim schließen einfach nicht herunter.
            Folgendes habe ich gemacht:

            Überprüft, welcher Status der TFK bei geschlossen liefert.

            321.JPG

            Die 0 bei geschlossen habe ich dann hier eingetragen

            123.JPG

            Jetzt habe ich das Rollo manuell geschlossen und den TFK geöffnet, dass Rollo fährt hoch. Schließe ich den TFK passiert nichts. Eigentlich sollte das Rollo doch jetzt wieder schließen...?

            F 1 Antwort Letzte Antwort
            0
            • TolkinT Tolkin

              @foxro

              Hi, natürlich meine ich Esszimmer Türe ;) Ich habe jetzt alles nochmal getestet und das Rollo fährt beim schließen einfach nicht herunter.
              Folgendes habe ich gemacht:

              Überprüft, welcher Status der TFK bei geschlossen liefert.

              321.JPG

              Die 0 bei geschlossen habe ich dann hier eingetragen

              123.JPG

              Jetzt habe ich das Rollo manuell geschlossen und den TFK geöffnet, dass Rollo fährt hoch. Schließe ich den TFK passiert nichts. Eigentlich sollte das Rollo doch jetzt wieder schließen...?

              F Offline
              F Offline
              FoxRo
              schrieb am zuletzt editiert von
              #3139

              @tolkin said in Test Adapter shuttercontrol v1.2.x:

              @foxro

              Hi, natürlich meine ich Esszimmer Türe ;) Ich habe jetzt alles nochmal getestet und das Rollo fährt beim schließen einfach nicht herunter.
              Folgendes habe ich gemacht:

              Überprüft, welcher Status der TFK bei geschlossen liefert.

              321.JPG

              Die 0 bei geschlossen habe ich dann hier eingetragen

              123.JPG

              Jetzt habe ich das Rollo manuell geschlossen und den TFK geöffnet, dass Rollo fährt hoch. Schließe ich den TFK passiert nichts. Eigentlich sollte das Rollo doch jetzt wieder schließen...?

              Prüfe mal ob da wirklich ein logischer Wert daher kommt oder ob das nicht doch ein String (Text) ist.

              321.JPG

              Das "CLOSED(0)" sieht für mich verdächtig nach einem String aus. Mit dem Wert CLOSED(0) kann die Logik nichts anfangen.
              Evtl hat Dein Fensterschalter noch andere Datenpunkte die rein logische Werte liefern (1 / 0) oder "true" / "false"?
              Auf jeden Fall muss der Test mit manuell schliessen des Rollos mit anschliessendem Fenster öffnen und schliessen mit eingestelltem Trigger mit "Öffnen und Schliessen" den Rollo nach dem Schliessen des Fensters auch wieder schliessen. Solange dies nicht klappt, wird auch das "Drive after Close" nicht funktionieren.

              TolkinT 1 Antwort Letzte Antwort
              0
              • crunchipC crunchip

                @negalein du hast doch Aussentemp/Lichtsensor als Auswahl eingestellt, da spielt doch dein Sonnenstand gar keine Rolle, es werden nur diese zwei Bedingungen abgefragt, aber dir fehlt der DP Lichtsensor

                NegaleinN Offline
                NegaleinN Offline
                Negalein
                Global Moderator
                schrieb am zuletzt editiert von
                #3140

                @crunchip sagte in Test Adapter shuttercontrol v1.2.x:

                du hast doch Aussentemp/Lichtsensor als Auswahl eingestellt, da spielt doch dein Sonnenstand gar keine Rolle, es werden nur diese zwei Bedingungen abgefragt, aber dir fehlt der DP Lichtsensor

                ich möchte ja nur auf die Aussentemperatur triggern.
                Licht und Sonnenstand nicht.

                ° Node.js: 20.17.0 NPM: 10.8.2
                ° Proxmox, Ubuntu 22.04.3 LTS
                ° Fixer ---> iob fix

                crunchipC 1 Antwort Letzte Antwort
                0
                • S strago

                  @negalein

                  Kann es sein dass deine Rollläden/Raffstores nachdem diese in Sun Protect gefahren sind den Status Manu_Mode haben bzw. wie werden deine Raffstore/Rollläden gesteuert?

                  Bei meinen Raffstore ist das der Fall. Da ich keine "Aktoren" für die Steuerung benutze sondern nur eine Platine mit Ein/Ausgängen habe, rechne ich den Istwert und Sollwert mittels Script selbst. Wenn die Raffstore in Sun Protect runterfahren steuere ich danach kurz dagegen um die Lamellen schräg zu stellen für mehr Lichteinfall. Weil jedes mal der Istwert neu berechnet wird wenn der Ausgang aus ist haben die Raffstore dadurch immer einen anderen Istwert als die Sollwertvorgabe vom Shuttercontrol. (z.b.: 18 statt 15% oder so)

                  Eigentlich sollte dies durch folgende Option abgefangen werden:

                  1fbc9c9d-b680-4e3c-861c-d5e3ba465863-image.png

                  Beim Beschatten dürfte diese Option aber nicht greifen.

                  Bei meinen Rollläden, bei denen wird logischerweise nicht gegengefahren, bleibt der Status auf Sun_Protect weil sich bei den Rollläden der Istwert nicht ändert.

                  16588fc3-3f57-4003-a546-29ba98b1e30f-image.png

                  Kann leider heute keinen Beispiel Screenshot liefern mit Manu_Mode und Sun_Protect weil es Regnet und Kalt ist :-)

                  Muss natürlich bei dir nicht sein, ist nur bei mir das "Problem", wenn man das so bezeichnen will.

                  NegaleinN Offline
                  NegaleinN Offline
                  Negalein
                  Global Moderator
                  schrieb am zuletzt editiert von
                  #3141

                  @strago sagte in Test Adapter shuttercontrol v1.2.x:

                  nachdem diese in Sun Protect gefahren sind den Status Manu_Mode haben bzw. wie werden deine Raffstore/Rollläden gesteuert?

                  muss ich nächstesmal überprüfen.
                  Ich hab nur normale Rollos. Hoch Runter, mehr gibts nicht! :)

                  ° Node.js: 20.17.0 NPM: 10.8.2
                  ° Proxmox, Ubuntu 22.04.3 LTS
                  ° Fixer ---> iob fix

                  1 Antwort Letzte Antwort
                  0
                  • NegaleinN Negalein

                    @foxro sagte in Test Adapter shuttercontrol v1.2.x:

                    Du schraubst den Wert für "Beenden der Sonnenschutzfunktion mit Sonnenhöhe (Elevation)" in den Astro Einstellungen soweit runter, dass sicher vor dem Erreichen der eingestellten Elevation, die Aussentemp unter Deine Vorgaben fällt. Hiermit erreichst, dass erst geöffnet wird, wenn die Aussentemp genügend abgesunken ist. In heissen Sommernächten kommt dann evtl halt direkt das "down", ohne vorher zu öffnen.

                    Danke

                    Habs jetzt mal so eingestellt. Bin gespannt.
                    Das mit der Elevation hab ich eigentlich nie verwendet. Kann man das komplett deaktivieren?

                    instances - ioBroker (2).png instances - ioBroker (3).png

                    F Offline
                    F Offline
                    FoxRo
                    schrieb am zuletzt editiert von
                    #3142

                    @negalein said in Test Adapter shuttercontrol v1.2.x:

                    @foxro sagte in Test Adapter shuttercontrol v1.2.x:

                    Du schraubst den Wert für "Beenden der Sonnenschutzfunktion mit Sonnenhöhe (Elevation)" in den Astro Einstellungen soweit runter, dass sicher vor dem Erreichen der eingestellten Elevation, die Aussentemp unter Deine Vorgaben fällt. Hiermit erreichst, dass erst geöffnet wird, wenn die Aussentemp genügend abgesunken ist. In heissen Sommernächten kommt dann evtl halt direkt das "down", ohne vorher zu öffnen.

                    Danke

                    Habs jetzt mal so eingestellt. Bin gespannt.
                    Das mit der Elevation hab ich eigentlich nie verwendet. Kann man das komplett deaktivieren?

                    Ausschalten lässt sich die Elevation nicht. Sie ist Grundlage jeglicher Beschattung in Shuttercontrol und damit gibt man vor, ab - und bis welchem Sonnenstand man überhaupt beschatten will. Ansonsten würde ja die Beschattungsfunktion bei einigen Konfigurationen wegen warmer Nächte sogar in der Nacht aktiv sein, wo es aber e nichts bringt.
                    Bin auf Dein Feedback gespannt. :-)
                    Viel Erfolg!

                    NegaleinN 1 Antwort Letzte Antwort
                    1
                    • NegaleinN Negalein

                      @crunchip sagte in Test Adapter shuttercontrol v1.2.x:

                      du hast doch Aussentemp/Lichtsensor als Auswahl eingestellt, da spielt doch dein Sonnenstand gar keine Rolle, es werden nur diese zwei Bedingungen abgefragt, aber dir fehlt der DP Lichtsensor

                      ich möchte ja nur auf die Aussentemperatur triggern.
                      Licht und Sonnenstand nicht.

                      crunchipC Abwesend
                      crunchipC Abwesend
                      crunchip
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #3143

                      @negalein achso, dachte nur, weil Werte für Lichtsensor hinterlegt sind, sollte ja dann so funktionieren und nur Aussentemp greifen

                      umgestiegen von Proxmox auf Unraid

                      1 Antwort Letzte Antwort
                      0
                      • F FoxRo

                        @tolkin said in Test Adapter shuttercontrol v1.2.x:

                        @foxro

                        Hi, natürlich meine ich Esszimmer Türe ;) Ich habe jetzt alles nochmal getestet und das Rollo fährt beim schließen einfach nicht herunter.
                        Folgendes habe ich gemacht:

                        Überprüft, welcher Status der TFK bei geschlossen liefert.

                        321.JPG

                        Die 0 bei geschlossen habe ich dann hier eingetragen

                        123.JPG

                        Jetzt habe ich das Rollo manuell geschlossen und den TFK geöffnet, dass Rollo fährt hoch. Schließe ich den TFK passiert nichts. Eigentlich sollte das Rollo doch jetzt wieder schließen...?

                        Prüfe mal ob da wirklich ein logischer Wert daher kommt oder ob das nicht doch ein String (Text) ist.

                        321.JPG

                        Das "CLOSED(0)" sieht für mich verdächtig nach einem String aus. Mit dem Wert CLOSED(0) kann die Logik nichts anfangen.
                        Evtl hat Dein Fensterschalter noch andere Datenpunkte die rein logische Werte liefern (1 / 0) oder "true" / "false"?
                        Auf jeden Fall muss der Test mit manuell schliessen des Rollos mit anschliessendem Fenster öffnen und schliessen mit eingestelltem Trigger mit "Öffnen und Schliessen" den Rollo nach dem Schliessen des Fensters auch wieder schliessen. Solange dies nicht klappt, wird auch das "Drive after Close" nicht funktionieren.

                        TolkinT Offline
                        TolkinT Offline
                        Tolkin
                        schrieb am zuletzt editiert von
                        #3144

                        @foxro sagte in Test Adapter shuttercontrol v1.2.x:

                        @tolkin said in Test Adapter shuttercontrol v1.2.x:

                        @foxro

                        Hi, natürlich meine ich Esszimmer Türe ;) Ich habe jetzt alles nochmal getestet und das Rollo fährt beim schließen einfach nicht herunter.
                        Folgendes habe ich gemacht:

                        Überprüft, welcher Status der TFK bei geschlossen liefert.

                        321.JPG

                        Die 0 bei geschlossen habe ich dann hier eingetragen

                        123.JPG

                        Jetzt habe ich das Rollo manuell geschlossen und den TFK geöffnet, dass Rollo fährt hoch. Schließe ich den TFK passiert nichts. Eigentlich sollte das Rollo doch jetzt wieder schließen...?

                        Prüfe mal ob da wirklich ein logischer Wert daher kommt oder ob das nicht doch ein String (Text) ist.

                        321.JPG

                        Das "CLOSED(0)" sieht für mich verdächtig nach einem String aus. Mit dem Wert CLOSED(0) kann die Logik nichts anfangen.
                        Evtl hat Dein Fensterschalter noch andere Datenpunkte die rein logische Werte liefern (1 / 0) oder "true" / "false"?
                        Auf jeden Fall muss der Test mit manuell schliessen des Rollos mit anschliessendem Fenster öffnen und schliessen mit eingestelltem Trigger mit "Öffnen und Schliessen" den Rollo nach dem Schliessen des Fensters auch wieder schliessen. Solange dies nicht klappt, wird auch das "Drive after Close" nicht funktionieren.

                        Danke, habe ich verstanden. Leider liefert mir der Sensor keinen weiteren Wert. Ist es möglich, eine neue Datei mit einem Wert von 1/0 oder true/false anzulegen? Wenn ja, wie macht man das?

                        F 1 Antwort Letzte Antwort
                        0
                        • TolkinT Tolkin

                          @foxro sagte in Test Adapter shuttercontrol v1.2.x:

                          @tolkin said in Test Adapter shuttercontrol v1.2.x:

                          @foxro

                          Hi, natürlich meine ich Esszimmer Türe ;) Ich habe jetzt alles nochmal getestet und das Rollo fährt beim schließen einfach nicht herunter.
                          Folgendes habe ich gemacht:

                          Überprüft, welcher Status der TFK bei geschlossen liefert.

                          321.JPG

                          Die 0 bei geschlossen habe ich dann hier eingetragen

                          123.JPG

                          Jetzt habe ich das Rollo manuell geschlossen und den TFK geöffnet, dass Rollo fährt hoch. Schließe ich den TFK passiert nichts. Eigentlich sollte das Rollo doch jetzt wieder schließen...?

                          Prüfe mal ob da wirklich ein logischer Wert daher kommt oder ob das nicht doch ein String (Text) ist.

                          321.JPG

                          Das "CLOSED(0)" sieht für mich verdächtig nach einem String aus. Mit dem Wert CLOSED(0) kann die Logik nichts anfangen.
                          Evtl hat Dein Fensterschalter noch andere Datenpunkte die rein logische Werte liefern (1 / 0) oder "true" / "false"?
                          Auf jeden Fall muss der Test mit manuell schliessen des Rollos mit anschliessendem Fenster öffnen und schliessen mit eingestelltem Trigger mit "Öffnen und Schliessen" den Rollo nach dem Schliessen des Fensters auch wieder schliessen. Solange dies nicht klappt, wird auch das "Drive after Close" nicht funktionieren.

                          Danke, habe ich verstanden. Leider liefert mir der Sensor keinen weiteren Wert. Ist es möglich, eine neue Datei mit einem Wert von 1/0 oder true/false anzulegen? Wenn ja, wie macht man das?

                          F Offline
                          F Offline
                          FoxRo
                          schrieb am zuletzt editiert von
                          #3145

                          @tolkin said in Test Adapter shuttercontrol v1.2.x:

                          321.JPG

                          Danke, habe ich verstanden. Leider liefert mir der Sensor keinen weiteren Wert. Ist es möglich, eine neue Datei mit einem Wert von 1/0 oder true/false anzulegen? Wenn ja, wie macht man das?

                          Bevor Du da nun "Hand anlegst" überprüfe mal was das genau für ein Datentyp ist und was genau als Wert da drin steht.
                          Datentyp findest im Popup wenn auf das Bleistift vom Datenpunkt klickst.
                          Und was da effektiv als Wert drin steht findest Du raus indem Du im Wertefeld auf das Bleistift klickst.
                          Was ist das für ein Adapter, den Du da im Einsatz hast? Sorry, bin da ein wenig ungläubig, dass der Adapter für so typische Anwendungen kein Logik Wert oder eine Zahl "1"/"0" als Datenpunkt bereitstellen sollte..
                          Evtl kannst dies im Adapter konfigurieren was er als Datenpunkt bereitstellen soll?
                          Viel Erfolg!

                          TolkinT 1 Antwort Letzte Antwort
                          0
                          • F FoxRo

                            @tolkin said in Test Adapter shuttercontrol v1.2.x:

                            321.JPG

                            Danke, habe ich verstanden. Leider liefert mir der Sensor keinen weiteren Wert. Ist es möglich, eine neue Datei mit einem Wert von 1/0 oder true/false anzulegen? Wenn ja, wie macht man das?

                            Bevor Du da nun "Hand anlegst" überprüfe mal was das genau für ein Datentyp ist und was genau als Wert da drin steht.
                            Datentyp findest im Popup wenn auf das Bleistift vom Datenpunkt klickst.
                            Und was da effektiv als Wert drin steht findest Du raus indem Du im Wertefeld auf das Bleistift klickst.
                            Was ist das für ein Adapter, den Du da im Einsatz hast? Sorry, bin da ein wenig ungläubig, dass der Adapter für so typische Anwendungen kein Logik Wert oder eine Zahl "1"/"0" als Datenpunkt bereitstellen sollte..
                            Evtl kannst dies im Adapter konfigurieren was er als Datenpunkt bereitstellen soll?
                            Viel Erfolg!

                            TolkinT Offline
                            TolkinT Offline
                            Tolkin
                            schrieb am zuletzt editiert von
                            #3146

                            @foxro

                            Es ist ein HM rpc Adapter. Wenn ich auf den Bleistift klicke, bekomme ich diese Werte angezeigt.

                            123.JPG
                            1234.JPG
                            12345.JPG

                            Selbst wenn ich hier Logikwert auswähle, funktioniert es leider nicht...

                            F 1 Antwort Letzte Antwort
                            0
                            • TolkinT Tolkin

                              @foxro

                              Es ist ein HM rpc Adapter. Wenn ich auf den Bleistift klicke, bekomme ich diese Werte angezeigt.

                              123.JPG
                              1234.JPG
                              12345.JPG

                              Selbst wenn ich hier Logikwert auswähle, funktioniert es leider nicht...

                              F Offline
                              F Offline
                              FoxRo
                              schrieb am zuletzt editiert von
                              #3147

                              @tolkin said in Test Adapter shuttercontrol v1.2.x:

                              @foxro

                              Selbst wenn ich hier Logikwert auswähle, funktioniert es leider nicht...

                              Bitte dies nicht ändern, da dies vom Adapter so aufgesetzt wurde. Es wird somit eine Zahl geliefert, mit welcher Shuttercontrol auch umgehen kann. Du hast ja korrekt "0" als geschlossen konfiguriert. Andere hier haben auch HM erfolgreich am laufen. Somit sollte das ok sein. Ich habe kein HM. Wir müssen also weiter suchen.
                              Kannst da bitte mal nochmals ein Debugg Log aufzeichnen indem Du folgendes machst:

                              • Sicherstellen, dass im Objekt Pfad "shuttercontrol.0.shutters.autoDown.>Dein Rollo< auf "true" steht.
                              • Shuttercontrol auf Logstufe "Debug" stellen
                              • Fenster geschlossen
                              • Rollo manuell schliessen
                              • Log mit Mülleimer löschen - damit ab jetzt neu aufzeichnest
                              • Fenster öffnen -> Rollo öffnet sich - warten bis ganz oben
                              • Fenster schliessen

                              Bitte das Log posten, dann kann ich da mal einen Blick rein werfen.
                              Hoffe, dass sich dann das Geheimnis lüften wird :-)
                              Viel Erfolg!

                              TolkinT 1 Antwort Letzte Antwort
                              0
                              • F FoxRo

                                @tolkin said in Test Adapter shuttercontrol v1.2.x:

                                @foxro

                                Selbst wenn ich hier Logikwert auswähle, funktioniert es leider nicht...

                                Bitte dies nicht ändern, da dies vom Adapter so aufgesetzt wurde. Es wird somit eine Zahl geliefert, mit welcher Shuttercontrol auch umgehen kann. Du hast ja korrekt "0" als geschlossen konfiguriert. Andere hier haben auch HM erfolgreich am laufen. Somit sollte das ok sein. Ich habe kein HM. Wir müssen also weiter suchen.
                                Kannst da bitte mal nochmals ein Debugg Log aufzeichnen indem Du folgendes machst:

                                • Sicherstellen, dass im Objekt Pfad "shuttercontrol.0.shutters.autoDown.>Dein Rollo< auf "true" steht.
                                • Shuttercontrol auf Logstufe "Debug" stellen
                                • Fenster geschlossen
                                • Rollo manuell schliessen
                                • Log mit Mülleimer löschen - damit ab jetzt neu aufzeichnest
                                • Fenster öffnen -> Rollo öffnet sich - warten bis ganz oben
                                • Fenster schliessen

                                Bitte das Log posten, dann kann ich da mal einen Blick rein werfen.
                                Hoffe, dass sich dann das Geheimnis lüften wird :-)
                                Viel Erfolg!

                                TolkinT Offline
                                TolkinT Offline
                                Tolkin
                                schrieb am zuletzt editiert von
                                #3148

                                @foxro

                                Vielen Dank. Hier mal das Log

                                Ich habe das Rollo heruntergefahren und egal ob der Griff geöffnet oder geschlossen wird - das Rollo fährt immer hoch.

                                2021-06-07 22:27:13.394 - debug: shuttercontrol.0 (28600) TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 2
                                2021-06-07 22:27:13.395 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter conversion is:false
                                2021-06-07 22:27:13.438 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger drive-up is:100
                                2021-06-07 22:27:13.438 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger change is:upDown
                                2021-06-07 22:27:13.438 - debug: shuttercontrol.0 (28600) #1 save trigger height: 0% for device Rollade Esszimmer
                                2021-06-07 22:27:13.438 - debug: shuttercontrol.0 (28600) #1 save trigger action: Manu_Mode for device Rollade Esszimmer
                                2021-06-07 22:27:13.438 - info: shuttercontrol.0 (28600) #1 Set ID: Rollade Esszimmer value: 100%
                                2021-06-07 22:27:13.485 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - window is still open -> driving now to :100
                                2021-06-07 22:27:13.492 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 100
                                2021-06-07 22:27:13.492 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Old value = 0. New value = 100. automatic is active
                                2021-06-07 22:27:18.775 - debug: shuttercontrol.0 (28600) TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 0
                                2021-06-07 22:27:18.777 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter conversion is:false
                                2021-06-07 22:27:18.822 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger drive-up is:100
                                2021-06-07 22:27:18.822 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger change is:upDown
                                2021-06-07 22:27:18.822 - debug: shuttercontrol.0 (28600) #1 save trigger height: 0% for device Rollade Esszimmer
                                2021-06-07 22:27:18.822 - debug: shuttercontrol.0 (28600) #1 save trigger action: triggered for device Rollade Esszimmer
                                2021-06-07 22:27:18.822 - info: shuttercontrol.0 (28600) #1 Set ID: Rollade Esszimmer value: 100%
                                2021-06-07 22:27:18.865 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - window is still open -> driving now to :100
                                2021-06-07 22:27:18.870 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 100
                                2021-06-07 22:27:18.871 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Old value = 0. New value = 100. automatic is active
                                2021-06-07 22:27:18.881 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 18
                                2021-06-07 22:27:18.881 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 18. Old value = 0. New value = 18
                                2021-06-07 22:27:18.882 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                2021-06-07 22:27:20.945 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 24
                                2021-06-07 22:27:20.946 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 24. Old value = 0. New value = 24
                                2021-06-07 22:27:20.946 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                2021-06-07 22:27:24.208 - debug: shuttercontrol.0 (28600) TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 2
                                2021-06-07 22:27:24.209 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter conversion is:false
                                2021-06-07 22:27:24.254 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter current state.val is:24
                                2021-06-07 22:27:24.254 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger drive-up is:100
                                2021-06-07 22:27:24.254 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger change is:upDown
                                2021-06-07 22:27:24.254 - debug: shuttercontrol.0 (28600) #1 save trigger height: 24% for device Rollade Esszimmer
                                2021-06-07 22:27:24.254 - debug: shuttercontrol.0 (28600) #1 save trigger action: Manu_Mode for device Rollade Esszimmer
                                2021-06-07 22:27:24.254 - info: shuttercontrol.0 (28600) #1 Set ID: Rollade Esszimmer value: 100%
                                2021-06-07 22:27:24.297 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - window is still open -> driving now to :100
                                2021-06-07 22:27:24.303 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 100
                                2021-06-07 22:27:24.303 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Old value = 0. New value = 100. automatic is active
                                2021-06-07 22:27:24.389 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 24
                                2021-06-07 22:27:24.390 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 24. Old value = 0. New value = 24
                                2021-06-07 22:27:24.390 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                2021-06-07 22:27:25.623 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 28
                                2021-06-07 22:27:25.624 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 28. Old value = 0. New value = 28
                                2021-06-07 22:27:25.624 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                2021-06-07 22:27:28.887 - debug: shuttercontrol.0 (28600) TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 0
                                2021-06-07 22:27:28.889 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter conversion is:false
                                2021-06-07 22:27:28.933 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter current state.val is:28
                                2021-06-07 22:27:28.934 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger drive-up is:100
                                2021-06-07 22:27:28.934 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger change is:upDown
                                2021-06-07 22:27:28.934 - debug: shuttercontrol.0 (28600) #1 save trigger height: 28% for device Rollade Esszimmer
                                2021-06-07 22:27:28.934 - debug: shuttercontrol.0 (28600) #1 save trigger action: Manu_Mode for device Rollade Esszimmer
                                2021-06-07 22:27:28.934 - info: shuttercontrol.0 (28600) #1 Set ID: Rollade Esszimmer value: 100%
                                2021-06-07 22:27:28.977 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - window is still open -> driving now to :100
                                2021-06-07 22:27:28.983 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 12 new value = 100
                                2021-06-07 22:27:28.983 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Old value = 12. New value = 100. automatic is active
                                2021-06-07 22:27:29.040 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 12 new value = 28
                                2021-06-07 22:27:29.040 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 28. Old value = 12. New value = 28
                                2021-06-07 22:27:29.040 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                2021-06-07 22:27:31.589 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 36
                                2021-06-07 22:27:31.589 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 36. Old value = 0. New value = 36
                                2021-06-07 22:27:31.589 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                
                                
                                
                                F 1 Antwort Letzte Antwort
                                0
                                • TolkinT Tolkin

                                  @foxro

                                  Vielen Dank. Hier mal das Log

                                  Ich habe das Rollo heruntergefahren und egal ob der Griff geöffnet oder geschlossen wird - das Rollo fährt immer hoch.

                                  2021-06-07 22:27:13.394 - debug: shuttercontrol.0 (28600) TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 2
                                  2021-06-07 22:27:13.395 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter conversion is:false
                                  2021-06-07 22:27:13.438 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger drive-up is:100
                                  2021-06-07 22:27:13.438 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger change is:upDown
                                  2021-06-07 22:27:13.438 - debug: shuttercontrol.0 (28600) #1 save trigger height: 0% for device Rollade Esszimmer
                                  2021-06-07 22:27:13.438 - debug: shuttercontrol.0 (28600) #1 save trigger action: Manu_Mode for device Rollade Esszimmer
                                  2021-06-07 22:27:13.438 - info: shuttercontrol.0 (28600) #1 Set ID: Rollade Esszimmer value: 100%
                                  2021-06-07 22:27:13.485 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - window is still open -> driving now to :100
                                  2021-06-07 22:27:13.492 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 100
                                  2021-06-07 22:27:13.492 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Old value = 0. New value = 100. automatic is active
                                  2021-06-07 22:27:18.775 - debug: shuttercontrol.0 (28600) TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 0
                                  2021-06-07 22:27:18.777 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter conversion is:false
                                  2021-06-07 22:27:18.822 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger drive-up is:100
                                  2021-06-07 22:27:18.822 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger change is:upDown
                                  2021-06-07 22:27:18.822 - debug: shuttercontrol.0 (28600) #1 save trigger height: 0% for device Rollade Esszimmer
                                  2021-06-07 22:27:18.822 - debug: shuttercontrol.0 (28600) #1 save trigger action: triggered for device Rollade Esszimmer
                                  2021-06-07 22:27:18.822 - info: shuttercontrol.0 (28600) #1 Set ID: Rollade Esszimmer value: 100%
                                  2021-06-07 22:27:18.865 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - window is still open -> driving now to :100
                                  2021-06-07 22:27:18.870 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 100
                                  2021-06-07 22:27:18.871 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Old value = 0. New value = 100. automatic is active
                                  2021-06-07 22:27:18.881 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 18
                                  2021-06-07 22:27:18.881 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 18. Old value = 0. New value = 18
                                  2021-06-07 22:27:18.882 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                  2021-06-07 22:27:20.945 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 24
                                  2021-06-07 22:27:20.946 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 24. Old value = 0. New value = 24
                                  2021-06-07 22:27:20.946 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                  2021-06-07 22:27:24.208 - debug: shuttercontrol.0 (28600) TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 2
                                  2021-06-07 22:27:24.209 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter conversion is:false
                                  2021-06-07 22:27:24.254 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter current state.val is:24
                                  2021-06-07 22:27:24.254 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger drive-up is:100
                                  2021-06-07 22:27:24.254 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger change is:upDown
                                  2021-06-07 22:27:24.254 - debug: shuttercontrol.0 (28600) #1 save trigger height: 24% for device Rollade Esszimmer
                                  2021-06-07 22:27:24.254 - debug: shuttercontrol.0 (28600) #1 save trigger action: Manu_Mode for device Rollade Esszimmer
                                  2021-06-07 22:27:24.254 - info: shuttercontrol.0 (28600) #1 Set ID: Rollade Esszimmer value: 100%
                                  2021-06-07 22:27:24.297 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - window is still open -> driving now to :100
                                  2021-06-07 22:27:24.303 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 100
                                  2021-06-07 22:27:24.303 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Old value = 0. New value = 100. automatic is active
                                  2021-06-07 22:27:24.389 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 24
                                  2021-06-07 22:27:24.390 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 24. Old value = 0. New value = 24
                                  2021-06-07 22:27:24.390 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                  2021-06-07 22:27:25.623 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 28
                                  2021-06-07 22:27:25.624 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 28. Old value = 0. New value = 28
                                  2021-06-07 22:27:25.624 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                  2021-06-07 22:27:28.887 - debug: shuttercontrol.0 (28600) TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 0
                                  2021-06-07 22:27:28.889 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter conversion is:false
                                  2021-06-07 22:27:28.933 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter current state.val is:28
                                  2021-06-07 22:27:28.934 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger drive-up is:100
                                  2021-06-07 22:27:28.934 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - shutter trigger change is:upDown
                                  2021-06-07 22:27:28.934 - debug: shuttercontrol.0 (28600) #1 save trigger height: 28% for device Rollade Esszimmer
                                  2021-06-07 22:27:28.934 - debug: shuttercontrol.0 (28600) #1 save trigger action: Manu_Mode for device Rollade Esszimmer
                                  2021-06-07 22:27:28.934 - info: shuttercontrol.0 (28600) #1 Set ID: Rollade Esszimmer value: 100%
                                  2021-06-07 22:27:28.977 - debug: shuttercontrol.0 (28600) Rollade Esszimmer - window is still open -> driving now to :100
                                  2021-06-07 22:27:28.983 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 12 new value = 100
                                  2021-06-07 22:27:28.983 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Old value = 12. New value = 100. automatic is active
                                  2021-06-07 22:27:29.040 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 12 new value = 28
                                  2021-06-07 22:27:29.040 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 28. Old value = 12. New value = 28
                                  2021-06-07 22:27:29.040 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                  2021-06-07 22:27:31.589 - debug: shuttercontrol.0 (28600) Shutter state changed: Rollade Esszimmer old value = 0 new value = 36
                                  2021-06-07 22:27:31.589 - debug: shuttercontrol.0 (28600) Rollade Esszimmer drived manually to 36. Old value = 0. New value = 36
                                  2021-06-07 22:27:31.589 - debug: shuttercontrol.0 (28600) Rollade Esszimmer Updated trigger action to Manu_Mode to prevent moving after window close
                                  
                                  
                                  
                                  F Offline
                                  F Offline
                                  FoxRo
                                  schrieb am zuletzt editiert von
                                  #3149

                                  @tolkin said in Test Adapter shuttercontrol v1.2.x:

                                  TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 0

                                  Sowas habe ich noch nicht gesehen - sorry.
                                  um 2021-06-07 22:27:13.394 wechselt der Trigger auf Wert "2"
                                  um 2021-06-07 22:27:13.492 fährt er nach oben los...
                                  und nur 4Sek. später ändert der Trigger wieder auf Wert "0" obwohl noch keine Endlage erreicht wurde.
                                  Um 2021-06-07 22:27:18.881 also wieder 5Sek später wird ein Pos-Levelstatus "18" gemeldet, was nicht der Vorgabe 100% entspricht, weshalb er in den Manu_Mode wechselt und die aktuelle Position speichert.
                                  2 Sek. später kommt ein neuer Pos. Wert 24.
                                  Danach kommt wieder Fenster geöffnet und nur 4Sek. später wieder geschlossen. Er fährt dann nicht runter, weil die aktuelle Pos. als manuell angefahrene Pos. gespeichert wurde, als wärst Du eben bei offenem Fenster manuell dahin gefahren, was Shuttercontrol als "Vorgabe" nimmt.
                                  Also wenn nicht Du da ungeduldig das Fenster auf und zu gemacht hast und zwischendurch auch noch manuell gefahren bist, würde ich sagen, da gibt es ein Status Update Problem von der HM Seite. Da muss ich dann aber leider passen, da ich HM komplett nicht kenne. Aber vielleicht kann Dir hier sonst jemand helfen, der auch HM hat?
                                  Sorry.
                                  Viel Erfolg

                                  B TolkinT 2 Antworten Letzte Antwort
                                  0
                                  • F FoxRo

                                    @tolkin said in Test Adapter shuttercontrol v1.2.x:

                                    TriggerID changed: hm-rpc.1.0007DA49A8BE5F.1.STATE Value: 0

                                    Sowas habe ich noch nicht gesehen - sorry.
                                    um 2021-06-07 22:27:13.394 wechselt der Trigger auf Wert "2"
                                    um 2021-06-07 22:27:13.492 fährt er nach oben los...
                                    und nur 4Sek. später ändert der Trigger wieder auf Wert "0" obwohl noch keine Endlage erreicht wurde.
                                    Um 2021-06-07 22:27:18.881 also wieder 5Sek später wird ein Pos-Levelstatus "18" gemeldet, was nicht der Vorgabe 100% entspricht, weshalb er in den Manu_Mode wechselt und die aktuelle Position speichert.
                                    2 Sek. später kommt ein neuer Pos. Wert 24.
                                    Danach kommt wieder Fenster geöffnet und nur 4Sek. später wieder geschlossen. Er fährt dann nicht runter, weil die aktuelle Pos. als manuell angefahrene Pos. gespeichert wurde, als wärst Du eben bei offenem Fenster manuell dahin gefahren, was Shuttercontrol als "Vorgabe" nimmt.
                                    Also wenn nicht Du da ungeduldig das Fenster auf und zu gemacht hast und zwischendurch auch noch manuell gefahren bist, würde ich sagen, da gibt es ein Status Update Problem von der HM Seite. Da muss ich dann aber leider passen, da ich HM komplett nicht kenne. Aber vielleicht kann Dir hier sonst jemand helfen, der auch HM hat?
                                    Sorry.
                                    Viel Erfolg

                                    B Offline
                                    B Offline
                                    bishop
                                    schrieb am zuletzt editiert von bishop
                                    #3150

                                    @foxro

                                    ich habe etwas ähnliches! Das hat alles mal funktioniert.

                                    hier mal ein Log:

                                    2021-06-08 06:00:00.075 - info: shuttercontrol.0 (31678) #21 Set ID: Kim value: 100%
                                    2021-06-08 06:00:00.076 - debug: shuttercontrol.0 (31678) shutterUpSleep #1 Kim old height: 0% new height: 100%
                                    2021-06-08 06:00:00.086 - debug: shuttercontrol.0 (31678) Shutter state changed: Kim old value = 0 new value = 100
                                    2021-06-08 06:00:00.086 - debug: shuttercontrol.0 (31678) Kim Old value = 0. New value = 100. automatic is active
                                    2021-06-08 06:00:00.260 - debug: shuttercontrol.0 (31678) outsidetemperature changed: alias.0.Temperaturen.Hochbeet Value: 15.6
                                    2021-06-08 06:00:05.035 - info: shuttercontrol.0 (31678) #21 Set ID: Schlafzimmer value: 100%
                                    2021-06-08 06:00:05.036 - debug: shuttercontrol.0 (31678) shutterUpSleep #1 Schlafzimmer old height: 0% new height: 100%
                                    2021-06-08 06:00:05.044 - debug: shuttercontrol.0 (31678) Shutter state changed: Schlafzimmer old value = 0 new value = 100
                                    2021-06-08 06:00:05.044 - debug: shuttercontrol.0 (31678) Schlafzimmer Old value = 0. New value = 100. automatic is active
                                    2021-06-08 06:00:05.083 - info: javascript.0 (1038) script.js.common.Kinder_Licht: Licht von Kim ausgeschalten
                                    2021-06-08 06:00:10.029 - info: shuttercontrol.0 (31678) #21 Set ID: Jan value: 100%
                                    2021-06-08 06:00:10.029 - debug: shuttercontrol.0 (31678) shutterUpSleep #1 Jan old height: 0% new height: 100%
                                    2021-06-08 06:00:10.036 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 100
                                    2021-06-08 06:00:10.036 - debug: shuttercontrol.0 (31678) Jan Old value = 0. New value = 100. automatic is active
                                    2021-06-08 06:00:11.086 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 1
                                    2021-06-08 06:00:11.086 - debug: shuttercontrol.0 (31678) Jan drived manually to 1. Old value = 0. New value = 1
                                    2021-06-08 06:00:11.086 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:13.083 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 2
                                    2021-06-08 06:00:13.083 - debug: shuttercontrol.0 (31678) Jan drived manually to 2. Old value = 0. New value = 2
                                    2021-06-08 06:00:13.083 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:14.028 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 3
                                    2021-06-08 06:00:14.028 - debug: shuttercontrol.0 (31678) Jan drived manually to 3. Old value = 0. New value = 3
                                    2021-06-08 06:00:14.028 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:15.030 - info: shuttercontrol.0 (31678) #21 Set ID: Balkon value: 100%
                                    2021-06-08 06:00:15.030 - debug: shuttercontrol.0 (31678) shutterUpSleep #1 Balkon old height: 0% new height: 100%
                                    2021-06-08 06:00:15.036 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 100
                                    2021-06-08 06:00:15.036 - debug: shuttercontrol.0 (31678) Balkon Old value = 0. New value = 100. automatic is active
                                    2021-06-08 06:00:15.072 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 4
                                    2021-06-08 06:00:15.072 - debug: shuttercontrol.0 (31678) Jan drived manually to 4. Old value = 0. New value = 4
                                    2021-06-08 06:00:15.072 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:15.753 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 1
                                    2021-06-08 06:00:15.753 - debug: shuttercontrol.0 (31678) Balkon drived manually to 1. Old value = 0. New value = 1
                                    2021-06-08 06:00:15.754 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:16.012 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 5
                                    2021-06-08 06:00:16.012 - debug: shuttercontrol.0 (31678) Jan drived manually to 5. Old value = 0. New value = 5
                                    2021-06-08 06:00:16.012 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:16.763 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 5
                                    2021-06-08 06:00:16.763 - debug: shuttercontrol.0 (31678) Balkon drived manually to 5. Old value = 0. New value = 5
                                    2021-06-08 06:00:16.764 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:17.062 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 8
                                    2021-06-08 06:00:17.062 - debug: shuttercontrol.0 (31678) Jan drived manually to 8. Old value = 0. New value = 8
                                    2021-06-08 06:00:17.062 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:17.762 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 8
                                    2021-06-08 06:00:17.762 - debug: shuttercontrol.0 (31678) Balkon drived manually to 8. Old value = 0. New value = 8
                                    2021-06-08 06:00:17.763 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:18.126 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 15
                                    2021-06-08 06:00:18.126 - debug: shuttercontrol.0 (31678) Jan drived manually to 15. Old value = 0. New value = 15
                                    2021-06-08 06:00:18.126 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:18.763 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 11
                                    2021-06-08 06:00:18.763 - debug: shuttercontrol.0 (31678) Balkon drived manually to 11. Old value = 0. New value = 11
                                    2021-06-08 06:00:18.763 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:19.047 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 21
                                    2021-06-08 06:00:19.047 - debug: shuttercontrol.0 (31678) Jan drived manually to 21. Old value = 0. New value = 21
                                    2021-06-08 06:00:19.047 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:19.765 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 14
                                    2021-06-08 06:00:19.765 - debug: shuttercontrol.0 (31678) Balkon drived manually to 14. Old value = 0. New value = 14
                                    2021-06-08 06:00:19.765 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:20.188 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 28
                                    2021-06-08 06:00:20.188 - debug: shuttercontrol.0 (31678) Jan drived manually to 28. Old value = 0. New value = 28
                                    2021-06-08 06:00:20.189 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:20.239 - debug: shuttercontrol.0 (31678) outsidetemperature changed: alias.0.Temperaturen.Hochbeet Value: 15.8
                                    2021-06-08 06:00:20.767 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 17
                                    2021-06-08 06:00:20.767 - debug: shuttercontrol.0 (31678) Balkon drived manually to 17. Old value = 0. New value = 17
                                    2021-06-08 06:00:20.767 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:21.043 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 34
                                    2021-06-08 06:00:21.043 - debug: shuttercontrol.0 (31678) Jan drived manually to 34. Old value = 0. New value = 34
                                    2021-06-08 06:00:21.043 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:21.761 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 20
                                    2021-06-08 06:00:21.762 - debug: shuttercontrol.0 (31678) Balkon drived manually to 20. Old value = 0. New value = 20
                                    2021-06-08 06:00:21.762 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:22.095 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 41
                                    2021-06-08 06:00:22.095 - debug: shuttercontrol.0 (31678) Jan drived manually to 41. Old value = 0. New value = 41
                                    2021-06-08 06:00:22.096 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:22.767 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 24
                                    2021-06-08 06:00:22.767 - debug: shuttercontrol.0 (31678) Balkon drived manually to 24. Old value = 0. New value = 24
                                    2021-06-08 06:00:22.767 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:23.074 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 47
                                    2021-06-08 06:00:23.075 - debug: shuttercontrol.0 (31678) Jan drived manually to 47. Old value = 0. New value = 47
                                    2021-06-08 06:00:23.075 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:23.768 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 27
                                    2021-06-08 06:00:23.768 - debug: shuttercontrol.0 (31678) Balkon drived manually to 27. Old value = 0. New value = 27
                                    2021-06-08 06:00:23.768 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:24.141 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 54
                                    2021-06-08 06:00:24.141 - debug: shuttercontrol.0 (31678) Jan drived manually to 54. Old value = 0. New value = 54
                                    2021-06-08 06:00:24.141 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:24.769 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 30
                                    2021-06-08 06:00:24.770 - debug: shuttercontrol.0 (31678) Balkon drived manually to 30. Old value = 0. New value = 30
                                    2021-06-08 06:00:24.770 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:25.029 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 60
                                    2021-06-08 06:00:25.029 - debug: shuttercontrol.0 (31678) Jan drived manually to 60. Old value = 0. New value = 60
                                    2021-06-08 06:00:25.029 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:25.719 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 33
                                    2021-06-08 06:00:25.719 - debug: shuttercontrol.0 (31678) Balkon drived manually to 33. Old value = 0. New value = 33
                                    2021-06-08 06:00:25.719 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:26.067 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 66
                                    2021-06-08 06:00:26.067 - debug: shuttercontrol.0 (31678) Jan drived manually to 66. Old value = 0. New value = 66
                                    2021-06-08 06:00:26.067 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:26.726 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 36
                                    2021-06-08 06:00:26.726 - debug: shuttercontrol.0 (31678) Balkon drived manually to 36. Old value = 0. New value = 36
                                    2021-06-08 06:00:26.726 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:27.115 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 73
                                    2021-06-08 06:00:27.115 - debug: shuttercontrol.0 (31678) Jan drived manually to 73. Old value = 0. New value = 73
                                    2021-06-08 06:00:27.115 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:27.729 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 39
                                    2021-06-08 06:00:27.729 - debug: shuttercontrol.0 (31678) Balkon drived manually to 39. Old value = 0. New value = 39
                                    2021-06-08 06:00:27.729 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:28.055 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 79
                                    2021-06-08 06:00:28.055 - debug: shuttercontrol.0 (31678) Jan drived manually to 79. Old value = 0. New value = 79
                                    2021-06-08 06:00:28.055 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:28.732 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 43
                                    2021-06-08 06:00:28.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 43. Old value = 0. New value = 43
                                    2021-06-08 06:00:28.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:29.099 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 86
                                    2021-06-08 06:00:29.099 - debug: shuttercontrol.0 (31678) Jan drived manually to 86. Old value = 0. New value = 86
                                    2021-06-08 06:00:29.099 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:29.727 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 46
                                    2021-06-08 06:00:29.727 - debug: shuttercontrol.0 (31678) Balkon drived manually to 46. Old value = 0. New value = 46
                                    2021-06-08 06:00:29.727 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:30.043 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 92
                                    2021-06-08 06:00:30.043 - debug: shuttercontrol.0 (31678) Jan drived manually to 92. Old value = 0. New value = 92
                                    2021-06-08 06:00:30.043 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:30.731 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 49
                                    2021-06-08 06:00:30.731 - debug: shuttercontrol.0 (31678) Balkon drived manually to 49. Old value = 0. New value = 49
                                    2021-06-08 06:00:30.731 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:31.087 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 99
                                    2021-06-08 06:00:31.088 - debug: shuttercontrol.0 (31678) Jan drived manually to 99. Old value = 0. New value = 99
                                    2021-06-08 06:00:31.088 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:31.314 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 100
                                    2021-06-08 06:00:31.314 - debug: shuttercontrol.0 (31678) Jan Old value = 0. New value = 100. automatic is active
                                    2021-06-08 06:00:31.740 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 52
                                    2021-06-08 06:00:31.741 - debug: shuttercontrol.0 (31678) Balkon drived manually to 52. Old value = 0. New value = 52
                                    2021-06-08 06:00:31.741 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:32.732 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 55
                                    2021-06-08 06:00:32.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 55. Old value = 0. New value = 55
                                    2021-06-08 06:00:32.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:33.732 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 58
                                    2021-06-08 06:00:33.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 58. Old value = 0. New value = 58
                                    2021-06-08 06:00:33.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:34.732 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 62
                                    2021-06-08 06:00:34.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 62. Old value = 0. New value = 62
                                    2021-06-08 06:00:34.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:35.732 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 65
                                    2021-06-08 06:00:35.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 65. Old value = 0. New value = 65
                                    2021-06-08 06:00:35.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:36.312 - info: javascript.0 (1038) script.js.common.Kinder_Licht: Licht von Jan ausgeschalten
                                    2021-06-08 06:00:37.042 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 68
                                    2021-06-08 06:00:37.043 - debug: shuttercontrol.0 (31678) Balkon drived manually to 68. Old value = 0. New value = 68
                                    2021-06-08 06:00:37.043 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:37.731 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 71
                                    2021-06-08 06:00:37.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 71. Old value = 0. New value = 71
                                    2021-06-08 06:00:37.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:38.738 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 74
                                    2021-06-08 06:00:38.738 - debug: shuttercontrol.0 (31678) Balkon drived manually to 74. Old value = 0. New value = 74
                                    2021-06-08 06:00:38.739 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:39.569 - info: alexa2.0 (5677) Alexa-Push-Connection established. Disable Polling
                                    2021-06-08 06:00:39.741 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 77
                                    2021-06-08 06:00:39.741 - debug: shuttercontrol.0 (31678) Balkon drived manually to 77. Old value = 0. New value = 77
                                    2021-06-08 06:00:39.741 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:40.748 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 81
                                    2021-06-08 06:00:40.748 - debug: shuttercontrol.0 (31678) Balkon drived manually to 81. Old value = 0. New value = 81
                                    2021-06-08 06:00:40.748 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:41.745 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 84
                                    2021-06-08 06:00:41.745 - debug: shuttercontrol.0 (31678) Balkon drived manually to 84. Old value = 0. New value = 84
                                    2021-06-08 06:00:41.745 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:42.745 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 87
                                    2021-06-08 06:00:42.745 - debug: shuttercontrol.0 (31678) Balkon drived manually to 87. Old value = 0. New value = 87
                                    2021-06-08 06:00:42.746 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:43.747 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 90
                                    2021-06-08 06:00:43.747 - debug: shuttercontrol.0 (31678) Balkon drived manually to 90. Old value = 0. New value = 90
                                    2021-06-08 06:00:43.747 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:44.755 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 93
                                    2021-06-08 06:00:44.755 - debug: shuttercontrol.0 (31678) Balkon drived manually to 93. Old value = 0. New value = 93
                                    2021-06-08 06:00:44.755 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:45.749 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 97
                                    2021-06-08 06:00:45.749 - debug: shuttercontrol.0 (31678) Balkon drived manually to 97. Old value = 0. New value = 97
                                    2021-06-08 06:00:45.749 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                    2021-06-08 06:00:46.803 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 100
                                    2021-06-08 06:00:46.803 - debug: shuttercontrol.0 (31678) Balkon Old value = 0. New value = 100. automatic is active
                                    

                                    Warum funktioniert es beim Rollladen Kim und Schlafzimmer?
                                    Hatte vermutet das was mit den Aliases nicht stimmt und habe somit direkt verknüpft.

                                    {
                                            "enabled": true,
                                            "shutterName": "Balkon",
                                            "name": "sonoff.0.RolladenBalkon.ShutterPosition1",
                                            "triggerID": "alias.0.Tueren.Balkontuer",
                                            "typeUp": "sleep",
                                            "typeDown": "goldenhour",
                                            "type": "in- & outside temperature and direction",
                                            "heightDownSun": "30",
                                            "direction": "245",
                                            "directionRange": "50",
                                            "tempInside": "24",
                                            "tempSensor": "",
                                            "outsideTempSensor": "alias.0.Temperaturen.Hochbeet",
                                            "tempOutside": "25",
                                            "lightSensor": "",
                                            "valueLight": "15",
                                            "heightUp": "100",
                                            "heightDown": "0",
                                            "triggerState": "0",
                                            "triggerDrive": "100",
                                            "triggerChange": "onlyUp",
                                            "elevation": "8",
                                            "autoDrive": "off",
                                            "hysteresisOutside": "10",
                                            "hysteresisInside": "5",
                                            "hysteresisLight": "5",
                                            "currentAction": "",
                                            "currentHeight": "",
                                            "oldHeight": "",
                                            "firstCompleteUp": "",
                                            "triggerHeight": "",
                                            "LateDown": false,
                                            "inSummerNotDown": false,
                                            "KeepSunProtect": true,
                                            "triggerAction": "",
                                            "driveAfterClose": false,
                                            "useXmasLevel": false,
                                            "XmasLevel": "",
                                            "betweenPosition": false,
                                            "betweenPositionLevel": "",
                                            "trigDelyUp": "",
                                            "trigDelyDown": ""
                                          }
                                    {
                                            "enabled": true,
                                            "shutterName": "Kim",
                                            "name": "alias.0.Rolllaeden.Kim",
                                            "triggerID": "alias.0.Fenster.Kim_Zimmer_Fenster",
                                            "typeUp": "sleep",
                                            "typeDown": "sleep",
                                            "type": "outside temperature and direction",
                                            "heightDownSun": "3",
                                            "direction": "245",
                                            "directionRange": "55",
                                            "tempInside": "",
                                            "tempSensor": "",
                                            "outsideTempSensor": "alias.0.Temperaturen.Hochbeet",
                                            "tempOutside": "25",
                                            "lightSensor": "",
                                            "valueLight": "",
                                            "heightUp": "100",
                                            "heightDown": "0",
                                            "triggerState": "0",
                                            "triggerDrive": "10",
                                            "triggerChange": "onlyUp",
                                            "elevation": "",
                                            "autoDrive": "upDown",
                                            "hysteresisOutside": "10",
                                            "hysteresisInside": "",
                                            "hysteresisLight": "",
                                            "currentAction": "",
                                            "currentHeight": "",
                                            "oldHeight": "",
                                            "firstCompleteUp": "",
                                            "triggerHeight": "",
                                            "LateDown": false,
                                            "inSummerNotDown": false,
                                            "KeepSunProtect": true,
                                            "triggerAction": "",
                                            "driveAfterClose": false,
                                            "useXmasLevel": false,
                                            "XmasLevel": "",
                                            "betweenPosition": false,
                                            "betweenPositionLevel": "",
                                            "trigDelyUp": "",
                                            "trigDelyDown": ""
                                          },
                                    

                                    Konfig:

                                    },
                                      "native": {
                                        "livingAutomatic": "livingGoldenHour",
                                        "W_shutterDownLiving": "20:00",
                                        "W_shutterUpLivingMin": "06:00",
                                        "W_shutterUpLivingMax": "07:00",
                                        "driveDelayUpLiving": "2",
                                        "WE_shutterDownLiving": "20:00",
                                        "WE_shutterUpLivingMin": "07:00",
                                        "WE_shutterUpLivingMax": "08:30",
                                        "sleepAutomatic": "sleepSunriseSunset",
                                        "W_shutterDownSleep": "19:00",
                                        "W_shutterUpSleepMin": "06:00",
                                        "W_shutterUpSleepMax": "06:00",
                                        "driveDelayUpSleep": "5",
                                        "WE_shutterDownSleep": "19:15",
                                        "WE_shutterUpSleepMin": "08:00",
                                        "WE_shutterUpSleepMax": "08:00",
                                        "childrenAutomatic": "childrenSunriseSunset",
                                        "W_shutterDownChildren": "19:00",
                                        "W_shutterUpChildrenMin": "06:00",
                                        "W_shutterUpChildrenMax": "06:30",
                                        "driveDelayUpChildren": "10",
                                        "WE_shutterDownChildren": "19:14",
                                        "WE_shutterUpChildrenMin": "08:00",
                                        "WE_shutterUpChildrenMax": "08:30",
                                        "latitude": "49.18669",
                                        "longitude": "9.23639",
                                        "sunProtEndElevation": "",
                                        "astroDelayUp": "0",
                                        "astroDelayDown": "0",
                                        "driveDelayUpAstro": "2",
                                        "SummerStart": "01.03.",
                                        "SummerEnd": "30.09.",
                                        "XMasStart": "01.12.",
                                        "XMasEnd": "06.01.",
                                        "publicHolidays": true,
                                        "publicHolInstance": "feiertage.0",
                                        "HolidayDP": "",
                                        "lightsensorDown": "250",
                                        "lightsensorUp": "500",
                                        "lightsensorUpDown": "alias.0.Helligkeit.hinten",
                                        "schoolfree": false,
                                        "schoolfreeInstance": "",
                                        "schoolfreeChildrenArea": true,
                                        "schoolfreeSleepArea": false,
                                        "schoolfreeLivingArea": false,
                                        "LateAllDown": false,
                                        "LateAllDownTime": "22:15",
                                        "betweenPositionTime": "22:00",
                                        "noGoTime": "0",
                                        "currentShutterState": true,
                                        "currentShutterStateTime": "35",
                                        "triggerAutoSleep": "",
                                        "triggerAutoLiving": "",
                                        "triggerAutoChildren": "",
                                        "heightDownSun": "3",
                                        "direction": "245",
                                        "type": "outside temperature and direction",
                                        "directionRange": "55",
                                        "actualValueTemp": "alias.0.Temperaturen.Hochbeet",
                                        "actualValueLight": "",
                                        "actualValueTempInside": "fritzdect.0.DECT_087610171751.celsius",
                                        "typeDown": "goldenhour",
                                        "typeUp": "sleep",
                                        "triggerStateShutter": "0",
                                        "triggerChangeShutter": "onlyUp",
                                        "triggerDriveShutter": "10",
                                        "autoDriveShutter": "upDown",
                                        "heightDownShutter": "0",
                                        "heightUpShutter": "100",
                                        "triggerID": "alias.0.Fenster.Schlafzimmer_Fenster",
                                        "LateDown": false,
                                        "inSummerNotDown": false,
                                        "driveAfterClose": false,
                                        "useXmasLevel": false,
                                        "XmasLevel": "",
                                        "KeepSunProtect": true,
                                        "trigDelyUp": "",
                                        "trigDelyDown": "",
                                        "betweenPosition": false,
                                        "betweenPositionLevel": "",
                                        "events": [
                                          {
                                    

                                    alias.0.Rolllaeden.Kim = sonoff.0.RolladenKim.ShutterPosition1.

                                    ShutterPosition1 ändert sich so wie der Rolladen steht, sieht man ja auch in den Logs.
                                    Mir wurde empfohlen mit der Option "Überprüfen des aktuellen Rollladenstatus" zu experimentieren.
                                    Habe ich gemacht aber ich sehe keine Änderung, wie man in den Log´s sieht. Haken ist gesetzt und 35sek eingestellt, somit sollte Automatic aktiv sein.
                                    Ist es aber nicht stehen auf Manu_Mode...

                                    was kann ich noch tun um das Problem in den Griff zu bekommen!?! Ist da wo ein BUG.

                                    Das hatte mal funktioniert, kann aber nicht genau sagen welche Version das war.

                                    simatecS 1 Antwort Letzte Antwort
                                    0
                                    • B bishop

                                      @foxro

                                      ich habe etwas ähnliches! Das hat alles mal funktioniert.

                                      hier mal ein Log:

                                      2021-06-08 06:00:00.075 - info: shuttercontrol.0 (31678) #21 Set ID: Kim value: 100%
                                      2021-06-08 06:00:00.076 - debug: shuttercontrol.0 (31678) shutterUpSleep #1 Kim old height: 0% new height: 100%
                                      2021-06-08 06:00:00.086 - debug: shuttercontrol.0 (31678) Shutter state changed: Kim old value = 0 new value = 100
                                      2021-06-08 06:00:00.086 - debug: shuttercontrol.0 (31678) Kim Old value = 0. New value = 100. automatic is active
                                      2021-06-08 06:00:00.260 - debug: shuttercontrol.0 (31678) outsidetemperature changed: alias.0.Temperaturen.Hochbeet Value: 15.6
                                      2021-06-08 06:00:05.035 - info: shuttercontrol.0 (31678) #21 Set ID: Schlafzimmer value: 100%
                                      2021-06-08 06:00:05.036 - debug: shuttercontrol.0 (31678) shutterUpSleep #1 Schlafzimmer old height: 0% new height: 100%
                                      2021-06-08 06:00:05.044 - debug: shuttercontrol.0 (31678) Shutter state changed: Schlafzimmer old value = 0 new value = 100
                                      2021-06-08 06:00:05.044 - debug: shuttercontrol.0 (31678) Schlafzimmer Old value = 0. New value = 100. automatic is active
                                      2021-06-08 06:00:05.083 - info: javascript.0 (1038) script.js.common.Kinder_Licht: Licht von Kim ausgeschalten
                                      2021-06-08 06:00:10.029 - info: shuttercontrol.0 (31678) #21 Set ID: Jan value: 100%
                                      2021-06-08 06:00:10.029 - debug: shuttercontrol.0 (31678) shutterUpSleep #1 Jan old height: 0% new height: 100%
                                      2021-06-08 06:00:10.036 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 100
                                      2021-06-08 06:00:10.036 - debug: shuttercontrol.0 (31678) Jan Old value = 0. New value = 100. automatic is active
                                      2021-06-08 06:00:11.086 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 1
                                      2021-06-08 06:00:11.086 - debug: shuttercontrol.0 (31678) Jan drived manually to 1. Old value = 0. New value = 1
                                      2021-06-08 06:00:11.086 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:13.083 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 2
                                      2021-06-08 06:00:13.083 - debug: shuttercontrol.0 (31678) Jan drived manually to 2. Old value = 0. New value = 2
                                      2021-06-08 06:00:13.083 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:14.028 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 3
                                      2021-06-08 06:00:14.028 - debug: shuttercontrol.0 (31678) Jan drived manually to 3. Old value = 0. New value = 3
                                      2021-06-08 06:00:14.028 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:15.030 - info: shuttercontrol.0 (31678) #21 Set ID: Balkon value: 100%
                                      2021-06-08 06:00:15.030 - debug: shuttercontrol.0 (31678) shutterUpSleep #1 Balkon old height: 0% new height: 100%
                                      2021-06-08 06:00:15.036 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 100
                                      2021-06-08 06:00:15.036 - debug: shuttercontrol.0 (31678) Balkon Old value = 0. New value = 100. automatic is active
                                      2021-06-08 06:00:15.072 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 4
                                      2021-06-08 06:00:15.072 - debug: shuttercontrol.0 (31678) Jan drived manually to 4. Old value = 0. New value = 4
                                      2021-06-08 06:00:15.072 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:15.753 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 1
                                      2021-06-08 06:00:15.753 - debug: shuttercontrol.0 (31678) Balkon drived manually to 1. Old value = 0. New value = 1
                                      2021-06-08 06:00:15.754 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:16.012 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 5
                                      2021-06-08 06:00:16.012 - debug: shuttercontrol.0 (31678) Jan drived manually to 5. Old value = 0. New value = 5
                                      2021-06-08 06:00:16.012 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:16.763 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 5
                                      2021-06-08 06:00:16.763 - debug: shuttercontrol.0 (31678) Balkon drived manually to 5. Old value = 0. New value = 5
                                      2021-06-08 06:00:16.764 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:17.062 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 8
                                      2021-06-08 06:00:17.062 - debug: shuttercontrol.0 (31678) Jan drived manually to 8. Old value = 0. New value = 8
                                      2021-06-08 06:00:17.062 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:17.762 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 8
                                      2021-06-08 06:00:17.762 - debug: shuttercontrol.0 (31678) Balkon drived manually to 8. Old value = 0. New value = 8
                                      2021-06-08 06:00:17.763 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:18.126 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 15
                                      2021-06-08 06:00:18.126 - debug: shuttercontrol.0 (31678) Jan drived manually to 15. Old value = 0. New value = 15
                                      2021-06-08 06:00:18.126 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:18.763 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 11
                                      2021-06-08 06:00:18.763 - debug: shuttercontrol.0 (31678) Balkon drived manually to 11. Old value = 0. New value = 11
                                      2021-06-08 06:00:18.763 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:19.047 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 21
                                      2021-06-08 06:00:19.047 - debug: shuttercontrol.0 (31678) Jan drived manually to 21. Old value = 0. New value = 21
                                      2021-06-08 06:00:19.047 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:19.765 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 14
                                      2021-06-08 06:00:19.765 - debug: shuttercontrol.0 (31678) Balkon drived manually to 14. Old value = 0. New value = 14
                                      2021-06-08 06:00:19.765 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:20.188 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 28
                                      2021-06-08 06:00:20.188 - debug: shuttercontrol.0 (31678) Jan drived manually to 28. Old value = 0. New value = 28
                                      2021-06-08 06:00:20.189 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:20.239 - debug: shuttercontrol.0 (31678) outsidetemperature changed: alias.0.Temperaturen.Hochbeet Value: 15.8
                                      2021-06-08 06:00:20.767 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 17
                                      2021-06-08 06:00:20.767 - debug: shuttercontrol.0 (31678) Balkon drived manually to 17. Old value = 0. New value = 17
                                      2021-06-08 06:00:20.767 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:21.043 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 34
                                      2021-06-08 06:00:21.043 - debug: shuttercontrol.0 (31678) Jan drived manually to 34. Old value = 0. New value = 34
                                      2021-06-08 06:00:21.043 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:21.761 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 20
                                      2021-06-08 06:00:21.762 - debug: shuttercontrol.0 (31678) Balkon drived manually to 20. Old value = 0. New value = 20
                                      2021-06-08 06:00:21.762 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:22.095 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 41
                                      2021-06-08 06:00:22.095 - debug: shuttercontrol.0 (31678) Jan drived manually to 41. Old value = 0. New value = 41
                                      2021-06-08 06:00:22.096 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:22.767 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 24
                                      2021-06-08 06:00:22.767 - debug: shuttercontrol.0 (31678) Balkon drived manually to 24. Old value = 0. New value = 24
                                      2021-06-08 06:00:22.767 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:23.074 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 47
                                      2021-06-08 06:00:23.075 - debug: shuttercontrol.0 (31678) Jan drived manually to 47. Old value = 0. New value = 47
                                      2021-06-08 06:00:23.075 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:23.768 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 27
                                      2021-06-08 06:00:23.768 - debug: shuttercontrol.0 (31678) Balkon drived manually to 27. Old value = 0. New value = 27
                                      2021-06-08 06:00:23.768 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:24.141 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 54
                                      2021-06-08 06:00:24.141 - debug: shuttercontrol.0 (31678) Jan drived manually to 54. Old value = 0. New value = 54
                                      2021-06-08 06:00:24.141 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:24.769 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 30
                                      2021-06-08 06:00:24.770 - debug: shuttercontrol.0 (31678) Balkon drived manually to 30. Old value = 0. New value = 30
                                      2021-06-08 06:00:24.770 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:25.029 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 60
                                      2021-06-08 06:00:25.029 - debug: shuttercontrol.0 (31678) Jan drived manually to 60. Old value = 0. New value = 60
                                      2021-06-08 06:00:25.029 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:25.719 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 33
                                      2021-06-08 06:00:25.719 - debug: shuttercontrol.0 (31678) Balkon drived manually to 33. Old value = 0. New value = 33
                                      2021-06-08 06:00:25.719 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:26.067 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 66
                                      2021-06-08 06:00:26.067 - debug: shuttercontrol.0 (31678) Jan drived manually to 66. Old value = 0. New value = 66
                                      2021-06-08 06:00:26.067 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:26.726 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 36
                                      2021-06-08 06:00:26.726 - debug: shuttercontrol.0 (31678) Balkon drived manually to 36. Old value = 0. New value = 36
                                      2021-06-08 06:00:26.726 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:27.115 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 73
                                      2021-06-08 06:00:27.115 - debug: shuttercontrol.0 (31678) Jan drived manually to 73. Old value = 0. New value = 73
                                      2021-06-08 06:00:27.115 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:27.729 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 39
                                      2021-06-08 06:00:27.729 - debug: shuttercontrol.0 (31678) Balkon drived manually to 39. Old value = 0. New value = 39
                                      2021-06-08 06:00:27.729 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:28.055 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 79
                                      2021-06-08 06:00:28.055 - debug: shuttercontrol.0 (31678) Jan drived manually to 79. Old value = 0. New value = 79
                                      2021-06-08 06:00:28.055 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:28.732 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 43
                                      2021-06-08 06:00:28.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 43. Old value = 0. New value = 43
                                      2021-06-08 06:00:28.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:29.099 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 86
                                      2021-06-08 06:00:29.099 - debug: shuttercontrol.0 (31678) Jan drived manually to 86. Old value = 0. New value = 86
                                      2021-06-08 06:00:29.099 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:29.727 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 46
                                      2021-06-08 06:00:29.727 - debug: shuttercontrol.0 (31678) Balkon drived manually to 46. Old value = 0. New value = 46
                                      2021-06-08 06:00:29.727 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:30.043 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 92
                                      2021-06-08 06:00:30.043 - debug: shuttercontrol.0 (31678) Jan drived manually to 92. Old value = 0. New value = 92
                                      2021-06-08 06:00:30.043 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:30.731 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 49
                                      2021-06-08 06:00:30.731 - debug: shuttercontrol.0 (31678) Balkon drived manually to 49. Old value = 0. New value = 49
                                      2021-06-08 06:00:30.731 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:31.087 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 99
                                      2021-06-08 06:00:31.088 - debug: shuttercontrol.0 (31678) Jan drived manually to 99. Old value = 0. New value = 99
                                      2021-06-08 06:00:31.088 - debug: shuttercontrol.0 (31678) Jan Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:31.314 - debug: shuttercontrol.0 (31678) Shutter state changed: Jan old value = 0 new value = 100
                                      2021-06-08 06:00:31.314 - debug: shuttercontrol.0 (31678) Jan Old value = 0. New value = 100. automatic is active
                                      2021-06-08 06:00:31.740 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 52
                                      2021-06-08 06:00:31.741 - debug: shuttercontrol.0 (31678) Balkon drived manually to 52. Old value = 0. New value = 52
                                      2021-06-08 06:00:31.741 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:32.732 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 55
                                      2021-06-08 06:00:32.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 55. Old value = 0. New value = 55
                                      2021-06-08 06:00:32.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:33.732 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 58
                                      2021-06-08 06:00:33.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 58. Old value = 0. New value = 58
                                      2021-06-08 06:00:33.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:34.732 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 62
                                      2021-06-08 06:00:34.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 62. Old value = 0. New value = 62
                                      2021-06-08 06:00:34.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:35.732 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 65
                                      2021-06-08 06:00:35.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 65. Old value = 0. New value = 65
                                      2021-06-08 06:00:35.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:36.312 - info: javascript.0 (1038) script.js.common.Kinder_Licht: Licht von Jan ausgeschalten
                                      2021-06-08 06:00:37.042 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 68
                                      2021-06-08 06:00:37.043 - debug: shuttercontrol.0 (31678) Balkon drived manually to 68. Old value = 0. New value = 68
                                      2021-06-08 06:00:37.043 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:37.731 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 71
                                      2021-06-08 06:00:37.732 - debug: shuttercontrol.0 (31678) Balkon drived manually to 71. Old value = 0. New value = 71
                                      2021-06-08 06:00:37.732 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:38.738 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 74
                                      2021-06-08 06:00:38.738 - debug: shuttercontrol.0 (31678) Balkon drived manually to 74. Old value = 0. New value = 74
                                      2021-06-08 06:00:38.739 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:39.569 - info: alexa2.0 (5677) Alexa-Push-Connection established. Disable Polling
                                      2021-06-08 06:00:39.741 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 77
                                      2021-06-08 06:00:39.741 - debug: shuttercontrol.0 (31678) Balkon drived manually to 77. Old value = 0. New value = 77
                                      2021-06-08 06:00:39.741 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:40.748 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 81
                                      2021-06-08 06:00:40.748 - debug: shuttercontrol.0 (31678) Balkon drived manually to 81. Old value = 0. New value = 81
                                      2021-06-08 06:00:40.748 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:41.745 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 84
                                      2021-06-08 06:00:41.745 - debug: shuttercontrol.0 (31678) Balkon drived manually to 84. Old value = 0. New value = 84
                                      2021-06-08 06:00:41.745 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:42.745 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 87
                                      2021-06-08 06:00:42.745 - debug: shuttercontrol.0 (31678) Balkon drived manually to 87. Old value = 0. New value = 87
                                      2021-06-08 06:00:42.746 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:43.747 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 90
                                      2021-06-08 06:00:43.747 - debug: shuttercontrol.0 (31678) Balkon drived manually to 90. Old value = 0. New value = 90
                                      2021-06-08 06:00:43.747 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:44.755 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 93
                                      2021-06-08 06:00:44.755 - debug: shuttercontrol.0 (31678) Balkon drived manually to 93. Old value = 0. New value = 93
                                      2021-06-08 06:00:44.755 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:45.749 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 97
                                      2021-06-08 06:00:45.749 - debug: shuttercontrol.0 (31678) Balkon drived manually to 97. Old value = 0. New value = 97
                                      2021-06-08 06:00:45.749 - debug: shuttercontrol.0 (31678) Balkon Updated trigger action to Manu_Mode to prevent moving after window close
                                      2021-06-08 06:00:46.803 - debug: shuttercontrol.0 (31678) Shutter state changed: Balkon old value = 0 new value = 100
                                      2021-06-08 06:00:46.803 - debug: shuttercontrol.0 (31678) Balkon Old value = 0. New value = 100. automatic is active
                                      

                                      Warum funktioniert es beim Rollladen Kim und Schlafzimmer?
                                      Hatte vermutet das was mit den Aliases nicht stimmt und habe somit direkt verknüpft.

                                      {
                                              "enabled": true,
                                              "shutterName": "Balkon",
                                              "name": "sonoff.0.RolladenBalkon.ShutterPosition1",
                                              "triggerID": "alias.0.Tueren.Balkontuer",
                                              "typeUp": "sleep",
                                              "typeDown": "goldenhour",
                                              "type": "in- & outside temperature and direction",
                                              "heightDownSun": "30",
                                              "direction": "245",
                                              "directionRange": "50",
                                              "tempInside": "24",
                                              "tempSensor": "",
                                              "outsideTempSensor": "alias.0.Temperaturen.Hochbeet",
                                              "tempOutside": "25",
                                              "lightSensor": "",
                                              "valueLight": "15",
                                              "heightUp": "100",
                                              "heightDown": "0",
                                              "triggerState": "0",
                                              "triggerDrive": "100",
                                              "triggerChange": "onlyUp",
                                              "elevation": "8",
                                              "autoDrive": "off",
                                              "hysteresisOutside": "10",
                                              "hysteresisInside": "5",
                                              "hysteresisLight": "5",
                                              "currentAction": "",
                                              "currentHeight": "",
                                              "oldHeight": "",
                                              "firstCompleteUp": "",
                                              "triggerHeight": "",
                                              "LateDown": false,
                                              "inSummerNotDown": false,
                                              "KeepSunProtect": true,
                                              "triggerAction": "",
                                              "driveAfterClose": false,
                                              "useXmasLevel": false,
                                              "XmasLevel": "",
                                              "betweenPosition": false,
                                              "betweenPositionLevel": "",
                                              "trigDelyUp": "",
                                              "trigDelyDown": ""
                                            }
                                      {
                                              "enabled": true,
                                              "shutterName": "Kim",
                                              "name": "alias.0.Rolllaeden.Kim",
                                              "triggerID": "alias.0.Fenster.Kim_Zimmer_Fenster",
                                              "typeUp": "sleep",
                                              "typeDown": "sleep",
                                              "type": "outside temperature and direction",
                                              "heightDownSun": "3",
                                              "direction": "245",
                                              "directionRange": "55",
                                              "tempInside": "",
                                              "tempSensor": "",
                                              "outsideTempSensor": "alias.0.Temperaturen.Hochbeet",
                                              "tempOutside": "25",
                                              "lightSensor": "",
                                              "valueLight": "",
                                              "heightUp": "100",
                                              "heightDown": "0",
                                              "triggerState": "0",
                                              "triggerDrive": "10",
                                              "triggerChange": "onlyUp",
                                              "elevation": "",
                                              "autoDrive": "upDown",
                                              "hysteresisOutside": "10",
                                              "hysteresisInside": "",
                                              "hysteresisLight": "",
                                              "currentAction": "",
                                              "currentHeight": "",
                                              "oldHeight": "",
                                              "firstCompleteUp": "",
                                              "triggerHeight": "",
                                              "LateDown": false,
                                              "inSummerNotDown": false,
                                              "KeepSunProtect": true,
                                              "triggerAction": "",
                                              "driveAfterClose": false,
                                              "useXmasLevel": false,
                                              "XmasLevel": "",
                                              "betweenPosition": false,
                                              "betweenPositionLevel": "",
                                              "trigDelyUp": "",
                                              "trigDelyDown": ""
                                            },
                                      

                                      Konfig:

                                      },
                                        "native": {
                                          "livingAutomatic": "livingGoldenHour",
                                          "W_shutterDownLiving": "20:00",
                                          "W_shutterUpLivingMin": "06:00",
                                          "W_shutterUpLivingMax": "07:00",
                                          "driveDelayUpLiving": "2",
                                          "WE_shutterDownLiving": "20:00",
                                          "WE_shutterUpLivingMin": "07:00",
                                          "WE_shutterUpLivingMax": "08:30",
                                          "sleepAutomatic": "sleepSunriseSunset",
                                          "W_shutterDownSleep": "19:00",
                                          "W_shutterUpSleepMin": "06:00",
                                          "W_shutterUpSleepMax": "06:00",
                                          "driveDelayUpSleep": "5",
                                          "WE_shutterDownSleep": "19:15",
                                          "WE_shutterUpSleepMin": "08:00",
                                          "WE_shutterUpSleepMax": "08:00",
                                          "childrenAutomatic": "childrenSunriseSunset",
                                          "W_shutterDownChildren": "19:00",
                                          "W_shutterUpChildrenMin": "06:00",
                                          "W_shutterUpChildrenMax": "06:30",
                                          "driveDelayUpChildren": "10",
                                          "WE_shutterDownChildren": "19:14",
                                          "WE_shutterUpChildrenMin": "08:00",
                                          "WE_shutterUpChildrenMax": "08:30",
                                          "latitude": "49.18669",
                                          "longitude": "9.23639",
                                          "sunProtEndElevation": "",
                                          "astroDelayUp": "0",
                                          "astroDelayDown": "0",
                                          "driveDelayUpAstro": "2",
                                          "SummerStart": "01.03.",
                                          "SummerEnd": "30.09.",
                                          "XMasStart": "01.12.",
                                          "XMasEnd": "06.01.",
                                          "publicHolidays": true,
                                          "publicHolInstance": "feiertage.0",
                                          "HolidayDP": "",
                                          "lightsensorDown": "250",
                                          "lightsensorUp": "500",
                                          "lightsensorUpDown": "alias.0.Helligkeit.hinten",
                                          "schoolfree": false,
                                          "schoolfreeInstance": "",
                                          "schoolfreeChildrenArea": true,
                                          "schoolfreeSleepArea": false,
                                          "schoolfreeLivingArea": false,
                                          "LateAllDown": false,
                                          "LateAllDownTime": "22:15",
                                          "betweenPositionTime": "22:00",
                                          "noGoTime": "0",
                                          "currentShutterState": true,
                                          "currentShutterStateTime": "35",
                                          "triggerAutoSleep": "",
                                          "triggerAutoLiving": "",
                                          "triggerAutoChildren": "",
                                          "heightDownSun": "3",
                                          "direction": "245",
                                          "type": "outside temperature and direction",
                                          "directionRange": "55",
                                          "actualValueTemp": "alias.0.Temperaturen.Hochbeet",
                                          "actualValueLight": "",
                                          "actualValueTempInside": "fritzdect.0.DECT_087610171751.celsius",
                                          "typeDown": "goldenhour",
                                          "typeUp": "sleep",
                                          "triggerStateShutter": "0",
                                          "triggerChangeShutter": "onlyUp",
                                          "triggerDriveShutter": "10",
                                          "autoDriveShutter": "upDown",
                                          "heightDownShutter": "0",
                                          "heightUpShutter": "100",
                                          "triggerID": "alias.0.Fenster.Schlafzimmer_Fenster",
                                          "LateDown": false,
                                          "inSummerNotDown": false,
                                          "driveAfterClose": false,
                                          "useXmasLevel": false,
                                          "XmasLevel": "",
                                          "KeepSunProtect": true,
                                          "trigDelyUp": "",
                                          "trigDelyDown": "",
                                          "betweenPosition": false,
                                          "betweenPositionLevel": "",
                                          "events": [
                                            {
                                      

                                      alias.0.Rolllaeden.Kim = sonoff.0.RolladenKim.ShutterPosition1.

                                      ShutterPosition1 ändert sich so wie der Rolladen steht, sieht man ja auch in den Logs.
                                      Mir wurde empfohlen mit der Option "Überprüfen des aktuellen Rollladenstatus" zu experimentieren.
                                      Habe ich gemacht aber ich sehe keine Änderung, wie man in den Log´s sieht. Haken ist gesetzt und 35sek eingestellt, somit sollte Automatic aktiv sein.
                                      Ist es aber nicht stehen auf Manu_Mode...

                                      was kann ich noch tun um das Problem in den Griff zu bekommen!?! Ist da wo ein BUG.

                                      Das hatte mal funktioniert, kann aber nicht genau sagen welche Version das war.

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

                                      @bishop sagte in Test Adapter shuttercontrol v1.2.x:

                                      ShutterPosition1 ändert sich so wie der Rolladen steht, sieht man ja auch in den Logs.
                                      Mir wurde empfohlen mit der Option "Überprüfen des aktuellen Rollladenstatus" zu experimentieren.
                                      Habe ich gemacht aber ich sehe keine Änderung, wie man in den Log´s sieht. Haken ist gesetzt und 35sek eingestellt, somit sollte Automatic aktiv sein.
                                      Ist es aber nicht stehen auf Manu_Mode...
                                      was kann ich noch tun um das Problem in den Griff zu bekommen!?!

                                      Stelle mal die Zeit zur Prüfung höher ... Eventuell mal auf 60 Sekunden gehen

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

                                        @bishop sagte in Test Adapter shuttercontrol v1.2.x:

                                        ShutterPosition1 ändert sich so wie der Rolladen steht, sieht man ja auch in den Logs.
                                        Mir wurde empfohlen mit der Option "Überprüfen des aktuellen Rollladenstatus" zu experimentieren.
                                        Habe ich gemacht aber ich sehe keine Änderung, wie man in den Log´s sieht. Haken ist gesetzt und 35sek eingestellt, somit sollte Automatic aktiv sein.
                                        Ist es aber nicht stehen auf Manu_Mode...
                                        was kann ich noch tun um das Problem in den Griff zu bekommen!?!

                                        Stelle mal die Zeit zur Prüfung höher ... Eventuell mal auf 60 Sekunden gehen

                                        B Offline
                                        B Offline
                                        bishop
                                        schrieb am zuletzt editiert von bishop
                                        #3152

                                        @simatec
                                        hatte ich auch schon drin.

                                        Werde es nochmal auf 60sek machen, mal schauen wie es morgen aussieht!

                                        Ein simulieren Button wäre nicht schlecht :)

                                        simatecS 1 Antwort Letzte Antwort
                                        0
                                        • B bishop

                                          @simatec
                                          hatte ich auch schon drin.

                                          Werde es nochmal auf 60sek machen, mal schauen wie es morgen aussieht!

                                          Ein simulieren Button wäre nicht schlecht :)

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

                                          @bishop Welchen Wert haben denn die beiden Objekte "alias.0.Rolllaeden.Kim" "sonoff.0.RolladenKim.ShutterPosition1"?

                                          • Besuche meine Github Seite
                                          • Beitrag hat geholfen oder willst du mich unterstützen
                                          • HowTo Restore ioBroker
                                          B 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          702

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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