Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Nodejs und Vis Probleme

    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

    Nodejs und Vis Probleme

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @Thomas Braun last edited by

      @thomas-braun sagte in Nodejs und Vis Probleme:

      ls -lAh /opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js

      Zugriff auf '/opt/iobroker/node_modules/iobroker.systeminfo/myAdapter.js' nicht möglich: Datei oder Verzeichnis nicht gefunden

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators last edited by

        :räusper:

        wir befinden uns in den Einsteigerfragen!

        crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @crunchip last edited by Thomas Braun

          @crunchip

          In der Version aus dem Beta-Repo:

                  this.D(`Adapter ${this.ains} starting.`);
                  this.getObjectList = this.c2p(adapter.objects.getObjectList).bind(adapter.objects);
                  this.getForeignState = this.c2p(adapter.getForeignState).bind(adapter);
          

          Da ist der Fehler noch drin.

          Github kommt so daher:

              static initAdapter() {
                  states = {};
                  this.D(`Adapter ${this.ains} starting.`);
                  this.getObjectList = this.c2p(adapter.getObjectList);
                  this.getForeignState = this.c2p(adapter.getForeignState);
                  this.setForeignState = this.c2p(adapter.setForeignState);
                  this.getState = this.c2p(adapter.getState);
          
          crunchip 1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @Homoran last edited by

            @homoran hihi, gar nicht darauf geachtet

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

              @homoran sagte in Nodejs und Vis Probleme:

              wir befinden uns in den Einsteigerfragen!

              Ich helf dem @crunchip doch gerade... 😛

              W 1 Reply Last reply Reply Quote 0
              • W
                wurschtbrot @Thomas Braun last edited by

                @thomas-braun jetzt überfordert ihr mich ...;)

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

                  @wurschtbrot

                  Installier den Adapter mal ausnahmsweise 'über die Katze' / aus dem GitHub.
                  Da ist der Fehler raus.

                  W 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @Thomas Braun last edited by

                    @thomas-braun sagte in Nodejs und Vis Probleme:

                    In der Version aus dem Beta-Repo:

                    system.adapter.info : info - v1.9.26
                    läuft bei mir

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

                      @crunchip

                      Wir sprechen aber über

                      iobroker.systeminfo@0.3.0
                      
                      crunchip 1 Reply Last reply Reply Quote 0
                      • W
                        wurschtbrot @Thomas Braun last edited by

                        @thomas-braun mit 0.3.0 läuft er sobald ich das update mache was er dann anzeigt ist es wieder rot 😉

                        Thomas Braun 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @wurschtbrot last edited by

                          @wurschtbrot

                          echad@chet:~ $ cd /opt/iobroker/ && npm ls | grep systeminfo
                          

                          Muss sowas zurückliefern

                          ├── iobroker.systeminfo@0.3.0 (git+ssh://git@github.com/frankjoke/ioBroker.systeminfo.git#114c670ea3802be0bbdaced9c0d115ea61f4b5d9)
                          
                          1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Thomas Braun last edited by

                            @thomas-braun jep ,grad verwechselt, den anderen hab ich gar nimmer

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

                              @wurschtbrot

                              Die Versionierung ist da wohl kaputt. Die 0.3.0 aus dem github ist neuer als die 0.3.1 aus dem Repo.

                              W 1 Reply Last reply Reply Quote 0
                              • W
                                wurschtbrot @Thomas Braun last edited by

                                @thomas-braun
                                ok also erstmal nicht aktualisieren

                                
                                pi@iobr22:~ $ cd /opt/iobroker/ && npm ls | grep systeminfo
                                ├── iobroker.systeminfo@0.3.0 (git+ssh://git@github.com/frankjoke/ioBroker.syste                     minfo.git#114c670ea3802be0bbdaced9c0d115ea61f4b5d9)
                                pi@iobr22:/opt/iobroker $ ├── iobroker.systeminfo@0.3.0 (git+ssh://git@github.co                     m/frankjoke/ioBroker.systeminfo.git#114c670ea3802be0bbdaced9c0d115ea61f4b5d9)
                                -bash: syntax error near unexpected token `('
                                pi@iobr22:/opt/iobroker $
                                
                                

                                passt das so

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

                                  @wurschtbrot

                                  Ja.

                                  W 1 Reply Last reply Reply Quote 0
                                  • W
                                    wurschtbrot @Thomas Braun last edited by wurschtbrot

                                    @thomas-braun said in Nodejs und Vis Probleme:

                                    @wurschtbrot

                                    Ja.

                                    danke dir / euch

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

                                      @wurschtbrot

                                      https://github.com/iobroker-community-adapters/ioBroker.systeminfo/issues/81

                                      Grothesk242 created this issue in iobroker-community-adapters/ioBroker.systeminfo

                                      closed SemVer is broken. #81

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

                                      Support us

                                      ioBroker
                                      Community Adapters
                                      Donate

                                      620
                                      Online

                                      31.8k
                                      Users

                                      79.9k
                                      Topics

                                      1.3m
                                      Posts

                                      4
                                      47
                                      1805
                                      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