Ankündigung

Einklappen
Keine Ankündigung bisher.

Sichern/Rücksichern

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

    Sichern/Rücksichern

    Hello guys,

    Sorry for my english...

    I have a couple of GIRA smoke detectors (rauchmeldung?) in my house which are coupled a relay module (bus coupler).
    This give me 3 contacts ( Alarm, warning and alarm reset ).

    I have been trying to use the logik baustein here:

    Homeserver

    I have attached my logik page per illustration.
    I am trying to let the lights blink for x amount of times.
    But when i reset the smoke detector the blinking should stop.

    Now the blinking starts, but when i reset it, the blinking continues until the x times have passed.

    I have attached a light (trap & gangverlichting 1/1/3) to the reset to test if a 1 is received on the logic module and this works.
    So i am not sure if it is a problem with me or with the logic module.

    Also if i add a second logic module (one for upstairs, one for downstairs) the lights on one floor just go on while the other floor starts blinking.
    At one point the blinking lights stop and the other floor start blinking.
    This is weird behaviour.

    Anyone using this module for smoke detection?
    I also use it to send emails, which works fine...
    Angehängte Dateien

    #2
    You should change the logic module as follows:

    Add this line

    Code:
    5012|0|"EC[2]==1 and EN[2]==1"|"0"|""|0|1|10|0
    Gruß Matthias
    EIB übersetzt meine Frau mit "Ehepaar Ist Beschäftigt"
    - PN nur für PERSÖNLICHES!

    Kommentar


      #3
      MatthiaS thank you for helping out!

      It however does not seem to work. I still can not stop the blinking when resetting the detector.

      I have attached my edited hsl file, see at the bottom.

      However, i noticed that when i activate the alarm my actor can not handle the blinking multiple outputs and seems to go nuts.
      My garage door opens when not commanded. I also never see a telegram coming from the homeserver to activate the door so it must be the actor itself going nuts.

      Can i slow down the blinking to lessen the strain on the actor?

      Thank you.
      Angehängte Dateien

      Kommentar


        #4
        Try to put the new line at the beginning of the 5012 lines.

        And in this line the speed of the blinking is defined:

        Code:
        5012|1|"SN[10]" |""|"1" |0|1|0|0     # 1 nach zeitspeicher
        1 means 1 second.
        Gruß Matthias
        EIB übersetzt meine Frau mit "Ehepaar Ist Beschäftigt"
        - PN nur für PERSÖNLICHES!

        Kommentar

        Lädt...
        X