Ankündigung

Einklappen
Keine Ankündigung bisher.

Gira Tastsensor 2 kurz/lang drücken

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

    KNX/EIB Gira Tastsensor 2 kurz/lang drücken

    Hi

    My German is not so good, so I hope you can help me in English.

    I have a GIRA Tastsensor 2 1fach/3fach mit Controller. I would like to program 2 different functions under a short and a long push on one of the buttons.
    More concrete, I want to have 1 button switch the light on/off with a short push and switch all the lights on the same floor off with a long push.

    How can I solve this?

    Thanks for the help....

    #2
    Hello,
    sorry my English is not so good, so i hope you understand me.

    I think that what you want to do is not only possible with the TS2 alone because the long push item ist a 4bit objekt and not a 1bit like the short item.

    If you have the lights on a "Dimmaktor" you can test if the Dimmeffekt with 100% gives you these what you want.

    Sorry, but i see no other stand alone solution.

    Christoph

    Kommentar


      #3
      Thanks for the fast reply.

      Some of the lights are on a dimactor, some are on a switch actor.

      So I think I need to put all the lights of a floor in a scene (all off). Then I use the shutter (jalousie) mode to active the short/long push function. I will probably have to use some sort of a logic module (EibPC??) to convert the 1bit to a 4bit scene command.

      Is this correct?

      Kommentar


        #4
        Zitat von TopFly Beitrag anzeigen
        Thanks for the fast reply.

        I will probably have to use some sort of a logic module (EibPC??) to convert the 1bit to a 4bit scene command.

        Is this correct?
        I don´t know if it is possible to convert a 1bit into an 4bit scene command because my information is that a scene command is a 1byte command!

        Sorry
        Christoph

        Kommentar


          #5
          Zitat von TopFly Beitrag anzeigen
          So I think I need to put all the lights of a floor in a scene (all off). Then I use the shutter (jalousie) mode to active the short/long push function. I will probably have to use some sort of a logic module (EibPC??) to convert the 1bit to a 4bit scene command.
          I don't know a 4bit scene command either - I address scenes with 8 bit instead. Using the shutter and adressing scenes is exactly what I am doing to add surplus functions to the tastsensor. I have some TS2 and TS2+ which only send a binary 1 (or 0) to several addresses and if there is a command on these addresses, I use some logik to send a corresponding 8bit figure in order to start a scene.

          Hard to describe, but easy to realize - for instance:
          If there is a binary "1" on GA 1/2/3, the logik sends a "7" on GA 1/2/1 in order to start a scene. You can do this with long an short periods for your buttons. I use a BJ Roompanal and Linknx for this logik.

          Cheers,

          Stefan
          Mein Sammelsurium: TS2, Zennio Z38, Siemens LOGO!, Medeodata 140 S, Weinzierl KNX ENO 620, Eibmarkt IP Router, MDT KNX IP IF, Wiregate, Node-Red mit KNX Ultimate, MDT Smart II, diverse Aktoren verschiedener Hersteller ...

          Kommentar


            #6
            Zitat von TopFly Beitrag anzeigen
            Thanks for the fast reply.
            So I think I need to put all the lights of a floor in a scene (all off). Then I use the shutter (jalousie) mode to active the short/long push function. I will probably have to use some sort of a logic module (EibPC??) to convert the 1bit to a 4bit scene command.
            Yes you need an extra Logic. In the EibPC it would be in this manner:
            Code:
            if "Switch-GA"==ON then callscene("Scene-GA",Scenenumber) endif
            if "Store-GA"==ON then storescene("Scene-GA",Scenenumber) endif
            offizielles Supportforum für den Enertex® EibPC: https://knx-user-forum.de/eibpc/
            Enertex Produkte kaufen

            Kommentar


              #7
              Nice. So this is possible with some extra logic.

              I must get myself an EibPC. The only thing that's bothering me is that I can't create my own visualisation. (I have some webprogramming skills).

              It is about time that this logic is incorporated in the GIRA TS. Can't be so hard, I think, to have a long and short push do 2 different things hard coded in ETS. But this is another discussion.

              Thanks for the help.

              Kommentar

              Lädt...
              X