Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter doorio v2.1.2

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter doorio v2.1.2

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      BxA last edited by

      Hallo zusammen,

      zunächst einmal vielen Dank @Wal für dieses coole Projekt!
      Wollte auch schon lange meine Türstation mit doorpi einrichten aber habe es nie fertig bekommen - nun innerhalb von 1 Tag hiermit die Testinstallation aufgebaut. Vielen Dank!

      Was mir allerdings nicht klar ist: Wie betreibst du @Wal oder auch ihr sonst Alle die "Innenstation" mit Video?
      Klar, über mjpg-streamer kann ich mir dauerhaft ein Video von der Haustür anzeigen und auch in eine Vis einblenden. Und hier in der Diskussion gibt es ja auch eine Anleitung für eine Foto via Telegram bei betätigen der Klingel.
      Aber der SIP Anruf ist ja voice only. Wie konfiguriert ihr es so, dass ihr beim Gespräch mit der Tür auch das video seht? Oder will das keiner außer mir...?

      Danke und Gruß,
      BxA

      Wal 1 Reply Last reply Reply Quote 0
      • Wal
        Wal Developer @BxA last edited by

        @bxa ,
        ich nutze nur Fritzfones zum Gegensprechen und da kann ich das Bild vom MJPG-Streamer vor dem Abnehmen sehen, das genügt mir. Falls du eine Feststation planst, kannst du dich mit Baresip auseinandersetzen der kann auch Video.
        Auf der Feststation muss dann ein Sip-Client mit Videounterstützung laufen.

        1 Reply Last reply Reply Quote 0
        • G
          GeRei @Wal last edited by

          @wal

          Hallöchen,

          bin gerade beim DoorIO in betrieb zu nehmen.
          Der Adapter doorio und mqtt sind grün.
          Wenn ich eine Taste drücke klingelt auch das Telefon.

          Ich bekomme aber nicht die Soundkarte konfiguriert.

          pi@raspberrypi:~ $ lsusb
          Bus 001 Device 004: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller
          Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
          Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
          Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
          pi@raspberrypi:~ $ cat /proc/asound/modules
          0 snd_usb_audio
          pi@raspberrypi:~ $ /etc/pulse/system.pa
          -bash: /etc/pulse/system.pa: Datei oder Verzeichnis nicht gefunden

          Was habe ich vergessen, falschgemacht?

          Gruß

          Wal 1 Reply Last reply Reply Quote 0
          • Wal
            Wal Developer @GeRei last edited by Wal

            @gerei ,
            "pactl list" eingeben, wie auf Seite 1 beschrieben.
            Danach die "/etc/pulse/system.pa" mit einem Editor editieren. z.B. "nano /etc/pulse/system.pa"

            G 1 Reply Last reply Reply Quote -1
            • G
              GeRei @Wal last edited by

              @wal

              pi@raspberrypi:~ $ pactl list
              -bash: pactl: Kommando nicht gefunden.

              habe ich ausprobiert, bin aber da nicht weiter gekommen

              Wal Thomas Braun 2 Replies Last reply Reply Quote 0
              • Wal
                Wal Developer @GeRei last edited by

                @gerei ,
                dann nutzt du nicht das Image und pulseaudio ist nicht installiert.

                1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @GeRei last edited by Thomas Braun

                  @gerei

                  pulseaudio ist eigentlich mittlerweile vorinstalliert.
                  Kann es sein, dass du da ein veraltetes System fährst?

                  sudo apt update
                  sudo apt dist-upgrade
                  

                  sollte eigentlich pulseaudio usw. auf das System spülen.

                  1 Reply Last reply Reply Quote 0
                  • G
                    GeRei last edited by

                    @wal said in Test Adapter doorio v1.1.x:

                    /etc/pulse/system.pa

                    Habe ich durchgeführt. leider immer noch das selbe Problem

                    Ich habe im Forum den Link gefunden zum Image "raspbian-stretch-doorio" dieses hatte installiert

                    Grüße

                    Thomas Braun Wal 4 Replies Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @GeRei last edited by

                      @gerei
                      Stretch ist 'veraltet'.
                      Aktualisier das auf 'Buster'

                      Wal 1 Reply Last reply Reply Quote 0
                      • Wal
                        Wal Developer @GeRei last edited by

                        @gerei ,
                        auf Seite 1 im ersten Thread ist der Link, den habe ich gestern noch getestet und "pactl list" funktioniert.

                        1 Reply Last reply Reply Quote 0
                        • Wal
                          Wal Developer @GeRei last edited by Wal

                          @gerei sagte in Test Adapter doorio v1.1.x:

                          @wal said in Test Adapter doorio v1.1.x:

                          /etc/pulse/system.pa

                          Habe ich durchgeführt. leider immer noch das selbe Problem

                          Ich habe im Forum den Link gefunden zum Image "raspbian-stretch-doorio" dieses hatte installiert

                          Grüße

                          /etc/pulse/system.pa wird nicht funktionieren, da das die Konfig-Datei für pulseaudio ist. Diese Datei mußt du mit einem Editor editieren und zwar mit den Daten von "pactl list".

                          G 1 Reply Last reply Reply Quote 0
                          • G
                            GeRei @Wal last edited by

                            @wal
                            ich habe seut Tag ein bisschen herumgespielt, aber ich komme nicht drauf.
                            Momentan kommt:
                            pi@raspberrypi:~ $ pactl list
                            Verbindungsfehler: Verbindung verweigert
                            pa_context_new() fehlgeschlagen: Verbindung verweigert

                            Thomas Braun Wal 3 Replies Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @GeRei last edited by

                              @gerei

                              ls -la `which pactl`
                              
                              1 Reply Last reply Reply Quote 0
                              • Wal
                                Wal Developer @GeRei last edited by

                                @gerei ,
                                da kann ich dir gerade nicht weiter helfen. Wenn ich das Image flashe und sofort ohne irgendwas zu verändern "pactl list" aufrufe., funktioniert alles wie auf Seite 1 beschrieben.

                                1 Reply Last reply Reply Quote 0
                                • Wal
                                  Wal Developer @GeRei last edited by

                                  @gerei ,
                                  So sieht es bei meinem doorio aus:

                                  pi@doorio:~ $ ls -la `which pactl`
                                  -rwxr-xr-x 1 root root 50660 Dez  5 21:57 /usr/bin/pactl
                                  pi@doorio:~ $ pactl list
                                  Modul #0
                                          Name: module-device-restore
                                          Argument:
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "Automatically restore the volume/mute state of devices"
                                                  module.version = "12.2"
                                  
                                  Modul #1
                                          Name: module-stream-restore
                                          Argument:
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "Automatically restore the volume/mute/device state of streams"
                                                  module.version = "12.2"
                                  
                                  Modul #2
                                          Name: module-card-restore
                                          Argument:
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "Automatically restore profile of cards"
                                                  module.version = "12.2"
                                  
                                  Modul #3
                                          Name: module-udev-detect
                                          Argument:
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "Detect available audio hardware and load matching drivers"
                                                  module.version = "12.2"
                                  
                                  Modul #4
                                          Name: module-alsa-card
                                          Argument: device_id="1" name="usb-046d_HD_Pro_Webcam_C920_84663CEF-02" card_name="alsa_card.usb-046d_HD_Pro_Webcam_C920_84663CEF-02" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"
                                          Nutzungszähler: 0
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "ALSA Card"
                                                  module.version = "12.2"
                                  
                                  Modul #5
                                          Name: module-alsa-card
                                          Argument: device_id="0" name="usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00" card_name="alsa_card.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"
                                          Nutzungszähler: 2
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "ALSA Card"
                                                  module.version = "12.2"
                                  
                                  Modul #6
                                          Name: module-native-protocol-unix
                                          Argument:
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "Native protocol (UNIX sockets)"
                                                  module.version = "12.2"
                                  
                                  Modul #7
                                          Name: module-default-device-restore
                                          Argument:
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "Automatically restore the default sink and source"
                                                  module.version = "12.2"
                                  
                                  Modul #8
                                          Name: module-rescue-streams
                                          Argument:
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "When a sink/source is removed, try to move its streams to the default sink/source"
                                                  module.version = "12.2"
                                  
                                  Modul #9
                                          Name: module-always-sink
                                          Argument:
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Colin Guthrie"
                                                  module.description = "Hält stets ein Ziel geladen, selbst wenn dies ein Null-Ziel ist"
                                                  module.version = "12.2"
                                  
                                  Modul #10
                                          Name: module-suspend-on-idle
                                          Argument:
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "When a sink/source is idle for too long, suspend it"
                                                  module.version = "12.2"
                                  
                                  Modul #11
                                          Name: module-position-event-sounds
                                          Argument:
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
                                                  module.version = "12.2"
                                  
                                  Modul #12
                                          Name: module-native-protocol-tcp
                                          Argument: auth-anonymous=1 auth-ip-acl=127.0.0.1;192.168.12.0/24
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "Native protocol (TCP sockets)"
                                                  module.version = "12.2"
                                  
                                  Modul #13
                                          Name: module-native-protocol-unix
                                          Argument: auth-anonymous=1 socket=/tmp/my-pulse-socket-name
                                          Nutzungszähler: k. A.
                                          Eigenschaften:
                                                  module.author = "Lennart Poettering"
                                                  module.description = "Native protocol (UNIX sockets)"
                                                  module.version = "12.2"
                                  
                                  Modul #14
                                          Name: module-echo-cancel
                                          Argument: aec_method=webrtc format=s16le rate=16000 channels=2 source_name="noecho.mic_in" sink_name="noecho.sound_out" sink_master="alsa_output.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00.analog-stereo" source_master="alsa_input.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00.analog-stereo"
                                          Nutzungszähler: 0
                                          Eigenschaften:
                                                  module.author = "Wim Taymans"
                                                  module.description = "Echo Cancellation"
                                                  module.version = "12.2"
                                  
                                  Ziel #0
                                          Status: SUSPENDED
                                          Name: alsa_output.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00.analog-stereo
                                          Beschreibung: Plantronics P610 Analog Stereo
                                          Treiber: module-alsa-card.c
                                          Abtastwert-Angabe: s16le 2ch 48000Hz
                                          Kanalzuordnung: front-left,front-right
                                          Besitzer-Modul: 5
                                          Stumm: nein
                                          Lautstärke: front-left: 32769 /  50% / -18,06 dB,   front-right: 32769 /  50% / -18,06 dB
                                                  Verteilung 0,00
                                          Basis-Lautstärke: 54094 /  83% / -5,00 dB
                                          Quellen-Monitor: alsa_output.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00.analog-stereo.monitor
                                          Latenz: 0 usec, eingestellt 0 usec
                                          Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
                                          Eigenschaften:
                                                  alsa.resolution_bits = "16"
                                                  device.api = "alsa"
                                                  device.class = "sound"
                                                  alsa.class = "generic"
                                                  alsa.subclass = "generic-mix"
                                                  alsa.name = "USB Audio"
                                                  alsa.id = "USB Audio"
                                                  alsa.subdevice = "0"
                                                  alsa.subdevice_name = "subdevice #0"
                                                  alsa.device = "0"
                                                  alsa.card = "0"
                                                  alsa.card_name = "Plantronics P610"
                                                  alsa.long_card_name = "Plantronics Plantronics P610 at usb-0000:01:00.0-1.1.3, full speed"
                                                  alsa.driver_name = "snd_usb_audio"
                                                  device.bus_path = "platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1.3:1.0"
                                                  sysfs.path = "/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0/sound/card0"
                                                  udev.id = "usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00"
                                                  device.bus = "usb"
                                                  device.vendor.id = "047f"
                                                  device.vendor.name = "Plantronics, Inc."
                                                  device.product.id = "c02f"
                                                  device.product.name = "Plantronics P610"
                                                  device.serial = "Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99"
                                                  device.string = "front:0"
                                                  device.buffering.buffer_size = "352800"
                                                  device.buffering.fragment_size = "176400"
                                                  device.access_mode = "mmap+timer"
                                                  device.profile.name = "analog-stereo"
                                                  device.profile.description = "Analog Stereo"
                                                  device.description = "Plantronics P610 Analog Stereo"
                                                  alsa.mixer_name = "USB Mixer"
                                                  alsa.components = "USB047f:c02f"
                                                  module-udev-detect.discovered = "1"
                                                  device.icon_name = "audio-card-usb"
                                          Ports:
                                                  analog-output: Analoge Ausgabe (priority: 9900)
                                          Aktiver Port: analog-output
                                          Formate:
                                                  pcm
                                  
                                  Ziel #1
                                          Status: SUSPENDED
                                          Name: noecho.sound_out
                                          Beschreibung: Plantronics P610 Analog Stereo (echo cancelled with Plantronics P610 Analog Stereo)
                                          Treiber: module-echo-cancel.c
                                          Abtastwert-Angabe: float32le 1ch 16000Hz
                                          Kanalzuordnung: mono
                                          Besitzer-Modul: 14
                                          Stumm: ja
                                          Lautstärke: mono: 32769 /  50%
                                                  Verteilung 0,00
                                          Basis-Lautstärke: 65536 / 100%
                                          Quellen-Monitor: noecho.sound_out.monitor
                                          Latenz: 0 usec, eingestellt 0 usec
                                          Flags: HW_MUTE_CTRL LATENCY
                                          Eigenschaften:
                                                  device.master_device = "alsa_output.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00.analog-stereo"
                                                  device.class = "filter"
                                                  device.intended_roles = "phone"
                                                  device.description = "Plantronics P610 Analog Stereo (echo cancelled with Plantronics P610 Analog Stereo)"
                                                  device.icon_name = "audio-card"
                                          Formate:
                                                  pcm
                                  
                                  Quelle #0
                                          Status: SUSPENDED
                                          Name: alsa_input.usb-046d_HD_Pro_Webcam_C920_84663CEF-02.analog-stereo
                                          Beschreibung: HD Pro Webcam C920 Analog Stereo
                                          Treiber: module-alsa-card.c
                                          Abtastwert-Angabe: s16le 2ch 32000Hz
                                          Kanalzuordnung: front-left,front-right
                                          Besitzer-Modul: 4
                                          Stumm: nein
                                          Lautstärke: front-left: 48209 /  74% / -8,00 dB,   front-right: 48209 /  74% / -8,00 dB
                                                  Verteilung 0,00
                                          Basis-Lautstärke: 9619 /  15% / -50,00 dB
                                          Ziel-Monitor: k. A.
                                          Latenz: 0 usec, eingestellt 0 usec
                                          Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
                                          Eigenschaften:
                                                  alsa.resolution_bits = "16"
                                                  device.api = "alsa"
                                                  device.class = "sound"
                                                  alsa.class = "generic"
                                                  alsa.subclass = "generic-mix"
                                                  alsa.name = "USB Audio"
                                                  alsa.id = "USB Audio"
                                                  alsa.subdevice = "0"
                                                  alsa.subdevice_name = "subdevice #0"
                                                  alsa.device = "0"
                                                  alsa.card = "1"
                                                  alsa.card_name = "HD Pro Webcam C920"
                                                  alsa.long_card_name = "HD Pro Webcam C920 at usb-0000:01:00.0-1.1.1, high speed"
                                                  alsa.driver_name = "snd_usb_audio"
                                                  device.bus_path = "platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1.1:1.2"
                                                  sysfs.path = "/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.2/sound/card1"
                                                  udev.id = "usb-046d_HD_Pro_Webcam_C920_84663CEF-02"
                                                  device.bus = "usb"
                                                  device.vendor.id = "046d"
                                                  device.vendor.name = "Logitech, Inc."
                                                  device.product.id = "082d"
                                                  device.product.name = "HD Pro Webcam C920"
                                                  device.serial = "046d_HD_Pro_Webcam_C920_84663CEF"
                                                  device.form_factor = "webcam"
                                                  device.string = "front:1"
                                                  device.buffering.buffer_size = "256000"
                                                  device.buffering.fragment_size = "128000"
                                                  device.access_mode = "mmap+timer"
                                                  device.profile.name = "analog-stereo"
                                                  device.profile.description = "Analog Stereo"
                                                  device.description = "HD Pro Webcam C920 Analog Stereo"
                                                  alsa.mixer_name = "USB Mixer"
                                                  alsa.components = "USB046d:082d"
                                                  module-udev-detect.discovered = "1"
                                                  device.icon_name = "camera-web-usb"
                                          Ports:
                                                  analog-input-mic: Mikrofon (priority: 8700)
                                          Aktiver Port: analog-input-mic
                                          Formate:
                                                  pcm
                                  
                                  Quelle #1
                                          Status: SUSPENDED
                                          Name: alsa_output.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00.analog-stereo.monitor
                                          Beschreibung: Monitor of Plantronics P610 Analog Stereo
                                          Treiber: module-alsa-card.c
                                          Abtastwert-Angabe: s16le 2ch 48000Hz
                                          Kanalzuordnung: front-left,front-right
                                          Besitzer-Modul: 5
                                          Stumm: nein
                                          Lautstärke: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% / 0,00 dB
                                                  Verteilung 0,00
                                          Basis-Lautstärke: 65536 / 100% / 0,00 dB
                                          Ziel-Monitor: alsa_output.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00.analog-stereo
                                          Latenz: 0 usec, eingestellt 0 usec
                                          Flags: DECIBEL_VOLUME LATENCY
                                          Eigenschaften:
                                                  device.description = "Monitor of Plantronics P610 Analog Stereo"
                                                  device.class = "monitor"
                                                  alsa.card = "0"
                                                  alsa.card_name = "Plantronics P610"
                                                  alsa.long_card_name = "Plantronics Plantronics P610 at usb-0000:01:00.0-1.1.3, full speed"
                                                  alsa.driver_name = "snd_usb_audio"
                                                  device.bus_path = "platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1.3:1.0"
                                                  sysfs.path = "/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0/sound/card0"
                                                  udev.id = "usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00"
                                                  device.bus = "usb"
                                                  device.vendor.id = "047f"
                                                  device.vendor.name = "Plantronics, Inc."
                                                  device.product.id = "c02f"
                                                  device.product.name = "Plantronics P610"
                                                  device.serial = "Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99"
                                                  device.string = "0"
                                                  module-udev-detect.discovered = "1"
                                                  device.icon_name = "audio-card-usb"
                                          Formate:
                                                  pcm
                                  
                                  Quelle #2
                                          Status: IDLE
                                          Name: alsa_input.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00.analog-stereo
                                          Beschreibung: Plantronics P610 Analog Stereo
                                          Treiber: module-alsa-card.c
                                          Abtastwert-Angabe: s16le 2ch 48000Hz
                                          Kanalzuordnung: front-left,front-right
                                          Besitzer-Modul: 5
                                          Stumm: nein
                                          Lautstärke: front-left: 13108 /  20% / -41,94 dB,   front-right: 13108 /  20% / -41,94 dB
                                                  Verteilung 0,00
                                          Basis-Lautstärke: 54094 /  83% / -5,00 dB
                                          Ziel-Monitor: k. A.
                                          Latenz: 1404 usec, eingestellt 100000 usec
                                          Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
                                          Eigenschaften:
                                                  alsa.resolution_bits = "16"
                                                  device.api = "alsa"
                                                  device.class = "sound"
                                                  alsa.class = "generic"
                                                  alsa.subclass = "generic-mix"
                                                  alsa.name = "USB Audio"
                                                  alsa.id = "USB Audio"
                                                  alsa.subdevice = "0"
                                                  alsa.subdevice_name = "subdevice #0"
                                                  alsa.device = "0"
                                                  alsa.card = "0"
                                                  alsa.card_name = "Plantronics P610"
                                                  alsa.long_card_name = "Plantronics Plantronics P610 at usb-0000:01:00.0-1.1.3, full speed"
                                                  alsa.driver_name = "snd_usb_audio"
                                                  device.bus_path = "platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1.3:1.0"
                                                  sysfs.path = "/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0/sound/card0"
                                                  udev.id = "usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00"
                                                  device.bus = "usb"
                                                  device.vendor.id = "047f"
                                                  device.vendor.name = "Plantronics, Inc."
                                                  device.product.id = "c02f"
                                                  device.product.name = "Plantronics P610"
                                                  device.serial = "Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99"
                                                  device.string = "front:0"
                                                  device.buffering.buffer_size = "352800"
                                                  device.buffering.fragment_size = "176400"
                                                  device.access_mode = "mmap+timer"
                                                  device.profile.name = "analog-stereo"
                                                  device.profile.description = "Analog Stereo"
                                                  device.description = "Plantronics P610 Analog Stereo"
                                                  alsa.mixer_name = "USB Mixer"
                                                  alsa.components = "USB047f:c02f"
                                                  module-udev-detect.discovered = "1"
                                                  device.icon_name = "audio-card-usb"
                                          Ports:
                                                  analog-input-headset-mic: Mikrofon am Kopfhörer (priority: 8800)
                                          Aktiver Port: analog-input-headset-mic
                                          Formate:
                                                  pcm
                                  
                                  Quelle #3
                                          Status: SUSPENDED
                                          Name: noecho.mic_in
                                          Beschreibung: Plantronics P610 Analog Stereo (echo cancelled with Plantronics P610 Analog Stereo)
                                          Treiber: module-echo-cancel.c
                                          Abtastwert-Angabe: float32le 2ch 16000Hz
                                          Kanalzuordnung: front-left,front-right
                                          Besitzer-Modul: 14
                                          Stumm: nein
                                          Lautstärke: front-left: 13108 /  20%,   front-right: 13108 /  20%
                                                  Verteilung 0,00
                                          Basis-Lautstärke: 65536 / 100%
                                          Ziel-Monitor: k. A.
                                          Latenz: 0 usec, eingestellt 0 usec
                                          Flags: HW_MUTE_CTRL LATENCY
                                          Eigenschaften:
                                                  device.master_device = "alsa_input.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00.analog-stereo"
                                                  device.class = "filter"
                                                  device.intended_roles = "phone"
                                                  device.description = "Plantronics P610 Analog Stereo (echo cancelled with Plantronics P610 Analog Stereo)"
                                                  device.icon_name = "audio-input-microphone"
                                          Formate:
                                                  pcm
                                  
                                  Quelle #4
                                          Status: SUSPENDED
                                          Name: noecho.sound_out.monitor
                                          Beschreibung: Monitor of Plantronics P610 Analog Stereo (echo cancelled with Plantronics P610 Analog Stereo)
                                          Treiber: module-echo-cancel.c
                                          Abtastwert-Angabe: float32le 1ch 16000Hz
                                          Kanalzuordnung: mono
                                          Besitzer-Modul: 14
                                          Stumm: nein
                                          Lautstärke: mono: 65536 / 100% / 0,00 dB
                                                  Verteilung 0,00
                                          Basis-Lautstärke: 65536 / 100% / 0,00 dB
                                          Ziel-Monitor: noecho.sound_out
                                          Latenz: 0 usec, eingestellt 0 usec
                                          Flags: DECIBEL_VOLUME LATENCY
                                          Eigenschaften:
                                                  device.description = "Monitor of Plantronics P610 Analog Stereo (echo cancelled with Plantronics P610 Analog Stereo)"
                                                  device.class = "monitor"
                                                  device.icon_name = "audio-input-microphone"
                                          Formate:
                                                  pcm
                                  
                                  Ziel-Eingabe #0
                                          Treiber: module-echo-cancel.c
                                          Besitzer-Modul: 14
                                          Client: k. A.
                                          Ziel: 0
                                          Abtastwert-Angabe: float32le 1ch 16000Hz
                                          Kanalzuordnung: mono
                                          Format: pcm, format.sample_format = "\"float32le\""  format.rate = "16000"  format.channels = "1"  format.channel_map = "\"mono\""
                                          Unterbrochen: ja
                                          Stumm: ja
                                          Lautstärke: mono: 32769 /  50% / -18,06 dB
                                                  Verteilung 0,00
                                          Pufferlatenz: 0 usec
                                          Ziel-Latenz: 0 usec
                                          Resample-Methode: speex-fixed-1
                                          Eigenschaften:
                                                  media.name = "Echo-Cancel Sink Stream"
                                                  media.role = "filter"
                                                  module-stream-restore.id = "sink-input-by-media-role:filter"
                                  
                                  Quellen-Ausgabe #0
                                          Treiber: module-echo-cancel.c
                                          Besitzer-Modul: 14
                                          Client: k. A.
                                          Quelle: 2
                                          Abtastwert-Angabe: float32le 2ch 16000Hz
                                          Kanalzuordnung: front-left,front-right
                                          Format: pcm, format.sample_format = "\"float32le\""  format.rate = "16000"  format.channels = "2"  format.channel_map = "\"front-left,front-right\""
                                          Unterbrochen: ja
                                          Stumm: nein
                                          Lautstärke: front-left: 13108 /  20% / -41,94 dB,   front-right: 13108 /  20% / -41,94 dB
                                                  Verteilung 0,00
                                          Pufferlatenz: 0 usec
                                          Quellen-Latenz: 2448 usec
                                          Resampling-Methode: speex-fixed-1
                                          Eigenschaften:
                                                  media.name = "Echo-Cancel Source Stream"
                                                  media.role = "filter"
                                                  module-stream-restore.id = "source-output-by-media-role:filter"
                                  
                                  Client #84
                                          Treiber: protocol-native.c
                                          Owner-Modul: 13
                                          Eigenschaften:
                                                  application.name = "pactl"
                                                  native-protocol.peer = "UNIX socket client"
                                                  native-protocol.version = "32"
                                                  application.process.id = "18217"
                                                  application.process.user = "pi"
                                                  application.process.host = "doorio"
                                                  application.process.binary = "pactl"
                                                  application.language = "de_DE.UTF-8"
                                                  application.process.machine_id = "4053984adad242a3a6f99fdb8b667d68"
                                                  application.process.session_id = "451"
                                  
                                  Karte #0
                                          Name: alsa_card.usb-046d_HD_Pro_Webcam_C920_84663CEF-02
                                          Treiber: module-alsa-card.c
                                          Owner-Modul: 4
                                          Eigenschaften:
                                                  alsa.card = "1"
                                                  alsa.card_name = "HD Pro Webcam C920"
                                                  alsa.long_card_name = "HD Pro Webcam C920 at usb-0000:01:00.0-1.1.1, high speed"
                                                  alsa.driver_name = "snd_usb_audio"
                                                  device.bus_path = "platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1.1:1.2"
                                                  sysfs.path = "/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.2/sound/card1"
                                                  udev.id = "usb-046d_HD_Pro_Webcam_C920_84663CEF-02"
                                                  device.bus = "usb"
                                                  device.vendor.id = "046d"
                                                  device.vendor.name = "Logitech, Inc."
                                                  device.product.id = "082d"
                                                  device.product.name = "HD Pro Webcam C920"
                                                  device.serial = "046d_HD_Pro_Webcam_C920_84663CEF"
                                                  device.form_factor = "webcam"
                                                  device.string = "1"
                                                  device.description = "HD Pro Webcam C920"
                                                  module-udev-detect.discovered = "1"
                                                  device.icon_name = "camera-web-usb"
                                          Profile:
                                                  input:analog-stereo: Analog Stereo-Eingabe (Ziele: 0, Quellen: 1, Priorität: 65, verfügbar: ja)
                                                  input:iec958-stereo: Digital Stereo (IEC958)-Eingabe (Ziele: 0, Quellen: 1, Priorität: 55, verfügbar: ja)
                                                  off: Aus (Ziele: 0, Quellen: 0, Priorität: 0, verfügbar: ja)
                                          Aktives Profil: input:analog-stereo
                                          Ports:
                                                  analog-input-mic: Mikrofon (priority: 8700, latency offset: 0 usec)
                                                          Eigenschaften:
                                                                  device.icon_name = "audio-input-microphone"
                                                          Teil der/des Profil(s): input:analog-stereo
                                                  iec958-stereo-input: Digitaleingang (S/PDIF) (priority: 0, latency offset: 0 usec)
                                                          Teil der/des Profil(s): input:iec958-stereo
                                  
                                  Karte #1
                                          Name: alsa_card.usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00
                                          Treiber: module-alsa-card.c
                                          Owner-Modul: 5
                                          Eigenschaften:
                                                  alsa.card = "0"
                                                  alsa.card_name = "Plantronics P610"
                                                  alsa.long_card_name = "Plantronics Plantronics P610 at usb-0000:01:00.0-1.1.3, full speed"
                                                  alsa.driver_name = "snd_usb_audio"
                                                  device.bus_path = "platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1.3:1.0"
                                                  sysfs.path = "/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0/sound/card0"
                                                  udev.id = "usb-Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99-00"
                                                  device.bus = "usb"
                                                  device.vendor.id = "047f"
                                                  device.vendor.name = "Plantronics, Inc."
                                                  device.product.id = "c02f"
                                                  device.product.name = "Plantronics P610"
                                                  device.serial = "Plantronics_Plantronics_P610_7748389625A66A48A5CF765ED4C12B99"
                                                  device.string = "0"
                                                  device.description = "Plantronics P610"
                                                  module-udev-detect.discovered = "1"
                                                  device.icon_name = "audio-card-usb"
                                          Profile:
                                                  input:analog-stereo: Analog Stereo-Eingabe (Ziele: 0, Quellen: 1, Priorität: 65, verfügbar: ja)
                                                  input:iec958-stereo: Digital Stereo (IEC958)-Eingabe (Ziele: 0, Quellen: 1, Priorität: 55, verfügbar: ja)
                                                  output:analog-stereo: Analog Stereo-Ausgabe (Ziele: 1, Quellen: 0, Priorität: 6500, verfügbar: ja)
                                                  output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (Ziele: 1, Quellen: 1, Priorität: 6565, verfügbar: ja)
                                                  output:analog-stereo+input:iec958-stereo: Analog Stereo-Ausgabe + Digital Stereo (IEC958)-Eingabe (Ziele: 1, Quellen: 1, Priorität: 6555, verfügbar: ja)
                                                  output:iec958-stereo: Digital Stereo (IEC958)-Ausgabe (Ziele: 1, Quellen: 0, Priorität: 5500, verfügbar: ja)
                                                  output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958)-Ausgabe + Analog Stereo-Eingabe (Ziele: 1, Quellen: 1, Priorität: 5565, verfügbar: ja)
                                                  output:iec958-stereo+input:iec958-stereo: Digital Stereo Duplex (IEC958) (Ziele: 1, Quellen: 1, Priorität: 5555, verfügbar: ja)
                                                  output:iec958-ac3-surround-51: Digital Surround 5.1 (IEC958/AC3)-Ausgabe (Ziele: 1, Quellen: 0, Priorität: 300, verfügbar: ja)
                                                  output:iec958-ac3-surround-51+input:analog-stereo: Digital Surround 5.1 (IEC958/AC3)-Ausgabe + Analog Stereo-Eingabe (Ziele: 1, Quellen: 1, Priorität: 365, verfügbar: ja)
                                                  output:iec958-ac3-surround-51+input:iec958-stereo: Digital Surround 5.1 (IEC958/AC3)-Ausgabe + Digital Stereo (IEC958)-Eingabe (Ziele: 1, Quellen: 1, Priorität: 355, verfügbar: ja)
                                                  off: Aus (Ziele: 0, Quellen: 0, Priorität: 0, verfügbar: ja)
                                          Aktives Profil: output:analog-stereo+input:analog-stereo
                                          Ports:
                                                  analog-input-headset-mic: Mikrofon am Kopfhörer (priority: 8800, latency offset: 0 usec)
                                                          Eigenschaften:
                                                                  device.icon_name = "audio-input-microphone"
                                                          Teil der/des Profil(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:iec958-stereo+input:analog-stereo, output:iec958-ac3-surround-51+input:analog-stereo
                                                  iec958-stereo-input: Digitaleingang (S/PDIF) (priority: 0, latency offset: 0 usec)
                                                          Teil der/des Profil(s): input:iec958-stereo, output:analog-stereo+input:iec958-stereo, output:iec958-stereo+input:iec958-stereo, output:iec958-ac3-surround-51+input:iec958-stereo
                                                  analog-output: Analoge Ausgabe (priority: 9900, latency offset: 0 usec)
                                                          Teil der/des Profil(s): output:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-stereo+input:iec958-stereo
                                                  iec958-stereo-output: Digitalausgang (S/PDIF) (priority: 0, latency offset: 0 usec)
                                                          Teil der/des Profil(s): output:iec958-stereo, output:iec958-stereo+input:analog-stereo, output:iec958-stereo+input:iec958-stereo
                                  pi@doorio:~ $
                                  
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • Wal
                                    Wal Developer @Thomas Braun last edited by

                                    @thomas-braun sagte in Test Adapter doorio v1.1.x:

                                    @gerei
                                    Stretch ist 'veraltet'.
                                    Aktualisier das auf 'Buster'

                                    Das Image vom ersten Thread ist ein Buster-Image.

                                    G R 3 Replies Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @GeRei last edited by

                                      @gerei sagte in Test Adapter doorio v1.1.x:

                                      Image "raspbian-stretch-doorio"

                                      @Wal Da komme ich auf die Vermutung, dass 'Stretch' erwischt worden sein könnte. Keine Ahnung wie man auf die Bezeichnung sonst kommt.

                                      1 Reply Last reply Reply Quote 0
                                      • G
                                        GeRei @Wal last edited by

                                        @wal
                                        Ok, dann war es wohl ein Altes.

                                        Ich lade mir das neue runter und probiere nochmal mein Glück

                                        1 Reply Last reply Reply Quote 0
                                        • R
                                          Renegade 0 @Wal last edited by

                                          Kann man den Adapter auch in den ioBroker eines Raspis laden und der baresip bzw. die Türklingel laufen auf einem anderen Gerät?
                                          Also Smarthome Zentrale mit ioBroker und DoorIO und an der Tür einen 2. Raspi, welcher die Hardware an der Türe stellt (Mikro, Lautsprecher, Türöffner).
                                          Auf diesem 2. würde ich entweder ein kleines python script oder node REd laufen lassen, um dann das klingeln an den ioBroker zu übergeben.

                                          Wal 1 Reply Last reply Reply Quote 0
                                          • Wal
                                            Wal Developer @Renegade 0 last edited by Wal

                                            @renegade-0 ,
                                            das ist der Sinn des Adapters. Bei mir läuft der Adapter auf einem Proxmox Server und die Türsprechstelle auf einem RPI4.
                                            Das Klingeln wird über MQTT bei mir übertragen. Siehe Seite 1.

                                            R 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            527
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            door intercom doorpi türsprechstelle
                                            34
                                            583
                                            120982
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo