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.
    • T
      tombox @haselchen last edited by

      @haselchen Amazon muss sich bei jeder Abfrage seit neustem neu einloggen. Das war vorher nicht der Fall. Es wäre schöner wenn das nicht notwendig wäre. Falls es doch unumgänglich ist werde ich den log wohl raus nehmen

      Frederik Buss 1 Reply Last reply Reply Quote 2
      • Frederik Buss
        Frederik Buss @tombox last edited by Frederik Buss

        @tombox Hi, ich habe eine Frage zu den json Datenpunkten der einzelnen Lieferdienste (also z.B. parcel.0.dhl.json). Ich bekomme die nicht in das normale JSON Widget eingebunden (Angezeigt wird nur object,object, usw). Gibt es da einen Trick - der allProviderJson oder auch inDelivery Datenpunkt zeigt im Widget alles tadellos an...?

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

          @frederik-buss sagte in Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T:

          Ich bekomme die nicht in das normale JSON Widget

          Das sind auch keine JSON sonder String Datenpunkte 😉

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

            @djmarc75 Der Datenpunkt "json" mit der Beschreibung "Json Sendungen" mit einem Inhalt der für mich als Laie nach einem JSON Format aussieht, ist kein JSON Datenpunkt?

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

              @frederik-buss sagte in Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T:

              ist kein JSON Datenpunkt?

              jo, klick auf den Bleistift ganz rechts 😉
              Dort siehst Du dann das der DP ein String (Zeichenkette) ist

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

                @djmarc75 Ach das meinst Du. Naja, ein JSON ist ja wie XML/HTML usw auch erstmal ein Text /eine Zeichenkette. Der Datenpunkt allProviderJson ist ebenfalls eine Zeichenkette (Selbe Formatierung des Datenpunktes) und wird trotzdem vom Widget ordentlich formatiert angezeigt. Der Unterschied liegt auf den ersten Blick in der Verschachtelung des Provider JSON, während der allProviderJson ohne Verschachtelung auskommt. Die Frage ist nun, wie bekomme ich den trotz Verschachtelung ordentlich angezeigt?

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

                  @frederik-buss
                  Bau Dir halt einen eigenen DP, so z.B.

                  Screenshot 2023-10-28 125338.png

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

                    @djmarc75 Genau das wollte ich ja vermeiden... Falls das Format geändert wird, fange ich wieder an. Aber ja, wenns nicht anders geht, werde ich das wohl so machen.

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

                      Bei mir hat vorhin der Adapter folgenden Fehler ausgespuckt, ist dann aber von selbst ohne Probleme neugestartet.
                      Ich weiß nicht, ob das wichtig oder interessant ist...

                      2023-11-04 16:12:29.540 - error: parcel.0 (12430) refresh token failed
                      2023-11-04 16:12:29.544 - error: parcel.0 (12430) Error: getaddrinfo EAI_AGAIN login.dhl.de
                      2023-11-04 16:12:29.544 - error: parcel.0 (12430) Start relogin in 1min
                      2023-11-04 16:13:46.255 - info: parcel.0 (12430) Login to DHL
                      2023-11-04 16:13:47.533 - warn: parcel.0 (12430) Please enter undefined code in instance settings and press save
                      2023-11-04 16:13:47.535 - error: parcel.0 (12430) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                      2023-11-04 16:13:47.536 - error: parcel.0 (12430) unhandled promise rejection: undefined is not a valid state value
                      2023-11-04 16:13:47.701 - error: parcel.0 (12430) Error: undefined is not a valid state value
                      at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/maybeCallback.ts:136:17)
                      at Parcel._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:7594:26)
                      at Parcel.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:7552:21)
                      at /opt/iobroker/node_modules/iobroker.parcel/main.js:535:16
                      at processTicksAndRejections (node:internal/process/task_queues:95:5)
                      at Parcel.loginDHL (/opt/iobroker/node_modules/iobroker.parcel/main.js:508:7)
                      2023-11-04 16:13:47.702 - error: parcel.0 (12430) undefined is not a valid state value
                      2023-11-04 16:13:47.717 - info: parcel.0 (12430) terminating
                      2023-11-04 16:13:47.718 - warn: parcel.0 (12430) Terminated (UNCAUGHT_EXCEPTION): Without reason
                      2023-11-04 16:13:48.219 - info: parcel.0 (12430) terminating
                      2023-11-04 16:13:48.970 - error: host.zerobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                      2023-11-04 16:13:48.971 - error: host.zerobroker Caught by controller[1]: Error: undefined is not a valid state value
                      2023-11-04 16:13:48.971 - error: host.zerobroker Caught by controller[1]: at Object.maybeCallbackWithError (/opt/iobroker/node_modules/@iobroker/js-controller-common/src/lib/common/maybeCallback.ts:136:17)
                      2023-11-04 16:13:48.971 - error: host.zerobroker Caught by controller[1]: at Parcel._setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:7594:26)
                      2023-11-04 16:13:48.971 - error: host.zerobroker Caught by controller[1]: at Parcel.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:7552:21)
                      2023-11-04 16:13:48.971 - error: host.zerobroker Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.parcel/main.js:535:16
                      2023-11-04 16:13:48.971 - error: host.zerobroker Caught by controller[1]: at processTicksAndRejections (node:internal/process/task_queues:95:5)
                      2023-11-04 16:13:48.972 - error: host.zerobroker Caught by controller[1]: at Parcel.loginDHL (/opt/iobroker/node_modules/iobroker.parcel/main.js:508:7)
                      2023-11-04 16:13:48.972 - error: host.zerobroker instance system.adapter.parcel.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                      2023-11-04 16:13:48.972 - info: host.zerobroker Restart adapter system.adapter.parcel.0 because enabled
                      
                      T 1 Reply Last reply Reply Quote 0
                      • T
                        tombox @Boronsbruder last edited by

                        Der Adapter 0.2.0 kann wieder Briefankündigung anzeigen bitte mal testen

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

                          @tombox
                          Meinst du das Bild der Briefankündigung? Aktuell ein Brief im Zulauf, aber image_url und thumbnail_url laufen ins Leere.

                          bec29d40-a011-404c-814a-6574515ad8f5-image.png

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

                            @bommel_030 die url gehen nicht direkt nur das image Objekt aber es scheint so als wäre die 0.2.x nicht richtig installiert

                            Rene55 1 Reply Last reply Reply Quote 0
                            • B
                              bommel_030 last edited by

                              @tombox
                              Ein Updatezyklus später (Intervall 30 min) kommt die Briefankündigung mit Bild per Telegram rein und unter image steht data:image statt data:application
                              Läuft wieder, Danke!

                              Olli_M 1 Reply Last reply Reply Quote 0
                              • L
                                LibertyX82 last edited by

                                Bei jedem Abruf gibt es folgenden Fehler
                                9c9bb77c-4ee5-4c3a-8fe8-8f22355d5e24-image.png

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

                                  @tombox Auch gestern die 0.2.0 installiert - heute waren direkt zwei Briefe in der Briefankündigung drin. Klasse!

                                  NACHTRAG: Auch ich hab die Warnung (siehe @LibertyX82). Einen so lautenden Datenpunkt habe ich in parcel.0.dhl.json und ist mit neuen Daten befüllt. Möglicherweise nur eine Kleinigkeit.

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

                                    @libertyx82 die GitHub version sollte das nicht mehr anzeigen oder?

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

                                      @tombox
                                      Hab die 0.2.1 von GitHub installiert

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

                                        Seit heute taucht bei mir im Log wieder auf:

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

                                        Logindaten + 2FA schon neu eingegeben. Cookies auch mal gelöscht. Zwischendurch geht es wieder mal und dann kommt aller 10 Minuten (eingestellter Wert) die Meldung. Im Moment läuft bei mir die 0.2.1.

                                        b26415c2-a409-4a63-887e-13125ba4e118-image.png

                                        Der Adapter wird dann auch immer wieder "gelb".

                                        Ro75.

                                        Chris76e Ro75 3 Replies Last reply Reply Quote 0
                                        • Chris76e
                                          Chris76e @Ro75 last edited by

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

                                          Seit heute taucht bei mir im Log wieder auf:
                                          Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials

                                          bei mir genauso

                                          1 Reply Last reply Reply Quote 0
                                          • Olli_M
                                            Olli_M @bommel_030 last edited by

                                            @bommel_030
                                            Hi wie hast du das gemacht dass dein Bild an telegram übergeben wird ? Blockly ?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            875
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

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