Ankündigung

Einklappen
Keine Ankündigung bisher.

linkx Konfig File als Demo und Hilfe beim Einstieg?

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    linkx Konfig File als Demo und Hilfe beim Einstieg?

    Hallo,

    kann mir mal jemand seine linknx config schicken so als Beispiel oder hier mal posten und etwas dazu erklären?

    Ich möchte gerne so Zeitabhängige sachen machen oder Dinge nur ausführen wenn eine Bestimmt GA auf eins steht und so.

    Dachte da erst an die Wiregate Plugins, aber da in dem Thread scheint sich nix zu tun und ich gehe mal davon aus, das es sich bei sowas schon lohnt so etwas wie linknx zu benutzen.

    Nur leider komme ich da nicht soooo schnell rein wie ich das gedacht habe.

    Im besonderen würde ich gerne ein paar Logiken nur dann ausführen lassen, wenn das Haus im Modus abwesend ist.

    Also ganz im Detail:

    Prowl Nachricht aufs iPhone wenn Haus Abwesend aber trotzdem Präsenz oder Fenster auf.

    Wenn ich das richtig gesehen und gelesen habe sollte das mit linknx machbar sein oder?

    Ein Wiregate habe ich auf dem linknx läuft....

    Ich hoffe jemadn mag mit beim Einstieg helfen....

    Viele Grüße

    #2
    Hallo divison,

    anbei eine Beispiel für eine Rule die GA abhängig und Zeit abhängig ist.

    1. Fährt die Rollladen um 7:15 auf wenn die GA KG_abwesend on ist und wird mit 4 Minuten Verzögerung nocheimal wiederholt.

    2. Fährt die Rollladen 1250 Sekunden nach Sonnenuntegang wenn die GA KG_abwesend on ist herunter.


    <rule id="Souterrain_abwesend_1">
    <condition type="and">
    <condition type="object" id="KG_abwesend" value="on" />
    <condition type="timer" trigger="true">
    <at hour="7" min="15" />
    </condition>
    </condition>
    <actionlist>
    <action type="set-value" id="Rolladen_Souterrain" value="off" />
    <action type="set-value" id="Rolladen_Souterrain" value="off" delay="4m" />
    </actionlist>


    </rule>
    <rule id="Souterrain_abwesend_2">
    <condition type="and">
    <condition type="object" id="KG_abwesend" value="on" />
    <condition type="timer" trigger="true">
    <at type="sunset" offset="1250" wdays="1234567" />
    </condition>
    </condition>
    <actionlist>
    <action type="set-value" id="Rolladen_Souterrain" value="on" />
    <action type="set-value" id="Rolladen_Souterrain" value="on" delay="4m" />
    </actionlist>
    </rule>

    Gruß

    Peter

    Kommentar


      #3
      Es gibt auch zwei ganz gute Threads zum linknx.
      Derzeit zwischen Kistenauspacken und Garten anlegen.
      Baublog im Profil.

      Kommentar


        #4
        Hoi

        Ich hab' so etwas ähnliches verwirklicht. (Wenn mal endlich die LED-Ansteuerung von den 1-Wire Buttons käme)
        Code:
            <rule id="alarm-detect"> 
              <condition type="and"> 
                <condition type="object" id="A-P" value="off" trigger="true" />
                <condition type="object" id="anwesend_gruen" value="off" trigger="true" /> 
              </condition> 
              <actionlist> 
                <action type="set-value" id="warnleds" value="1" />
                <action type="cycle-on-off" id="l_entree_spots"    on="2" off="2" count="10" /> 
                <action type="cycle-on-off" id="l_kueche_spots"    on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_kueche_anrichte" on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_zimmer1"         on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_schlafzi"        on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_wohzi_esstisch"  on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_wohzi_sofa"      on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_schlafzi2er"     on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_schlafzi3er"     on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_zimmer2"         on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_sitzp_spots"     on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_bad_spiegel"     on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_bad"             on="2" off="2" count="10" />
                <action type="cycle-on-off" id="l_entree_spots"    on="2" off="2" count="10" />
                <action type="send-sms" id="1234567890" value="Alarm es wird eingebrochen." />  
                <action type="shell-cmd" cmd="/etc/ow/prowl.pl -apikey=1234567890blablubbzahlenohneende -event=KNX -notification=Alarm_es_wird_eingebrochen." />
                <action type="set-value" id="warnleds" value="0" delay="30" />
              </actionlist>
            </rule>
        Angehängte Dateien
        Grüsse Bodo
        Fragen gehören ins Forum, und nicht in mein Postfach;
        EibPC-Fan; Wiregate-Fan; Timberwolf-Fan mit 30x 1-Wire Sensoren;

        Kommentar


          #5
          Zitat von greentux Beitrag anzeigen
          Es gibt auch zwei ganz gute Threads zum linknx.
          Cool... Welche denn?

          Kommentar


            #6
            https://knx-user-forum.de/knx-eib-fo...beispiele.html

            https://knx-user-forum.de/knx-eib-fo...beispiele.html
            Derzeit zwischen Kistenauspacken und Garten anlegen.
            Baublog im Profil.

            Kommentar


              #7
              Hi,
              ich werde heute Abend mal ne kommentierte Beispielconfig in die Tipps und Tricks stellen, gehört sowieso da rein. Geht aber erst, wenn die Familie schläft...
              Gruss, Waldemar
              OpenKNX www.openknx.de

              Kommentar


                #8
                Zitat von mumpf Beitrag anzeigen
                Hi,
                ich werde heute Abend mal ne kommentierte Beispielconfig in die Tipps und Tricks stellen, gehört sowieso da rein. Geht aber erst, wenn die Familie schläft...
                Gruss, Waldemar
                Postest du hier dann bitte kurz ne Info?


                Sent from my iPad using Tapatalk

                Kommentar


                  #9
                  Du könntest Dir den Thread auch abonnieren...
                  Derzeit zwischen Kistenauspacken und Garten anlegen.
                  Baublog im Profil.

                  Kommentar


                    #10
                    Zitat von greentux Beitrag anzeigen
                    Du könntest Dir den Thread auch abonnieren...
                    Welche Thred denn?

                    diesen hier hab ich natülich abonniert... hab ich ja aufgemacht.

                    *confused*

                    Kommentar


                      #11
                      Hi,

                      er meinte natürlich, dass Du die obigen beiden Threads abonnierst...
                      Ich hab jetzt bei den Tipps und Tricks ein Grundgerüst für eine config mit einigen Kommentaren reingestellt.

                      Gruß, Waldemar
                      OpenKNX www.openknx.de

                      Kommentar


                        #12
                        Ahhhhhh jetzt!!!

                        Hab ich gemacht Danke!

                        Kommentar

                        Lädt...
                        X