Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Siro Rollos ohne Gateway?

    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

    Siro Rollos ohne Gateway?

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

      @Plenum
      Du musst die Rückmeldungen aus der Konsole bekanntgeben.
      Inkl. Login Prompt.

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

        @Thomas-Braun

        Hier mein Ergebnis aus der Konsole:

        pi@raspberrypi:~ $ npm install iobroker.siro
        
        npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
        npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
        npm WARN pi No description
        npm WARN pi No repository field.
        npm WARN pi No README data
        npm WARN pi No license field.
        
        + iobroker.siro@1.0.12
        updated 1 package and audited 29 packages in 3.149s
        
        1 package is looking for funding
          run **npm fund** for details
        
        found 0 vulnerabilities
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Plenium last edited by Thomas Braun

          @Plenium
          Bitte Konsolentext auch als Text in CodeTags packen...

          Zum Problem: Du stehst im falschen Verzeichnis.

          cd /opt/iobroker
          iobroker install iobroker.siro
          
          Plenium 1 Reply Last reply Reply Quote 0
          • Plenium
            Plenium @Thomas Braun last edited by

            @Thomas-Braun

            pi@raspberrypi:~ $ cd /opt/iobroker
            pi@raspberrypi:/opt/iobroker $ iobroker install iobroker.siro
            host.raspberrypi Unknown packetName siro
            host.raspberrypi download siro
            File not found: siro
            pi@raspberrypi:/opt/iobroker $ 
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Plenium last edited by Thomas Braun

              @Plenium
              Dann per npm in dem gleichen Verzeichnis:

              npm install iobroker.siro
              
              Plenium 1 Reply Last reply Reply Quote 0
              • Plenium
                Plenium @Thomas Braun last edited by

                @Thomas-Braun Danke dir erstmal für die schnellen Antworten!

                pi@raspberrypi:/opt/iobroker $ npm install iobroker.siro
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                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"})
                
                + iobroker.siro@1.0.12
                added 7 packages from 7 contributors in 27.476s
                
                45 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 @Plenium last edited by

                  @Plenium
                  Jetzt müsste der Adapter drin sein.

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

                    @Thomas-Braun
                    Leider nicht 😞 . Ich hab den Pi nochmal einen reboot unterzogen. Trotzdem nichts dabei:

                    Bild Text

                    Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Plenium last edited by Homoran

                      @Plenium sagte in Siro Rollos ohne Gateway?:

                      @Thomas-Braun
                      Leider nicht 😞 . Ich hab den Pi nochmal einen reboot unterzogen. Trotzdem nichts dabei:

                      vielleicht hilft
                      iobroker upload siro

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

                        @Plenium
                        Das muss wohl noch per upload behandelt werden.

                        1 Reply Last reply Reply Quote 0
                        • Plenium
                          Plenium @Homoran last edited by

                          @Thomas-Braun
                          @Homoran sagte in Siro Rollos ohne Gateway?:

                          vielleicht hilft
                          iobroker upload siro

                          Einfach großartig!!! jetzt hat es geklappt. Ich hab es zwar nicht verstanden, aber es läuft.
                          Ich habe den Adapter schon über das Terminal installiert. Nach dem upload-Befehl habe ich den Adapter im Adapter-Explorer gesucht und gefunden.

                          Homoran 1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @Plenium last edited by

                            @Plenium sagte in Siro Rollos ohne Gateway?:

                            Ich hab es zwar nicht verstanden,

                            dann kommt jetzt der Erklärbär:

                            Wird eine Installation oder ein Update über GitHub (Octocat-Icon) ausgeführt, werden die neuen Dateien nur lokal gespeichert, nicht aber den Instanzen zugeführt. Daher muss bei Versionen des js-controllers unter 1.5 anschließend noch ein Upload manuell durchgeführt werden.

                            Quelle (modifiziert):
                            https://www.iobroker.net/#de/documentation/tutorial/adapter.md?dieinstallationvongithub

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

                              @Homoran Aber auch bei aktuellem js-controller
                              Offenbar.

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

                                @Thomas-Braun sagte in Siro Rollos ohne Gateway?:

                                @Homoran Aber auch bei aktuellem js-controller
                                Offenbar.

                                hatte mich auch gewundert. Aber wenn's hilft 😉

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

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                638
                                Online

                                31.8k
                                Users

                                79.9k
                                Topics

                                1.3m
                                Posts

                                gateway rolloaktor rollomotor siro
                                5
                                18
                                1040
                                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