Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Fritzbox Adapter

    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

    Fritzbox Adapter

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

      Hallo,

      bei eingehenden Anrufen gibt es immer folgende Fehlermeldung:

      fritzbox.0 2015-11-06 09:04:34 warn fritzbox.0 +4957xy4957xy95abcde is not a vail int. phone number. Please check your configuration (Country + Area Code).

      Die Vorwahl ist also doppelt.

      Im Adapter habe ich

      Landesvorwahl: 49

      Ortsvorwahl: 57xy

      Unterdrückte/unbekannte Nummer: ### ? ###

      konfiguriert.

      Was mache ich falsch?

      1 Reply Last reply Reply Quote 0
      • sissiwup
        sissiwup last edited by

        Hallo,

        kommt immer wieder. Hat das sonst keiner?

        1 Reply Last reply Reply Quote 0
        • ruhr70
          ruhr70 last edited by

          Deine Einstellungen im Adapter sind richtig.

          Wird denn die Rufnummer richtig in der Anruferliste und in den Datenpunkten richtig angezeigt?

          Die Rufnummer wird auf ein gültiges E.164 Format in der main.js per RegEx geprüft:

          function validateE164(e164) {
          // testet auf eine gültige internationale Rufnummer mit + am Anfang
              var regex = /^\+(?:[0-9] ?){6,14}[0-9]$/;
              if (regex.test(e164)) {
                  // Valid international phone number
                  return true;
              } else {
                  // Invalid international phone number
                  adapter.log.warn(e164 + " is not a vail int. phone number. Please check your configuration (Country + Area Code).");
                  return false;
              }
          }
          

          Wenn sonst alles stimmt, kannst Du als Workaround den else-Zweig rausschmeissen oder die RegEx-Prüfung kontrollieren 😉

          1 Reply Last reply Reply Quote 0
          • sissiwup
            sissiwup last edited by

            Hallo,

            in den Listen ist alles ok. Es kommt halt nur die Fehlermeldung im Log.

            Auch nur dort taucht die Nummer in der Art auf.

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

            Support us

            ioBroker
            Community Adapters
            Donate
            FAQ Cloud / IOT
            HowTo: Node.js-Update
            HowTo: Backup/Restore
            Downloads
            BLOG

            684
            Online

            31.9k
            Users

            80.2k
            Topics

            1.3m
            Posts

            2
            4
            1387
            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