Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T

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

      Hallo zusammen,

      ich musste den Adapter vor zwei Tagen neustarten, seit dem bekomme ich permanent sms von Amazon geschickt für die 2FA. Den habe ich natürlich eingetragen, und gespeichert, auch ein Neustart des Adapters hat nicht geholfen. Könnt ihr mir bitte einen wink mit dem ZAUNPFAHL geben. 😄

      T 1 Reply Last reply Reply Quote 0
      • T
        tombox @Phantomkommander last edited by

        @phantomkommander verhält sich die 0.0.29 anders?

        Phantomkommander 1 Reply Last reply Reply Quote 0
        • Phantomkommander
          Phantomkommander @tombox last edited by Phantomkommander

          @tombox bin mir nicht sicher, hab mir nach dem Post die Version 0.0.32 geladen (zuvor 0.0.27). Seit 17 Uhr habe ich keine SMS mehr bekommen. Scheint echt als hätte Amazon was geändert gehabt, obwohl es davor geklappt hatte.

          Update: heute Nacht um 01.20 Uhr wurden wieder SMS verschickt. Hat das Problem noch jemand?

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

            @tombox

            Ich hab grad nen Blick in die main.js geworfen. Dabei ist mir aufgefallen, dass ein Funktions-Aufruf doppelt vorhanden ist?
            Zeile 2377-2399

                await this.setObjectNotExistsAsync("dhl.json", {
                  type: "state",
                  common: {
                    name: "Json Sendungen",
                    write: false,
                    read: true,
                    type: "string",
                    role: "json",
                  },
                  native: {},
                });
            
                await this.setObjectNotExistsAsync("dhl.json", {
                  type: "state",
                  common: {
                    name: "Json Sendungen",
                    write: false,
                    read: true,
                    type: "string",
                    role: "json",
                  },
                  native: {},
                });
            
            1 Reply Last reply Reply Quote 0
            • Boronsbruder
              Boronsbruder last edited by

              Seit der Neuinstallation des Adapters, bekomme ich ständig Warnungen über nicht existierende Objekte.

              parcel.0	2023-08-19 12:06:11.614	warn	State "parcel.0.dpd.sendungen01.statusId" has no existing object, this might lead to an error in future versions
              parcel.0	2023-08-19 12:06:11.612	warn	State "parcel.0.dpd.sendungen01.status" has no existing object, this might lead to an error in future versions
              parcel.0	2023-08-19 12:06:11.610	warn	State "parcel.0.dpd.sendungen01.name" has no existing object, this might lead to an error in future versions
              parcel.0	2023-08-19 12:06:11.567	warn	State "parcel.0.dpd.sendungen01.id" has no existing object, this might lead to an error in future versions
              parcel.0	2023-08-19 12:06:10.950	warn	State "parcel.0.dhl.briefe.serviceState.recognitionDegree" has no existing object, this might lead to an error in future versions
              parcel.0	2023-08-19 12:06:10.949	warn	State "parcel.0.dhl.briefe.serviceState.contractState" has no existing object, this might lead to an error in future versions
              parcel.0	2023-08-19 12:06:10.948	warn	State "parcel.0.dhl.briefe.basicAuth" has no existing object, this might lead to an error in future versions
              parcel.0	2023-08-19 12:06:10.947	warn	State "parcel.0.dhl.briefe.grantToken" has no existing object, this might lead to an error in future versions
              parcel.0	2023-08-19 12:06:10.946	warn	State "parcel.0.dhl.briefe.accessTokenUrl" has no existing object, this might lead to an error in future versions
              parcel.0	2023-08-19 12:06:10.902	warn	State "parcel.0.dhl.briefe.currentAdvice" has no existing object, this might lead to an error in future versions
              

              Was hab ich vermurkst?

              DJMarc75 1 Reply Last reply Reply Quote 0
              • DJMarc75
                DJMarc75 @Boronsbruder last edited by

                @boronsbruder sagte in Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T:

                Seit der Neuinstallation des Adapters

                Welche Version ?

                Boronsbruder 1 Reply Last reply Reply Quote 0
                • Boronsbruder
                  Boronsbruder @DJMarc75 last edited by

                  @djmarc75
                  sry... die aktuelle vom git (0.1.0)

                  DJMarc75 1 Reply Last reply Reply Quote 0
                  • DJMarc75
                    DJMarc75 @Boronsbruder last edited by

                    @boronsbruder jo, eben auch mal mein LOGLevel runtergestellt und ist bei mir auch so.
                    Schau mal auf GIT obs da schon ein ISSUE gibt, wenn nicht, mach eins auf.

                    Boronsbruder 1 Reply Last reply Reply Quote 1
                    • Boronsbruder
                      Boronsbruder @DJMarc75 last edited by Boronsbruder

                      @djmarc75
                      Ah, hat schon jemand gemacht -> Issue

                      edit: Ist mit der aktuellen Git-Hub version gefixed

                      1 Reply Last reply Reply Quote 1
                      • M
                        michihorn last edited by

                        Hallo habe die aktuellste Version installiert, seit ein paar Tagen gibt es zumindest bei Amazon keinen Status mehr.
                        Hat das auch jemand?
                        Gruss Michael

                        Chris76e 1 Reply Last reply Reply Quote 1
                        • Chris76e
                          Chris76e @michihorn last edited by

                          @michihorn

                          Amazon scheint was geändert zuhaben. Im DP "Status" steht bei mir auch nichts mehr drin.

                          @tombox kann es sein das im DP "id" jetzt die orderid und nicht mehr die trackingid steht?

                          T 1 Reply Last reply Reply Quote 1
                          • T
                            tombox @Chris76e last edited by

                            @boronsbruder bitte mal die GitHub version testen

                            Chris76e Boronsbruder 3 Replies Last reply Reply Quote 2
                            • Chris76e
                              Chris76e @tombox last edited by

                              @tombox

                              Funktioniert wieder richtig. Danke

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                michihorn @Chris76e last edited by michihorn

                                @chris76e Hab gerade neu von GitHub installiert jetzt ist der Status wieder da

                                1 Reply Last reply Reply Quote 0
                                • Boronsbruder
                                  Boronsbruder @tombox last edited by

                                  @tombox
                                  Alle Paketdienste DHL, DPD, Amazon und Hermes werden eingeloggt

                                  1 Reply Last reply Reply Quote 0
                                  • Chris76e
                                    Chris76e @tombox last edited by Chris76e

                                    @tombox

                                    Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials

                                    Habe seit 2 Tagen das Problem das der Login zu Amazon nicht mehr bestehen bleibt. Wenn ich unter parcel.0.auth.cookie die cookies lösche, funktioniert es wieder, aber nach bei der 2. Aktualisierung kommt dann der obengenannte Fehler.

                                    Version 0.0.27 und 0.1.1 getestet

                                    https://github.com/TA2k/ioBroker.parcel/issues/63

                                    chris76e created this issue in TA2k/ioBroker.parcel

                                    open Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials #63

                                    Chris76e 1 Reply Last reply Reply Quote 2
                                    • Ro75
                                      Ro75 last edited by Ro75

                                      @tombox

                                      2023-10-11 09:36:10.279 - error: parcel.0 (1544628) Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                      2023-10-11 09:38:10.678 - error: parcel.0 (1545447) Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                      

                                      Dieser Fehler tritt seit heute bei mir ebenfalls auf. Ich habe die Login-Daten nochmals eingegeben und auch den MFA Code erneuert. Brachte keinen Erfolg. Wie mein Vorredner habe ich dann den DP "parcel.0.auth.cookie" gelöscht. Mit dem selben Ergebnis: einmal alles OK, danach wieder der Fehler.

                                      Bin aktuell auf Version 0.1.1.

                                      Ro75.

                                      EDIT:

                                      Nachtrag: Gerade ist mir aufgefallen, dass ein altes Problem wieder da ist. Amazon Bestellungen sind da, wieder weg, wieder da, wieder weg, ...

                                      Das hatten wir doch schon einmal.

                                      Ro 75.

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

                                        @ro75 sagte in Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T:

                                        Nachtrag: Gerade ist mir aufgefallen, dass ein altes Problem wieder da ist. Amazon Bestellungen sind da, wieder weg, wieder da, wieder weg, ...

                                        Mit v 0.1.4 kann ich das nicht mehr beobachten.

                                        Ro75 1 Reply Last reply Reply Quote 0
                                        • Ro75
                                          Ro75 @Thomas Braun last edited by

                                          @thomas-braun @tombox

                                          Ich habe vor ein paar Minuten die Version 0.1.4 installiert und so wie es aussieht bleiben jetzt die Amazon-Bestellungen bestehen.

                                          Jedoch bleibt der Login-Fehler:

                                          
                                          parcel.0
                                          2023-10-11 13:02:10.771	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                          
                                          parcel.0
                                          2023-10-11 13:00:12.930	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                          
                                          parcel.0
                                          2023-10-11 12:59:11.643	error	Login to Amazon failed, please login to Amazon manually and check the login
                                          
                                          parcel.0
                                          2023-10-11 12:59:10.164	error	Login to Amazon failed, please login to Amazon manually and check the login
                                          
                                          parcel.0
                                          2023-10-11 12:58:11.213	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                          
                                          parcel.0
                                          2023-10-11 12:58:09.680	error	Login to Amazon failed, please login to Amazon manually and check the login
                                          
                                          parcel.0
                                          2023-10-11 12:57:14.889	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                          
                                          parcel.0
                                          2023-10-11 12:57:13.322	error	Login to Amazon failed, please login to Amazon manually and check the login
                                          
                                          parcel.0
                                          2023-10-11 12:57:11.851	error	Login to Amazon failed, please login to Amazon manually and check the login
                                          
                                          parcel.0
                                          2023-10-11 12:57:10.381	error	Login to Amazon failed, please login to Amazon manually and check the login
                                          
                                          parcel.0
                                          2023-10-11 12:54:16.124	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                          
                                          parcel.0
                                          2023-10-11 12:54:14.607	error	Login to Amazon failed, please login to Amazon manually and check the login
                                          
                                          parcel.0
                                          2023-10-11 12:54:13.126	error	Login to Amazon failed, please login to Amazon manually and check the login
                                          
                                          parcel.0
                                          2023-10-11 12:54:11.687	error	Login to Amazon failed, please login to Amazon manually and check the login
                                          
                                          parcel.0
                                          2023-10-11 12:54:10.212	error	Login to Amazon failed, please login to Amazon manually and check the login
                                          

                                          Ro75.

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

                                            @ro75

                                            Die Meldungen hatte ich auch unlängst, hab dann auf Login per OTP/Authenticator umgestellt. Nutze den Google Authenticator dafür.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            525
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            17track amazon briefe dhl dpd gls ups
                                            121
                                            1525
                                            448282
                                            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