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. Beta Test js-controller 3.2.x auf GitHub

NEWS

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

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

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

Beta Test js-controller 3.2.x auf GitHub

Geplant Angeheftet Gesperrt Verschoben Tester
js-controller
287 Beiträge 25 Kommentatoren 47.7k Aufrufe 29 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.
  • SBorgS Offline
    SBorgS Offline
    SBorg
    Forum Testing Most Active
    schrieb am zuletzt editiert von
    #65

    Die 3.2.4 läuft bis jetzt sehr gut :grin:

    LG SBorg ( SBorg auf GitHub)
    Projekte: Lebensmittelwarnung.de | WLAN-Wetterstation | PimpMyStation

    1 Antwort Letzte Antwort
    1
    • apollon77A apollon77

      @Homoran timeout ... wüsste nicht was das sein kann. Mal ccu restarted?

      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von Homoran
      #66

      @apollon77 sagte in Beta Test js-controller 3.2.x auf GitHub:

      @Homoran timeout ... wüsste nicht was das sein kann. Mal ccu restarted?

      Hier spinnt anscheinend gerade alles - 4 parallele Installationen.
      Die produktive aktualisiert noch, zwei andere haben Verbindung,
      rpc.0 mit rfd klappt aber auch nur rpc.1 mit HmIP nicht
      controller_3_2_4.png

      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Antwort Letzte Antwort
      0
      • IssiI Offline
        IssiI Offline
        Issi
        Developer
        schrieb am zuletzt editiert von Issi
        #67

        Hi, ich habe da glaube was gefunden wen man ein state erstellt mit einem def Wert wird er Orange dargestellt und die Quality zeigt [0x20] an hab es mit einem frisch installierten adapter und direkt in den ioBroker Objekten unter 0_userdata probiert beides dasselbe im log steht nichts drin
        Screenshot_12.png
        ist das jetzt ein feature oder ein bug :confused:

        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

        apollon77A 1 Antwort Letzte Antwort
        0
        • FeuersturmF Online
          FeuersturmF Online
          Feuersturm
          schrieb am zuletzt editiert von Feuersturm
          #68

          Ich habe gerade mal meinen ioBroker Container geclont und den js-controller 3.2.4 installiert.
          Beim update kamen folgende Meldungen:

          proxmox@ioBrokerBETA:/opt/iobroker$ npm install ioBroker/ioBroker.js-controller
          [sudo] password for proxmox: 
          
          > iobroker.js-controller@3.2.4 preinstall /opt/iobroker/node_modules/iobroker.js-controller
          > node lib/preinstallCheck.js
          
          NPM version: 6.14.6
          
          > iobroker.js-controller@3.2.4 install /opt/iobroker/node_modules/iobroker.js-controller
          > node iobroker.js setup first
          
          object 0_userdata.0.example_state created
          object _design/system updated
          
          The following notifications happened during sync: 
          - Ignoring Directory "iogo.admin" because officially not created as meta object. Please remove directory!
          - Ignoring Directory "tr-064-community.admin" because officially not created as meta object. Please remove directory!
          
          Renamed repository "default to "stable"
          Renamed repository "latest to "beta"
          
          > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
          > node scripts/postinstall
          
          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.1: 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"})
          
          + iobroker.js-controller@3.2.4
          added 44 packages from 16 contributors, removed 53 packages, updated 40 packages and moved 1 package in 102.359s
          
          35 packages are looking for funding
            run `npm fund` for details
          
          proxmox@ioBrokerBETA:/opt/iobroker$ nodejs -v
          v12.18.3
          proxmox@ioBrokerBETA:/opt/iobroker$ node -v
          v12.18.3
          proxmox@ioBrokerBETA:/opt/iobroker$ npm -v
          6.14.6
          

          Bei socketio v 3.1.2 ( @apollon77 ) kommt folgende Warnung
          Edit Issue https://github.com/ioBroker/ioBroker.socketio/issues/40

          socketio.0	2021-01-09 22:33:47.854	warn	(3964) State "socketio.0.connected" has no existing object, this might lead to an error in future versions
          

          Ich habe den Pong Fehlter auch mit der 1.14.27
          HomeMatic RPC - 1.14.27 ( @foxriver76 )

          hm-rpc.0	2021-01-09 22:34:48.960	warn	(3530) State "hm-rpc.0.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
          

          Ebenfalls kommen beim HmIPW-DRAP vom Adapter hm-rpc folgende Warnungen:
          Edit: Issue: https://github.com/ioBroker/ioBroker.hm-rpc/issues/298

          hm-rpc.0	2021-01-09 22:35:09.066	warn	(3530) State "hm-rpc.0.00179A4989A6AB.2.CURRENT" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.059	warn	(3530) State "hm-rpc.0.00179A4989A6AB.2.CURRENT_STATUS" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.055	warn	(3530) State "hm-rpc.0.00179A4989A6AB.2.VOLTAGE" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.054	warn	(3530) State "hm-rpc.0.00179A4989A6AB.2.VOLTAGE_STATUS" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.053	warn	(3530) State "hm-rpc.0.00179A4989A6AB.1.CURRENT" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.052	warn	(3530) State "hm-rpc.0.00179A4989A6AB.1.CURRENT_STATUS" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.051	warn	(3530) State "hm-rpc.0.00179A4989A6AB.1.VOLTAGE" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.050	warn	(3530) State "hm-rpc.0.00179A4989A6AB.1.VOLTAGE_STATUS" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.049	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_CODE" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.048	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ACTUAL_TEMPERATURE" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.046	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_BUS_CONFIG_MISMATCH" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.045	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_SHORT_CIRCUIT_DATA_LINE_BUS_1" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.044	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_SHORT_CIRCUIT_DATA_LINE_BUS_2" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.043	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_OVERHEAT" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.042	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_POWER_SHORT_CIRCUIT_BUS_1" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.040	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_POWER_SHORT_CIRCUIT_BUS_2" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.037	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.VOLTAGE" has no existing object, this might lead to an error in future versions
          hm-rpc.0	2021-01-09 22:35:09.036	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_UNDERVOLTAGE" has no existing object, this might lead to an error in future versions
          
          apollon77A 1 Antwort Letzte Antwort
          0
          • IssiI Issi

            Hi, ich habe da glaube was gefunden wen man ein state erstellt mit einem def Wert wird er Orange dargestellt und die Quality zeigt [0x20] an hab es mit einem frisch installierten adapter und direkt in den ioBroker Objekten unter 0_userdata probiert beides dasselbe im log steht nichts drin
            Screenshot_12.png
            ist das jetzt ein feature oder ein bug :confused:

            apollon77A Offline
            apollon77A Offline
            apollon77
            schrieb am zuletzt editiert von
            #69

            @Issi "feature" ... steht auch im changelog. Damit soll dargestellt werden da der wert nicht vom Gerät kam und auch nicht vom User oder einem Adapter gesetzt wurde.

            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 Antwort Letzte Antwort
            1
            • FeuersturmF Feuersturm

              Ich habe gerade mal meinen ioBroker Container geclont und den js-controller 3.2.4 installiert.
              Beim update kamen folgende Meldungen:

              proxmox@ioBrokerBETA:/opt/iobroker$ npm install ioBroker/ioBroker.js-controller
              [sudo] password for proxmox: 
              
              > iobroker.js-controller@3.2.4 preinstall /opt/iobroker/node_modules/iobroker.js-controller
              > node lib/preinstallCheck.js
              
              NPM version: 6.14.6
              
              > iobroker.js-controller@3.2.4 install /opt/iobroker/node_modules/iobroker.js-controller
              > node iobroker.js setup first
              
              object 0_userdata.0.example_state created
              object _design/system updated
              
              The following notifications happened during sync: 
              - Ignoring Directory "iogo.admin" because officially not created as meta object. Please remove directory!
              - Ignoring Directory "tr-064-community.admin" because officially not created as meta object. Please remove directory!
              
              Renamed repository "default to "stable"
              Renamed repository "latest to "beta"
              
              > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
              > node scripts/postinstall
              
              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.1: 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"})
              
              + iobroker.js-controller@3.2.4
              added 44 packages from 16 contributors, removed 53 packages, updated 40 packages and moved 1 package in 102.359s
              
              35 packages are looking for funding
                run `npm fund` for details
              
              proxmox@ioBrokerBETA:/opt/iobroker$ nodejs -v
              v12.18.3
              proxmox@ioBrokerBETA:/opt/iobroker$ node -v
              v12.18.3
              proxmox@ioBrokerBETA:/opt/iobroker$ npm -v
              6.14.6
              

              Bei socketio v 3.1.2 ( @apollon77 ) kommt folgende Warnung
              Edit Issue https://github.com/ioBroker/ioBroker.socketio/issues/40

              socketio.0	2021-01-09 22:33:47.854	warn	(3964) State "socketio.0.connected" has no existing object, this might lead to an error in future versions
              

              Ich habe den Pong Fehlter auch mit der 1.14.27
              HomeMatic RPC - 1.14.27 ( @foxriver76 )

              hm-rpc.0	2021-01-09 22:34:48.960	warn	(3530) State "hm-rpc.0.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
              

              Ebenfalls kommen beim HmIPW-DRAP vom Adapter hm-rpc folgende Warnungen:
              Edit: Issue: https://github.com/ioBroker/ioBroker.hm-rpc/issues/298

              hm-rpc.0	2021-01-09 22:35:09.066	warn	(3530) State "hm-rpc.0.00179A4989A6AB.2.CURRENT" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.059	warn	(3530) State "hm-rpc.0.00179A4989A6AB.2.CURRENT_STATUS" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.055	warn	(3530) State "hm-rpc.0.00179A4989A6AB.2.VOLTAGE" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.054	warn	(3530) State "hm-rpc.0.00179A4989A6AB.2.VOLTAGE_STATUS" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.053	warn	(3530) State "hm-rpc.0.00179A4989A6AB.1.CURRENT" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.052	warn	(3530) State "hm-rpc.0.00179A4989A6AB.1.CURRENT_STATUS" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.051	warn	(3530) State "hm-rpc.0.00179A4989A6AB.1.VOLTAGE" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.050	warn	(3530) State "hm-rpc.0.00179A4989A6AB.1.VOLTAGE_STATUS" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.049	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_CODE" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.048	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ACTUAL_TEMPERATURE" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.046	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_BUS_CONFIG_MISMATCH" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.045	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_SHORT_CIRCUIT_DATA_LINE_BUS_1" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.044	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_SHORT_CIRCUIT_DATA_LINE_BUS_2" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.043	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_OVERHEAT" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.042	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_POWER_SHORT_CIRCUIT_BUS_1" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.040	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_POWER_SHORT_CIRCUIT_BUS_2" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.037	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.VOLTAGE" has no existing object, this might lead to an error in future versions
              hm-rpc.0	2021-01-09 22:35:09.036	warn	(3530) State "hm-rpc.0.00179A4989A6AB.0.ERROR_UNDERVOLTAGE" has no existing object, this might lead to an error in future versions
              
              apollon77A Offline
              apollon77A Offline
              apollon77
              schrieb am zuletzt editiert von
              #70

              @Feuersturm Die Meldungen sind alle ok. Falls Du die adapter wo oben die "Ignoring Directory" meldungen kamen dann bitte einmal "iobroker upload ..." machen bzw ausnahmsweise manuell im iobroker-data/files einfach löschen ... oder ignorieren - tut nicht weh :-)

              Rest bitte die Meldungen bei den adaptern melden

              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 Antwort Letzte Antwort
              1
              • MalleRalleM MalleRalle

                So, ich teste mal mit.
                Sieht alles schonmal ganz gut aus.
                Folgende Fehlermeldungen:

                
                tankerkoenig.0	2021-01-09 20:55:00.231	warn	(382886) State "tankerkoenig.0.stations.8.e10.combined" has no existing object, this might lead to an error in future versions
                hm-rpc.3	2021-01-09 20:54:55.061	warn	(382018) State "hm-rpc.3.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
                

                EDIT ON
                Update auf hm-rpc@1.14.27 behebt den PONG Fehler
                THX @foxriver76
                EDIT OFF

                FeuersturmF Online
                FeuersturmF Online
                Feuersturm
                schrieb am zuletzt editiert von
                #71

                @MalleRalle sagte in Beta Test js-controller 3.2.x auf GitHub:

                Update auf hm-rpc@1.14.27 behebt den PONG Fehler

                Hast du den Adapter normal über ioBroker installiert oder hast du die Version 1.14.29 über die Git-Katze installiert. Laut Changelog ist der Fix in der 1.14.29 enthalten, im latest / Beta wird mir aber nur die 1.14.27 angeboten.

                1 Antwort Letzte Antwort
                0
                • apollon77A Offline
                  apollon77A Offline
                  apollon77
                  schrieb am zuletzt editiert von
                  #72

                  Mal andere Frage: Schaut mal ob jemand hier einejn Eintrag hat (unter "Objekte", Expertenmodus, "system.host.NAME.notifications" ... Falls das bei jemandem nicht leer ist bitte iobroker mal stoppen und in iobroker-data nach der notifications.json schauen und den Inhalt mal posten ... Danke :-)

                  Bildschirmfoto 2021-01-09 um 23.27.14.png

                  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
                  SBorgS ? lobomauL Thomas BraunT 4 Antworten Letzte Antwort
                  0
                  • apollon77A apollon77

                    Mal andere Frage: Schaut mal ob jemand hier einejn Eintrag hat (unter "Objekte", Expertenmodus, "system.host.NAME.notifications" ... Falls das bei jemandem nicht leer ist bitte iobroker mal stoppen und in iobroker-data nach der notifications.json schauen und den Inhalt mal posten ... Danke :-)

                    Bildschirmfoto 2021-01-09 um 23.27.14.png

                    SBorgS Offline
                    SBorgS Offline
                    SBorg
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von
                    #73

                    @apollon77 Bidda sche:

                    {"system":{"restartLoop":{"system.adapter.backitup.0":[{"message":"Restart loop detected","ts":1610188753329}],"system.adapter.enigma2.0":[{"message":"Restart loop detected","ts":1610189429633}]}}}
                    

                    LG SBorg ( SBorg auf GitHub)
                    Projekte: Lebensmittelwarnung.de | WLAN-Wetterstation | PimpMyStation

                    apollon77A 1 Antwort Letzte Antwort
                    0
                    • SBorgS SBorg

                      @apollon77 Bidda sche:

                      {"system":{"restartLoop":{"system.adapter.backitup.0":[{"message":"Restart loop detected","ts":1610188753329}],"system.adapter.enigma2.0":[{"message":"Restart loop detected","ts":1610189429633}]}}}
                      
                      apollon77A Offline
                      apollon77A Offline
                      apollon77
                      schrieb am zuletzt editiert von
                      #74

                      @SBorg Cool :-)) Danke ... Das system tut mal generell ... Du hattest also zwei Fälle das Adapter zu schnell gecrasht sind :-) Später mal wird das im Admin angezeigt

                      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
                      FeuersturmF 1 Antwort Letzte Antwort
                      0
                      • apollon77A apollon77

                        @SBorg Cool :-)) Danke ... Das system tut mal generell ... Du hattest also zwei Fälle das Adapter zu schnell gecrasht sind :-) Später mal wird das im Admin angezeigt

                        FeuersturmF Online
                        FeuersturmF Online
                        Feuersturm
                        schrieb am zuletzt editiert von Feuersturm
                        #75

                        @apollon77 Hat das Update auch Einfluss auf den VIS Dateimanager?
                        js-controller 3.2.4:
                        2f9d285a-6873-4c2d-9b98-e0416d3197ef-grafik.png

                        Wenn ich jetzt eine Ebene höher gehe dann verschwindet der Ordnername und ich komme in vis.0/main auch nicht mehr rein. Ebenfalls fehlen sämtliche anderen Inhalte im vis.0 Ordner.
                        dfb40bef-52b2-4b94-979b-a06b497a9635-grafik.png

                        Gleiches gilt, wenn ich auf der obersten Wurzelebene bin und dann in die einzelnen Ordner navigiere.

                        So sieht der vis.0 Ordner im meinem Produktivsystem (js-controller 3.1.6) aus:
                        8c1ac6b1-2b6d-49cd-9dcb-caa4e685411e-grafik.png

                        sigi234S apollon77A 4 Antworten Letzte Antwort
                        0
                        • FeuersturmF Feuersturm

                          @apollon77 Hat das Update auch Einfluss auf den VIS Dateimanager?
                          js-controller 3.2.4:
                          2f9d285a-6873-4c2d-9b98-e0416d3197ef-grafik.png

                          Wenn ich jetzt eine Ebene höher gehe dann verschwindet der Ordnername und ich komme in vis.0/main auch nicht mehr rein. Ebenfalls fehlen sämtliche anderen Inhalte im vis.0 Ordner.
                          dfb40bef-52b2-4b94-979b-a06b497a9635-grafik.png

                          Gleiches gilt, wenn ich auf der obersten Wurzelebene bin und dann in die einzelnen Ordner navigiere.

                          So sieht der vis.0 Ordner im meinem Produktivsystem (js-controller 3.1.6) aus:
                          8c1ac6b1-2b6d-49cd-9dcb-caa4e685411e-grafik.png

                          sigi234S Online
                          sigi234S Online
                          sigi234
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von sigi234
                          #76

                          @Feuersturm

                          Das kann ich bestätigen!

                          Siehe:

                          https://discord.com/channels/743167951875604501/743227673379209389/797497699368697888

                          Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                          Immer Daten sichern!

                          1 Antwort Letzte Antwort
                          0
                          • FeuersturmF Feuersturm

                            @apollon77 Hat das Update auch Einfluss auf den VIS Dateimanager?
                            js-controller 3.2.4:
                            2f9d285a-6873-4c2d-9b98-e0416d3197ef-grafik.png

                            Wenn ich jetzt eine Ebene höher gehe dann verschwindet der Ordnername und ich komme in vis.0/main auch nicht mehr rein. Ebenfalls fehlen sämtliche anderen Inhalte im vis.0 Ordner.
                            dfb40bef-52b2-4b94-979b-a06b497a9635-grafik.png

                            Gleiches gilt, wenn ich auf der obersten Wurzelebene bin und dann in die einzelnen Ordner navigiere.

                            So sieht der vis.0 Ordner im meinem Produktivsystem (js-controller 3.1.6) aus:
                            8c1ac6b1-2b6d-49cd-9dcb-caa4e685411e-grafik.png

                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            schrieb am zuletzt editiert von
                            #77

                            @Feuersturm wenn du den doppelten slash weg machst ist der Inhalt dann wieder da?

                            Aber ja das kann durchaus sein. Checke ich.

                            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 Antwort Letzte Antwort
                            0
                            • FeuersturmF Feuersturm

                              @apollon77 Hat das Update auch Einfluss auf den VIS Dateimanager?
                              js-controller 3.2.4:
                              2f9d285a-6873-4c2d-9b98-e0416d3197ef-grafik.png

                              Wenn ich jetzt eine Ebene höher gehe dann verschwindet der Ordnername und ich komme in vis.0/main auch nicht mehr rein. Ebenfalls fehlen sämtliche anderen Inhalte im vis.0 Ordner.
                              dfb40bef-52b2-4b94-979b-a06b497a9635-grafik.png

                              Gleiches gilt, wenn ich auf der obersten Wurzelebene bin und dann in die einzelnen Ordner navigiere.

                              So sieht der vis.0 Ordner im meinem Produktivsystem (js-controller 3.1.6) aus:
                              8c1ac6b1-2b6d-49cd-9dcb-caa4e685411e-grafik.png

                              apollon77A Offline
                              apollon77A Offline
                              apollon77
                              schrieb am zuletzt editiert von
                              #78

                              @Feuersturm noch frage: dB ist file oder redis?

                              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
                              FeuersturmF 1 Antwort Letzte Antwort
                              0
                              • apollon77A apollon77

                                @Feuersturm noch frage: dB ist file oder redis?

                                FeuersturmF Online
                                FeuersturmF Online
                                Feuersturm
                                schrieb am zuletzt editiert von
                                #79

                                @apollon77 sagte in Beta Test js-controller 3.2.x auf GitHub:

                                @Feuersturm noch frage: dB ist file oder redis?

                                Ich verstehe die Frage leider nicht. Worauf bezieht sich deine Frage?

                                lobomauL apollon77A 2 Antworten Letzte Antwort
                                0
                                • FeuersturmF Feuersturm

                                  @apollon77 sagte in Beta Test js-controller 3.2.x auf GitHub:

                                  @Feuersturm noch frage: dB ist file oder redis?

                                  Ich verstehe die Frage leider nicht. Worauf bezieht sich deine Frage?

                                  lobomauL Offline
                                  lobomauL Offline
                                  lobomau
                                  schrieb am zuletzt editiert von
                                  #80

                                  @apollon77 ich habe mal auf einem slave ausprobiert einem Pi3 mit node 12.20.1 und npm 6.14.10.
                                  Scheint nicht geklappt zu haben:

                                  
                                  pi@Pi3:~ $ cd /opt/iobroker
                                  pi@Pi3:/opt/iobroker $ sudo iobroker stop
                                  pi@Pi3:/opt/iobroker $ sudo npm install ioBroker/ioBroker.js-controller
                                  
                                  > iobroker.js-controller@3.2.4 preinstall /opt/iobroker/node_modules/iobroker.js                                           -controller
                                  > node lib/preinstallCheck.js
                                  
                                  NPM version: 6.14.10
                                  
                                  > iobroker.js-controller@3.2.4 install /opt/iobroker/node_modules/iobroker.js-co                                           ntroller
                                  > node iobroker.js setup first
                                  
                                  Cannot write file. Not critical: Error: EACCES: permission denied, open '/opt/io                                           broker/node_modules/iobroker.js-controller/lib/setup/../../../../reinstall.js'
                                  Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt                                           /iobroker/node_modules/iobroker.js-controller/lib/setup/../../_service_iobroker.                                           bat'
                                  Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt                                           /iobroker/node_modules/iobroker.js-controller/lib/setup/../../iobroker.bat'
                                  Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt                                           /iobroker/node_modules/iobroker.js-controller/lib/setup/../../iob.bat'
                                  internal/fs/utils.js:269
                                      throw err;
                                      ^
                                  
                                  Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-                                           controller/lib/setup/../../tmp'
                                      at Object.mkdirSync (fs.js:921:3)
                                      at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/                                           setupSetup.js:835:16)
                                      at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/set                                           up.js:272:23)
                                      at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-con                                           troller/lib/setup.js:2643:5)
                                      at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iob                                           roker.js:1:24)
                                      at Module._compile (internal/modules/cjs/loader.js:999:30)
                                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                                      at Module.load (internal/modules/cjs/loader.js:863:32)
                                      at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                                      at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js                                           :60:12) {
                                    errno: -13,
                                    syscall: 'mkdir',
                                    code: 'EACCES',
                                    path: '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
                                  }
                                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/ch                                           okidar/node_modules/fsevents):
                                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@                                           2.3.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}                                           )
                                  
                                  npm ERR! code ELIFECYCLE
                                  npm ERR! errno 1
                                  npm ERR! iobroker.js-controller@3.2.4 install: `node iobroker.js setup first`
                                  npm ERR! Exit status 1
                                  npm ERR!
                                  npm ERR! Failed at the iobroker.js-controller@3.2.4 install script.
                                  npm ERR! This is probably not a problem with npm. There is likely additional log                                           ging output above.
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /root/.npm/_logs/2021-01-10T08_01_16_275Z-debug.log
                                  pi@Pi3:/opt/iobroker $
                                  
                                  

                                  Host: NUC8i3 mit Proxmox:

                                  • ioBroker CT Debian 13, npm 10.9.4, nodejs 22.21.0
                                  • Slave: Pi4
                                  apollon77A 1 Antwort Letzte Antwort
                                  0
                                  • lobomauL lobomau

                                    @apollon77 ich habe mal auf einem slave ausprobiert einem Pi3 mit node 12.20.1 und npm 6.14.10.
                                    Scheint nicht geklappt zu haben:

                                    
                                    pi@Pi3:~ $ cd /opt/iobroker
                                    pi@Pi3:/opt/iobroker $ sudo iobroker stop
                                    pi@Pi3:/opt/iobroker $ sudo npm install ioBroker/ioBroker.js-controller
                                    
                                    > iobroker.js-controller@3.2.4 preinstall /opt/iobroker/node_modules/iobroker.js                                           -controller
                                    > node lib/preinstallCheck.js
                                    
                                    NPM version: 6.14.10
                                    
                                    > iobroker.js-controller@3.2.4 install /opt/iobroker/node_modules/iobroker.js-co                                           ntroller
                                    > node iobroker.js setup first
                                    
                                    Cannot write file. Not critical: Error: EACCES: permission denied, open '/opt/io                                           broker/node_modules/iobroker.js-controller/lib/setup/../../../../reinstall.js'
                                    Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt                                           /iobroker/node_modules/iobroker.js-controller/lib/setup/../../_service_iobroker.                                           bat'
                                    Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt                                           /iobroker/node_modules/iobroker.js-controller/lib/setup/../../iobroker.bat'
                                    Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt                                           /iobroker/node_modules/iobroker.js-controller/lib/setup/../../iob.bat'
                                    internal/fs/utils.js:269
                                        throw err;
                                        ^
                                    
                                    Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-                                           controller/lib/setup/../../tmp'
                                        at Object.mkdirSync (fs.js:921:3)
                                        at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/                                           setupSetup.js:835:16)
                                        at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/set                                           up.js:272:23)
                                        at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-con                                           troller/lib/setup.js:2643:5)
                                        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iob                                           roker.js:1:24)
                                        at Module._compile (internal/modules/cjs/loader.js:999:30)
                                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                                        at Module.load (internal/modules/cjs/loader.js:863:32)
                                        at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                                        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js                                           :60:12) {
                                      errno: -13,
                                      syscall: 'mkdir',
                                      code: 'EACCES',
                                      path: '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
                                    }
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/ch                                           okidar/node_modules/fsevents):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@                                           2.3.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}                                           )
                                    
                                    npm ERR! code ELIFECYCLE
                                    npm ERR! errno 1
                                    npm ERR! iobroker.js-controller@3.2.4 install: `node iobroker.js setup first`
                                    npm ERR! Exit status 1
                                    npm ERR!
                                    npm ERR! Failed at the iobroker.js-controller@3.2.4 install script.
                                    npm ERR! This is probably not a problem with npm. There is likely additional log                                           ging output above.
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /root/.npm/_logs/2021-01-10T08_01_16_275Z-debug.log
                                    pi@Pi3:/opt/iobroker $
                                    
                                    
                                    apollon77A Offline
                                    apollon77A Offline
                                    apollon77
                                    schrieb am zuletzt editiert von
                                    #81

                                    @lobomau iobroker fix bitte, dann nochmal versuchen. 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
                                    lobomauL 1 Antwort Letzte Antwort
                                    0
                                    • FeuersturmF Feuersturm

                                      @apollon77 sagte in Beta Test js-controller 3.2.x auf GitHub:

                                      @Feuersturm noch frage: dB ist file oder redis?

                                      Ich verstehe die Frage leider nicht. Worauf bezieht sich deine Frage?

                                      apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      schrieb am zuletzt editiert von
                                      #82

                                      @Feuersturm was sagt „iobroker setup custom“ bei der objects databank für einen Typ? File oder redis?

                                      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
                                      FeuersturmF 1 Antwort Letzte Antwort
                                      0
                                      • apollon77A apollon77

                                        @lobomau iobroker fix bitte, dann nochmal versuchen. Danke

                                        lobomauL Offline
                                        lobomauL Offline
                                        lobomau
                                        schrieb am zuletzt editiert von lobomau
                                        #83

                                        @apollon77 hab ich kein ioBroker mehr!?
                                        43140403-c137-489b-b521-c7893247b529-image.png

                                        der zweite Befehl mit fix.sh hatte auch nicht geklappt.
                                        Nun läuft gerade durch:

                                        sudo -H -u iobroker npm install ioBroker/ioBroker.js-controller
                                        

                                        Host: NUC8i3 mit Proxmox:

                                        • ioBroker CT Debian 13, npm 10.9.4, nodejs 22.21.0
                                        • Slave: Pi4
                                        lobomauL 1 Antwort Letzte Antwort
                                        0
                                        • lobomauL lobomau

                                          @apollon77 hab ich kein ioBroker mehr!?
                                          43140403-c137-489b-b521-c7893247b529-image.png

                                          der zweite Befehl mit fix.sh hatte auch nicht geklappt.
                                          Nun läuft gerade durch:

                                          sudo -H -u iobroker npm install ioBroker/ioBroker.js-controller
                                          
                                          lobomauL Offline
                                          lobomauL Offline
                                          lobomau
                                          schrieb am zuletzt editiert von lobomau
                                          #84

                                          @apollon77 ich glaube es hat geklappt:

                                          2a17a7be-d514-42e4-88df-aa945d40beb6-image.png

                                          pi@Pi3:/opt/iobroker $ curl -sL https://iobroker.net/fix.sh | bash -
                                          library: loaded
                                          Library version=2020-12-07
                                          ioBroker is not installed in /opt/iobroker! Cannot fix anything...
                                          pi@Pi3:/opt/iobroker $ sudo -H -u iobroker npm install ioBroker/ioBroker.js-cont                                                        roller
                                          
                                          > iobroker.js-controller@3.2.4 preinstall /opt/iobroker/node_modules/iobroker.js                                                        -controller
                                          > node lib/preinstallCheck.js
                                          
                                          NPM version: 6.14.10
                                          
                                          > iobroker.js-controller@3.2.4 install /opt/iobroker/node_modules/iobroker.js-co                                                        ntroller
                                          > node iobroker.js setup first
                                          
                                          object 0_userdata.0.example_state created
                                          object _design/system updated
                                          ioBroker configuration updated
                                          
                                          > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
                                          > node scripts/postinstall
                                          
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/ch                                                        okidar/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@                                                        2.3.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}                                                        )
                                          
                                          + iobroker.js-controller@3.2.4
                                          added 87 packages from 45 contributors, removed 3 packages and moved 1 package i                                                        n 178.757s
                                          
                                          11 packages are looking for funding
                                            run `npm fund` for details
                                          
                                          pi@Pi3:/opt/iobroker $ sudo npm fund
                                          iobroker.inst@2.0.3
                                          ├─┬ https://github.com/sponsors/isaacs
                                          │ └── glob@7.1.6
                                          ├─┬ https://github.com/sponsors/epoberezkin
                                          │ └── ajv@6.12.3
                                          ├─┬ https://github.com/sponsors/RubenVerborgh
                                          │ └── follow-redirects@1.13.0
                                          ├─┬ https://github.com/sponsors/ljharb
                                          │ └── is-nan@1.3.0, resolve@1.17.0, has-symbols@1.0.1
                                          ├─┬ https://opencollective.com/ioredis
                                          │ └── ioredis@4.19.4
                                          ├─┬ https://github.com/sponsors/jonschlinkert
                                          │ └── picomatch@2.2.2
                                          ├─┬ https://github.com/chalk/wrap-ansi?sponsor=1
                                          │ └── wrap-ansi@7.0.0
                                          ├─┬ https://github.com/chalk/ansi-styles?sponsor=1
                                          │ └── ansi-styles@4.3.0
                                          ├─┬ https://github.com/sponsors/feross
                                          │ └── safe-buffer@5.2.1, simple-concat@1.0.1
                                          ├─┬ https://www.patreon.com/feross
                                          │ └── safe-buffer@5.2.1, simple-concat@1.0.1
                                          ├─┬ https://feross.org/support
                                          │ └── safe-buffer@5.2.1, simple-concat@1.0.1
                                          └─┬ https://github.com/sponsors/sindresorhus
                                            └── mimic-response@2.1.0
                                          
                                          pi@Pi3:/opt/iobroker $ sudo iobroker start
                                          pi@Pi3:/opt/iobroker $
                                          
                                          

                                          Host: NUC8i3 mit Proxmox:

                                          • ioBroker CT Debian 13, npm 10.9.4, nodejs 22.21.0
                                          • Slave: Pi4
                                          apollon77A 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

                                          683

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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