Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] Alexa Adapter startet nach Update auf 3.10.4 nicht

NEWS

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

[gelöst] Alexa Adapter startet nach Update auf 3.10.4 nicht

Scheduled Pinned Locked Moved ioBroker Allgemein
103 Posts 6 Posters 8.3k Views 6 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.
  • SKBS SKB

    @apollon77

    pi@ioBroker:/opt/iobroker/node_modules/ws $ cd /opt/iobroker/node_modules/bufferutil/
    pi@ioBroker:/opt/iobroker/node_modules/bufferutil $ npm rebuild
    pi@ioBroker:/opt/iobroker/node_modules/bufferutil $ cd /opt/iobroker/node_modules/ws/node_modules/bufferutil/
    pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ npm rebuild
    pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $
    

    Ist das richtig, das da keine Ausgabe kommt?
    Soll ich nun den Adapter noch einmal starten? Via Instanz oder Shell?

    apollon77A Online
    apollon77A Online
    apollon77
    wrote on last edited by
    #81

    @skb hm ... ne keine ausgabe ist blöd. mach mal in beiden dirs ein "npm install --production"

    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
    SKBS 1 Reply Last reply
    1
    • apollon77A apollon77

      @skb hm ... ne keine ausgabe ist blöd. mach mal in beiden dirs ein "npm install --production"

      SKBS Offline
      SKBS Offline
      SKB
      Developer Most Active
      wrote on last edited by
      #82

      @apollon77 said in Alexa Adapter startet nach Update auf 3.10.4 nicht mehr:

      npm install --production

      pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ npm install --production
      
      > bufferutil@4.0.2 install /opt/iobroker/node_modules/ws/node_modules/bufferutil
      > node-gyp-build
      
      npm notice created a lockfile as package-lock.json. You should commit this file.
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/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":"arm"})
      
      added 1 package from 1 contributor and audited 115 packages in 7.61s
      found 1 moderate severity vulnerability
        run `npm audit fix` to fix them, or `npm audit` for details
      pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $
      

      und

      pi@ioBroker:/opt/iobroker/node_modules/bufferutil $ npm install --production
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
      
      > bufferutil@4.0.4 install /opt/iobroker/node_modules/bufferutil
      > node-gyp-build
      
      npm notice created a lockfile as package-lock.json. You should commit this file.
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/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":"arm"})
      
      added 1 package from 1 contributor and audited 411 packages in 14.738s
      found 5 vulnerabilities (1 low, 3 moderate, 1 high)
        run `npm audit fix` to fix them, or `npm audit` for details
      pi@ioBroker:/opt/iobroker/node_modules/bufferutil $
      

      Irgendwie sieht das sehr strubbelig aus ^^

      Soll ich npm audit fix laufen lassen?

      ... wer nicht mit der Zeit geht, geht mit der Zeit ...

      Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

      apollon77A 1 Reply Last reply
      0
      • SKBS SKB

        @apollon77 said in Alexa Adapter startet nach Update auf 3.10.4 nicht mehr:

        npm install --production

        pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ npm install --production
        
        > bufferutil@4.0.2 install /opt/iobroker/node_modules/ws/node_modules/bufferutil
        > node-gyp-build
        
        npm notice created a lockfile as package-lock.json. You should commit this file.
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/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":"arm"})
        
        added 1 package from 1 contributor and audited 115 packages in 7.61s
        found 1 moderate severity vulnerability
          run `npm audit fix` to fix them, or `npm audit` for details
        pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $
        

        und

        pi@ioBroker:/opt/iobroker/node_modules/bufferutil $ npm install --production
        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
        npm WARN deprecated har-validator@5.1.5: this library is no longer supported
        npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
        npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
        
        > bufferutil@4.0.4 install /opt/iobroker/node_modules/bufferutil
        > node-gyp-build
        
        npm notice created a lockfile as package-lock.json. You should commit this file.
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/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":"arm"})
        
        added 1 package from 1 contributor and audited 411 packages in 14.738s
        found 5 vulnerabilities (1 low, 3 moderate, 1 high)
          run `npm audit fix` to fix them, or `npm audit` for details
        pi@ioBroker:/opt/iobroker/node_modules/bufferutil $
        

        Irgendwie sieht das sehr strubbelig aus ^^

        Soll ich npm audit fix laufen lassen?

        apollon77A Online
        apollon77A Online
        apollon77
        wrote on last edited by
        #83

        @skb nneee kein audit fix. versuch mal start

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        SKBS 1 Reply Last reply
        1
        • apollon77A apollon77

          @skb nneee kein audit fix. versuch mal start

          SKBS Offline
          SKBS Offline
          SKB
          Developer Most Active
          wrote on last edited by
          #84

          @apollon77 npm start? Oder?

          ... wer nicht mit der Zeit geht, geht mit der Zeit ...

          Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

          apollon77A 1 Reply Last reply
          0
          • SKBS SKB

            @apollon77 npm start? Oder?

            apollon77A Online
            apollon77A Online
            apollon77
            wrote on last edited by
            #85

            @skb einfach adapter restarten ... admin oder "iob restart alexa2" oder so ist egal

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            SKBS 1 Reply Last reply
            1
            • apollon77A apollon77

              @skb einfach adapter restarten ... admin oder "iob restart alexa2" oder so ist egal

              SKBS Offline
              SKBS Offline
              SKB
              Developer Most Active
              wrote on last edited by
              #86

              @apollon77

              host.ioBroker	2021-10-13 09:52:28.035	info	Restart adapter system.adapter.alexa2.0 because enabled
              host.ioBroker	2021-10-13 09:52:28.035	info	instance system.adapter.alexa2.0 terminated with code NaN ()
              host.ioBroker	2021-10-13 09:52:28.034	warn	instance system.adapter.alexa2.0 terminated due to SIGBUS
              

              Frage: Wie könnte sich jetzt etwas geändert haben, wenn dort oben soviele Fehlermeldungen auftauchen?

              ... wer nicht mit der Zeit geht, geht mit der Zeit ...

              Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

              apollon77A 1 Reply Last reply
              0
              • SKBS SKB

                @apollon77

                host.ioBroker	2021-10-13 09:52:28.035	info	Restart adapter system.adapter.alexa2.0 because enabled
                host.ioBroker	2021-10-13 09:52:28.035	info	instance system.adapter.alexa2.0 terminated with code NaN ()
                host.ioBroker	2021-10-13 09:52:28.034	warn	instance system.adapter.alexa2.0 terminated due to SIGBUS
                

                Frage: Wie könnte sich jetzt etwas geändert haben, wenn dort oben soviele Fehlermeldungen auftauchen?

                apollon77A Online
                apollon77A Online
                apollon77
                wrote on last edited by
                #87

                @skb Problem ist das ich oben das was ich sehen wollte nicht gesehen habe ... keine ahnung gerade mehr 😞 @AlCalzone noch ne idee als workaround?

                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                1 Reply Last reply
                1
                • apollon77A Online
                  apollon77A Online
                  apollon77
                  wrote on last edited by
                  #88

                  @SKB next try ...

                  Ansonsten: in den entsprechenden Verzeichnissen die Datei node.napi.armv7.node löschen, dann sollten keine nativen Sachen mehr aufgerufen werden können. Siehe auch GitHub Issue.

                  ... schau mal ob so ein File in den bufferutil verzeichnissen ist und wenn ja benenn mal um

                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                  SKBS 1 Reply Last reply
                  1
                  • apollon77A apollon77

                    @SKB next try ...

                    Ansonsten: in den entsprechenden Verzeichnissen die Datei node.napi.armv7.node löschen, dann sollten keine nativen Sachen mehr aufgerufen werden können. Siehe auch GitHub Issue.

                    ... schau mal ob so ein File in den bufferutil verzeichnissen ist und wenn ja benenn mal um

                    SKBS Offline
                    SKBS Offline
                    SKB
                    Developer Most Active
                    wrote on last edited by
                    #89

                    @apollon77

                    pi@ioBroker:/opt/iobroker/node_modules/bufferutil $ ls
                    binding.gyp  fallback.js  index.js  LICENSE  node_modules  package.json  package-lock.json  prebuilds  README.md  src
                    
                    pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ ls
                    binding.gyp  build  fallback.js  index.js  LICENSE  node_modules  package.json  package-lock.json  prebuilds  README.md  src
                    

                    Soweit ich das sehe, ist in keinem der Verzeichnisse diese Datei vorhanden.

                    Habe mal eine Suche durchgeführt:

                    pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ sudo find / -type f -name "node.napi.armv7.node"
                    /opt/iobroker/node_modules/utf-8-validate/prebuilds/linux-arm/node.napi.armv7.node
                    /opt/iobroker/node_modules/bufferutil/prebuilds/linux-arm/node.napi.armv7.node
                    find: ‘/proc/21028/task/21028/net’: Das Argument ist ungültig
                    find: ‘/proc/21028/net’: Das Argument ist ungültig
                    /home/pi/node_modules/utf-8-validate/prebuilds/linux-arm/node.napi.armv7.node
                    /home/pi/node_modules/bufferutil/prebuilds/linux-arm/node.napi.armv7.node
                    

                    Soll ich alle entfernen?

                    ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                    Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                    apollon77A 1 Reply Last reply
                    0
                    • SKBS SKB

                      @apollon77

                      pi@ioBroker:/opt/iobroker/node_modules/bufferutil $ ls
                      binding.gyp  fallback.js  index.js  LICENSE  node_modules  package.json  package-lock.json  prebuilds  README.md  src
                      
                      pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ ls
                      binding.gyp  build  fallback.js  index.js  LICENSE  node_modules  package.json  package-lock.json  prebuilds  README.md  src
                      

                      Soweit ich das sehe, ist in keinem der Verzeichnisse diese Datei vorhanden.

                      Habe mal eine Suche durchgeführt:

                      pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ sudo find / -type f -name "node.napi.armv7.node"
                      /opt/iobroker/node_modules/utf-8-validate/prebuilds/linux-arm/node.napi.armv7.node
                      /opt/iobroker/node_modules/bufferutil/prebuilds/linux-arm/node.napi.armv7.node
                      find: ‘/proc/21028/task/21028/net’: Das Argument ist ungültig
                      find: ‘/proc/21028/net’: Das Argument ist ungültig
                      /home/pi/node_modules/utf-8-validate/prebuilds/linux-arm/node.napi.armv7.node
                      /home/pi/node_modules/bufferutil/prebuilds/linux-arm/node.napi.armv7.node
                      

                      Soll ich alle entfernen?

                      apollon77A Online
                      apollon77A Online
                      apollon77
                      wrote on last edited by
                      #90

                      @skb die von bufferutil ja 🙂 Falls das net tut kann man die utf8-validate auch mal versuchen

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      SKBS 1 Reply Last reply
                      1
                      • apollon77A apollon77

                        @skb die von bufferutil ja 🙂 Falls das net tut kann man die utf8-validate auch mal versuchen

                        SKBS Offline
                        SKBS Offline
                        SKB
                        Developer Most Active
                        wrote on last edited by
                        #91

                        @apollon77

                        pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ rm /home/pi/node_modules/utf-8-validate/prebuilds/linux-arm/node.napi.armv7.node
                        pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ rm /home/pi/node_modules/bufferutil/prebuilds/linux-arm/node.napi.armv7.node
                        pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ rm /opt/iobroker/node_modules/utf-8-validate/prebuilds/linux-arm/node.napi.armv7.node
                        pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ rm /opt/iobroker/node_modules/bufferutil/prebuilds/linux-arm/node.napi.armv7.node
                        pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ sudo find / -type f -name "node.napi.armv7.node"
                        find: ‘/proc/21709/task/21709/net’: Das Argument ist ungültig
                        find: ‘/proc/21709/net’: Das Argument ist ungültig
                        find: ‘/proc/21723’: Datei oder Verzeichnis nicht gefunden
                        find: ‘/proc/21724’: Datei oder Verzeichnis nicht gefunden
                        find: ‘/proc/21725’: Datei oder Verzeichnis nicht gefunden
                        

                        ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                        Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                        apollon77A 1 Reply Last reply
                        0
                        • SKBS SKB

                          @apollon77

                          pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ rm /home/pi/node_modules/utf-8-validate/prebuilds/linux-arm/node.napi.armv7.node
                          pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ rm /home/pi/node_modules/bufferutil/prebuilds/linux-arm/node.napi.armv7.node
                          pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ rm /opt/iobroker/node_modules/utf-8-validate/prebuilds/linux-arm/node.napi.armv7.node
                          pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ rm /opt/iobroker/node_modules/bufferutil/prebuilds/linux-arm/node.napi.armv7.node
                          pi@ioBroker:/opt/iobroker/node_modules/ws/node_modules/bufferutil $ sudo find / -type f -name "node.napi.armv7.node"
                          find: ‘/proc/21709/task/21709/net’: Das Argument ist ungültig
                          find: ‘/proc/21709/net’: Das Argument ist ungültig
                          find: ‘/proc/21723’: Datei oder Verzeichnis nicht gefunden
                          find: ‘/proc/21724’: Datei oder Verzeichnis nicht gefunden
                          find: ‘/proc/21725’: Datei oder Verzeichnis nicht gefunden
                          
                          apollon77A Online
                          apollon77A Online
                          apollon77
                          wrote on last edited by
                          #92

                          @skb Ok, hast dich alle weggeworfen :-)) dann versuch mal

                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                          SKBS 1 Reply Last reply
                          1
                          • AlCalzoneA Offline
                            AlCalzoneA Offline
                            AlCalzone
                            Developer
                            wrote on last edited by
                            #93

                            Ich würde mit npm ls bufferutil herausfinden, welche Module von bufferutil abhängen und in deren Ordnern npm i bufferutil@4.0.3 ausführen.

                            Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                            1 Reply Last reply
                            1
                            • apollon77A apollon77

                              @skb Ok, hast dich alle weggeworfen :-)) dann versuch mal

                              SKBS Offline
                              SKBS Offline
                              SKB
                              Developer Most Active
                              wrote on last edited by
                              #94

                              @apollon77 Was soll ich sagen? ES GEHT !!!!

                              alexa2.0	2021-10-13 10:40:15.772	info	Subscribing to states...
                              alexa2.0	2021-10-13 10:39:56.739	info	Alexa-Push-Connection (macDms = true) established. Disable Polling
                              alexa2.0	2021-10-13 10:39:53.252	info	starting. Version 3.11.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.18.0, js-controller: 3.3.18
                              host.ioBroker	2021-10-13 10:39:51.417	info	instance system.adapter.alexa2.0 started with pid 21873
                              host.ioBroker	2021-10-13 10:39:50.497	info	"system.adapter.alexa2.0" enabled
                              

                              2021-10-13 10_41_16-Window.png

                              Ist ja herrlich. DANKE !!!

                              Jetzt musst Du mir vielleicht nur noch erklären, was da los war 😉

                              ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                              Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                              apollon77A 1 Reply Last reply
                              0
                              • SKBS SKB

                                @apollon77 Was soll ich sagen? ES GEHT !!!!

                                alexa2.0	2021-10-13 10:40:15.772	info	Subscribing to states...
                                alexa2.0	2021-10-13 10:39:56.739	info	Alexa-Push-Connection (macDms = true) established. Disable Polling
                                alexa2.0	2021-10-13 10:39:53.252	info	starting. Version 3.11.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.18.0, js-controller: 3.3.18
                                host.ioBroker	2021-10-13 10:39:51.417	info	instance system.adapter.alexa2.0 started with pid 21873
                                host.ioBroker	2021-10-13 10:39:50.497	info	"system.adapter.alexa2.0" enabled
                                

                                2021-10-13 10_41_16-Window.png

                                Ist ja herrlich. DANKE !!!

                                Jetzt musst Du mir vielleicht nur noch erklären, was da los war 😉

                                apollon77A Online
                                apollon77A Online
                                apollon77
                                wrote on last edited by
                                #95

                                @skb Naja eins der beiden Binär Module (die machen dinge nur ggf schneller und sind optional) haben ein problem gehabt ... welches der beiden ist jetzt eher schwierig zu finden weil Du beide gelöscht hast gg

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                SKBS 1 Reply Last reply
                                1
                                • apollon77A apollon77

                                  @skb Naja eins der beiden Binär Module (die machen dinge nur ggf schneller und sind optional) haben ein problem gehabt ... welches der beiden ist jetzt eher schwierig zu finden weil Du beide gelöscht hast gg

                                  SKBS Offline
                                  SKBS Offline
                                  SKB
                                  Developer Most Active
                                  wrote on last edited by
                                  #96

                                  @apollon77 Danke, das sagt mir jetzt nicht ganz so viel, da ich mit NPM eigentlich fast nichts zu tun habe.

                                  Wie sieht das nun in Zukunft aus, wenn sich das Zeug aktualisiert? Habe ich dann wieder ähnliche Themen?

                                  ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                                  Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                                  apollon77A 1 Reply Last reply
                                  0
                                  • SKBS SKB

                                    @apollon77 Danke, das sagt mir jetzt nicht ganz so viel, da ich mit NPM eigentlich fast nichts zu tun habe.

                                    Wie sieht das nun in Zukunft aus, wenn sich das Zeug aktualisiert? Habe ich dann wieder ähnliche Themen?

                                    apollon77A Online
                                    apollon77A Online
                                    apollon77
                                    wrote on last edited by
                                    #97

                                    @skb Das wird sich zeigen ... das fixen hoffentlich die wo es herkommt

                                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                    SKBS 1 Reply Last reply
                                    1
                                    • apollon77A apollon77

                                      @skb Das wird sich zeigen ... das fixen hoffentlich die wo es herkommt

                                      SKBS Offline
                                      SKBS Offline
                                      SKB
                                      Developer Most Active
                                      wrote on last edited by
                                      #98

                                      @apollon77 Prima, danke für deine Hilfe - die spiegelt sich gerade im Sponsor bei Git wieder 😉

                                      ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                                      Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                                      apollon77A 1 Reply Last reply
                                      1
                                      • SKBS SKB

                                        @apollon77 Prima, danke für deine Hilfe - die spiegelt sich gerade im Sponsor bei Git wieder 😉

                                        apollon77A Online
                                        apollon77A Online
                                        apollon77
                                        wrote on last edited by
                                        #99

                                        @skb Wow, danke!

                                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                        SKBS 1 Reply Last reply
                                        1
                                        • apollon77A apollon77

                                          @skb Wow, danke!

                                          SKBS Offline
                                          SKBS Offline
                                          SKB
                                          Developer Most Active
                                          wrote on last edited by
                                          #100

                                          @apollon77 Da nicht für. Ich habe ja mehr zu danken und als Zeichen meiner Verzweiflung 😄

                                          ... wer nicht mit der Zeit geht, geht mit der Zeit ...

                                          Aktuelle Entwicklung: Energiefluss - erweitert (https://forum.iobroker.net/topic/64734)

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          574

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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