Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Entwicklung
  4. (GELÖST) zigbee-herdsmann-converters / wie manuell updaten?

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    783

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

(GELÖST) zigbee-herdsmann-converters / wie manuell updaten?

Scheduled Pinned Locked Moved Entwicklung
herdsmanzigbee
129 Posts 13 Posters 27.4k Views 12 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Diamand2k22

    @thomas-braun

    Holy Shit, du machst mich fertig :-D das mit den daneben werfen kann ich bestätigen. kann man das rückgängig machen?
    die version von github kann ich dann über

    b9e0c8b4-8a5e-44d1-ab90-56fa5952674f-image.png

    installieren?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #26

    @diamand2k22

    cd /opt/iobroker 
    npm uninstall zigbee-herdsman-converters
    npm uninstall zigbee-herdsman
    

    Und ich rede von der zigbee-Adapter github-Installation.
    Mach das über 'die Katze', nicht die Weltkugel.
    Die Katze nach dem zigbee-Adapter suchen lassen.

    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

    D 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @diamand2k22

      cd /opt/iobroker 
      npm uninstall zigbee-herdsman-converters
      npm uninstall zigbee-herdsman
      

      Und ich rede von der zigbee-Adapter github-Installation.
      Mach das über 'die Katze', nicht die Weltkugel.
      Die Katze nach dem zigbee-Adapter suchen lassen.

      D Offline
      D Offline
      Diamand2k22
      wrote on last edited by Diamand2k22
      #27

      @thomas-braun

      ok kapiert, man lernt viel dazu!

      nach der github installation wohl zigbee neu konfigurieren oder?

      pi4b@pi4b:~$ cd /opt/iobroker
      pi4b@pi4b:/opt/iobroker$ npm uninstall zigbee-herdsman-converters
      
      removed 2 packages in 7s
      
      65 packages are looking for funding
        run `npm fund` for details
      pi4b@pi4b:/opt/iobroker$ npm uninstall zigbee-herdsman
      
      removed 3 packages in 6s
      
      65 packages are looking for funding
        run `npm fund` for details
      pi4b@pi4b:/opt/iobroker$
      
      Thomas BraunT 1 Reply Last reply
      0
      • D Diamand2k22

        @thomas-braun

        ok kapiert, man lernt viel dazu!

        nach der github installation wohl zigbee neu konfigurieren oder?

        pi4b@pi4b:~$ cd /opt/iobroker
        pi4b@pi4b:/opt/iobroker$ npm uninstall zigbee-herdsman-converters
        
        removed 2 packages in 7s
        
        65 packages are looking for funding
          run `npm fund` for details
        pi4b@pi4b:/opt/iobroker$ npm uninstall zigbee-herdsman
        
        removed 3 packages in 6s
        
        65 packages are looking for funding
          run `npm fund` for details
        pi4b@pi4b:/opt/iobroker$
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #28

        @diamand2k22 sagte in (GELÖST) zigbee-herdsmann-converters / wie manuell updaten?:

        danach wohl zigbee neu konfigurieren oder?

        Nö, sollte nicht notwendig sein.

        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

        D 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @diamand2k22 sagte in (GELÖST) zigbee-herdsmann-converters / wie manuell updaten?:

          danach wohl zigbee neu konfigurieren oder?

          Nö, sollte nicht notwendig sein.

          D Offline
          D Offline
          Diamand2k22
          wrote on last edited by
          #29

          @thomas-braun

          ok jetzt sieht es so aus

          pi4b@pi4b:/opt/iobroker$ npm ls --depth=3 | grep zigbee
          └─┬ iobroker.zigbee@1.7.6
            ├─┬ zigbee-herdsman-converters@14.0.575
            │ └── zigbee-herdsman@0.14.46 deduped
            └─┬ zigbee-herdsman@0.14.46
          pi4b@pi4b:/opt/iobroker$
          

          jetzt installiere ich die github version u. hoffentlich klappt es.

          Thomas BraunT 1 Reply Last reply
          0
          • D Diamand2k22

            @thomas-braun

            ok jetzt sieht es so aus

            pi4b@pi4b:/opt/iobroker$ npm ls --depth=3 | grep zigbee
            └─┬ iobroker.zigbee@1.7.6
              ├─┬ zigbee-herdsman-converters@14.0.575
              │ └── zigbee-herdsman@0.14.46 deduped
              └─┬ zigbee-herdsman@0.14.46
            pi4b@pi4b:/opt/iobroker$
            

            jetzt installiere ich die github version u. hoffentlich klappt es.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by Thomas Braun
            #30

            @diamand2k22

            Dann sollte dann zigbee-herdsman-converters@14.0.666 installiert sein.
            Die zigbee-herdsman-converters@14.0.667 ist erst zwei Stunden alt, die ist noch nicht drin. Aber ich hoffe deine Thermostate sind nicht ausgerechnet erst da enthalten.

            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

            D 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @diamand2k22

              Dann sollte dann zigbee-herdsman-converters@14.0.666 installiert sein.
              Die zigbee-herdsman-converters@14.0.667 ist erst zwei Stunden alt, die ist noch nicht drin. Aber ich hoffe deine Thermostate sind nicht ausgerechnet erst da enthalten.

              D Offline
              D Offline
              Diamand2k22
              wrote on last edited by Diamand2k22
              #31

              @thomas-braun

              shit...jetzt haben wir es glaub ich geschafft, jetzt läuft der adapter nicht mehr :-/...

              Ah,ok das ist die me167.js seh ich grad

              2022-11-14 22:48:32.397 - error: zigbee.0 (210117) 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().
              2022-11-14 22:48:32.398 - error: zigbee.0 (210117) unhandled promise rejection: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
              2022-11-14 22:48:32.677 - error: zigbee.0 (210117) Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
              at Object.openSync (node:fs:590:3)
              at Object.readFileSync (node:fs:458:35)
              at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:221:38)
              at getExternalDefinition.next ()
              at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:235:20)
              at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:182:14)
              at Zigbee.emit (node:events:513:28)
              at Zigbee.emit (node:domain:489:12)
              at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9132:26
              2022-11-14 22:48:32.680 - error: zigbee.0 (210117) Exception-Code: ENOENT: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
              2022-11-14 22:48:32.714 - info: zigbee.0 (210117) cleaned everything up...
              2022-11-14 22:48:32.717 - info: zigbee.0 (210117) terminating
              2022-11-14 22:48:32.722 - warn: zigbee.0 (210117) Terminated (UNCAUGHT_EXCEPTION): Without reason
              2022-11-14 22:48:33.308 - error: host.pi4b 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:
              2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
              2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Object.openSync (node:fs:590:3)
              2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Object.readFileSync (node:fs:458:35)
              2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:221:38)
              2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at getExternalDefinition.next ()
              2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:235:20)
              2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:182:14)
              2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.emit (node:events:513:28)
              2022-11-14 22:48:33.310 - error: host.pi4b Caught by controller[1]: at Zigbee.emit (node:domain:489:12)
              2022-11-14 22:48:33.310 - error: host.pi4b Caught by controller[1]: at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9132:26
              2022-11-14 22:48:33.310 - error: host.pi4b instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
              2022-11-14 22:48:33.310 - info: host.pi4b Restart adapter system.adapter.zigbee.0 because enabled
              2022-11-14 22:48:33.310 - warn: host.pi4b Do not restart adapter system.adapter.zigbee.0 because restart loop detected
              
              Thomas BraunT 2 Replies Last reply
              0
              • D Diamand2k22

                @thomas-braun

                shit...jetzt haben wir es glaub ich geschafft, jetzt läuft der adapter nicht mehr :-/...

                Ah,ok das ist die me167.js seh ich grad

                2022-11-14 22:48:32.397 - error: zigbee.0 (210117) 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().
                2022-11-14 22:48:32.398 - error: zigbee.0 (210117) unhandled promise rejection: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
                2022-11-14 22:48:32.677 - error: zigbee.0 (210117) Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
                at Object.openSync (node:fs:590:3)
                at Object.readFileSync (node:fs:458:35)
                at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:221:38)
                at getExternalDefinition.next ()
                at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:235:20)
                at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:182:14)
                at Zigbee.emit (node:events:513:28)
                at Zigbee.emit (node:domain:489:12)
                at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9132:26
                2022-11-14 22:48:32.680 - error: zigbee.0 (210117) Exception-Code: ENOENT: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
                2022-11-14 22:48:32.714 - info: zigbee.0 (210117) cleaned everything up...
                2022-11-14 22:48:32.717 - info: zigbee.0 (210117) terminating
                2022-11-14 22:48:32.722 - warn: zigbee.0 (210117) Terminated (UNCAUGHT_EXCEPTION): Without reason
                2022-11-14 22:48:33.308 - error: host.pi4b 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:
                2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
                2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Object.openSync (node:fs:590:3)
                2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Object.readFileSync (node:fs:458:35)
                2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:221:38)
                2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at getExternalDefinition.next ()
                2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:235:20)
                2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:182:14)
                2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.emit (node:events:513:28)
                2022-11-14 22:48:33.310 - error: host.pi4b Caught by controller[1]: at Zigbee.emit (node:domain:489:12)
                2022-11-14 22:48:33.310 - error: host.pi4b Caught by controller[1]: at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9132:26
                2022-11-14 22:48:33.310 - error: host.pi4b instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                2022-11-14 22:48:33.310 - info: host.pi4b Restart adapter system.adapter.zigbee.0 because enabled
                2022-11-14 22:48:33.310 - warn: host.pi4b Do not restart adapter system.adapter.zigbee.0 because restart loop detected
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #32

                @diamand2k22 sagte in (GELÖST) zigbee-herdsmann-converters / wie manuell updaten?:

                jetzt haben wir es glaub ich geschafft

                Wir? Du!
                Bei mir läuft der Adapter in der github-Version.

                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 Reply Last reply
                0
                • D Diamand2k22

                  @thomas-braun

                  shit...jetzt haben wir es glaub ich geschafft, jetzt läuft der adapter nicht mehr :-/...

                  Ah,ok das ist die me167.js seh ich grad

                  2022-11-14 22:48:32.397 - error: zigbee.0 (210117) 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().
                  2022-11-14 22:48:32.398 - error: zigbee.0 (210117) unhandled promise rejection: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
                  2022-11-14 22:48:32.677 - error: zigbee.0 (210117) Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
                  at Object.openSync (node:fs:590:3)
                  at Object.readFileSync (node:fs:458:35)
                  at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:221:38)
                  at getExternalDefinition.next ()
                  at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:235:20)
                  at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:182:14)
                  at Zigbee.emit (node:events:513:28)
                  at Zigbee.emit (node:domain:489:12)
                  at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9132:26
                  2022-11-14 22:48:32.680 - error: zigbee.0 (210117) Exception-Code: ENOENT: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
                  2022-11-14 22:48:32.714 - info: zigbee.0 (210117) cleaned everything up...
                  2022-11-14 22:48:32.717 - info: zigbee.0 (210117) terminating
                  2022-11-14 22:48:32.722 - warn: zigbee.0 (210117) Terminated (UNCAUGHT_EXCEPTION): Without reason
                  2022-11-14 22:48:33.308 - error: host.pi4b 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:
                  2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/me167.js'
                  2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Object.openSync (node:fs:590:3)
                  2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Object.readFileSync (node:fs:458:35)
                  2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.getExternalDefinition (/opt/iobroker/node_modules/iobroker.zigbee/main.js:221:38)
                  2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at getExternalDefinition.next ()
                  2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.applyExternalConverters (/opt/iobroker/node_modules/iobroker.zigbee/main.js:235:20)
                  2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.onReady (/opt/iobroker/node_modules/iobroker.zigbee/main.js:182:14)
                  2022-11-14 22:48:33.309 - error: host.pi4b Caught by controller[1]: at Zigbee.emit (node:events:513:28)
                  2022-11-14 22:48:33.310 - error: host.pi4b Caught by controller[1]: at Zigbee.emit (node:domain:489:12)
                  2022-11-14 22:48:33.310 - error: host.pi4b Caught by controller[1]: at /opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:9132:26
                  2022-11-14 22:48:33.310 - error: host.pi4b instance system.adapter.zigbee.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                  2022-11-14 22:48:33.310 - info: host.pi4b Restart adapter system.adapter.zigbee.0 because enabled
                  2022-11-14 22:48:33.310 - warn: host.pi4b Do not restart adapter system.adapter.zigbee.0 because restart loop detected
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #33

                  @diamand2k22

                  cd /opt/iobroker && npm ls
                  

                  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

                  D 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @diamand2k22

                    cd /opt/iobroker && npm ls
                    
                    D Offline
                    D Offline
                    Diamand2k22
                    wrote on last edited by Diamand2k22
                    #34

                    @thomas-braun

                    es läuft wieder alles.
                    hatte noch einen external converter drin stehen, hab jetzt den Pfad entfernt, weil er mir bei der installation der github version die .js gelöscht hat.

                    0decb607-5a60-435f-8925-be5770506510-image.png

                    pi4b@pi4b:~$ cd /opt/iobroker && npm ls
                    iobroker.inst@3.0.0 /opt/iobroker
                    ├── iobroker.admin@6.2.23
                    ├── iobroker.alexa2@3.21.0
                    ├── iobroker.alias-manager@1.2.6
                    ├── iobroker.backitup@2.5.6
                    ├── iobroker.device-reminder@1.2.9 (git+ssh://git@github.com/xenon-s/ioBroker.device-reminder.git#4162ebc0a96605f103df23e277abcf1b673065dd)
                    ├── iobroker.device-watcher@2.0.2
                    ├── iobroker.discovery@3.1.0
                    ├── iobroker.dwd@2.8.3
                    ├── iobroker.ecovacs-deebot@1.4.8
                    ├── iobroker.fritzdect@2.2.6
                    ├── iobroker.fronius-solarweb@0.0.3 (git+ssh://git@github.com/TA2k/ioBroker.fronius-solarweb.git#cf94c61b368f7ffb99b6d3411d65d4e377f9ef28)
                    ├── iobroker.fronius@1.1.6 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.fronius.git#c644a95d480403a1ef277e822df6232ffc66daf5)
                    ├── iobroker.ical@1.13.2
                    ├── iobroker.icons-mfd-svg@1.1.0
                    ├── iobroker.influxdb@3.2.0
                    ├── iobroker.info@1.9.21
                    ├── iobroker.intex@0.0.7
                    ├── iobroker.javascript@6.1.3
                    ├── iobroker.js-controller@4.0.23
                    ├── iobroker.net-tools@0.2.0
                    ├── iobroker.oilfox@4.1.2
                    ├── iobroker.ping@1.5.3
                    ├── iobroker.rpi2@1.3.2
                    ├── iobroker.shelly@6.2.4
                    ├── iobroker.socketio@6.2.0
                    ├── iobroker.synology@2.1.13
                    ├── iobroker.tr-064@4.2.17
                    ├── iobroker.trashschedule@2.0.3
                    ├── iobroker.vis@1.4.15
                    ├── iobroker.web@5.2.10
                    ├── iobroker.whatsapp-cmb@0.2.3
                    ├── iobroker.ws@2.2.1
                    └── iobroker.zigbee@1.7.6 (git+ssh://git@github.com/ioBroker/ioBroker.zigbee.git#84c9eb7accca10de87143e20c4494413a5a16873)
                    
                    Thomas BraunT 1 Reply Last reply
                    0
                    • D Diamand2k22

                      @thomas-braun

                      es läuft wieder alles.
                      hatte noch einen external converter drin stehen, hab jetzt den Pfad entfernt, weil er mir bei der installation der github version die .js gelöscht hat.

                      0decb607-5a60-435f-8925-be5770506510-image.png

                      pi4b@pi4b:~$ cd /opt/iobroker && npm ls
                      iobroker.inst@3.0.0 /opt/iobroker
                      ├── iobroker.admin@6.2.23
                      ├── iobroker.alexa2@3.21.0
                      ├── iobroker.alias-manager@1.2.6
                      ├── iobroker.backitup@2.5.6
                      ├── iobroker.device-reminder@1.2.9 (git+ssh://git@github.com/xenon-s/ioBroker.device-reminder.git#4162ebc0a96605f103df23e277abcf1b673065dd)
                      ├── iobroker.device-watcher@2.0.2
                      ├── iobroker.discovery@3.1.0
                      ├── iobroker.dwd@2.8.3
                      ├── iobroker.ecovacs-deebot@1.4.8
                      ├── iobroker.fritzdect@2.2.6
                      ├── iobroker.fronius-solarweb@0.0.3 (git+ssh://git@github.com/TA2k/ioBroker.fronius-solarweb.git#cf94c61b368f7ffb99b6d3411d65d4e377f9ef28)
                      ├── iobroker.fronius@1.1.6 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.fronius.git#c644a95d480403a1ef277e822df6232ffc66daf5)
                      ├── iobroker.ical@1.13.2
                      ├── iobroker.icons-mfd-svg@1.1.0
                      ├── iobroker.influxdb@3.2.0
                      ├── iobroker.info@1.9.21
                      ├── iobroker.intex@0.0.7
                      ├── iobroker.javascript@6.1.3
                      ├── iobroker.js-controller@4.0.23
                      ├── iobroker.net-tools@0.2.0
                      ├── iobroker.oilfox@4.1.2
                      ├── iobroker.ping@1.5.3
                      ├── iobroker.rpi2@1.3.2
                      ├── iobroker.shelly@6.2.4
                      ├── iobroker.socketio@6.2.0
                      ├── iobroker.synology@2.1.13
                      ├── iobroker.tr-064@4.2.17
                      ├── iobroker.trashschedule@2.0.3
                      ├── iobroker.vis@1.4.15
                      ├── iobroker.web@5.2.10
                      ├── iobroker.whatsapp-cmb@0.2.3
                      ├── iobroker.ws@2.2.1
                      └── iobroker.zigbee@1.7.6 (git+ssh://git@github.com/ioBroker/ioBroker.zigbee.git#84c9eb7accca10de87143e20c4494413a5a16873)
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #35

                      @diamand2k22

                      Das ist nicht die vollständige Ausgabe.

                      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

                      D 1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @diamand2k22

                        Das ist nicht die vollständige Ausgabe.

                        D Offline
                        D Offline
                        Diamand2k22
                        wrote on last edited by Diamand2k22
                        #36

                        @thomas-braun

                        habs grad gemerkt, habs oben ausgebessert!
                        aber trotzdem noch was schief

                        pi4b@pi4b:/opt/iobroker$ npm ls --depth=3 | grep zigbee
                        └─┬ iobroker.zigbee@1.7.6 (git+ssh://git@github.com/ioBroker/ioBroker.zigbee.git#84c9eb7accca10de87143e20c4494413a5a16873)
                          ├─┬ zigbee-herdsman-converters@14.0.666
                          │ └── zigbee-herdsman@0.14.73 deduped
                          └─┬ zigbee-herdsman@0.14.73
                        npm ERR! code ELSPROBLEMS
                        npm ERR! invalid: @types/node@14.18.33 /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/pi4b/.npm/_logs/2022-11-14T22_07_05_771Z-debug-0.log
                        
                        Thomas BraunT 1 Reply Last reply
                        0
                        • D Diamand2k22

                          @thomas-braun

                          habs grad gemerkt, habs oben ausgebessert!
                          aber trotzdem noch was schief

                          pi4b@pi4b:/opt/iobroker$ npm ls --depth=3 | grep zigbee
                          └─┬ iobroker.zigbee@1.7.6 (git+ssh://git@github.com/ioBroker/ioBroker.zigbee.git#84c9eb7accca10de87143e20c4494413a5a16873)
                            ├─┬ zigbee-herdsman-converters@14.0.666
                            │ └── zigbee-herdsman@0.14.73 deduped
                            └─┬ zigbee-herdsman@0.14.73
                          npm ERR! code ELSPROBLEMS
                          npm ERR! invalid: @types/node@14.18.33 /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     /home/pi4b/.npm/_logs/2022-11-14T22_07_05_771Z-debug-0.log
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #37

                          @diamand2k22

                          Kannste überlesen. Ist harmlos, soweit ich das sehe.

                          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

                          D 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @diamand2k22

                            Kannste überlesen. Ist harmlos, soweit ich das sehe.

                            D Offline
                            D Offline
                            Diamand2k22
                            wrote on last edited by
                            #38

                            @thomas-braun

                            sieht in Farbe etwas übler aus.

                            121d1aa2-0159-4c1b-a379-cc23bf056bb7-image.png

                            aber jetzt passt die version schon mal. 👍

                            Thomas BraunT 1 Reply Last reply
                            0
                            • D Diamand2k22

                              @thomas-braun

                              sieht in Farbe etwas übler aus.

                              121d1aa2-0159-4c1b-a379-cc23bf056bb7-image.png

                              aber jetzt passt die version schon mal. 👍

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by Thomas Braun
                              #39

                              @diamand2k22

                              Bei

                              cd /opt/iobroker && npm ls
                              

                              kommen keine Fehlermeldungen? Die tieferen Ebenen sind nicht so wichtig, da ist immer etwas Chaos...

                              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

                              D 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @diamand2k22

                                Bei

                                cd /opt/iobroker && npm ls
                                

                                kommen keine Fehlermeldungen? Die tieferen Ebenen sind nicht so wichtig, da ist immer etwas Chaos...

                                D Offline
                                D Offline
                                Diamand2k22
                                wrote on last edited by
                                #40

                                @thomas-braun

                                bei der Ausgabe kommen keine Fehler!
                                Danke dir!

                                Thomas BraunT 1 Reply Last reply
                                0
                                • D Diamand2k22

                                  @thomas-braun

                                  bei der Ausgabe kommen keine Fehler!
                                  Danke dir!

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #41

                                  @diamand2k22

                                  Und das Gerät ist auch drin?

                                  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

                                  D 1 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @diamand2k22

                                    Und das Gerät ist auch drin?

                                    D Offline
                                    D Offline
                                    Diamand2k22
                                    wrote on last edited by
                                    #42

                                    @thomas-braun

                                    215e89bf-6ad8-4f3a-af45-7820282d106e-image.png

                                    scheint nicht zu klappen :-/

                                    Thomas BraunT 1 Reply Last reply
                                    0
                                    • D Diamand2k22

                                      @thomas-braun

                                      215e89bf-6ad8-4f3a-af45-7820282d106e-image.png

                                      scheint nicht zu klappen :-/

                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #43

                                      @diamand2k22

                                      Hier mal geschaut?
                                      https://forum.iobroker.net/topic/59852/hama-smartes-heizkörper-thermostat?_=1668467039158

                                      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

                                      D 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @diamand2k22

                                        Hier mal geschaut?
                                        https://forum.iobroker.net/topic/59852/hama-smartes-heizkörper-thermostat?_=1668467039158

                                        D Offline
                                        D Offline
                                        Diamand2k22
                                        wrote on last edited by
                                        #44

                                        @thomas-braun

                                        Hallo Thomas,

                                        hab das mal reinkopiert aber dann startet der zigbee adapter nicht mehr :-/

                                        2022-11-15 21:15:17.734 - error: host.pi4b Caught by controller[0]: /opt/iobroker/node_modules/zigbee-herdsman-converters/devices/saswell.js:52
                                        2022-11-15 21:15:17.734 - error: host.pi4b Caught by controller[0]: .withAwayMode()],
                                        2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: ^
                                        2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: TypeError: exposes.climate(...).withSetpoint(...).withLocalTemperature(...).withSystemMode(...).withLocalTemperatureCalibration(...).withAwayMode is not a function
                                        2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Object. (/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/saswell.js:52:18)
                                        2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1155:14)
                                        2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
                                        2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1033:32)
                                        2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:868:12)
                                        2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1057:19)
                                        2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at require (node:internal/modules/cjs/helpers:103:18)
                                        2022-11-15 21:15:17.736 - error: host.pi4b Caught by controller[0]: at Object. (/opt/iobroker/node_modules/zigbee-herdsman-converters/index.js:118:30)
                                        2022-11-15 21:15:17.736 - error: host.pi4b Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1155:14)
                                        2022-11-15 21:15:17.736 - error: host.pi4b Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
                                        2022-11-15 21:15:17.736 - error: host.pi4b instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                        
                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • D Diamand2k22

                                          @thomas-braun

                                          Hallo Thomas,

                                          hab das mal reinkopiert aber dann startet der zigbee adapter nicht mehr :-/

                                          2022-11-15 21:15:17.734 - error: host.pi4b Caught by controller[0]: /opt/iobroker/node_modules/zigbee-herdsman-converters/devices/saswell.js:52
                                          2022-11-15 21:15:17.734 - error: host.pi4b Caught by controller[0]: .withAwayMode()],
                                          2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: ^
                                          2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: TypeError: exposes.climate(...).withSetpoint(...).withLocalTemperature(...).withSystemMode(...).withLocalTemperatureCalibration(...).withAwayMode is not a function
                                          2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Object. (/opt/iobroker/node_modules/zigbee-herdsman-converters/devices/saswell.js:52:18)
                                          2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1155:14)
                                          2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
                                          2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1033:32)
                                          2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:868:12)
                                          2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1057:19)
                                          2022-11-15 21:15:17.735 - error: host.pi4b Caught by controller[0]: at require (node:internal/modules/cjs/helpers:103:18)
                                          2022-11-15 21:15:17.736 - error: host.pi4b Caught by controller[0]: at Object. (/opt/iobroker/node_modules/zigbee-herdsman-converters/index.js:118:30)
                                          2022-11-15 21:15:17.736 - error: host.pi4b Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1155:14)
                                          2022-11-15 21:15:17.736 - error: host.pi4b Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
                                          2022-11-15 21:15:17.736 - error: host.pi4b instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #45

                                          @diamand2k22 sagte in (GELÖST) zigbee-herdsmann-converters / wie manuell updaten?:

                                          hab das mal reinkopiert

                                          Was wo reinkopiert?

                                          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

                                          D 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          262

                                          Online

                                          32.8k

                                          Users

                                          82.7k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe