Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    488

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.6k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.6k

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

Geplant Angeheftet Gesperrt Verschoben Tester
17trackamazonbriefedhldpdglsups
1.5k Beiträge 126 Kommentatoren 561.5k Aufrufe 119 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • T tombox

    Hi ich habe ein neuen Adapter für Paketverfolgung geschrieben

    Anbieter:
    DHL Paket und Briefe
    DPD
    GLS
    UPS
    Hermes
    Amazon
    17Track

    **Steuerung über ***
    parcel.0.refresh Daten manuell updaten
    parcel.0.17tuser.register Paket id unter 17TUser registrieren

    Zum Installieren:
    https://github.com/TA2k/ioBroker.parcel

    Für die aktuelle Version bitte das latest Repo auswählen:
    2d049982-5353-4202-a33f-996f344bd4ae-image.png

    Loginablauf

    DHL:

    • DHL App Login eingeben
    • SMS/EMail Code erhalten
    • In die Instanzeinstellungen eingeben und speichern

    Amazon:

    • Login eingeben
    • Wenn nötig vorab ein OTP token aus der 2FA App eingeben.

    DPD, GLS, UPS, Hermes, 17Track User:
    Login und Passwort eingeben

    17Track User maximal 40 Pakete gleichzeitig:
    https://buyer.17track.net/en/myshipment?ob=1

    17Track Api developer maximal 100 Anfragen dann muss bezahlt werden
    Hier ein Security Key beantragen und in die Einstellungen eingeben geht nur wenn man kein 17Track User ist
    https://user.17track.net/de/register?gb=%23maybe%3D16
    https://api.17track.net/en/admin/settings

    Telegram Benachrichtigung für Sendungen und Briefe
    In den Instanz Einstellung telegram.0 eingeben

    Vis

    delivery_status = {
    ERROR: -1,
    UNKNOWN: 5,
    REGISTERED: 10,
    IN_PREPARATION: 20,
    IN_TRANSIT: 30,
    OUT_FOR_DELIVERY: 40,
    DELIVERED: 1,
    };

    Sendungen als Vis Table darstellen

    Datenpunkte alle Sendungen:
    parcel.0.allProviderJson

    Datenpunkte in Zustellung:
    parcel.0.inDelivery

    Widget: json Table

    Anleitung:
    https://www.smarthome-tricks.de/software-iobroker/iobroker-vis-json-table-widget-teil-1-basics/

    DHL Briefverfolgung in Vis anzeigen.

    Den Datenpunkt image ein String img src element zuordnen
    38e7a680-1d58-4585-9385-668c69c76e00-image.png
    Den Datenpunkt image als HTML element in die vis einfügen mit folgendem Inhalt

    <img src="{parcel.0.dhl.briefe.oldAdvices01.advices01.image}" width="500px" />
    

    e5504ff5-9f43-450f-bc62-932d6e9df2f6-image.png

    Diskussion Widget

    https://forum.iobroker.net/topic/53045/test-widget-vis-owl-v0-2-x-github

    S Offline
    S Offline
    senior1418
    schrieb am zuletzt editiert von
    #537

    @tombox

    bei der Installation über die Katze wird u.a. dies bei mir gemeldet:

    host.iobroker
    2022-03-08 09:41:52.173	error	instance system.adapter.parcel.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
    host.iobroker
    2022-03-08 09:41:52.173	error	Caught by controller[0]: }
    host.iobroker
    2022-03-08 09:41:52.173	error	Caught by controller[0]: code: 'ERR_DLOPEN_FAILED'
    host.iobroker
    2022-03-08 09:41:52.173	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:790:12) {
    host.iobroker
    2022-03-08 09:41:52.173	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32)
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1085:14)
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/canvas/lib/bindings.js:3:18)
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:101:18)
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:974:19)
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32)
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: NODE_MODULE_VERSION 83. Please try re-compiling or re-installing
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: NODE_MODULE_VERSION 72. This version of Node.js requires
    host.iobroker
    2022-03-08 09:41:52.172	error	Caught by controller[0]: was compiled against a different Node.js version using
    host.iobroker
    2022-03-08 09:41:52.171	error	Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node'
    host.iobroker
    2022-03-08 09:41:52.171	error	Caught by controller[0]: ^
    host.iobroker
    2022-03-08 09:41:52.171	error	Caught by controller[0]: return process.dlopen(module, path.toNamespacedPath(filename));
    host.iobroker
    2022-03-08 09:41:52.171	error	Caught by controller[0]: internal/modules/cjs/loader.js:1144
    host.iobroker
    2022-03-08 09:41:51.437	info	instance system.adapter.parcel.0 started with pid 30738
    host.iobroker
    2022-03-08 09:41:51.146	info	"system.adapter.parcel.0" enabled
    host.iobroker
    2022-03-08 09:41:49.225	info	"system.adapter.parcel.0" disabled
    

    Dazu noch ne Menge an Info:

    iobroker npm-rebuild: whatwg-url@5.0.0 /opt/iobroker/node_modules/whatwg-urlwinston-syslog@2.5.0 /opt/iobroker/node_modules/winston-syslogcoffee-script@1.12.7 /opt/iobroker/node_modules/coffee-scriptcolor-support@1.1.3 /opt/iobroker/node_modules/color-supportnode-inspect@2.0.0 /opt/iobroker/node_modules/node-inspectnopt@3.0.6 /opt/iobroker/node_modules/noptwake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lanwhich@1.3.1 /opt/iobroker/node_modules/which@types/request@2.48.8 /opt/iobroker/node_modules/@types/requestform-data@2.5.1 /opt/iobroker/node_modules/@types/request/node_modules/form-datatedious@6.7.1 /opt/iobroker/node_modules/tedious@types/node@12.20.46 /opt/iobroker/node_modules/tedious/node_modules/@types/nodebl@3.0.1 /opt/iobroker/node_modules/tedious/node_modules/blreadable-stream@3.6.0 /opt/iobroker/node_modules/tedious/node_modules/readable-streamdepd@2.0.0 /opt/iobroker/node_modules/tedious/node_modules/depdiconv-lite@0.5.2 /opt/iobroker/node_modules/tedious/node_modules/iconv-litevirtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tscdebug@4.3.3 /opt/iobroker/node_modules/virtual-tsc/node_modules/debugms@2.1.2 /opt/iobroker/node_modules/virtual-tsc/node_modules/mswinston-seq-updated@1.0.4 /opt/iobroker/node_modules/winston-seq-updatedseq-logging@0.4.6 /opt/iobroker/node_modules/winston-seq-updated/node_modules/seq-loggingcanvas@2.8.0 /opt/iobroker/node_modules/canvas@mapbox/node-pre-gyp@1.0.6 /opt/iobroker/node_modules/canvas/node_modules/@mapbox/node-pre-gypnode-fetch@2.6.6 /opt/iobroker/node_modules/canvas/node_modules/node-fetchnopt@5.0.0 /opt/iobroker/node_modules/canvas/node_modules/noptnpmlog@5.0.1 /opt/iobroker/node_modules/canvas/node_modules/npmlogare-we-there-yet@2.0.0 /opt/iobroker/node_modules/canvas/node_modules/are-we-there-yetreadable-stream@3.6.0 /opt/iobroker/node_modules/canvas/node_modules/readable-streamgauge@3.0.1 /opt/iobroker/node_modules/canvas/node_modules/gaugerimraf@3.0.2 /opt/iobroker/node_modules/canvas/node_modules/rimrafsemver@7.3.5 /opt/iobroker/node_modules/canvas/node_modules/semvertar@6.1.11 /opt/iobroker/node_modules/canvas/node_modules/tarchownr@2.0.0 /opt/iobroker/node_modules/canvas/node_modules/chownrmkdirp@1.0.4 /opt/iobroker/node_modules/canvas/node_modules/mkdirpmssql@6.4.0 /opt/iobroker/node_modules/mssqldebug@4.3.3 /opt/iobroker/node_modules/mssql/node_modules/debugms@2.1.2 /opt/iobroker/node_modules/mssql/node_modules/msnode-gyp@3.8.0 /opt/iobroker/node_modules/node-gypsemver@5.3.0 /opt/iobroker/node_modules/node-gyp/node_modules/semvertar@2.2.2 /opt/iobroker/node_modules/node-gyp/node_modules/tarvm2@3.9.7 /opt/iobroker/node_modules/vm2acorn@8.7.0 /opt/iobroker/node_modules/vm2/node_modules/acornacorn-walk@8.2.0 /opt/iobroker/node_modules/vm2/node_modules/acorn-walk
    

    T 1 Antwort Letzte Antwort
    0
    • S senior1418

      @tombox

      bei der Installation über die Katze wird u.a. dies bei mir gemeldet:

      host.iobroker
      2022-03-08 09:41:52.173	error	instance system.adapter.parcel.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      host.iobroker
      2022-03-08 09:41:52.173	error	Caught by controller[0]: }
      host.iobroker
      2022-03-08 09:41:52.173	error	Caught by controller[0]: code: 'ERR_DLOPEN_FAILED'
      host.iobroker
      2022-03-08 09:41:52.173	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:790:12) {
      host.iobroker
      2022-03-08 09:41:52.173	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32)
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1085:14)
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/canvas/lib/bindings.js:3:18)
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:101:18)
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:974:19)
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:790:12)
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32)
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: NODE_MODULE_VERSION 83. Please try re-compiling or re-installing
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: NODE_MODULE_VERSION 72. This version of Node.js requires
      host.iobroker
      2022-03-08 09:41:52.172	error	Caught by controller[0]: was compiled against a different Node.js version using
      host.iobroker
      2022-03-08 09:41:52.171	error	Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node'
      host.iobroker
      2022-03-08 09:41:52.171	error	Caught by controller[0]: ^
      host.iobroker
      2022-03-08 09:41:52.171	error	Caught by controller[0]: return process.dlopen(module, path.toNamespacedPath(filename));
      host.iobroker
      2022-03-08 09:41:52.171	error	Caught by controller[0]: internal/modules/cjs/loader.js:1144
      host.iobroker
      2022-03-08 09:41:51.437	info	instance system.adapter.parcel.0 started with pid 30738
      host.iobroker
      2022-03-08 09:41:51.146	info	"system.adapter.parcel.0" enabled
      host.iobroker
      2022-03-08 09:41:49.225	info	"system.adapter.parcel.0" disabled
      

      Dazu noch ne Menge an Info:

      iobroker npm-rebuild: whatwg-url@5.0.0 /opt/iobroker/node_modules/whatwg-urlwinston-syslog@2.5.0 /opt/iobroker/node_modules/winston-syslogcoffee-script@1.12.7 /opt/iobroker/node_modules/coffee-scriptcolor-support@1.1.3 /opt/iobroker/node_modules/color-supportnode-inspect@2.0.0 /opt/iobroker/node_modules/node-inspectnopt@3.0.6 /opt/iobroker/node_modules/noptwake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lanwhich@1.3.1 /opt/iobroker/node_modules/which@types/request@2.48.8 /opt/iobroker/node_modules/@types/requestform-data@2.5.1 /opt/iobroker/node_modules/@types/request/node_modules/form-datatedious@6.7.1 /opt/iobroker/node_modules/tedious@types/node@12.20.46 /opt/iobroker/node_modules/tedious/node_modules/@types/nodebl@3.0.1 /opt/iobroker/node_modules/tedious/node_modules/blreadable-stream@3.6.0 /opt/iobroker/node_modules/tedious/node_modules/readable-streamdepd@2.0.0 /opt/iobroker/node_modules/tedious/node_modules/depdiconv-lite@0.5.2 /opt/iobroker/node_modules/tedious/node_modules/iconv-litevirtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tscdebug@4.3.3 /opt/iobroker/node_modules/virtual-tsc/node_modules/debugms@2.1.2 /opt/iobroker/node_modules/virtual-tsc/node_modules/mswinston-seq-updated@1.0.4 /opt/iobroker/node_modules/winston-seq-updatedseq-logging@0.4.6 /opt/iobroker/node_modules/winston-seq-updated/node_modules/seq-loggingcanvas@2.8.0 /opt/iobroker/node_modules/canvas@mapbox/node-pre-gyp@1.0.6 /opt/iobroker/node_modules/canvas/node_modules/@mapbox/node-pre-gypnode-fetch@2.6.6 /opt/iobroker/node_modules/canvas/node_modules/node-fetchnopt@5.0.0 /opt/iobroker/node_modules/canvas/node_modules/noptnpmlog@5.0.1 /opt/iobroker/node_modules/canvas/node_modules/npmlogare-we-there-yet@2.0.0 /opt/iobroker/node_modules/canvas/node_modules/are-we-there-yetreadable-stream@3.6.0 /opt/iobroker/node_modules/canvas/node_modules/readable-streamgauge@3.0.1 /opt/iobroker/node_modules/canvas/node_modules/gaugerimraf@3.0.2 /opt/iobroker/node_modules/canvas/node_modules/rimrafsemver@7.3.5 /opt/iobroker/node_modules/canvas/node_modules/semvertar@6.1.11 /opt/iobroker/node_modules/canvas/node_modules/tarchownr@2.0.0 /opt/iobroker/node_modules/canvas/node_modules/chownrmkdirp@1.0.4 /opt/iobroker/node_modules/canvas/node_modules/mkdirpmssql@6.4.0 /opt/iobroker/node_modules/mssqldebug@4.3.3 /opt/iobroker/node_modules/mssql/node_modules/debugms@2.1.2 /opt/iobroker/node_modules/mssql/node_modules/msnode-gyp@3.8.0 /opt/iobroker/node_modules/node-gypsemver@5.3.0 /opt/iobroker/node_modules/node-gyp/node_modules/semvertar@2.2.2 /opt/iobroker/node_modules/node-gyp/node_modules/tarvm2@3.9.7 /opt/iobroker/node_modules/vm2acorn@8.7.0 /opt/iobroker/node_modules/vm2/node_modules/acornacorn-walk@8.2.0 /opt/iobroker/node_modules/vm2/node_modules/acorn-walk
      

      T Offline
      T Offline
      tombox
      schrieb am zuletzt editiert von
      #538

      @senior1418 Ich hatte gehofft das canvas raus ist hattest du mal manuell canvas installiert oder
      kannst du mal folgendes ausführen

      cd /opt/iobroker/node_modules
      npm list canvas
      
      
      S 1 Antwort Letzte Antwort
      0
      • Christoph1337C Offline
        Christoph1337C Offline
        Christoph1337
        schrieb am zuletzt editiert von
        #539

        Die aktuelle Version startet bei mir leider nicht mehr:

        $ iobroker url https://github.com/TA2k/ioBroker.parcel --host iobroker --debug
        
        install TA2k/ioBroker.parcel#8a9f3d23b8c32b4df17f43a4f0e8a78de91e8159
        
        NPM version: 6.14.16Installing TA2k/ioBroker.parcel#8a9f3d23b8c32b4df17f43a4f0e8a78de91e8159... (System call)
        
        > node-aead-crypto@2.2.1 preinstall /opt/iobroker/node_modules/node-aead-crypto> node lib/preinstall.js
        
        node-aead-crypto not needed on this system, since all ciphers are natively supported
        
        npm WARN http-cookie-agent@1.0.5 requires a peer of tough-cookie@^4.0.0 but none is installed. You must install peer dependencies yourself.npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman-converters/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-aead-crypto@2.2.1 (node_modules/node-aead-crypto):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-aead-crypto@2.2.1 preinstall: `node lib/preinstall.js`npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1+ iobroker.parcel@0.0.10removed 668 packages and updated 1 package in 53.587s
        
        178 packages are looking for funding run `npm fund` for details
        
        upload [3] parcel.admin /opt/iobroker/node_modules/iobroker.parcel/admin/index_m.html index_m.html text/html
        
        upload [2] parcel.admin /opt/iobroker/node_modules/iobroker.parcel/admin/parcel.png parcel.png image/png
        
        upload [1] parcel.admin /opt/iobroker/node_modules/iobroker.parcel/admin/style.css style.css text/css
        
        upload [0] parcel.admin /opt/iobroker/node_modules/iobroker.parcel/admin/words.js words.js application/javascript
        
        Update "system.adapter.parcel.0"
        
        Process exited with code 0
        
        T 1 Antwort Letzte Antwort
        0
        • Christoph1337C Christoph1337

          Die aktuelle Version startet bei mir leider nicht mehr:

          $ iobroker url https://github.com/TA2k/ioBroker.parcel --host iobroker --debug
          
          install TA2k/ioBroker.parcel#8a9f3d23b8c32b4df17f43a4f0e8a78de91e8159
          
          NPM version: 6.14.16Installing TA2k/ioBroker.parcel#8a9f3d23b8c32b4df17f43a4f0e8a78de91e8159... (System call)
          
          > node-aead-crypto@2.2.1 preinstall /opt/iobroker/node_modules/node-aead-crypto> node lib/preinstall.js
          
          node-aead-crypto not needed on this system, since all ciphers are natively supported
          
          npm WARN http-cookie-agent@1.0.5 requires a peer of tough-cookie@^4.0.0 but none is installed. You must install peer dependencies yourself.npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman-converters/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
          
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-aead-crypto@2.2.1 (node_modules/node-aead-crypto):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-aead-crypto@2.2.1 preinstall: `node lib/preinstall.js`npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1+ iobroker.parcel@0.0.10removed 668 packages and updated 1 package in 53.587s
          
          178 packages are looking for funding run `npm fund` for details
          
          upload [3] parcel.admin /opt/iobroker/node_modules/iobroker.parcel/admin/index_m.html index_m.html text/html
          
          upload [2] parcel.admin /opt/iobroker/node_modules/iobroker.parcel/admin/parcel.png parcel.png image/png
          
          upload [1] parcel.admin /opt/iobroker/node_modules/iobroker.parcel/admin/style.css style.css text/css
          
          upload [0] parcel.admin /opt/iobroker/node_modules/iobroker.parcel/admin/words.js words.js application/javascript
          
          Update "system.adapter.parcel.0"
          
          Process exited with code 0
          
          T Offline
          T Offline
          tombox
          schrieb am zuletzt editiert von
          #540

          @christoph1337 Ich sehe bei der Installation kein Fehler

          Christoph1337C 1 Antwort Letzte Antwort
          0
          • G Offline
            G Offline
            Gruter
            schrieb am zuletzt editiert von
            #541

            in der allProviderJson ist bei mir aktuell ein Problem bei Hermes,
            hier fehlt ein Wert für Name, alle anderen Felder sind dadurch eins nach Links gerutscht und die Werte stehen in der falschen Spalte.

            T 1 Antwort Letzte Antwort
            0
            • T tombox

              @christoph1337 Ich sehe bei der Installation kein Fehler

              Christoph1337C Offline
              Christoph1337C Offline
              Christoph1337
              schrieb am zuletzt editiert von
              #542

              @tombox Hier noch das Log vom Start.

              e5f83452-6acf-455b-9502-1c2b3525624a-image.png

              T 1 Antwort Letzte Antwort
              0
              • G Gruter

                in der allProviderJson ist bei mir aktuell ein Problem bei Hermes,
                hier fehlt ein Wert für Name, alle anderen Felder sind dadurch eins nach Links gerutscht und die Werte stehen in der falschen Spalte.

                T Offline
                T Offline
                tombox
                schrieb am zuletzt editiert von
                #543

                @gruter ist behoben

                1 Antwort Letzte Antwort
                1
                • Christoph1337C Christoph1337

                  @tombox Hier noch das Log vom Start.

                  e5f83452-6acf-455b-9502-1c2b3525624a-image.png

                  T Offline
                  T Offline
                  tombox
                  schrieb am zuletzt editiert von
                  #544

                  @christoph1337

                  cd /opt/iobroker/node_modules
                  npm list canvas
                  

                  kannst du das bitte ausführen

                  Christoph1337C 1 Antwort Letzte Antwort
                  0
                  • T tombox

                    @christoph1337

                    cd /opt/iobroker/node_modules
                    npm list canvas
                    

                    kannst du das bitte ausführen

                    Christoph1337C Offline
                    Christoph1337C Offline
                    Christoph1337
                    schrieb am zuletzt editiert von
                    #545

                    @tombox 9f1e15fc-96f0-4e11-9990-3577c8249896-image.png

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • Christoph1337C Christoph1337

                      @tombox 9f1e15fc-96f0-4e11-9990-3577c8249896-image.png

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von Thomas Braun
                      #546

                      @christoph1337

                      Kein Problem mit parcel.
                      Dafür mit deinem login und iot / nodejs.
                      Und den Screenshots aus der Konsole. CodeTags verwenden!

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      Christoph1337C 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @christoph1337

                        Kein Problem mit parcel.
                        Dafür mit deinem login und iot / nodejs.
                        Und den Screenshots aus der Konsole. CodeTags verwenden!

                        Christoph1337C Offline
                        Christoph1337C Offline
                        Christoph1337
                        schrieb am zuletzt editiert von
                        #547

                        @thomas-braun klär mich doch mal auf, bitte

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • Christoph1337C Christoph1337

                          @thomas-braun klär mich doch mal auf, bitte

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von Thomas Braun
                          #548

                          @christoph1337

                          klär mich doch mal auf, bitte

                          Haben deine Eltern das nicht getan?
                          Also mit den Blümchen und den Bienchen läuft das folgendermaßen...

                          Nicht als root rumeiern. Als Standarduser agieren.
                          Dann muss da ein Modul neugebaut werden. Welches? Könnte ich aus einem Text kopieren, aus einem Screenshot nicht. Das ganze setzt dann noch eine saubere Installlation von nodeJS voraus.

                          Ist aber in diesem Thread OT, weil das mit dem Adapter nichts zu tun hat.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          Christoph1337C 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @christoph1337

                            klär mich doch mal auf, bitte

                            Haben deine Eltern das nicht getan?
                            Also mit den Blümchen und den Bienchen läuft das folgendermaßen...

                            Nicht als root rumeiern. Als Standarduser agieren.
                            Dann muss da ein Modul neugebaut werden. Welches? Könnte ich aus einem Text kopieren, aus einem Screenshot nicht. Das ganze setzt dann noch eine saubere Installlation von nodeJS voraus.

                            Ist aber in diesem Thread OT, weil das mit dem Adapter nichts zu tun hat.

                            Christoph1337C Offline
                            Christoph1337C Offline
                            Christoph1337
                            schrieb am zuletzt editiert von
                            #549

                            @thomas-braun Mensch ist das ein netter Umgang hier ;) da freut man sich doch gleich!

                            Ich Eier gerne als root rum. Besonders wenn ich in einem docker arbeite.

                            Mit node.js kenne ich mich leider nicht so richtig aus.
                            Was es mit dem canvas auf sich hat weiß ich auch nicht.

                            Da wäre ein Tipp hilfreich.

                            Fakt ist.
                            Alle anderen adapter funktionieren. Lediglich der parcel hat nach dem letzten Update den Dienst eingestellt.

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • Christoph1337C Christoph1337

                              @thomas-braun Mensch ist das ein netter Umgang hier ;) da freut man sich doch gleich!

                              Ich Eier gerne als root rum. Besonders wenn ich in einem docker arbeite.

                              Mit node.js kenne ich mich leider nicht so richtig aus.
                              Was es mit dem canvas auf sich hat weiß ich auch nicht.

                              Da wäre ein Tipp hilfreich.

                              Fakt ist.
                              Alle anderen adapter funktionieren. Lediglich der parcel hat nach dem letzten Update den Dienst eingestellt.

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #550

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

                              Ich Eier gerne als root rum. Besonders wenn ich in einem docker arbeite.

                              Hat nichts miteinander zu tun. Auch im Docker muss man nicht automatisch als root rumhampeln.

                              Wie gesagt, ist OT hier.
                              parcel hat keine Abhängigkeit zu canvas.

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              Christoph1337C 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

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

                                Ich Eier gerne als root rum. Besonders wenn ich in einem docker arbeite.

                                Hat nichts miteinander zu tun. Auch im Docker muss man nicht automatisch als root rumhampeln.

                                Wie gesagt, ist OT hier.
                                parcel hat keine Abhängigkeit zu canvas.

                                Christoph1337C Offline
                                Christoph1337C Offline
                                Christoph1337
                                schrieb am zuletzt editiert von
                                #551

                                @thomas-braun

                                Das hilft mir leider alles überhaupt nicht weiter.
                                Warum sollte ich dann canvas anzeigen lassen? Das ergibt keinen Sinn.

                                Man darf nicht davon ausgehen, dass sich jeder mit node.js, Javascript und npm in der Tiefe auskennt.

                                Es gibt einen Fehler nach dem Update. Der Adapter steht.
                                Er befindet sich in der Entwicklung und Fehler sollten immer gleich reported werden.

                                Dem bin ich nach bestem Wissen und Gewissen nachgekommen.

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • Christoph1337C Christoph1337

                                  @thomas-braun

                                  Das hilft mir leider alles überhaupt nicht weiter.
                                  Warum sollte ich dann canvas anzeigen lassen? Das ergibt keinen Sinn.

                                  Man darf nicht davon ausgehen, dass sich jeder mit node.js, Javascript und npm in der Tiefe auskennt.

                                  Es gibt einen Fehler nach dem Update. Der Adapter steht.
                                  Er befindet sich in der Entwicklung und Fehler sollten immer gleich reported werden.

                                  Dem bin ich nach bestem Wissen und Gewissen nachgekommen.

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von Thomas Braun
                                  #552

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

                                  Es gibt einen Fehler nach dem Update. Der Adapter steht.

                                  Welchen?
                                  LogFile vom Adapter-Start zeigen. Als Text. In CodeTags.

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  Christoph1337C 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

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

                                    Es gibt einen Fehler nach dem Update. Der Adapter steht.

                                    Welchen?
                                    LogFile vom Adapter-Start zeigen. Als Text. In CodeTags.

                                    Christoph1337C Offline
                                    Christoph1337C Offline
                                    Christoph1337
                                    schrieb am zuletzt editiert von
                                    #553

                                    @thomas-braun

                                    root@iobroker:/opt/iobroker/log# tail -f -n 200 iobroker.current.log | grep parcel
                                    
                                    
                                    
                                    2022-03-08 12:40:24.729  - info: host.iobroker "system.adapter.parcel.0" disabled
                                    2022-03-08 12:40:26.075  - info: host.iobroker "system.adapter.parcel.0" enabled
                                    2022-03-08 12:40:26.414  - info: host.iobroker instance system.adapter.parcel.0 started with pid 5088
                                    2022-03-08 12:40:27.196  - error: host.iobroker instance system.adapter.parcel.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                    2022-03-08 12:40:27.196  - info: host.iobroker Rebuild for adapter system.adapter.parcel.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
                                    
                                    
                                    Thomas BraunT T 2 Antworten Letzte Antwort
                                    0
                                    • Christoph1337C Christoph1337

                                      @thomas-braun

                                      root@iobroker:/opt/iobroker/log# tail -f -n 200 iobroker.current.log | grep parcel
                                      
                                      
                                      
                                      2022-03-08 12:40:24.729  - info: host.iobroker "system.adapter.parcel.0" disabled
                                      2022-03-08 12:40:26.075  - info: host.iobroker "system.adapter.parcel.0" enabled
                                      2022-03-08 12:40:26.414  - info: host.iobroker instance system.adapter.parcel.0 started with pid 5088
                                      2022-03-08 12:40:27.196  - error: host.iobroker instance system.adapter.parcel.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                      2022-03-08 12:40:27.196  - info: host.iobroker Rebuild for adapter system.adapter.parcel.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #554

                                      @christoph1337

                                      Nicht grepen, dann fehlen u. U. die Zeilen davor.
                                      Und du bist immer noch root.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      1 Antwort Letzte Antwort
                                      -1
                                      • Christoph1337C Christoph1337

                                        @thomas-braun

                                        root@iobroker:/opt/iobroker/log# tail -f -n 200 iobroker.current.log | grep parcel
                                        
                                        
                                        
                                        2022-03-08 12:40:24.729  - info: host.iobroker "system.adapter.parcel.0" disabled
                                        2022-03-08 12:40:26.075  - info: host.iobroker "system.adapter.parcel.0" enabled
                                        2022-03-08 12:40:26.414  - info: host.iobroker instance system.adapter.parcel.0 started with pid 5088
                                        2022-03-08 12:40:27.196  - error: host.iobroker instance system.adapter.parcel.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        2022-03-08 12:40:27.196  - info: host.iobroker Rebuild for adapter system.adapter.parcel.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
                                        
                                        
                                        T Offline
                                        T Offline
                                        tombox
                                        schrieb am zuletzt editiert von
                                        #555

                                        @christoph1337 Also dein Problem wird gelöst mit

                                        cd /opt/iobroker
                                        npm install canvas
                                        

                                        Ist leider ein rebuild problem bei canvas

                                        Aber ich habe eigentlich die abhängigkeit beseitigt.

                                        Kannst du vorher nochmal via github installieren und schauen ob es geht wennnicht canvas neu

                                        Christoph1337C 1 Antwort Letzte Antwort
                                        1
                                        • T tombox

                                          @christoph1337 Also dein Problem wird gelöst mit

                                          cd /opt/iobroker
                                          npm install canvas
                                          

                                          Ist leider ein rebuild problem bei canvas

                                          Aber ich habe eigentlich die abhängigkeit beseitigt.

                                          Kannst du vorher nochmal via github installieren und schauen ob es geht wennnicht canvas neu

                                          Christoph1337C Offline
                                          Christoph1337C Offline
                                          Christoph1337
                                          schrieb am zuletzt editiert von Christoph1337
                                          #556

                                          @tombox Bester Mann!! Dank dir!

                                          Geht jetzt!

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          822

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe