Navigation

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

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

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

    Nico Strauss

    @Nico Strauss

    0
    Reputation
    2
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Nico Strauss Follow

    Latest posts made by Nico Strauss

    • RE: Test Adapter Omada TP-Link

      Hi,

      mit ist eben aufgefallen das der Adapter nicht mehr richtig funktioniert.
      Im Log stand "Omada cID not found".
      Manuelles abfragen der hinterlegten API URL ergab auch nur Müll. Hat TP-Link beim letzten Update anscheinend geändert oder so.
      Habs jetz so gelöst, adapter läuft wieder

        async login() {
          await this.requestClient({
            method: 'get',
            url: `https://${this.config.ip}:${this.config.port}/api/info`,
          })
            .then((res) => {
              //this.log.debug(JSON.stringify(res.data));
              //const omadacId = res.request.path.split('/')[1];
              const data = res.data;
              const result = data.result;
              const omadacId = result.omadacId;
              if (omadacId) {
                this.omadacId = omadacId;
                this.log.info(`Omada cID: ${this.omadacId}`);
              } else {
                this.log.debug('Omada cID not found');
              }
            })
            .catch((error) => {
              this.log.error(error);
              this.log.error('Login failed');
              error.response && this.log.error(JSON.stringify(error.response.data));
            });
      
      posted in Tester
      Nico Strauss
      Nico Strauss
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo