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

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • liv-in-sky
      liv-in-sky @Thomas Braun last edited by

      @thomas-braun danke, werd das mal ändern und neu testen

      1 Reply Last reply Reply Quote 0
      • SBorg
        SBorg Forum Testing Most Active @liv-in-sky last edited by

        @liv-in-sky sagte in Test Adapter parcel Paketverfolgung DHL v0.0.1:

        in diesem beispiel wird das kopierte clipboard direkt über simpleapi ( curl) gesendet

        Das gleiche in PowerShell (wollte mal wieder was mit PS machen):

        #überträgt die Zwischenablage (=Paketnummer) in den Register-Datenpunkt von 17Track beim ioB-Parcel-Adapter
         
         function Get-Clipboard()
        {
            Add-Type -AssemblyName System.Windows.Forms
            $CP = New-Object System.Windows.Forms.TextBox
            $CP.Multiline = $true
            $CP.Paste()
            $Nr=$CP.Text
            curl.exe -s http://192.168.1.3:8087/set/parcel.0.17tuser.register?value=$Nr
        }
        
        Get-Clipboard
        
        haselchen 1 Reply Last reply Reply Quote 1
        • haselchen
          haselchen Most Active @SBorg last edited by haselchen

          @tombox

          Aktualisierst du deinen 1. Post bei jeder hier erfolgten Änderung?
          Ich denke, da hat sich in den 7 Seiten soviel getan, dass da ein "Neuling" sonst nicht mehr hinterher kommt.

          1 Reply Last reply Reply Quote 0
          • liv-in-sky
            liv-in-sky @Thomas Braun last edited by

            @thomas-braun habe umgestellt - jetzt ist zumindest der login fehler weg

            1 Reply Last reply Reply Quote 0
            • D
              Dragon last edited by

              Im gesamt JSON ist bei DPD der Zeileninhalt vertauscht... Die Tracking ID steht hinten, bei DHL vorn. Bei DPD steht vorn der Name der Sendung welches bei DHL in der Mitte steht.

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

                @dragon eigentlich sollte es über die property gehen aber ich habe die reihenfolge korrigiert

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

                  @c1olli nochmal alles löschen und neuinstallieren

                  1 Reply Last reply Reply Quote 0
                  • C
                    c1olli last edited by c1olli

                    @tombox
                    Alles nochmal gelöscht und neu installiert. Nun scheint es zu laufen.

                    Ich habe dann auch mal die Urls von den Images und Thumbnails ausprobiert, da gibt es dann im Browser eine Fehlermeldung, Http Error 401, Bilder werden keine angezeigt.

                    T C 2 Replies Last reply Reply Quote 0
                    • T
                      tombox @c1olli last edited by

                      @c1olli Du meinst bei der Briefverfolgung. Ja das ist komplizierter man muss er den grant_token benutzen um sich das anzuschauen sollte aber vielleicht gehen wenn du bei dhl eingeloggt bist

                      G 1 Reply Last reply Reply Quote 0
                      • L
                        Leviathan09 last edited by

                        Also der Adapter ist installiert und DHL scheint ohne Probleme zu funktionieren.
                        Bei DPD haut er mir folgenden Fehler raus:

                        parcel.0
                        	2022-02-02 19:13:19.635	error	TypeError: Cannot read property 'sendungen' of undefined
                        parcel.0
                        	2022-02-02 19:13:19.635	error	https://my.dpd.de/myParcel.aspx?dpd_token=304B3233515859446365457834625679796B574474744466577257364C347649473354586D6C4F535171633D
                        parcel.0
                        	2022-02-02 19:13:19.604	warn	No parcelList found
                        parcel.0
                        	2022-02-02 19:13:17.487	info	Login to DPD successful
                        parcel.0
                        	2022-02-02 19:13:15.909	info	Login to DPD
                        

                        Macht für mich den Anschein als sei das nicht wirklich ein Error mit der URL, es gibt halt nur aktuell keine Sendungen die er abrufen kann. Evtl kannst du das ja auf "warn" umstellen.

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

                          @leviathan09 Wann hast du den Adapter installiert. Habe gehofft das gestern behoben zu haben

                          liv-in-sky L 2 Replies Last reply Reply Quote 0
                          • liv-in-sky
                            liv-in-sky @tombox last edited by

                            @tombox

                            fehler ist bei mir auch noch da - habe heute nachmittag nochmal installiert

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

                              @tombox Gerade eben vor 5min neu installiert

                              1 Reply Last reply Reply Quote 0
                              • T
                                tombox @liv-in-sky last edited by

                                @liv-in-sky @Leviathan09 jetzt sollte es weg sein

                                liv-in-sky G 2 Replies Last reply Reply Quote 0
                                • liv-in-sky
                                  liv-in-sky @tombox last edited by liv-in-sky

                                  @tombox

                                  musste dhl pin nochmal eingbeben müssen - sollte also upgedatet sein

                                  dpd - fehler immer noch - genau wie vorher

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

                                    @tombox Super! vielen Dank, hat funktioniert! Könntest du bitte noch eine weitere Spalte einfügen, in der für jede Sendung der Versanddienstleister angezeigt wird bitte.

                                    1 Reply Last reply Reply Quote 1
                                    • G
                                      Gruter @tombox last edited by

                                      @tombox
                                      das mit den Bilder hab ich mich auch schon gefragt.
                                      einloggen hat bei mir nicht zum Erfolg geführt.
                                      wie Benutzt man den Token?

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

                                        Hallo nochmal @tombox

                                        also manchmal verstehe ich es nicht. Ein Paket ging heute auf die Reise. Es hat auch logischerweise eine Sendungsnummer. Im ioB habe ich auch den DP Sendungsnummer gesehen da ich wissen wollte ob es korrekt angelegt wurde.

                                        Jetzt schaue ich in den ioB und ganz viele Ordner sind weg. Jemand eine idee?

                                        9AB96EFB-3659-41AD-9C12-4CCD53FA518E.png

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          Dragon last edited by Dragon

                                          Seit dem Update auf die letzte Adapterversion bekomme ich mein Log mit Warnungen vollgespamt...

                                          
                                          parcel.0
                                          2022-02-02 22:59:51.724	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          
                                          parcel.0
                                          2022-02-02 22:59:51.721	info	terminating
                                          
                                          parcel.0
                                          2022-02-02 22:59:51.719	info	Got terminate signal TERMINATE_YOURSELF
                                          host.ioBroker
                                          2022-02-02 22:59:51.707	info	stopInstance system.adapter.parcel.0 (force=false, process=true)
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.875	warn	State "parcel.0.dhl.sendungen02.versandDatumBenoetigt" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.874	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.anzeigeBriefbenachrichtigung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.787	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.international" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.783	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.quelle" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.782	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.expressSendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.782	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.warenpost" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.781	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.retoure" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.780	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.ruecksendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.780	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.istZugestellt" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.779	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.zielland" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.778	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.zustellung.geraetAktiviert" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.777	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.zustellung.zugestelltAnEmpfaenger" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.777	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.zustellung.empfaenger.name" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.773	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.zustellung.benachrichtigtInFiliale" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.772	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.zustellung.zugestelltAnPackstation" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.771	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.zustellung.abholcodeAvailable" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.770	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.services.statusbenachrichtigung.erfolgteZustellung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.770	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.services.statusbenachrichtigung.geplanteZustellung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.769	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.services.statusbenachrichtigung.aktuellerStatus" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.768	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events04.ruecksendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.764	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events04.status" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.761	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events04.datum" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.760	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events03.ruecksendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.759	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events03.status" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.758	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events03.datum" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.758	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events02.ruecksendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.757	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events02.status" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.756	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events02.datum" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.756	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events01.ruecksendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.755	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events01.status" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.754	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events01.ort" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.753	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.events01.datum" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.753	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.iconId" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.751	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.farbe" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.750	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.maximalFortschritt" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.750	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.fortschritt" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.749	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.kurzStatus" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.749	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.aktuellerStatus" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.748	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsverlauf.datumAktuellerStatus" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.747	warn	State "parcel.0.dhl.sendungen02.sendungsdetails.sendungsnummern.sendungsnummer" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.747	warn	State "parcel.0.dhl.sendungen02.sendungsinfo.sendungsrichtung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.746	warn	State "parcel.0.dhl.sendungen02.sendungsinfo.gesuchteSendungsnummer" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.746	warn	State "parcel.0.dhl.sendungen02.hasCompleteDetails" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.745	warn	State "parcel.0.dhl.sendungen02.id" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.744	warn	State "parcel.0.dhl.sendungen01.versandDatumBenoetigt" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.744	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.anzeigeBriefbenachrichtigung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.743	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.international" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.742	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.quelle" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.741	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.expressSendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.741	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.warenpost" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.740	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.retoure" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.740	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.ruecksendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.739	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.istZugestellt" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.738	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.zielland" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.737	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.zustellung.geraetAktiviert" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.737	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.zustellung.zugestelltAnEmpfaenger" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.736	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.zustellung.empfaenger.name" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.735	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.zustellung.benachrichtigtInFiliale" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.734	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.zustellung.zugestelltAnPackstation" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.734	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.zustellung.abholcodeAvailable" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.733	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.services.statusbenachrichtigung.erfolgteZustellung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.732	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.services.statusbenachrichtigung.geplanteZustellung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.731	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.services.statusbenachrichtigung.aktuellerStatus" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.731	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events04.ruecksendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.730	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events04.status" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.729	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events04.datum" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.729	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events03.ruecksendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.728	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events03.status" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.728	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events03.datum" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.727	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events02.ruecksendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.726	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events02.status" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.725	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events02.datum" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.724	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events01.ruecksendung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.724	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events01.status" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.723	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events01.ort" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.722	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.events01.datum" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.721	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.iconId" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.720	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.farbe" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.719	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.maximalFortschritt" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.718	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.fortschritt" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.717	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.kurzStatus" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.716	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.aktuellerStatus" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.715	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsverlauf.datumAktuellerStatus" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.715	warn	State "parcel.0.dhl.sendungen01.sendungsdetails.sendungsnummern.sendungsnummer" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.714	warn	State "parcel.0.dhl.sendungen01.sendungsinfo.sendungsrichtung" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.713	warn	State "parcel.0.dhl.sendungen01.sendungsinfo.gesuchteSendungsnummer" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.712	warn	State "parcel.0.dhl.sendungen01.hasCompleteDetails" has no existing object, this might lead to an error in future versions
                                          
                                          parcel.0
                                          2022-02-02 22:58:43.707	warn	State "parcel.0.dhl.sendungen01.id" has no existing object, this might lead to an error in future versions
                                          
                                          T 1 Reply Last reply Reply Quote 0
                                          • T
                                            tombox @Dragon last edited by

                                            @dragon neustart der instance hilft wird bald behoben

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            847
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            17track amazon briefe dhl dpd gls ups
                                            122
                                            1534
                                            458508
                                            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