Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  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.1k

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

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

Test Adapter shuttercontrol v2.0.x

Scheduled Pinned Locked Moved Tester
rollladenrollladensteuerungshuttercontrol
7.4k Posts 332 Posters 10.6m Views 254 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    guitardoc
    wrote on last edited by
    #6541

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

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

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

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

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

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

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

      und die Konfig
      Screenshot_20240415-092510_Firefox.jpg

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

      Danke!

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

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

      Danach nicht ganz hochgefahren, jetzt bleibt er erst mal da

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

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

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

      simatecS 1 Reply Last reply
      0
      • HomoranH Homoran

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

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

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

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

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

        und die Konfig
        Screenshot_20240415-092510_Firefox.jpg

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

        Danke!

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

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

        Danach nicht ganz hochgefahren, jetzt bleibt er erst mal da

        simatecS Offline
        simatecS Offline
        simatec
        Developer Most Active
        wrote on last edited by
        #6543

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

        • Besuche meine Github Seite
        • Beitrag hat geholfen oder willst du mich unterstützen
        • HowTo Restore ioBroker
        HomoranH 2 Replies Last reply
        0
        • simatecS simatec

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

          HomoranH Offline
          HomoranH Offline
          Homoran
          Global Moderator Administrators
          wrote on last edited by Homoran
          #6544

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

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

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

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

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

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

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

          1 Reply Last reply
          1
          • simatecS simatec

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

            HomoranH Offline
            HomoranH Offline
            Homoran
            Global Moderator Administrators
            wrote on last edited by
            #6545

            @simatec

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

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

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

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

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

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

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

            simatecS 1 Reply Last reply
            0
            • HomoranH Homoran

              @simatec

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

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

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

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

              simatecS Offline
              simatecS Offline
              simatec
              Developer Most Active
              wrote on last edited by
              #6546

              @homoran also die Einstellung „Sonnenposition“ hast du aber gestern in deinem Screenshot schon gepostet.

              • Besuche meine Github Seite
              • Beitrag hat geholfen oder willst du mich unterstützen
              • HowTo Restore ioBroker
              HomoranH 1 Reply Last reply
              1
              • simatecS simatec

                @homoran also die Einstellung „Sonnenposition“ hast du aber gestern in deinem Screenshot schon gepostet.

                HomoranH Offline
                HomoranH Offline
                Homoran
                Global Moderator Administrators
                wrote on last edited by Homoran
                #6547

                @simatec tatsächlich!
                das erklärt auch das penetrante Beschatten 😂
                warum das da drin steht ist mir ein Rätsel.

                ok, falls das auch die Tage davor 👓 schon drin stand, bitte ich untertänigst um Vergebung und muss mal mit meinem Optiker ein paar Worte wechseln.

                Danke!

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

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

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

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

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

                1 Reply Last reply
                1
                • R Offline
                  R Offline
                  Rushmed
                  Most Active
                  wrote on last edited by Rushmed
                  #6548

                  Hallo meine Herren,

                  der Sunprotect hakelt bei mir wieder. Bisher hatte ich ausschließlich Shelly2.5 im Einsatz die haben auch recht gut funktioniert.
                  Davon musste ich leider einen gegen einen Shelly Plus2PM tauschen. Der funktioniert auch korrekt außer dass er oft aus für mich nicht ersichtlichem Grund wieder in den Manual_Mode wechselt.

                  Bsp.

                  30.04.2024 09:46 up
                  30.04.2024 10:46 up
                  30.04.2024 11:46 up
                  30.04.2024 12:41 sunProtect
                  30.04.2024 12:41 Manu_Mode
                  

                  Influx LOGauszug des betroffenen Rolladens:

                  30.04.2024 10:46	100	true	influxdb.0
                  30.04.2024 11:46	100	true	influxdb.0
                  30.04.2024 12:41	99	true	shelly.0
                  30.04.2024 12:41	71	true	shelly.0
                  30.04.2024 12:41	35	true	shelly.0
                  

                  Heute hat er korrekt in den Sunprotect gewechselt und dann sofort auf Manual. Das passiert auch manchmal schon beim nächtlichen Schalten auf UP, dann bleibt Manual aktiv und Sunprotect kickt garnicht erst rein.
                  Woher die Rolladenhöhen 99 und 71 kommen ist mir unerklärlich, 35 ist die Sunprotect Höhe.

                  Hab ich da evtl im Shelly etwas falsch eingestellt?

                  Edit: Wo ich das jetz so zusammenschreibe sieht es für mich aus als würden vom Shellyadapter währen der Fahrt Zwischenwerte zurückkommen die Shuttercontrol annehmen lassen dass manuell gestellt wurde.

                  simatecS 1 Reply Last reply
                  0
                  • R Rushmed

                    Hallo meine Herren,

                    der Sunprotect hakelt bei mir wieder. Bisher hatte ich ausschließlich Shelly2.5 im Einsatz die haben auch recht gut funktioniert.
                    Davon musste ich leider einen gegen einen Shelly Plus2PM tauschen. Der funktioniert auch korrekt außer dass er oft aus für mich nicht ersichtlichem Grund wieder in den Manual_Mode wechselt.

                    Bsp.

                    30.04.2024 09:46 up
                    30.04.2024 10:46 up
                    30.04.2024 11:46 up
                    30.04.2024 12:41 sunProtect
                    30.04.2024 12:41 Manu_Mode
                    

                    Influx LOGauszug des betroffenen Rolladens:

                    30.04.2024 10:46	100	true	influxdb.0
                    30.04.2024 11:46	100	true	influxdb.0
                    30.04.2024 12:41	99	true	shelly.0
                    30.04.2024 12:41	71	true	shelly.0
                    30.04.2024 12:41	35	true	shelly.0
                    

                    Heute hat er korrekt in den Sunprotect gewechselt und dann sofort auf Manual. Das passiert auch manchmal schon beim nächtlichen Schalten auf UP, dann bleibt Manual aktiv und Sunprotect kickt garnicht erst rein.
                    Woher die Rolladenhöhen 99 und 71 kommen ist mir unerklärlich, 35 ist die Sunprotect Höhe.

                    Hab ich da evtl im Shelly etwas falsch eingestellt?

                    Edit: Wo ich das jetz so zusammenschreibe sieht es für mich aus als würden vom Shellyadapter währen der Fahrt Zwischenwerte zurückkommen die Shuttercontrol annehmen lassen dass manuell gestellt wurde.

                    simatecS Offline
                    simatecS Offline
                    simatec
                    Developer Most Active
                    wrote on last edited by
                    #6549

                    @rushmed du solltest für Shelly die Prüfung des Rollladenstatus nach der Fahrt aktivieren

                    • Besuche meine Github Seite
                    • Beitrag hat geholfen oder willst du mich unterstützen
                    • HowTo Restore ioBroker
                    R 1 Reply Last reply
                    0
                    • simatecS simatec

                      @rushmed du solltest für Shelly die Prüfung des Rollladenstatus nach der Fahrt aktivieren

                      R Offline
                      R Offline
                      Rushmed
                      Most Active
                      wrote on last edited by Rushmed
                      #6550

                      @simatec Cool, danke.
                      Wo mach' ich das? Im Shelly, im Shelly Adapter oder im Shuttercontrol?

                      Edit: Ok, habs gefunden und aktiviert.
                      66fc28cd-e1cf-4f6e-8745-654aba0d6530-grafik.png

                      1 Reply Last reply
                      0
                      • C Crazy Com

                        Hey @simatec , ich hatte die Frage schonmal gestellt, aber leider keine Antwort bekommen. Also versuche ich es nochmal. 🙂

                        Wäre es möglich den Datenpunkt "autoState" jeder Jalousie bechreibbar zu machen? So könnte man das Verhalten über weitere Skripte genauer steuern. Es gibt Fälle, da will man nicht gesamten Bereich steuern, sondern wirklich nur einzelne Fenster.

                        Ich erstelle gern auch einen offiziellen Request bei Github - wollte hier nur mal auf dem "kurzen Dienstweg" nachfragen, ob das generell machbar wäre.

                        F Offline
                        F Offline
                        Fatmax
                        wrote on last edited by
                        #6551

                        @crazy-com sagte in Test Adapter shuttercontrol v1.6.x:

                        Hey @simatec , ich hatte die Frage schonmal gestellt, aber leider keine Antwort bekommen. Also versuche ich es nochmal. 🙂

                        Wäre es möglich den Datenpunkt "autoState" jeder Jalousie bechreibbar zu machen? So könnte man das Verhalten über weitere Skripte genauer steuern. Es gibt Fälle, da will man nicht gesamten Bereich steuern, sondern wirklich nur einzelne Fenster.

                        Ich erstelle gern auch einen offiziellen Request bei Github - wollte hier nur mal auf dem "kurzen Dienstweg" nachfragen, ob das generell machbar wäre.

                        @simatec ich hätte die gleiche Anforderung.
                        Ich würde es z.B. toll finden die Rollläden für einzelne Fenster per Zeittrigger wieder in den sunProtect Modus über ein Skript setzen zu können.
                        Das Thema ist nämlich, sobald diese im sunProtect Modus sind und jemand fährt diese Rollläden manuell hoch (aus welchen Gründen auch immer), bleiben die meist dann oben, da derjenige vergisst wieder zu verdunkeln. Der sunProtect Modus wurde aber dann bereits durch den manuellen Modus ersetzt.
                        Alle Rollläden in den sunProtect Modus zu versetzen ist nicht das Ziel, da ich Rollläden im manuellen Modus, welche manuell tagsüber komplett geschlossen wurden, auch komplett geschlossen halten möchte.

                        @simatec Noch eine 2. Frage.
                        Wäre es möglich den Übergang von AutoUp zu sunProtect eleganter lösen zu können?
                        Der Rollladen fährt bei AutoUp komplett hoch, befindet sich aber bereits im sunProtect und fährt nach einigen Sekunden wieder fast zu bis zum sunProtect-Level. -> Kann man den Rollladen von komplett zu nicht direkt nur bis zum sunProtect-Level fahren lassen?

                        Liebe Grüße,
                        Fatmax

                        G simatecS 2 Replies Last reply
                        0
                        • F Fatmax

                          @crazy-com sagte in Test Adapter shuttercontrol v1.6.x:

                          Hey @simatec , ich hatte die Frage schonmal gestellt, aber leider keine Antwort bekommen. Also versuche ich es nochmal. 🙂

                          Wäre es möglich den Datenpunkt "autoState" jeder Jalousie bechreibbar zu machen? So könnte man das Verhalten über weitere Skripte genauer steuern. Es gibt Fälle, da will man nicht gesamten Bereich steuern, sondern wirklich nur einzelne Fenster.

                          Ich erstelle gern auch einen offiziellen Request bei Github - wollte hier nur mal auf dem "kurzen Dienstweg" nachfragen, ob das generell machbar wäre.

                          @simatec ich hätte die gleiche Anforderung.
                          Ich würde es z.B. toll finden die Rollläden für einzelne Fenster per Zeittrigger wieder in den sunProtect Modus über ein Skript setzen zu können.
                          Das Thema ist nämlich, sobald diese im sunProtect Modus sind und jemand fährt diese Rollläden manuell hoch (aus welchen Gründen auch immer), bleiben die meist dann oben, da derjenige vergisst wieder zu verdunkeln. Der sunProtect Modus wurde aber dann bereits durch den manuellen Modus ersetzt.
                          Alle Rollläden in den sunProtect Modus zu versetzen ist nicht das Ziel, da ich Rollläden im manuellen Modus, welche manuell tagsüber komplett geschlossen wurden, auch komplett geschlossen halten möchte.

                          @simatec Noch eine 2. Frage.
                          Wäre es möglich den Übergang von AutoUp zu sunProtect eleganter lösen zu können?
                          Der Rollladen fährt bei AutoUp komplett hoch, befindet sich aber bereits im sunProtect und fährt nach einigen Sekunden wieder fast zu bis zum sunProtect-Level. -> Kann man den Rollladen von komplett zu nicht direkt nur bis zum sunProtect-Level fahren lassen?

                          G Offline
                          G Offline
                          guitardoc
                          wrote on last edited by
                          #6552

                          @fatmax Zu Punkt 2 hatte ich in Github schon einen Bug aufgemacht. Punkt 1 ist mir auch schon aufgefallen...

                          1 Reply Last reply
                          0
                          • F Fatmax

                            @crazy-com sagte in Test Adapter shuttercontrol v1.6.x:

                            Hey @simatec , ich hatte die Frage schonmal gestellt, aber leider keine Antwort bekommen. Also versuche ich es nochmal. 🙂

                            Wäre es möglich den Datenpunkt "autoState" jeder Jalousie bechreibbar zu machen? So könnte man das Verhalten über weitere Skripte genauer steuern. Es gibt Fälle, da will man nicht gesamten Bereich steuern, sondern wirklich nur einzelne Fenster.

                            Ich erstelle gern auch einen offiziellen Request bei Github - wollte hier nur mal auf dem "kurzen Dienstweg" nachfragen, ob das generell machbar wäre.

                            @simatec ich hätte die gleiche Anforderung.
                            Ich würde es z.B. toll finden die Rollläden für einzelne Fenster per Zeittrigger wieder in den sunProtect Modus über ein Skript setzen zu können.
                            Das Thema ist nämlich, sobald diese im sunProtect Modus sind und jemand fährt diese Rollläden manuell hoch (aus welchen Gründen auch immer), bleiben die meist dann oben, da derjenige vergisst wieder zu verdunkeln. Der sunProtect Modus wurde aber dann bereits durch den manuellen Modus ersetzt.
                            Alle Rollläden in den sunProtect Modus zu versetzen ist nicht das Ziel, da ich Rollläden im manuellen Modus, welche manuell tagsüber komplett geschlossen wurden, auch komplett geschlossen halten möchte.

                            @simatec Noch eine 2. Frage.
                            Wäre es möglich den Übergang von AutoUp zu sunProtect eleganter lösen zu können?
                            Der Rollladen fährt bei AutoUp komplett hoch, befindet sich aber bereits im sunProtect und fährt nach einigen Sekunden wieder fast zu bis zum sunProtect-Level. -> Kann man den Rollladen von komplett zu nicht direkt nur bis zum sunProtect-Level fahren lassen?

                            simatecS Offline
                            simatecS Offline
                            simatec
                            Developer Most Active
                            wrote on last edited by
                            #6553

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

                            @simatec ich hätte die gleiche Anforderung.
                            Ich würde es z.B. toll finden die Rollläden für einzelne Fenster per Zeittrigger wieder in den sunProtect Modus über ein Skript setzen zu können.
                            Das Thema ist nämlich, sobald diese im sunProtect Modus sind und jemand fährt diese Rollläden manuell hoch (aus welchen Gründen auch immer), bleiben die meist dann oben, da derjenige vergisst wieder zu verdunkeln. Der sunProtect Modus wurde aber dann bereits durch den manuellen Modus ersetzt.
                            Alle Rollläden in den sunProtect Modus zu versetzen ist nicht das Ziel, da ich Rollläden im manuellen Modus, welche manuell tagsüber komplett geschlossen wurden, auch komplett geschlossen halten möchte.

                            Der Manu-Mode ist genau dafür da, dass der Rollladen nicht mehr automatisch fährt. Ich denke es sollte eher verhindert werden, das manuell gefahren wird, wenn es von dir nicht gewünscht ist. Die Funktion sollte nicht angefasst werden, da sionst andere User wieder schreien.
                            Bei einer Steuerung in der Komplexität, die extrem viel abdect, kann man leider nicht alle Wünsche unter einen Hut bringen....

                            @simatec Noch eine 2. Frage.
                            Wäre es möglich den Übergang von AutoUp zu sunProtect eleganter lösen zu können?
                            Der Rollladen fährt bei AutoUp komplett hoch, befindet sich aber bereits im sunProtect und fährt nach einigen Sekunden wieder fast zu bis zum sunProtect-Level. -> Kann man den Rollladen von komplett zu nicht direkt nur bis zum sunProtect-Level fahren lassen?

                            Sollte er eigentlich so machen... Bitte den kompletten Debuglog von dem genannten Rolladenfahrten und bitte deine Config als JSON File posten

                            • Besuche meine Github Seite
                            • Beitrag hat geholfen oder willst du mich unterstützen
                            • HowTo Restore ioBroker
                            F 1 Reply Last reply
                            0
                            • R Offline
                              R Offline
                              Robschii
                              wrote on last edited by
                              #6554

                              Hallo zusammen,

                              ich bin neu hier im forum und habe jetzt im Haus die Rolläden mit zigbee automatisiert. Leider habe ich alles kunfiguriert und nix passiert im Automatik Modus.

                              Die Rolläden fahren manuell alle super auch die Endlagen stimmen.

                              Im Autostat steht nach dem er die Automatik eigentlich fahren solle überall "none".

                              Gestern abend waren alle Rolläden geschlossen wenn auch teilweise manauell aber es stand überall im Autostate "down" drin. Kann sich jemand meine Konfig anschauen?

                              system.adapter.shuttercontrol.0.json

                               "Robert_Straße": {
                                  "shutterName": "Robert Straße",
                                  "currentAction": "up",
                                  "currentHeight": 100,
                                  "triggerAction": "up",
                                  "triggerHeight": "99",
                                  "oldHeight": 100,
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": "99",
                                  "alarmTriggerAction": "up",
                                  "lastAutoAction": "none"
                                },
                                "Wohnzimmer": {
                                  "shutterName": "Wohnzimmer",
                                  "currentAction": "up",
                                  "currentHeight": 100,
                                  "triggerAction": "up",
                                  "triggerHeight": "99",
                                  "oldHeight": 100,
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": "99",
                                  "alarmTriggerAction": "up",
                                  "lastAutoAction": "none"
                                },
                                "Robert_Nachbar": {
                                  "shutterName": "Robert Nachbar",
                                  "currentAction": "up",
                                  "currentHeight": 100,
                                  "triggerAction": "up",
                                  "triggerHeight": "99",
                                  "oldHeight": 100,
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": "99",
                                  "alarmTriggerAction": "up",
                                  "lastAutoAction": "none"
                                },
                                "Terrasse": {
                                  "shutterName": "Terrasse",
                                  "currentAction": "up",
                                  "currentHeight": 100,
                                  "triggerAction": "up",
                                  "triggerHeight": "99",
                                  "oldHeight": 100,
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": "99",
                                  "alarmTriggerAction": "up",
                                  "lastAutoAction": "none"
                                },
                                "Küchenfenster_Garten": {
                                  "shutterName": "Küchenfenster Garten",
                                  "currentAction": "up",
                                  "currentHeight": 100,
                                  "triggerAction": "up",
                                  "triggerHeight": "99",
                                  "oldHeight": 100,
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": "99",
                                  "alarmTriggerAction": "up",
                                  "lastAutoAction": "none"
                                },
                                "Küchenfenster_Nachbar": {
                                  "shutterName": "Küchenfenster Nachbar",
                                  "currentAction": "up",
                                  "currentHeight": "100",
                                  "triggerAction": "up",
                                  "triggerHeight": "100",
                                  "oldHeight": "100",
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": "100",
                                  "alarmTriggerAction": "up",
                                  "lastAutoAction": "none"
                                },
                                "Küchentür": {
                                  "shutterName": "Küchentür",
                                  "currentAction": "up",
                                  "currentHeight": 100,
                                  "triggerAction": "up",
                                  "triggerHeight": "99",
                                  "oldHeight": 100,
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": "99",
                                  "alarmTriggerAction": "up",
                                  "lastAutoAction": "none"
                                },
                                "Gästebad": {
                                  "shutterName": "Gästebad",
                                  "currentAction": "Manu_Mode",
                                  "currentHeight": 100,
                                  "triggerAction": "Manu_Mode",
                                  "triggerHeight": 100,
                                  "oldHeight": 100,
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": 100,
                                  "alarmTriggerAction": "Manu_Mode",
                                  "lastAutoAction": "none"
                                },
                                "Nadine_Straße": {
                                  "shutterName": "Nadine Straße",
                                  "currentAction": "up",
                                  "currentHeight": "99",
                                  "triggerAction": "up",
                                  "triggerHeight": "99",
                                  "oldHeight": "99",
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": "99",
                                  "alarmTriggerAction": "up",
                                  "lastAutoAction": "none"
                                },
                                "Nadine_Nachbar": {
                                  "shutterName": "Nadine Nachbar",
                                  "currentAction": "up",
                                  "currentHeight": "99",
                                  "triggerAction": "up",
                                  "triggerHeight": "99",
                                  "oldHeight": "99",
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": "99",
                                  "alarmTriggerAction": "up",
                                  "lastAutoAction": "none"
                                },
                                "Gästezimmer_Straße": {
                                  "shutterName": "Gästezimmer Straße",
                                  "currentAction": "none",
                                  "currentHeight": 100,
                                  "triggerAction": "none",
                                  "triggerHeight": 100,
                                  "oldHeight": 100,
                                  "firstCompleteUp": true,
                                  "alarmTriggerLevel": 100,
                                  "alarmTriggerAction": "none",
                                  "lastAutoAction": "none"
                                },
                                "Bad_Garten": {
                                  "shutterName": "Bad Garten",
                                  "currentAction": "none",
                                  "currentHeight": 100,
                                  "triggerAction": "none",
                                  "triggerHeight": 100,
                                  "oldHeight": 100,
                                  "firstCompleteUp": true,
                                  "alarmTriggerLevel": 0,
                                  "alarmTriggerAction": "none",
                                  "lastAutoAction": "none"
                                },
                                "Bad_Nachbar": {
                                  "shutterName": "Bad Nachbar",
                                  "currentAction": "none",
                                  "currentHeight": 100,
                                  "triggerAction": "none",
                                  "triggerHeight": 100,
                                  "oldHeight": 100,
                                  "firstCompleteUp": true,
                                  "alarmTriggerLevel": 100,
                                  "alarmTriggerAction": "none",
                                  "lastAutoAction": "none"
                                },
                                "Flur": {
                                  "shutterName": "Flur",
                                  "currentAction": "up",
                                  "currentHeight": "99",
                                  "triggerAction": "up",
                                  "triggerHeight": "99",
                                  "oldHeight": "99",
                                  "firstCompleteUp": false,
                                  "alarmTriggerLevel": "99",
                                  "alarmTriggerAction": "up",
                                  "lastAutoAction": "none"
                                },
                                "Ankleide": {
                                  "shutterName": "Ankleide",
                                  "currentAction": "none",
                                  "currentHeight": 100,
                                  "triggerAction": "none",
                                  "triggerHeight": 80,
                                  "oldHeight": 100,
                                  "firstCompleteUp": true,
                                  "alarmTriggerLevel": 80,
                                  "alarmTriggerAction": "none",
                                  "lastAutoAction": "none"
                                },
                                "Schlafzimmer_Garten": {
                                  "shutterName": "Schlafzimmer Garten",
                                  "currentAction": "none",
                                  "currentHeight": 100,
                                  "triggerAction": "none",
                                  "triggerHeight": 100,
                                  "oldHeight": 100,
                                  "firstCompleteUp": true,
                                  "alarmTriggerLevel": 100,
                                  "alarmTriggerAction": "none",
                                  "lastAutoAction": "none"
                                },
                                "Schlafzimmer_Nachbar": {
                                  "shutterName": "Schlafzimmer Nachbar",
                                  "currentAction": "none",
                                  "currentHeight": 100,
                                  "triggerAction": "none",
                                  "triggerHeight": 100,
                                  "oldHeight": 100,
                                  "firstCompleteUp": true,
                                  "alarmTriggerLevel": 100,
                                  "alarmTriggerAction": "none",
                                  "lastAutoAction": "none"
                                },
                                "Gästezimmer_Nachbar": {
                                  "shutterName": "Gästezimmer Nachbar",
                                  "currentAction": "none",
                                  "currentHeight": 100,
                                  "triggerAction": "none",
                                  "triggerHeight": 100,
                                  "oldHeight": 100,
                                  "firstCompleteUp": true,
                                  "alarmTriggerLevel": 100,
                                  "alarmTriggerAction": "none",
                                  "lastAutoAction": "none"
                                }
                              

                              Vielen Dank für Eure Hilfe

                              simatecS 1 Reply Last reply
                              0
                              • R Robschii

                                Hallo zusammen,

                                ich bin neu hier im forum und habe jetzt im Haus die Rolläden mit zigbee automatisiert. Leider habe ich alles kunfiguriert und nix passiert im Automatik Modus.

                                Die Rolläden fahren manuell alle super auch die Endlagen stimmen.

                                Im Autostat steht nach dem er die Automatik eigentlich fahren solle überall "none".

                                Gestern abend waren alle Rolläden geschlossen wenn auch teilweise manauell aber es stand überall im Autostate "down" drin. Kann sich jemand meine Konfig anschauen?

                                system.adapter.shuttercontrol.0.json

                                 "Robert_Straße": {
                                    "shutterName": "Robert Straße",
                                    "currentAction": "up",
                                    "currentHeight": 100,
                                    "triggerAction": "up",
                                    "triggerHeight": "99",
                                    "oldHeight": 100,
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": "99",
                                    "alarmTriggerAction": "up",
                                    "lastAutoAction": "none"
                                  },
                                  "Wohnzimmer": {
                                    "shutterName": "Wohnzimmer",
                                    "currentAction": "up",
                                    "currentHeight": 100,
                                    "triggerAction": "up",
                                    "triggerHeight": "99",
                                    "oldHeight": 100,
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": "99",
                                    "alarmTriggerAction": "up",
                                    "lastAutoAction": "none"
                                  },
                                  "Robert_Nachbar": {
                                    "shutterName": "Robert Nachbar",
                                    "currentAction": "up",
                                    "currentHeight": 100,
                                    "triggerAction": "up",
                                    "triggerHeight": "99",
                                    "oldHeight": 100,
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": "99",
                                    "alarmTriggerAction": "up",
                                    "lastAutoAction": "none"
                                  },
                                  "Terrasse": {
                                    "shutterName": "Terrasse",
                                    "currentAction": "up",
                                    "currentHeight": 100,
                                    "triggerAction": "up",
                                    "triggerHeight": "99",
                                    "oldHeight": 100,
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": "99",
                                    "alarmTriggerAction": "up",
                                    "lastAutoAction": "none"
                                  },
                                  "Küchenfenster_Garten": {
                                    "shutterName": "Küchenfenster Garten",
                                    "currentAction": "up",
                                    "currentHeight": 100,
                                    "triggerAction": "up",
                                    "triggerHeight": "99",
                                    "oldHeight": 100,
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": "99",
                                    "alarmTriggerAction": "up",
                                    "lastAutoAction": "none"
                                  },
                                  "Küchenfenster_Nachbar": {
                                    "shutterName": "Küchenfenster Nachbar",
                                    "currentAction": "up",
                                    "currentHeight": "100",
                                    "triggerAction": "up",
                                    "triggerHeight": "100",
                                    "oldHeight": "100",
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": "100",
                                    "alarmTriggerAction": "up",
                                    "lastAutoAction": "none"
                                  },
                                  "Küchentür": {
                                    "shutterName": "Küchentür",
                                    "currentAction": "up",
                                    "currentHeight": 100,
                                    "triggerAction": "up",
                                    "triggerHeight": "99",
                                    "oldHeight": 100,
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": "99",
                                    "alarmTriggerAction": "up",
                                    "lastAutoAction": "none"
                                  },
                                  "Gästebad": {
                                    "shutterName": "Gästebad",
                                    "currentAction": "Manu_Mode",
                                    "currentHeight": 100,
                                    "triggerAction": "Manu_Mode",
                                    "triggerHeight": 100,
                                    "oldHeight": 100,
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": 100,
                                    "alarmTriggerAction": "Manu_Mode",
                                    "lastAutoAction": "none"
                                  },
                                  "Nadine_Straße": {
                                    "shutterName": "Nadine Straße",
                                    "currentAction": "up",
                                    "currentHeight": "99",
                                    "triggerAction": "up",
                                    "triggerHeight": "99",
                                    "oldHeight": "99",
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": "99",
                                    "alarmTriggerAction": "up",
                                    "lastAutoAction": "none"
                                  },
                                  "Nadine_Nachbar": {
                                    "shutterName": "Nadine Nachbar",
                                    "currentAction": "up",
                                    "currentHeight": "99",
                                    "triggerAction": "up",
                                    "triggerHeight": "99",
                                    "oldHeight": "99",
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": "99",
                                    "alarmTriggerAction": "up",
                                    "lastAutoAction": "none"
                                  },
                                  "Gästezimmer_Straße": {
                                    "shutterName": "Gästezimmer Straße",
                                    "currentAction": "none",
                                    "currentHeight": 100,
                                    "triggerAction": "none",
                                    "triggerHeight": 100,
                                    "oldHeight": 100,
                                    "firstCompleteUp": true,
                                    "alarmTriggerLevel": 100,
                                    "alarmTriggerAction": "none",
                                    "lastAutoAction": "none"
                                  },
                                  "Bad_Garten": {
                                    "shutterName": "Bad Garten",
                                    "currentAction": "none",
                                    "currentHeight": 100,
                                    "triggerAction": "none",
                                    "triggerHeight": 100,
                                    "oldHeight": 100,
                                    "firstCompleteUp": true,
                                    "alarmTriggerLevel": 0,
                                    "alarmTriggerAction": "none",
                                    "lastAutoAction": "none"
                                  },
                                  "Bad_Nachbar": {
                                    "shutterName": "Bad Nachbar",
                                    "currentAction": "none",
                                    "currentHeight": 100,
                                    "triggerAction": "none",
                                    "triggerHeight": 100,
                                    "oldHeight": 100,
                                    "firstCompleteUp": true,
                                    "alarmTriggerLevel": 100,
                                    "alarmTriggerAction": "none",
                                    "lastAutoAction": "none"
                                  },
                                  "Flur": {
                                    "shutterName": "Flur",
                                    "currentAction": "up",
                                    "currentHeight": "99",
                                    "triggerAction": "up",
                                    "triggerHeight": "99",
                                    "oldHeight": "99",
                                    "firstCompleteUp": false,
                                    "alarmTriggerLevel": "99",
                                    "alarmTriggerAction": "up",
                                    "lastAutoAction": "none"
                                  },
                                  "Ankleide": {
                                    "shutterName": "Ankleide",
                                    "currentAction": "none",
                                    "currentHeight": 100,
                                    "triggerAction": "none",
                                    "triggerHeight": 80,
                                    "oldHeight": 100,
                                    "firstCompleteUp": true,
                                    "alarmTriggerLevel": 80,
                                    "alarmTriggerAction": "none",
                                    "lastAutoAction": "none"
                                  },
                                  "Schlafzimmer_Garten": {
                                    "shutterName": "Schlafzimmer Garten",
                                    "currentAction": "none",
                                    "currentHeight": 100,
                                    "triggerAction": "none",
                                    "triggerHeight": 100,
                                    "oldHeight": 100,
                                    "firstCompleteUp": true,
                                    "alarmTriggerLevel": 100,
                                    "alarmTriggerAction": "none",
                                    "lastAutoAction": "none"
                                  },
                                  "Schlafzimmer_Nachbar": {
                                    "shutterName": "Schlafzimmer Nachbar",
                                    "currentAction": "none",
                                    "currentHeight": 100,
                                    "triggerAction": "none",
                                    "triggerHeight": 100,
                                    "oldHeight": 100,
                                    "firstCompleteUp": true,
                                    "alarmTriggerLevel": 100,
                                    "alarmTriggerAction": "none",
                                    "lastAutoAction": "none"
                                  },
                                  "Gästezimmer_Nachbar": {
                                    "shutterName": "Gästezimmer Nachbar",
                                    "currentAction": "none",
                                    "currentHeight": 100,
                                    "triggerAction": "none",
                                    "triggerHeight": 100,
                                    "oldHeight": 100,
                                    "firstCompleteUp": true,
                                    "alarmTriggerLevel": 100,
                                    "alarmTriggerAction": "none",
                                    "lastAutoAction": "none"
                                  }
                                

                                Vielen Dank für Eure Hilfe

                                simatecS Offline
                                simatecS Offline
                                simatec
                                Developer Most Active
                                wrote on last edited by
                                #6555

                                @robschii Nimm nicht Wohnbereich und Schlafbereich im Automatik sondern nur Wohnbereich usw. Automatik ist für spezielle Fälle. Ist in der Doku genau beschrieben.

                                • Besuche meine Github Seite
                                • Beitrag hat geholfen oder willst du mich unterstützen
                                • HowTo Restore ioBroker
                                R 1 Reply Last reply
                                0
                                • simatecS simatec

                                  @robschii Nimm nicht Wohnbereich und Schlafbereich im Automatik sondern nur Wohnbereich usw. Automatik ist für spezielle Fälle. Ist in der Doku genau beschrieben.

                                  R Offline
                                  R Offline
                                  Robschii
                                  wrote on last edited by
                                  #6556

                                  @simatec vielen Dank für den Hinweis. Ich habe in der Vis einen Schalter für die automatik der einzelnen Bereiche. Ich kann alle oder die einzelne Bereiche auf true setzen ( datenpunkte control). Sollte das damit gehen?

                                  Meine Frau fährt ständig die Rollos manuell hoch, aus Gewohnheit. Da steht man mode im Status. Wenn ich den manumodus nicht beachten will kann ich doch den blockieren neuerdings. Muss ich noch was beachten?

                                  Vielen Dank.

                                  da_WoodyD G H 3 Replies Last reply
                                  0
                                  • R Robschii

                                    @simatec vielen Dank für den Hinweis. Ich habe in der Vis einen Schalter für die automatik der einzelnen Bereiche. Ich kann alle oder die einzelne Bereiche auf true setzen ( datenpunkte control). Sollte das damit gehen?

                                    Meine Frau fährt ständig die Rollos manuell hoch, aus Gewohnheit. Da steht man mode im Status. Wenn ich den manumodus nicht beachten will kann ich doch den blockieren neuerdings. Muss ich noch was beachten?

                                    Vielen Dank.

                                    da_WoodyD Online
                                    da_WoodyD Online
                                    da_Woody
                                    wrote on last edited by
                                    #6557

                                    @robschii tja, die Taster deaktivieren, Problem gelöst. 🤠

                                    gruß vom Woody
                                    HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                    G 1 Reply Last reply
                                    0
                                    • da_WoodyD da_Woody

                                      @robschii tja, die Taster deaktivieren, Problem gelöst. 🤠

                                      G Offline
                                      G Offline
                                      guitardoc
                                      wrote on last edited by
                                      #6558

                                      @da_woody said in Test Adapter shuttercontrol v1.6.x:

                                      @robschii tja, die Taster deaktivieren, Problem gelöst. 🤠

                                      ...oder die Frau... :woman-pouting:

                                      R 1 Reply Last reply
                                      0
                                      • G guitardoc

                                        @da_woody said in Test Adapter shuttercontrol v1.6.x:

                                        @robschii tja, die Taster deaktivieren, Problem gelöst. 🤠

                                        ...oder die Frau... :woman-pouting:

                                        R Offline
                                        R Offline
                                        Robschii
                                        wrote on last edited by
                                        #6559

                                        @guitardoc och Leute..🤣

                                        G 1 Reply Last reply
                                        0
                                        • R Robschii

                                          @guitardoc och Leute..🤣

                                          G Offline
                                          G Offline
                                          guitardoc
                                          wrote on last edited by
                                          #6560

                                          Hab noch einen Punkt entdeckt wo die Logik nicht passt:

                                          Schlafzimmer
                                          Fenster offen
                                          Es wird Nacht -> Jalousie bleibt oben (richtig, das Fenster ist ja offen)
                                          Es wird morgen -> Jalousie fährt runter (falsch, das Fenster ist immer noch offen)
                                          Es wird 08:00 Uhr -> Jalousie fährt wieder hoch

                                          Oder hab ich was falsch eingestellt?

                                          G 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          305

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe