Ankündigung

Einklappen
Keine Ankündigung bisher.

Gira HS Sequence in EIBPC

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

    Gira HS Sequence in EIBPC

    I'm migrating from Gira HS to EIBPC und i'm trying to figure out what code to use, to simulate the Sequence function in Gira HS.
    Practically, when a GA becomes ON, i need to start a sequence like that:

    Time - Command
    01:00 - light off
    02:00 - Arm security system
    05:00 - turn all Steckdosen off


    Ok, a delay function maybe but... If i need to stop the sequence in the middle ?
    Is there a way to stop the delay's function timer ?

    Sorry if the question is already answered, but i don't find it. Thanks

    #2
    Zitat von TheMax74 Beitrag anzeigen
    Time - Command
    01:00 - light off
    02:00 - Arm security system
    05:00 - turn all Steckdosen off

    Is there a way to stop the delay's function timer ?
    The easy way:
    [highlight=epc]
    if delay(Light_OFF==OFF, Time_1H) and Light_OFF==OFF then Security=ON endif
    if delay(Security==ON, Time_2H) and Security then Wait=ON endif
    if delay(Wait==ON, Time_3H) and Wait then Steckdosen=ON endif
    [/highlight]
    For this
    Ok, a delay function maybe but... If i need to stop the sequence in the middle ?
    look at delayc. In this function you can modify the countdown-variable directly. Anyway I find the upper solution better.
    offizielles Supportforum für den Enertex® EibPC: https://knx-user-forum.de/eibpc/
    Enertex Produkte kaufen

    Kommentar


      #3
      Good, thanks.

      Kommentar

      Lädt...
      X