Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter MyVBus v0.5.x Latest

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter MyVBus v0.5.x Latest

    This topic has been deleted. Only users with topic management privileges can see it.
    • Gargano
      Gargano last edited by Gargano

      @uwet Welche Version vom JS-Controller und Admin ?
      Bitte Ausgaben in Tags </> setzen.
      Die Link muß ohne führende und nachfolgend Blanks sein.

      Evtl. ein Permission Error

      im Putty (Terminal) mal den Fixer

      iobroker fix
      

      laufen lassen

      Und den complete Log mal posten

      Gruß
      Werner

      1 Reply Last reply Reply Quote 0
      • U
        UweT last edited by UweT

        Hallo Werner,
        habe gestern abend iobroker komplett neu intsallieren müssen. Ich werde die entsprechenden Informationen zur Verfügung stellen. Ich bin momentan beruflich etwas stark eingespannt. Mir sind viele Dinge rund um iobroker noch ein Rätsel. Welche Augaben soll ich in Tags </> setzen.
        Vielen Dank für deine Unterstützung.

        Gruß
        Uwe

        Gargano Grizzelbee 2 Replies Last reply Reply Quote 0
        • Gargano
          Gargano @UweT last edited by

          @uwet

          @uwet sagte in Test Adapter MyVBus v0.2.x Latest:

          Welche Augaben soll ich in Tags </> setzen

          Z.B. den Log

          1 Reply Last reply Reply Quote 0
          • Grizzelbee
            Grizzelbee Developer @UweT last edited by

            @uwet
            Hallo Uwe,

            mit etwas Glück ist das ganze Gehampel bei deiner Neuinstallation gar nicht mehr nötig. Ich habe den Adapter zwischenzeitlich zur Aufnahme ins latest Repo eingereicht. Vielleicht ist er bis dahin ja drin. Noch wartet er allerdings "vor den Toren".
            Wenn Du vorher soweit bist, melde dich gerne vor der Installation, dann leite ich dich gerne da durch.

            1 Reply Last reply Reply Quote 0
            • R
              Rille06 last edited by

              @Gargano hier der log von mir.

              Ich musste heute meine RPi neu aufsetzen und stehe jetzt vor dem selben Problem 😉
              Wurde alles neu aufgesetzt und geupdatet.


              0 info it worked if it ends with ok
              1 verbose cli [
              1 verbose cli '/usr/bin/node',
              1 verbose cli '/usr/bin/npm',
              1 verbose cli 'install',
              1 verbose cli 'Grizzelbee/ioBroker.resol#9f1bd3792bc3d07bad5dde39ae3f1d51254b62be',
              1 verbose cli '--loglevel',
              1 verbose cli 'error',
              1 verbose cli '--prefix',
              1 verbose cli '/opt/iobroker'
              1 verbose cli ]
              2 info using npm@6.14.15
              3 info using node@v12.22.7
              4 verbose npm-session ec6ac1f5b672aa1d
              5 silly install loadCurrentTree
              6 silly install readLocalPackageData
              7 verbose prepareGitDep undefined: installing devDeps and running prepare script.
              8 silly fetchPackageMetaData error for github:Grizzelbee/ioBroker.resol#9f1bd3792bc3d07bad5dde39ae3f1d51254b62be premature close
              9 timing stage:rollbackFailedOptional Completed in 2ms
              10 timing stage:runTopLevelLifecycles Completed in 5807ms
              11 verbose stack Error: premature close
              11 verbose stack at PassThrough.onclose (/usr/lib/node_modules/npm/node_modules/end-of-stream/index.js:47:67)
              11 verbose stack at PassThrough.emit (events.js:326:22)
              11 verbose stack at emitCloseNT (internal/streams/destroy.js:69:8)
              11 verbose stack at processTicksAndRejections (internal/process/task_queues.js:83:21)
              12 verbose cwd /opt/iobroker
              13 verbose Linux 5.10.63-v7l+
              14 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" "Grizzelbee/ioBroker.resol#9f1bd3792bc3d07bad5dde39ae3f1d51254b62be" ">
              15 verbose node v12.22.7
              16 verbose npm v6.14.15
              17 error premature close
              18 verbose exit [ 1, true ]

              Gargano Grizzelbee 2 Replies Last reply Reply Quote 0
              • Gargano
                Gargano @Rille06 last edited by

                @rille06 Da muß @Grizzelbee helfen, der Adapter ist von ihm. Wahrscheinlich stimmt eine Einstellung in der Installation vom Adapter nicht
                Da steht

                verbose prepareGitDep undefined: installing devDeps and running prepare script.
                silly fetchPackageMetaData error for github:Grizzelbee/ioBroker.resol
                

                (Wahrscheinlich nicht Dein Fehler..)

                1 Reply Last reply Reply Quote 0
                • Grizzelbee
                  Grizzelbee Developer @Rille06 last edited by

                  @rille06

                  Die Geschichte fängt im Gunde mit der Frage an, wie du die Installation überhaupt angestoßen hast?

                  Aktuell geht es wohl am besten über die Konsole:

                  > cd /opt/iobroker
                  > sudo npm install iobroker.resol@0.4.0
                  

                  Das sollte eigentlich zum Erfolg führen.

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Grizzelbee last edited by

                    @grizzelbee sagte in Test Adapter MyVBus v0.2.x Latest:

                    Das sollte eigentlich zum Erfolg führen.

                    Aber nicht per sudo...

                    cd /opt/iobroker
                    npm install iobroker.resol@0.4.0
                    
                    C 1 Reply Last reply Reply Quote 0
                    • R
                      Rille06 last edited by

                      @Gargano dachte ich mir 😄 aber du hattest damals nach dem log gefragt 😉
                      @Grizzelbee ok, ich hab die Installation natürlich nicht über die Konsole versucht 😄

                      über die Konsole bekomme ich Folgenden Fehler
                      "rollbackFailedOptional: verb npm-session 4a3fd0f117edb57b"
                      Ich habe jetzt allerdings ohne sudo, wie @Thomas-Braun angemerkt hatte, versucht.

                      Ist für mich jetzt aber auch nicht ganz so wichtig/eilig.
                      Da ich, bis zur Veröffentlichung, auch warten kann und den Myvbus adapter solange verwende.
                      Mir geht es ja nur um das "Fehler mitbekommen", was zum Glück eh nur einmal im Jahr vorkommt 😉

                      Danke für eure Schnelle Rückmeldung 🙂

                      1 Reply Last reply Reply Quote 0
                      • C
                        ChrisChros @Thomas Braun last edited by

                        @thomas-braun said in Test Adapter MyVBus v0.2.x Latest:

                        npm install iobroker.resol@0.4.0

                        habe den Adapter jetzt noch der Methode über die Konsole installiert. Wo kann ich nun den Adapter finden um in entsprechend zu konfigurieren? Unter Instanzen wird bei mir nichts angezeigt, auch nach einem reboot.

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @ChrisChros last edited by

                          @chrischros

                          iobroker list adapters
                          iobroker list instances
                          
                          C 1 Reply Last reply Reply Quote 0
                          • C
                            ChrisChros @Thomas Braun last edited by

                            @thomas-braun said in Test Adapter MyVBus v0.2.x Latest:

                            iobroker list instances

                            pi@raspberrypi:/opt/iobroker $ iobroker list adapters
                            system.adapter.admin                   : admin          - v5.2.3
                            system.adapter.backitup                : backitup       - v2.2.1
                            system.adapter.discovery               : discovery      - v2.7.5
                            system.adapter.history                 : history        - v1.10.5
                            system.adapter.icons-material-png      : icons-material-png - v0.1.0
                            system.adapter.icons-material-svg      : icons-material-svg - v0.1.0
                            system.adapter.icons-mfd-svg           : icons-mfd-svg  - v1.0.2
                            system.adapter.influxdb                : influxdb       - v2.4.0
                            system.adapter.info                    : info           - v1.9.16
                            system.adapter.javascript              : javascript     - v5.2.18
                            system.adapter.modbus                  : modbus         - v3.4.17
                            system.adapter.openknx                 : openknx        - v0.1.10
                            system.adapter.socketio                : socketio       - v3.1.5
                            system.adapter.vis                     : vis            - v1.4.6
                            system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.1.9
                            system.adapter.vis-material-advanced   : vis-material-advanced - v1.7.2
                            system.adapter.vis-materialdesign      : vis-materialdesign - v0.5.9
                            system.adapter.vis-metro               : vis-metro      - v1.1.2
                            system.adapter.vis-timeandweather      : vis-timeandweather - v1.1.7
                            system.adapter.web                     : web            - v3.4.16
                            
                            pi@raspberrypi:/opt/iobroker $ iobroker list instances
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                            + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                            + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                              system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              - disabled
                              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                            + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                            + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                            + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                            + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                            + system.adapter.openknx.0                : openknx               : raspberrypi                              -  enabled, bind: 10.10.20.18
                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                              system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              - disabled
                              system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              - disabled
                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
                              system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            + instance is alive
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @ChrisChros last edited by Thomas Braun

                              @chrischros sagte in Test Adapter MyVBus v0.2.x Latest:

                              /opt/iobroker

                              Bist du auch vor bwz. bei der Installation in /opt/iobroker gewesen?
                              Mit welchen Meldungen ist die Installation dann erfolgt?

                              C 1 Reply Last reply Reply Quote 1
                              • C
                                ChrisChros @Thomas Braun last edited by

                                @thomas-braun

                                pi@raspberrypi:/opt/iobroker $ npm install iobroker.resol
                                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":"arm"})
                                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
                                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                
                                + iobroker.resol@0.4.0
                                removed 4 packages and updated 1 package in 12.659s
                                
                                34 packages are looking for funding
                                  run `npm fund` for details
                                
                                
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @ChrisChros last edited by

                                  @chrischros sagte in Test Adapter MyVBus v0.2.x Latest:

                                  Mach mal ein

                                  iobroker stop
                                  iobroker upload all
                                  iobroker start
                                  
                                  C 1 Reply Last reply Reply Quote 0
                                  • C
                                    ChrisChros @Thomas Braun last edited by

                                    @thomas-braun ok ist jetzt soweit durchgelaufen. In den Instanzen wird aber noch immer kein neuer Adapter für Resol oder vbus angezeigt.

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @ChrisChros last edited by

                                      @chrischros
                                      In der Liste der Adapter aber vermutlich schon. Dann eine Instanz händisch hinzufügen.

                                      C 1 Reply Last reply Reply Quote 0
                                      • C
                                        ChrisChros @Thomas Braun last edited by

                                        @thomas-braun leider auch nicht. in der Adapterliste finde ich nur den myvbus adapter aber nicht den resol.

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @ChrisChros last edited by

                                          @chrischros

                                          Bei mir tauchte der nach dem upload auf.

                                          C 1 Reply Last reply Reply Quote 0
                                          • C
                                            ChrisChros @Thomas Braun last edited by

                                            @thomas-braun ok sehr merkwürdig. habe auch das "Beta (latest)" Repository geladen.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            459
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            resol vbus
                                            27
                                            380
                                            74247
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo