Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter doorio v2.1.2

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Test Adapter doorio v2.1.2

Geplant Angeheftet Gesperrt Verschoben Tester
door intercomdoorpitürsprechstelle
590 Beiträge 36 Kommentatoren 145.0k Aufrufe 39 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • wandW wand

    @Wal said in Test Adapter doorio v0.0.x:

    @MathiasJ

    sudo apt install python3-pip
    sudo pip3 install pifacecommon
    sudo pip3 install pifacedigitalio
    sudo adduser pi spi
    git clone https://github.com/flyte/pi-mqtt-gpio
    cd pi-mqtt-gpio
    sudo pip3 install pi-mqtt-gpio
    

    Hallo bei mir geht diese Funktion nicht: Es kommt:
    root@raspberrypi:~# git clone https://github.com/flyte/pi-mqtt-gpio
    bash: git: Kommando nicht gefunden.

    Hast du eine Idee?

    WalW Offline
    WalW Offline
    Wal
    Developer
    schrieb am zuletzt editiert von Wal
    #133

    @wand sagte in Test Adapter doorio v0.0.x:

    @Wal said in Test Adapter doorio v0.0.x:

    @MathiasJ

    sudo apt install python3-pip
    sudo pip3 install pifacecommon
    sudo pip3 install pifacedigitalio
    sudo adduser pi spi
    git clone https://github.com/flyte/pi-mqtt-gpio
    cd pi-mqtt-gpio
    sudo pip3 install pi-mqtt-gpio
    

    Hallo bei mir geht diese Funktion nicht: Es kommt:
    root@raspberrypi:~# git clone https://github.com/flyte/pi-mqtt-gpio
    bash: git: Kommando nicht gefunden.

    Hast du eine Idee?

    Ja habe ich :-)

    sudo apt install git
    

    Edit: auf Seite eins wäre auch ein fertiges Image füre rpi3/4 ganz oben im ersten Thread.

    Gruß
    Walter

    DoorIO-Adapter
    wioBrowser-Adapter und wioBrowser

    wandW 1 Antwort Letzte Antwort
    0
    • WalW Wal

      @wand sagte in Test Adapter doorio v0.0.x:

      @Wal said in Test Adapter doorio v0.0.x:

      @MathiasJ

      sudo apt install python3-pip
      sudo pip3 install pifacecommon
      sudo pip3 install pifacedigitalio
      sudo adduser pi spi
      git clone https://github.com/flyte/pi-mqtt-gpio
      cd pi-mqtt-gpio
      sudo pip3 install pi-mqtt-gpio
      

      Hallo bei mir geht diese Funktion nicht: Es kommt:
      root@raspberrypi:~# git clone https://github.com/flyte/pi-mqtt-gpio
      bash: git: Kommando nicht gefunden.

      Hast du eine Idee?

      Ja habe ich :-)

      sudo apt install git
      

      Edit: auf Seite eins wäre auch ein fertiges Image füre rpi3/4 ganz oben im ersten Thread.

      wandW Offline
      wandW Offline
      wand
      schrieb am zuletzt editiert von
      #134

      @Wal
      Ok soweit so gut.
      Jetzt möchte ich aber ohne die Erweiterungsplatine piface arbeiten.
      Was muss ich jetzt alles ändern, wenn ich z.B.
      mit dem GPIO 17 Eingang die SIP-Nummer 50 wählen möchte und wenn jemand die
      Sprechstelle ruft z.B. SIP-Nummer 104 dann soll mir der GPIO 23 Ausgang schalten?

      Vielen Dank!

      WalW 2 Antworten Letzte Antwort
      0
      • wandW wand

        @Wal
        Ok soweit so gut.
        Jetzt möchte ich aber ohne die Erweiterungsplatine piface arbeiten.
        Was muss ich jetzt alles ändern, wenn ich z.B.
        mit dem GPIO 17 Eingang die SIP-Nummer 50 wählen möchte und wenn jemand die
        Sprechstelle ruft z.B. SIP-Nummer 104 dann soll mir der GPIO 23 Ausgang schalten?

        Vielen Dank!

        WalW Offline
        WalW Offline
        Wal
        Developer
        schrieb am zuletzt editiert von Wal
        #135

        @wand sagte in Test Adapter doorio v0.0.x:

        @Wal
        Ok soweit so gut.
        Jetzt möchte ich aber ohne die Erweiterungsplatine piface arbeiten.
        Was muss ich jetzt alles ändern, wenn ich z.B.
        mit dem GPIO 17 Eingang die SIP-Nummer 50 wählen möchte und wenn jemand die

        Für GPIOS musst du die config.yml anpassen. Beschreibung hier.
        Der Ruf wird im Adapter eingestellt. Siehe Thread 1.

        Sprechstelle ruft z.B. SIP-Nummer 104 dann soll mir der GPIO 23 Ausgang schalten?

        Das ist z.Z. noch nicht möglich.

        Gruß
        Walter

        DoorIO-Adapter
        wioBrowser-Adapter und wioBrowser

        1 Antwort Letzte Antwort
        0
        • wandW wand

          @Wal
          Ok soweit so gut.
          Jetzt möchte ich aber ohne die Erweiterungsplatine piface arbeiten.
          Was muss ich jetzt alles ändern, wenn ich z.B.
          mit dem GPIO 17 Eingang die SIP-Nummer 50 wählen möchte und wenn jemand die
          Sprechstelle ruft z.B. SIP-Nummer 104 dann soll mir der GPIO 23 Ausgang schalten?

          Vielen Dank!

          WalW Offline
          WalW Offline
          Wal
          Developer
          schrieb am zuletzt editiert von
          #136

          @wand sagte in Test Adapter doorio v0.0.x:

          @Wal
          Sprechstelle ruft z.B. SIP-Nummer 104 dann soll mir der GPIO 23 Ausgang schalten?

          Neue Version 0.0.6 auf Github verfügbar, Objekte für Ruf und Verbindung zum erstellen von eigenen Skripten hinzugefügt.

          Gruß
          Walter

          DoorIO-Adapter
          wioBrowser-Adapter und wioBrowser

          1 Antwort Letzte Antwort
          1
          • WalW Offline
            WalW Offline
            Wal
            Developer
            schrieb am zuletzt editiert von Wal
            #137

            Habe die DTMF Aktionen als Objekte noch eingebunden, um auch sie in Skripten zu nutzen.
            Die Adapter-Version ist auf 1.0.0 gehoben und den Adapter im stable repository angemeldet. Was für eine Aktion damit das Teil bei allen Tests ohne Fehler durchläuft. Meistens saß der Fehler vor dem Bildschirm und hat immer eine Kleinigkeit vergessen.:dizzy_face:
            Mal sehen was noch fehlt. :anguished:

            Gruß
            Walter

            DoorIO-Adapter
            wioBrowser-Adapter und wioBrowser

            1 Antwort Letzte Antwort
            0
            • WalW Offline
              WalW Offline
              Wal
              Developer
              schrieb am zuletzt editiert von
              #138

              Neue Version v1.0.2
              Die Inputs und Outputs sind über ein Menü auswählbar.

              doorio.png

              Gruß
              Walter

              DoorIO-Adapter
              wioBrowser-Adapter und wioBrowser

              1 Antwort Letzte Antwort
              1
              • WalW Offline
                WalW Offline
                Wal
                Developer
                schrieb am zuletzt editiert von
                #139

                Neue Version v1.0.3
                Keine Änderungen in der Funktion, habe den Adapter-Core geupdatet.

                Wer den Rufton an der Außenstation nicht möchte und kein schaltbaren Verstärker nutzt, sollte sich meinen neuen Adapter Shell Action anschauen. Mit dem Adapter und einem kleinen Blockly-Skript mute/unmute ich die Sprechstelle mit den States vom DoorIO.

                Gruß
                Walter

                DoorIO-Adapter
                wioBrowser-Adapter und wioBrowser

                1 Antwort Letzte Antwort
                0
                • WalW Offline
                  WalW Offline
                  Wal
                  Developer
                  schrieb am zuletzt editiert von
                  #140

                  Version 1.0.4:
                  Den states call_active, call_closed, call_established kann man in der Konfig Objekte zuordnen.

                  Gruß
                  Walter

                  DoorIO-Adapter
                  wioBrowser-Adapter und wioBrowser

                  1 Antwort Letzte Antwort
                  1
                  • WalW Offline
                    WalW Offline
                    Wal
                    Developer
                    schrieb am zuletzt editiert von
                    #141

                    Version 1.0.7:
                    Änderungen für das stable Release

                    Gruß
                    Walter

                    DoorIO-Adapter
                    wioBrowser-Adapter und wioBrowser

                    1 Antwort Letzte Antwort
                    0
                    • WalW Offline
                      WalW Offline
                      Wal
                      Developer
                      schrieb am zuletzt editiert von
                      #142

                      Version 1.0.7 ist jetzt im stable Release verfügbar. Bitte ab jetzt für ein Produktiv-System nicht mehr von Github installieren, sondern auf dem normalen Weg.

                      Gruß
                      Walter

                      DoorIO-Adapter
                      wioBrowser-Adapter und wioBrowser

                      1 Antwort Letzte Antwort
                      1
                      • M Offline
                        M Offline
                        MHeymann
                        schrieb am zuletzt editiert von MHeymann
                        #143

                        Guten Abend,

                        ich versuche gerade von doorpi auf doorio umzusteigen. Baresip läuft bei mir auf einem Raspberry Pi Zero W allerdings nicht mit einem Piface Modul. Über Node Red realisiere ich mqtt, gpio, rfid, pir, Nextion Display und was ich sonst noch so an meiner Klingel anbringen möchte. Bisher funktioniert das ganze soweit auch. Ich kann über mein FritzFon eine Verbindung mit der Freisprechanlage herstellen und wenn ich den Klingelknopf betätige funktioniert das auch umgekehrt.
                        Leider habe ich es noch nicht hinbekommen, das baresip beim reboot startet. Ich muss es also immer händisch starten. Die Installation habe ich ohne ein fertiges Image gemacht, da ja der Node Red Part schon soweit fertig ist.

                        Wäre toll, wenn mir jemand helfen würde, das baresip automatisch beim Systemstart gestartet wird.

                        LG Marko

                        WalW 1 Antwort Letzte Antwort
                        0
                        • M MHeymann

                          Guten Abend,

                          ich versuche gerade von doorpi auf doorio umzusteigen. Baresip läuft bei mir auf einem Raspberry Pi Zero W allerdings nicht mit einem Piface Modul. Über Node Red realisiere ich mqtt, gpio, rfid, pir, Nextion Display und was ich sonst noch so an meiner Klingel anbringen möchte. Bisher funktioniert das ganze soweit auch. Ich kann über mein FritzFon eine Verbindung mit der Freisprechanlage herstellen und wenn ich den Klingelknopf betätige funktioniert das auch umgekehrt.
                          Leider habe ich es noch nicht hinbekommen, das baresip beim reboot startet. Ich muss es also immer händisch starten. Die Installation habe ich ohne ein fertiges Image gemacht, da ja der Node Red Part schon soweit fertig ist.

                          Wäre toll, wenn mir jemand helfen würde, das baresip automatisch beim Systemstart gestartet wird.

                          LG Marko

                          WalW Offline
                          WalW Offline
                          Wal
                          Developer
                          schrieb am zuletzt editiert von Wal
                          #144

                          @MHeymann
                          ich habe das als service realisiert:

                          sudo nano /etc/systemd/system/baresip.service

                          [Unit]
                          Description=baresip
                          After=syslog.target network.target ntpdate.service
                          
                          [Service]
                          Type=simple
                          User=pi
                          Group=pi
                          ExecStart=/usr/bin/baresip -f /home/pi/.baresip
                          
                          [Install]
                          WantedBy=multi-user.target
                          

                          sudo systemctl enable baresip
                          sudo systemctl start baresip

                          Gruß
                          Walter

                          DoorIO-Adapter
                          wioBrowser-Adapter und wioBrowser

                          M 1 Antwort Letzte Antwort
                          0
                          • WalW Wal

                            @MHeymann
                            ich habe das als service realisiert:

                            sudo nano /etc/systemd/system/baresip.service

                            [Unit]
                            Description=baresip
                            After=syslog.target network.target ntpdate.service
                            
                            [Service]
                            Type=simple
                            User=pi
                            Group=pi
                            ExecStart=/usr/bin/baresip -f /home/pi/.baresip
                            
                            [Install]
                            WantedBy=multi-user.target
                            

                            sudo systemctl enable baresip
                            sudo systemctl start baresip

                            M Offline
                            M Offline
                            MHeymann
                            schrieb am zuletzt editiert von
                            #145

                            @Wal

                            vielen Dank für deine schnelle Hilfe. Hab das eingepflegt. Ich kann baresip jetzt als Dienst starten, stoppen u. Status abfragen. Was leider startet baresip nicht automatisch nach einem Neustart. Muss ich da noch irgendwo was eintragen?

                            WalW 1 Antwort Letzte Antwort
                            0
                            • M MHeymann

                              @Wal

                              vielen Dank für deine schnelle Hilfe. Hab das eingepflegt. Ich kann baresip jetzt als Dienst starten, stoppen u. Status abfragen. Was leider startet baresip nicht automatisch nach einem Neustart. Muss ich da noch irgendwo was eintragen?

                              WalW Offline
                              WalW Offline
                              Wal
                              Developer
                              schrieb am zuletzt editiert von
                              #146

                              @MHeymann sagte in Test Adapter doorio v1.0.x:

                              @Wal

                              vielen Dank für deine schnelle Hilfe. Hab das eingepflegt. Ich kann baresip jetzt als Dienst starten, stoppen u. Status abfragen. Was leider startet baresip nicht automatisch nach einem Neustart. Muss ich da noch irgendwo was eintragen?

                              Durch den Befehl "sudo systemctl enable baresip" startet Baresip normalerweise nach jedem Neustart.

                              Gruß
                              Walter

                              DoorIO-Adapter
                              wioBrowser-Adapter und wioBrowser

                              M 1 Antwort Letzte Antwort
                              0
                              • WalW Wal

                                @MHeymann sagte in Test Adapter doorio v1.0.x:

                                @Wal

                                vielen Dank für deine schnelle Hilfe. Hab das eingepflegt. Ich kann baresip jetzt als Dienst starten, stoppen u. Status abfragen. Was leider startet baresip nicht automatisch nach einem Neustart. Muss ich da noch irgendwo was eintragen?

                                Durch den Befehl "sudo systemctl enable baresip" startet Baresip normalerweise nach jedem Neustart.

                                M Offline
                                M Offline
                                MHeymann
                                schrieb am zuletzt editiert von
                                #147

                                @Wal sagte in Test Adapter doorio v1.0.x:

                                systemctl

                                Das dachte ich eigentlich auch. Wenn ich den Pi neustarte und lasse mir den Status von baresip anzeigen bekomme ich u.a. Ausgabe.

                                ● baresip.service - baresip
                                   Loaded: loaded (/etc/systemd/system/baresip.service; enabled; vendor preset: enabled)
                                   Active: failed (Result: exit-code) since Sat 2020-08-01 17:39:09 CEST; 21min ago
                                 Main PID: 521 (code=exited, status=99)
                                
                                Aug 01 17:39:08 Klingel systemd[1]: Started baresip.
                                Aug 01 17:39:08 Klingel baresip[521]: baresip v0.6.1 Copyright (C) 2010 - 2019 Alfred E. Heggestad et al.
                                Aug 01 17:39:09 Klingel baresip[521]: Local network address:  IPv4=wlan0:192.168.2.26  IPv6=wlan0:fd00::b48f:f4bd:29b:a62f
                                Aug 01 17:39:09 Klingel baresip[521]: tcp: sock_bind: bind: Cannot assign requested address (af=10, [fd00::b48f:f4bd:29b:a62f]:5060)
                                Aug 01 17:39:09 Klingel baresip[521]: ua: SIP Transport failed: Cannot assign requested address
                                Aug 01 17:39:09 Klingel baresip[521]: ua: init failed (Cannot assign requested address)
                                Aug 01 17:39:09 Klingel baresip[521]: ua: stop all (forced=1)
                                Aug 01 17:39:09 Klingel systemd[1]: baresip.service: Main process exited, code=exited, status=99/n/a
                                Aug 01 17:39:09 Klingel systemd[1]: baresip.service: Failed with result 'exit-code'.
                                

                                wenn ich sudo systemctl enable baresip erneut ausführe bekomme ich folgende Ausgabe:

                                pi@Klingel:/etc/systemd/system $ sudo systemctl enable baresip
                                Synchronizing state of baresip.service with SysV service script with /lib/systemd/systemd-sysv-install.
                                Executing: /lib/systemd/systemd-sysv-install enable baresip
                                update-rc.d: error: baresip Default-Start contains no runlevels, aborting.
                                

                                Nach Eingabe von "systemctl start baresip" und "systemctl status baresip" funktioniert baresip.

                                ● baresip.service - baresip
                                   Loaded: loaded (/etc/systemd/system/baresip.service; enabled; vendor preset: enabled)
                                   Active: active (running) since Sat 2020-08-01 18:06:55 CEST; 4s ago
                                 Main PID: 865 (baresip)
                                   CGroup: /system.slice/baresip.service
                                           └─865 /usr/bin/baresip -f /home/pi/.baresip
                                
                                Aug 01 18:06:55 Klingel baresip[865]: Populated 1 audio filter
                                Aug 01 18:06:55 Klingel baresip[865]: Populated 1 audio filter
                                Aug 01 18:06:55 Klingel baresip[865]: Populated 0 video codecs
                                Aug 01 18:06:55 Klingel baresip[865]: Populated 0 video filters
                                Aug 01 18:06:55 Klingel baresip[865]: baresip is ready.
                                Aug 01 18:06:55 Klingel baresip[865]: Populated 0 video codecs
                                Aug 01 18:06:55 Klingel baresip[865]: Populated 0 video filters
                                Aug 01 18:06:55 Klingel baresip[865]: baresip is ready.
                                Aug 01 18:06:55 Klingel baresip[865]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                Aug 01 18:06:55 Klingel baresip[865]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                

                                Was mache ich falsch?

                                WalW 1 Antwort Letzte Antwort
                                0
                                • M MHeymann

                                  @Wal sagte in Test Adapter doorio v1.0.x:

                                  systemctl

                                  Das dachte ich eigentlich auch. Wenn ich den Pi neustarte und lasse mir den Status von baresip anzeigen bekomme ich u.a. Ausgabe.

                                  ● baresip.service - baresip
                                     Loaded: loaded (/etc/systemd/system/baresip.service; enabled; vendor preset: enabled)
                                     Active: failed (Result: exit-code) since Sat 2020-08-01 17:39:09 CEST; 21min ago
                                   Main PID: 521 (code=exited, status=99)
                                  
                                  Aug 01 17:39:08 Klingel systemd[1]: Started baresip.
                                  Aug 01 17:39:08 Klingel baresip[521]: baresip v0.6.1 Copyright (C) 2010 - 2019 Alfred E. Heggestad et al.
                                  Aug 01 17:39:09 Klingel baresip[521]: Local network address:  IPv4=wlan0:192.168.2.26  IPv6=wlan0:fd00::b48f:f4bd:29b:a62f
                                  Aug 01 17:39:09 Klingel baresip[521]: tcp: sock_bind: bind: Cannot assign requested address (af=10, [fd00::b48f:f4bd:29b:a62f]:5060)
                                  Aug 01 17:39:09 Klingel baresip[521]: ua: SIP Transport failed: Cannot assign requested address
                                  Aug 01 17:39:09 Klingel baresip[521]: ua: init failed (Cannot assign requested address)
                                  Aug 01 17:39:09 Klingel baresip[521]: ua: stop all (forced=1)
                                  Aug 01 17:39:09 Klingel systemd[1]: baresip.service: Main process exited, code=exited, status=99/n/a
                                  Aug 01 17:39:09 Klingel systemd[1]: baresip.service: Failed with result 'exit-code'.
                                  

                                  wenn ich sudo systemctl enable baresip erneut ausführe bekomme ich folgende Ausgabe:

                                  pi@Klingel:/etc/systemd/system $ sudo systemctl enable baresip
                                  Synchronizing state of baresip.service with SysV service script with /lib/systemd/systemd-sysv-install.
                                  Executing: /lib/systemd/systemd-sysv-install enable baresip
                                  update-rc.d: error: baresip Default-Start contains no runlevels, aborting.
                                  

                                  Nach Eingabe von "systemctl start baresip" und "systemctl status baresip" funktioniert baresip.

                                  ● baresip.service - baresip
                                     Loaded: loaded (/etc/systemd/system/baresip.service; enabled; vendor preset: enabled)
                                     Active: active (running) since Sat 2020-08-01 18:06:55 CEST; 4s ago
                                   Main PID: 865 (baresip)
                                     CGroup: /system.slice/baresip.service
                                             └─865 /usr/bin/baresip -f /home/pi/.baresip
                                  
                                  Aug 01 18:06:55 Klingel baresip[865]: Populated 1 audio filter
                                  Aug 01 18:06:55 Klingel baresip[865]: Populated 1 audio filter
                                  Aug 01 18:06:55 Klingel baresip[865]: Populated 0 video codecs
                                  Aug 01 18:06:55 Klingel baresip[865]: Populated 0 video filters
                                  Aug 01 18:06:55 Klingel baresip[865]: baresip is ready.
                                  Aug 01 18:06:55 Klingel baresip[865]: Populated 0 video codecs
                                  Aug 01 18:06:55 Klingel baresip[865]: Populated 0 video filters
                                  Aug 01 18:06:55 Klingel baresip[865]: baresip is ready.
                                  Aug 01 18:06:55 Klingel baresip[865]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                  Aug 01 18:06:55 Klingel baresip[865]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                  

                                  Was mache ich falsch?

                                  WalW Offline
                                  WalW Offline
                                  Wal
                                  Developer
                                  schrieb am zuletzt editiert von
                                  #148

                                  @MHeymann
                                  schalt mal ipv6 in der cmdline.txt aus.

                                  .... rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait ipv6.disable=1
                                  

                                  Gruß
                                  Walter

                                  DoorIO-Adapter
                                  wioBrowser-Adapter und wioBrowser

                                  M 1 Antwort Letzte Antwort
                                  0
                                  • WalW Wal

                                    @MHeymann
                                    schalt mal ipv6 in der cmdline.txt aus.

                                    .... rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait ipv6.disable=1
                                    
                                    M Offline
                                    M Offline
                                    MHeymann
                                    schrieb am zuletzt editiert von
                                    #149

                                    @Wal

                                    Vielen lieben Dank. Jetzt funktioniert der Start beim hochfahren.

                                    ... Dann baue ich mal weiter.

                                    Danke :)

                                    M 1 Antwort Letzte Antwort
                                    0
                                    • M MHeymann

                                      @Wal

                                      Vielen lieben Dank. Jetzt funktioniert der Start beim hochfahren.

                                      ... Dann baue ich mal weiter.

                                      Danke :)

                                      M Offline
                                      M Offline
                                      MHeymann
                                      schrieb am zuletzt editiert von
                                      #150

                                      Na toll neues Problem :(

                                      Im ioBroker bekomme ich folgende Fehlermeldung:

                                      doorio.0	2020-08-01 18:50:35.102	error	(10064) uncaughtException: TypeError: Cannot read property 'val' of null
                                      doorio.0	2020-08-01 18:50:35.096	error	(10064) TypeError: Cannot read property 'val' of null at send2Server (/opt/iobroker/node_modules/iobroker.doorio/lib/client.js:40:50) at BaresipClient.onStateChange (/opt/iobroker/node_modules
                                      doorio.0	2020-08-01 18:50:35.090	error	(10064) uncaught exception: Cannot read property 'val' of null
                                      doorio.0	2020-08-01 18:45:34.864	error	(4324) uncaughtException: TypeError: Cannot read property 'val' of null
                                      doorio.0	2020-08-01 18:45:34.861	error	at processImmediate (timers.js:658:5)
                                      doorio.0	2020-08-01 18:45:34.861	error	at tryOnImmediate (timers.js:676:5)
                                      doorio.0	2020-08-01 18:45:34.861	error	at runCallback (timers.js:705:18)
                                      doorio.0	2020-08-01 18:45:34.861	error	at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5388:34)
                                      doorio.0	2020-08-01 18:45:34.861	error	at Adapter.emit (events.js:198:13)
                                      doorio.0	2020-08-01 18:45:34.861	error	at Adapter.adapter.on (/opt/iobroker/node_modules/iobroker.doorio/main.js:35:16)
                                      doorio.0	2020-08-01 18:45:34.861	error	at BaresipClient.onStateChange (/opt/iobroker/node_modules/iobroker.doorio/lib/client.js:37:41)
                                      doorio.0	2020-08-01 18:45:34.861	error	at send2Server (/opt/iobroker/node_modules/iobroker.doorio/lib/client.js:40:50)
                                      doorio.0	2020-08-01 18:45:34.861	error	(4324) TypeError: Cannot read property 'val' of null
                                      

                                      und der baresip Status dazu:

                                      
                                      ● baresip.service - baresip
                                         Loaded: loaded (/etc/systemd/system/baresip.service; enabled; vendor preset: enabled)
                                         Active: active (running) since Sat 2020-08-01 18:28:56 CEST; 18min ago
                                       Main PID: 479 (baresip)
                                         CGroup: /system.slice/baresip.service
                                                 └─479 /usr/bin/baresip -f /home/pi/.baresip
                                      
                                      Aug 01 18:34:10 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                      Aug 01 18:34:10 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                      Aug 01 18:38:40 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                      Aug 01 18:38:40 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                      Aug 01 18:39:37 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                      Aug 01 18:39:37 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                      Aug 01 18:44:07 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                      Aug 01 18:44:07 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                      Aug 01 18:44:44 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                      Aug 01 18:44:44 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                      

                                      Was könnte das sein?

                                      Thomas BraunT WalW 2 Antworten Letzte Antwort
                                      0
                                      • M MHeymann

                                        Na toll neues Problem :(

                                        Im ioBroker bekomme ich folgende Fehlermeldung:

                                        doorio.0	2020-08-01 18:50:35.102	error	(10064) uncaughtException: TypeError: Cannot read property 'val' of null
                                        doorio.0	2020-08-01 18:50:35.096	error	(10064) TypeError: Cannot read property 'val' of null at send2Server (/opt/iobroker/node_modules/iobroker.doorio/lib/client.js:40:50) at BaresipClient.onStateChange (/opt/iobroker/node_modules
                                        doorio.0	2020-08-01 18:50:35.090	error	(10064) uncaught exception: Cannot read property 'val' of null
                                        doorio.0	2020-08-01 18:45:34.864	error	(4324) uncaughtException: TypeError: Cannot read property 'val' of null
                                        doorio.0	2020-08-01 18:45:34.861	error	at processImmediate (timers.js:658:5)
                                        doorio.0	2020-08-01 18:45:34.861	error	at tryOnImmediate (timers.js:676:5)
                                        doorio.0	2020-08-01 18:45:34.861	error	at runCallback (timers.js:705:18)
                                        doorio.0	2020-08-01 18:45:34.861	error	at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5388:34)
                                        doorio.0	2020-08-01 18:45:34.861	error	at Adapter.emit (events.js:198:13)
                                        doorio.0	2020-08-01 18:45:34.861	error	at Adapter.adapter.on (/opt/iobroker/node_modules/iobroker.doorio/main.js:35:16)
                                        doorio.0	2020-08-01 18:45:34.861	error	at BaresipClient.onStateChange (/opt/iobroker/node_modules/iobroker.doorio/lib/client.js:37:41)
                                        doorio.0	2020-08-01 18:45:34.861	error	at send2Server (/opt/iobroker/node_modules/iobroker.doorio/lib/client.js:40:50)
                                        doorio.0	2020-08-01 18:45:34.861	error	(4324) TypeError: Cannot read property 'val' of null
                                        

                                        und der baresip Status dazu:

                                        
                                        ● baresip.service - baresip
                                           Loaded: loaded (/etc/systemd/system/baresip.service; enabled; vendor preset: enabled)
                                           Active: active (running) since Sat 2020-08-01 18:28:56 CEST; 18min ago
                                         Main PID: 479 (baresip)
                                           CGroup: /system.slice/baresip.service
                                                   └─479 /usr/bin/baresip -f /home/pi/.baresip
                                        
                                        Aug 01 18:34:10 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                        Aug 01 18:34:10 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                        Aug 01 18:38:40 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                        Aug 01 18:38:40 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                        Aug 01 18:39:37 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                        Aug 01 18:39:37 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                        Aug 01 18:44:07 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                        Aug 01 18:44:07 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                        Aug 01 18:44:44 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                        Aug 01 18:44:44 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                        

                                        Was könnte das sein?

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #151

                                        @MHeymann
                                        Welche node-Version ist da installiert?

                                        which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                                        

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        WalW 1 Antwort Letzte Antwort
                                        0
                                        • M MHeymann

                                          Na toll neues Problem :(

                                          Im ioBroker bekomme ich folgende Fehlermeldung:

                                          doorio.0	2020-08-01 18:50:35.102	error	(10064) uncaughtException: TypeError: Cannot read property 'val' of null
                                          doorio.0	2020-08-01 18:50:35.096	error	(10064) TypeError: Cannot read property 'val' of null at send2Server (/opt/iobroker/node_modules/iobroker.doorio/lib/client.js:40:50) at BaresipClient.onStateChange (/opt/iobroker/node_modules
                                          doorio.0	2020-08-01 18:50:35.090	error	(10064) uncaught exception: Cannot read property 'val' of null
                                          doorio.0	2020-08-01 18:45:34.864	error	(4324) uncaughtException: TypeError: Cannot read property 'val' of null
                                          doorio.0	2020-08-01 18:45:34.861	error	at processImmediate (timers.js:658:5)
                                          doorio.0	2020-08-01 18:45:34.861	error	at tryOnImmediate (timers.js:676:5)
                                          doorio.0	2020-08-01 18:45:34.861	error	at runCallback (timers.js:705:18)
                                          doorio.0	2020-08-01 18:45:34.861	error	at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:5388:34)
                                          doorio.0	2020-08-01 18:45:34.861	error	at Adapter.emit (events.js:198:13)
                                          doorio.0	2020-08-01 18:45:34.861	error	at Adapter.adapter.on (/opt/iobroker/node_modules/iobroker.doorio/main.js:35:16)
                                          doorio.0	2020-08-01 18:45:34.861	error	at BaresipClient.onStateChange (/opt/iobroker/node_modules/iobroker.doorio/lib/client.js:37:41)
                                          doorio.0	2020-08-01 18:45:34.861	error	at send2Server (/opt/iobroker/node_modules/iobroker.doorio/lib/client.js:40:50)
                                          doorio.0	2020-08-01 18:45:34.861	error	(4324) TypeError: Cannot read property 'val' of null
                                          

                                          und der baresip Status dazu:

                                          
                                          ● baresip.service - baresip
                                             Loaded: loaded (/etc/systemd/system/baresip.service; enabled; vendor preset: enabled)
                                             Active: active (running) since Sat 2020-08-01 18:28:56 CEST; 18min ago
                                           Main PID: 479 (baresip)
                                             CGroup: /system.slice/baresip.service
                                                     └─479 /usr/bin/baresip -f /home/pi/.baresip
                                          
                                          Aug 01 18:34:10 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                          Aug 01 18:34:10 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                          Aug 01 18:38:40 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                          Aug 01 18:38:40 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                          Aug 01 18:39:37 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                          Aug 01 18:39:37 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                          Aug 01 18:44:07 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                          Aug 01 18:44:07 Klingel baresip[479]: reg: sip:DoorIOSIP@192.168.2.1: 401 Unauthorized ()
                                          Aug 01 18:44:44 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                          Aug 01 18:44:44 Klingel baresip[479]: DoorIOSIP@192.168.2.1: {0/UDP/v4} 200 OK () [1 binding]
                                          

                                          Was könnte das sein?

                                          WalW Offline
                                          WalW Offline
                                          Wal
                                          Developer
                                          schrieb am zuletzt editiert von
                                          #152

                                          @MHeymann
                                          die Baresip-Meldungen sind i.O.
                                          Evtl. den Adapter auf Debug stellen, um mehr Log-Ausgabe zu erhalten.
                                          Diese Fehler kenne ich jetzt nicht.

                                          Gruß
                                          Walter

                                          DoorIO-Adapter
                                          wioBrowser-Adapter und wioBrowser

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          244

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe