Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. JohnDoe

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 12
    • Best 0
    • Groups 1

    JohnDoe

    @JohnDoe

    Starter

    0
    Reputation
    6
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    JohnDoe Follow
    Starter

    Latest posts made by JohnDoe

    • RE: LIRC Adapter Funktion mit RPI4

      Nachdem ich jetzt alles noch mal neu installiert und konfiguriert habe, läuft LIRC einwandfrei. 👍

      posted in Einsteigerfragen
      J
      JohnDoe
    • RE: LIRC Adapter Funktion mit RPI4

      Hat es was zu sagen, dass die Meldungen von lircd.service doppelt kommen:

      SHPI@SmartHomePi:~ $ systemctl status lircd.service
      ● lircd.service - Flexible IR remote input/output application support
           Loaded: loaded (/lib/systemd/system/lircd.service; enabled; vendor preset: enabled)
           Active: active (running) since Sat 2022-08-13 20:51:49 CEST; 5min ago
      TriggeredBy: ● lircd.socket
             Docs: man:lircd(8)
                   http://lirc.org/html/configure.html
         Main PID: 965 (lircd)
            Tasks: 2 (limit: 1829)
              CPU: 1.815s
           CGroup: /system.slice/lircd.service
                   └─965 /usr/sbin/lircd --nodaemon
      
      Aug 13 20:53:01 SmartHomePi lircd[965]: lircd-0.10.1[965]: Notice: accepted new client from 127.0.0.1
      Aug 13 20:53:01 SmartHomePi lircd-0.10.1[965]: Notice: accepted new client from 127.0.0.1
      Aug 13 20:53:02 SmartHomePi lircd[965]: lircd-0.10.1[965]: Info: removed client
      Aug 13 20:53:02 SmartHomePi lircd[965]: lircd-0.10.1[965]: Info: removed client
      Aug 13 20:53:02 SmartHomePi lircd-0.10.1[965]: Info: removed client
      Aug 13 20:53:02 SmartHomePi lircd-0.10.1[965]: Info: removed client
      Aug 13 20:53:33 SmartHomePi lircd[965]: lircd-0.10.1[965]: Notice: accepted new client from 127.0.0.1
      Aug 13 20:53:33 SmartHomePi lircd-0.10.1[965]: Notice: accepted new client from 127.0.0.1
      Aug 13 20:53:33 SmartHomePi lircd[965]: lircd-0.10.1[965]: Info: Cannot configure the rc device for /dev/lirc0
      Aug 13 20:53:33 SmartHomePi lircd-0.10.1[965]: Info: Cannot configure the rc device for /dev/lirc0
      
      

      ?

      Ich habe LIRC noch mal neu installiert und konfiguriert: Keine Änderung.
      Der LIRC-Adapter ist mit dem Client verbunden und über die RPI-Konsole kann ich IR-Kommandos schicken.
      Aber im IOBroker werden die Fernbedienung-KEYs nicht angezeigt.

      posted in Einsteigerfragen
      J
      JohnDoe
    • RE: LIRC Adapter Funktion mit RPI4

      Kann es daran liegen:

      SHPI@SmartHomePi:~ $ sudo systemctl restart lirc.service
      Failed to restart lirc.service: Unit lirc.service not found.
      

      ?

      posted in Einsteigerfragen
      J
      JohnDoe
    • RE: LIRC Adapter Funktion mit RPI4

      Aber Fakt ist doch, dass der LIRC Adapter mit lirc verbunden ist und lirc auch sendet.
      Was bedeutet das denn:

      Aug 13 17:59:10 SmartHomePi lircd-0.10.1[502]: Info: Cannot configure the rc device for /dev/lirc0
      

      ?

      posted in Einsteigerfragen
      J
      JohnDoe
    • RE: LIRC Adapter Funktion mit RPI4
      SHPI@SmartHomePi:~ $ sudo -u iobroker groups
      iobroker tty dialout audio video bluetooth gpio i2c
      
      posted in Einsteigerfragen
      J
      JohnDoe
    • RE: LIRC Adapter Funktion mit RPI4

      @thomas-braun said in LIRC Adapter Funktion mit RPI4:

      Bitte vollständige Ein- und Ausgabezeilen posten.

      Was meinst du?
      So:

      $ sudo -u iobroker groups
      iobroker tty dialout audio video bluetooth gpio i2c
      
      

      Mehr kommt da nicht.

      posted in Einsteigerfragen
      J
      JohnDoe
    • RE: LIRC Adapter Funktion mit RPI4
      iobroker tty dialout audio video bluetooth gpio i2c
      
      posted in Einsteigerfragen
      J
      JohnDoe
    • RE: LIRC Adapter Funktion mit RPI4

      @thomas-braun said in LIRC Adapter Funktion mit RPI4:

      ls -l /dev/lirc0

      crw-rw---- 1 root video 251, 0 Aug 13 16:18 /dev/lirc0
      
      posted in Einsteigerfragen
      J
      JohnDoe
    • RE: LIRC Adapter Funktion mit RPI4

      Ich habe jetzt gerade mal die LIRC Instanz neu gestartet.
      Danach bekomme ich diese Ausgabe (systemctl status lirc*):

      Aug 13 17:59:02 SmartHomePi lircd[502]: lircd-0.10.1[502]: Info: removed client
      Aug 13 17:59:02 SmartHomePi lircd-0.10.1[502]: Info: removed client
      Aug 13 17:59:10 SmartHomePi lircd[502]: lircd-0.10.1[502]: Notice: accepted new client from 127.0.0.1
      Aug 13 17:59:10 SmartHomePi lircd[502]: lircd-0.10.1[502]: Info: Cannot configure the rc device for /dev/lirc0
      Aug 13 17:59:10 SmartHomePi lircd-0.10.1[502]: Notice: accepted new client from 127.0.0.1
      Aug 13 17:59:10 SmartHomePi lircd-0.10.1[502]: Info: Cannot configure the rc device for /dev/lirc0
      
      posted in Einsteigerfragen
      J
      JohnDoe
    • RE: LIRC Adapter Funktion mit RPI4

      Wie gesagt, übers Terminal kann ich die IR-LED ansteuern.
      Ich sehe mit der Digitalkamera die LED aufblitzen.

      posted in Einsteigerfragen
      J
      JohnDoe
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo