Ankündigung

Einklappen
Keine Ankündigung bisher.

IrTrans does not send/learn commands

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

    Fehler: IrTrans does not send/learn commands

    Hi,
    (my apologies I'm writing this in English - feel free to respond in German).

    I'm trying to connect my IRTrans with Edomi.
    I have adapted edomi.ini to enable the IRTrans module and to specify the IP address.
    I believe I have done it correctly, because I am able to reboot the IRTrans from Edomi.

    However, I am unable to learn and IR command.
    In "Konfiguration" => "IR-Befehle" I create a new command and click "Lernen". The outcome is always "Timeout oder fehler".
    When I learn a command via the IRTrans software, it works fine.

    I also tried to copy/paste an IR command from a generated REM file (see attach).
    I have pasted IR code "0103033003210" in Edomi's field "IR Code". Nothing happens when I send the code.



    What am I doing wrong?
    Angehängte Dateien

    #2
    1.png

    Hast Du das Modul in der Konfiguration auch eingestellt? IP....Port usw.

    Kommentar


      #3
      Sending an IR Code is quite easy if you have the code in your irtrans database ...
      try to send a http request .. i don't know the url out of my mind.. but its like
      http://irtransip&remote&command

      look in your manual..



      Die Selbsthilfegruppe "UTF-8-Probleme" trifft sich diesmal abweichend im groüen Saal.

      Kommentar


        #4
        Have you tried to activate the Button "Raw/Binär Modus"?
        You can activate it even it looks like it's grayed out. That worked for me.

        Kommentar


          #5
          so,

          thats my config:

          Bereich.png

          works well...

          Die Selbsthilfegruppe "UTF-8-Probleme" trifft sich diesmal abweichend im groüen Saal.

          Kommentar


            #6
            Hi,
            Thanks for the replies!

            I think I did the proper configurations in edomi.ini:
            Code:
            # Modul: IRtrans
            #    Aktiviert oder deaktiviert das Modul "IRtrans" (Konfiguration des Moduls erforderlich!)
            #    true = aktiviert
            #    false = deaktiviert
            global_irGatewayActive=true
            Code:
            # ---------------------------------------------------------------------
            # Modul-Konfiguration: IRtrans
            # ---------------------------------------------------------------------
            
            # IRtrans: IP-Adresse
            global_irIp='192.168.3.14'
            
            # Telnet/UDP-Port
            #    Port zur Kommunikation mit dem IRtrans.
            global_irPort=21000
            
            # Maximale Wartezeit beim Anlernen eines IR-Codes
            #    Innerhalb dieser Zeit muss während des Anlernens ein IR-Code empfangen werden.
            #    1..oo = Wartezeit in Sekunden
            global_irTimeout=5
            I played around with the buttons "Long-IR code", "RAW/Binär Modus", without success.

            Maybe I should indeed not configure an "IF-befehl" but an HTTP-GET request. This seems to work fine:
            http://192.168.3.14/send.htm?remote=telenet&command=on

            But I wonder, why does Edomi have the build-in IR-module then? Any advantages?

            Kommentar

            Lädt...
            X