Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter shuttercontrol v2.0.x

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

      @bostil In der Falls Abfrage noch den Frostalarm mit rein. Der muss nur auf false, wenn er auf true steht und die Temp > 0

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

        Vielen Dank @simatec für die Hilfe! So, in Ordnung? Vielleicht auch für andere Dummies, wie ich einer bin, hilfreich.

        bdb61460-696d-44dd-a7be-0f5238ed8276-image.png

        Blockly:

        <xml xmlns="https://developers.google.com/blockly/xml">
          <block type="on_ext" id="ns1;~BofVgdEAPaC{{{A" x="-1412" y="-988">
            <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
            <field name="CONDITION">ne</field>
            <field name="ACK_CONDITION"></field>
            <value name="OID0">
              <shadow type="field_oid" id="Xj6_N{O^Wb#5a_0Ro)2f">
                <field name="oid">daswetter.0.NextHours2.Location_1.Day_2.Hour_6.temp</field>
              </shadow>
            </value>
            <statement name="STATEMENT">
              <block type="controls_if" id="^,}WJT^%np~u^7*JBN@N">
                <mutation else="1"></mutation>
                <value name="IF0">
                  <block type="logic_operation" id="mfBZNEC#2eoI?7$gsaiu">
                    <field name="OP">AND</field>
                    <value name="A">
                      <block type="logic_compare" id="L];@t_6[sXn_Nh|an{rZ">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="get_value" id="[_7y|S2*NgQ-8f{Zsmil">
                            <field name="ATTR">val</field>
                            <field name="OID">0_userdata.0.Berechnungen.Frostalarm</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="logic_boolean" id=")YY7M5nw#SP97Cji=(Pv">
                            <field name="BOOL">TRUE</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="^ULhy;#M*uwQY2UPsaKR">
                        <field name="OP">GTE</field>
                        <value name="A">
                          <block type="get_value" id="H]Fy}gKT#c#{+$xiYFcu">
                            <field name="ATTR">val</field>
                            <field name="OID">daswetter.0.NextHours2.Location_1.Day_1.current.temp</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="ZG[8n.4Fx/9)o/cToz+r">
                            <field name="NUM">0</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="update" id="GpLw%W;T,9_a9({gwRhh">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">0_userdata.0.Berechnungen.Frostalarm</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id=".L7e!sZ^.3gA4*_?pq=t">
                        <field name="BOOL">FALSE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <statement name="ELSE">
                  <block type="update" id="SX9M,-Uf):OD.Wezr88n">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">0_userdata.0.Berechnungen.Frostalarm</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="si`Rf4J[@ud1WHZAA|k6">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
              </block>
            </statement>
          </block>
        </xml>
        
        simatec 2 Replies Last reply Reply Quote 0
        • simatec
          simatec Developer Most Active @Bostil last edited by

          @bostil so sollte es passen

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

            @bostil Man könnte es jetzt noch schick machen und statt getState temp in der Falls Abfrage direkt den Wert aus dem Trigger nehmen, aber die Funktion sollte so passen

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

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

              Da war ein Fehler in der Abfrage ... Er hat nach jeder Rollladenfahrt erst alle Rollläden kontrolliert.
              Wird gefixt

              funktioniert wieder. Danke!

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

                @rene_hm gerne ... 😊

                1 Reply Last reply Reply Quote 0
                • Nightfly1983
                  Nightfly1983 last edited by

                  @simatec Habe nun endlich mein System neu gemacht und den Adapter komplett neu eingerichtet, direkt in der Version 1.4.7
                  Es funktioniert fast alles wie gewünscht, Frost klappt, Weihnachten klappt, aber...
                  Wenn ich ein Fenster öffne und wieder schließe, erschießt sich der Adapter beim Schließen und ich habe keine Ahnung warum?!
                  Hier mal der Log und die Einstellungen eines Fensters.

                  host.iobroker
                  	2021-12-22 09:45:46.029	info	Restart adapter system.adapter.shuttercontrol.0 because enabled
                  host.iobroker
                  	2021-12-22 09:45:46.029	info	instance system.adapter.shuttercontrol.0 terminated with code NaN ()
                  host.iobroker
                  	2021-12-22 09:45:46.026	warn	instance system.adapter.shuttercontrol.0 terminated due to SIGSEGV
                  shuttercontrol.0
                  	2021-12-22 09:45:45.906	debug	Buero - shutter trigger Change is:upDown
                  shuttercontrol.0
                  	2021-12-22 09:45:45.905	debug	Buero - shutter trigger Action is:up
                  shuttercontrol.0
                  	2021-12-22 09:45:45.904	debug	Buero - shutter trigger Height is:25
                  shuttercontrol.0
                  	2021-12-22 09:45:45.904	debug	Buero - shutter current Height is:50
                  shuttercontrol.0
                  	2021-12-22 09:45:45.903	debug	Buero - shutter current state.val is:50
                  shuttercontrol.0
                  	2021-12-22 09:45:45.881	debug	Buero - shutter conversion is:false
                  shuttercontrol.0
                  	2021-12-22 09:45:45.877	debug	TriggerID changed: deconz.0.Sensors.18.open Value: false
                  shuttercontrol.0
                  	2021-12-22 09:45:23.500	debug	Buero - window is still open -> driving now to :50
                  shuttercontrol.0
                  	2021-12-22 09:45:23.430	debug	Buero Old value = 98. New value = 50. automatic is active
                  shuttercontrol.0
                  	2021-12-22 09:45:23.429	debug	Shutter state changed: Buero old value = 98 new value = 50
                  shuttercontrol.0
                  	2021-12-22 09:45:23.361	info	triggered #1 Set ID: Buero value: 50%
                  shuttercontrol.0
                  	2021-12-22 09:45:23.354	info	#1 Set ID: Buero value: 50%
                  shuttercontrol.0
                  	2021-12-22 09:45:23.353	debug	#1 save trigger action: up for device Buero
                  shuttercontrol.0
                  	2021-12-22 09:45:23.352	debug	#1 save trigger height: 25% for device Buero
                  shuttercontrol.0
                  	2021-12-22 09:45:23.352	debug	Buero - shutter trigger change is:upDown
                  shuttercontrol.0
                  	2021-12-22 09:45:23.351	debug	Buero - shutter trigger drive-up is:50
                  shuttercontrol.0
                  	2021-12-22 09:45:23.350	debug	Buero - shutter current state.val is:25
                  shuttercontrol.0
                  	2021-12-22 09:45:23.345	debug	Buero - shutter conversion is:false
                  shuttercontrol.0
                  	2021-12-22 09:45:23.326	debug	TriggerID changed: deconz.0.Sensors.18.open Value: true
                  

                  Büro_settings2.png

                  Glaube nicht, dass es am Deconz Adapter liegt, da das gleiche auch bei Fenstern passiert, welche Sensoren über den MiHome Adapter laufen.

                  simatec 2 Replies Last reply Reply Quote 0
                  • simatec
                    simatec Developer Most Active @Nightfly1983 last edited by

                    @nightfly1983
                    Werden die Rollläden dann beim schließen noch gefahren oder stürtzt der Adapter direkt ab.
                    Poste mal bitte deine Settings als json File.

                    Mir fehlt im Moment der Ansatz zur Fehlersuche

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

                      @nightfly1983 Installiere mal bitte die Version aus dem Dev-Branch und mache im Anschluss ein Upload.

                      Danach poste mal bitte den Debuglog vom öffnen und schließen des Fensters

                      Dev-Branch: https://github.com/simatec/ioBroker.shuttercontrol/tarball/dev

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

                        @simatec

                        Die Settings: system.adapter.shuttercontrol.0.json

                        Rollläden werden gar nicht mehr gefahren, also beim Öffnen ja, aber wenn das Fenster geschlossen wird ist sofort vorbei.

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

                          @simatec Okay, nochmal bitte genau was zu tun, installieren über die Katze ging und wo bzw. was für ein Upload dann?

                          crunchip simatec 2 Replies Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Nightfly1983 last edited by crunchip

                            @nightfly1983 siehst du aber nur wenn du ganz oben auf Expertenmodus umstellst
                            22d0a867-f64f-4ef0-9e43-8e1e9c1b25e7-grafik.png

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

                              @nightfly1983 Wenn du in den Adapter Tab bist, gibt es einen Pfeil nach oben Button.
                              Das ist der Upload Button.

                              Bei Github Installationen sollte man den im Anschluss ausführen

                              Link bei der Katze unter "Benutzerdefiniert" als URL einfügen:
                              https://github.com/simatec/ioBroker.shuttercrontrol/tarball/dev

                              02d85b49-35e5-483e-a6b3-98e2eaaa196a-image.png

                              3ec76db9-8bb6-4826-a519-db848ae01cb0-image.png

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

                                @simatec Hoffe es hat alles geklappt.

                                host.iobroker
                                	2021-12-22 14:50:56.235	info	instance system.adapter.shuttercontrol.0 terminated with code NaN ()
                                host.iobroker
                                	2021-12-22 14:50:56.230	warn	instance system.adapter.shuttercontrol.0 terminated due to SIGSEGV
                                shuttercontrol.0
                                	2021-12-22 14:50:56.133	debug	#2 save trigger height: 98% for device: Buero
                                shuttercontrol.0
                                	2021-12-22 14:50:56.133	debug	#2 save trigger action: Manu_Mode for device: Buero
                                shuttercontrol.0
                                	2021-12-22 14:50:56.132	debug	Buero - shutter trigger change is:upDown
                                shuttercontrol.0
                                	2021-12-22 14:50:56.132	debug	Buero - shutter trigger drive-up is:50
                                shuttercontrol.0
                                	2021-12-22 14:50:56.132	debug	Buero - shutter current state.val is:98
                                shuttercontrol.0
                                	2021-12-22 14:50:56.110	debug	Buero - shutter conversion is:false
                                shuttercontrol.0
                                	2021-12-22 14:50:56.102	debug	TriggerID changed: alias.0.Büro.Fenster.ACTUAL Value: true
                                shuttercontrol.0
                                	2021-12-22 14:50:32.172	debug	outsidetemperature changed: mihome.0.devices.weather_v1_158d0002c1831e.temperature Value: 0.59
                                

                                Hat sich direkt beim Öffnen schon erschossen.

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

                                  @nightfly1983 Welche Link hast du genommen? Zeige das mal bitte ... denke die Installation hat scheinbar nicht funktioniert

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

                                    @simatec Hatte den ersten, mit dem letzteren kommt jetzt folgende Fehlermeldung:

                                    install simatec/ioBroker.shuttercrontrol#dev
                                    
                                    NPM version: 7.5.2
                                    
                                    npm install simatec/ioBroker.shuttercrontrol#dev --loglevel error --prefix "/opt/iobroker" (System call)
                                    
                                    npm ERR! code 128
                                    
                                    npm ERR! command failednpm ERR! command git ls-remote ssh://git@github.com/simatec/ioBroker.shuttercrontrol.gitnpm ERR! Host key verification failed.npm ERR! fatal: Konnte nicht vom Remote-Repository lesen.npm ERR! npm ERR! Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehennpm ERR! und das Repository existiert.
                                    
                                    npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2021-12-22T14_35_57_407Z-debug.log
                                    
                                    host.iobroker Cannot install simatec/ioBroker.shuttercrontrol#dev: 128
                                    
                                    ERROR: Process exited with code 25
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Nightfly1983 last edited by

                                      @nightfly1983 sagte in Test Adapter shuttercontrol v1.4.x:

                                      NPM version: 7.5.2

                                      NPM > 6 ist zu hoch für einen stabilen Betrieb. Installier NPM@6 und nodeJS@14 sauber.

                                      Nightfly1983 1 Reply Last reply Reply Quote 0
                                      • Nightfly1983
                                        Nightfly1983 @Thomas Braun last edited by

                                        @thomas-braun okay, da muss ich mal schauen wie ich das ordentlich hinbekomme, wollte letztens schon auf node 14 gehen, aber hat nicht funktioniert 😧

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

                                          @nightfly1983 denke hier wird auch dein generelles Problem liegen ...

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

                                            @simatec Das wäre ja super, wenn es daran liegt. Gibt es ne passende Anleitung um von NPM von 7 auf 6 komme?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            444
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

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