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. Error/Bug
  4. Shelly Adapter

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    12
    2
    251

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

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

Shelly Adapter

Shelly Adapter

Scheduled Pinned Locked Moved Solved Error/Bug
59 Posts 5 Posters 7.1k Views 5 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.
  • StabilostickS Stabilostick

    Kannst Du bitte das in dem folgendem Posting beschriebene ausprobieren und das Ergebnis hier posten?

    https://forum.iobroker.net/topic/18687/shelly-adapter-funktioniert-nicht-error-log/2

    R Offline
    R Offline
    Rocket85
    wrote on last edited by
    #20

    @Stabilostick

    Anbei das Ergebnis. Schon mal vielen DANK für deine Mühe.

    starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.shelly, node: v8.15.0
    Starting shelly.0 in version 2.1.0
    Exception: TypeError: xmlserializer.Builder is not a constructor/TypeError: xmlserializer.Builder is not a constructor
    Exception: TypeError: xmlserializer.Builder is not a constructor

    1 Reply Last reply
    0
    • StabilostickS Offline
      StabilostickS Offline
      Stabilostick
      wrote on last edited by
      #21

      Kannst Du bitte den Shelly-Adapter mit der zugehörigen Instanz noch einmal löschen, wieder installieren und das Log der Installation hier posten (wenn er wieder nicht grün wird)?

      R 1 Reply Last reply
      0
      • StabilostickS Stabilostick

        Kannst Du bitte den Shelly-Adapter mit der zugehörigen Instanz noch einmal löschen, wieder installieren und das Log der Installation hier posten (wenn er wieder nicht grün wird)?

        R Offline
        R Offline
        Rocket85
        wrote on last edited by Negalein
        #22

        @Stabilostick

        $ ./iobroker add shelly  --host raspberrypi
        host.raspberrypi create instance shelly
        host.raspberrypi object shelly.0.info.connection created
        host.raspberrypi object shelly.0.info created
        host.raspberrypi object system.adapter.shelly.0.outputCount created
        host.raspberrypi object system.adapter.shelly.0.inputCount created
        host.raspberrypi object system.adapter.shelly.0.uptime created
        host.raspberrypi object system.adapter.shelly.0.memRss created
        host.raspberrypi object system.adapter.shelly.0.memHeapTotal created
        host.raspberrypi object system.adapter.shelly.0.memHeapUsed created
        host.raspberrypi object system.adapter.shelly.0.connected created
        host.raspberrypi object system.adapter.shelly.0.alive created
        host.raspberrypi object system.adapter.shelly.0 created
        process exited with code 0
        
        1 Reply Last reply
        0
        • StabilostickS Offline
          StabilostickS Offline
          Stabilostick
          wrote on last edited by
          #23

          Kann es sein, dass Du nur die Instanz aber nicht den Adapter gelöscht hast?

          R 1 Reply Last reply
          0
          • StabilostickS Stabilostick

            Kann es sein, dass Du nur die Instanz aber nicht den Adapter gelöscht hast?

            R Offline
            R Offline
            Rocket85
            wrote on last edited by Negalein
            #24

            @Stabilostick

            Eigentlich habe ich den Adapter gelöscht, allerdings habe ich eben mal den Haken bei - schließen wenn fertig - weg gemacht und da ist mir etwas aufgefallen.

            $ ./iobroker del shelly
            Delete adapter "shelly"
            host.raspberrypi no instances of adapter shelly found
            npm uninstall iobroker.shelly --silent --save --prefix "/opt/iobroker" (System call)
            ERROR: Error deleting adapter shelly from disk: Error: host.raspberrypi: Cannot uninstall iobroker.shelly: 243
            ERROR: You might have to delete it yourself!
            process exited with code 0
            
            1 Reply Last reply
            0
            • StabilostickS Offline
              StabilostickS Offline
              Stabilostick
              wrote on last edited by Stabilostick
              #25

              Vorschlag:

              1. Beende iobroker mit

                iobroker stop
                

                ausgeführt im iobroker-Ordner.

              2. Lösche manuell den node_modules/iobroker.shelly-Ordner (habe ich aus dem Gedächtnis so geschrieben)

              Dann wieder den ioBroker starten.

              R 1 Reply Last reply
              0
              • StabilostickS Stabilostick

                Vorschlag:

                1. Beende iobroker mit

                  iobroker stop
                  

                  ausgeführt im iobroker-Ordner.

                2. Lösche manuell den node_modules/iobroker.shelly-Ordner (habe ich aus dem Gedächtnis so geschrieben)

                Dann wieder den ioBroker starten.

                R Offline
                R Offline
                Rocket85
                wrote on last edited by Negalein
                #26

                @Stabilostick

                Rückmeldung:

                rm: das entfernen von ´node_modules/iobroker.shelly´ ist nicht möglich. Keine Berechtigung
                
                1 Reply Last reply
                0
                • StabilostickS Offline
                  StabilostickS Offline
                  Stabilostick
                  wrote on last edited by
                  #27

                  Dann mit etwas mehr Rechten. Stelle bitte den Befehl „sudo“ vor Deinen rm-Befehl

                  R 1 Reply Last reply
                  0
                  • StabilostickS Stabilostick

                    Dann mit etwas mehr Rechten. Stelle bitte den Befehl „sudo“ vor Deinen rm-Befehl

                    R Offline
                    R Offline
                    Rocket85
                    wrote on last edited by
                    #28

                    @Stabilostick

                    Hab ich schon gemacht. DANKE....Moment Shelly ist weg, ich installiere neu!

                    1 Reply Last reply
                    0
                    • R Offline
                      R Offline
                      Rocket85
                      wrote on last edited by Negalein
                      #29

                      So langsam fehlen mir die Worte. Anbei das Log der Neuinstallation. Leider immer noch auf ROT.

                      $ ./iobroker add shelly  --host raspberrypi
                      NPM version: 6.5.0
                      npm install iobroker.shelly --production --save --prefix "/opt/iobroker" (System call)
                      host.raspberrypi install adapter shelly
                      got /opt/iobroker/node_modules/iobroker.shelly/admin
                      upload [2] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/words.js words.js application/javascript
                      upload [1] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/shelly.png shelly.png image/png
                      upload [0] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/index_m.html index_m.html text/html
                      host.raspberrypi object system.adapter.shelly created
                      host.raspberrypi create instance shelly
                      host.raspberrypi object shelly.0.info.connection created
                      host.raspberrypi object shelly.0.info created
                      host.raspberrypi object system.adapter.shelly.0.outputCount created
                      host.raspberrypi object system.adapter.shelly.0.inputCount created
                      host.raspberrypi object system.adapter.shelly.0.uptime created
                      host.raspberrypi object system.adapter.shelly.0.memRss created
                      host.raspberrypi object system.adapter.shelly.0.memHeapTotal created
                      host.raspberrypi object system.adapter.shelly.0.memHeapUsed created
                      host.raspberrypi object system.adapter.shelly.0.connected created
                      host.raspberrypi object system.adapter.shelly.0.alive created
                      host.raspberrypi object system.adapter.shelly.0 created
                      process exited with code 0
                      
                      1 Reply Last reply
                      0
                      • R Offline
                        R Offline
                        Rocket85
                        wrote on last edited by Negalein
                        #30
                        host.raspberrypi	2019-02-12 16:59:51.548	error	instance system.adapter.shelly.0 terminated with code 0 (OK)
                        host.raspberrypi	2019-02-12 16:59:50.074	info	instance system.adapter.shelly.0 started with pid 10547
                        host.raspberrypi	2019-02-12 16:59:50.061	info	object change system.adapter.shelly.0
                        host.raspberrypi	2019-02-12 16:59:49.979	info	Restart adapter system.adapter.shelly.0 because enabled
                        host.raspberrypi	2019-02-12 16:59:49.979	error	instance system.adapter.shelly.0 terminated with code 0 (OK)
                        shelly.0	2019-02-12 16:59:49.918	info	Starting shelly.0 in version 2.1.0
                        shelly.0	2019-02-12 16:59:49.905	info	starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.shelly, node: v8.15.0
                        shelly.0	2019-02-12 16:59:49.785	debug	statesDB connected
                        shelly.0	2019-02-12 16:59:49.714	debug	objectDB connected
                        
                        1 Reply Last reply
                        0
                        • apollon77A Offline
                          apollon77A Offline
                          apollon77
                          wrote on last edited by
                          #31

                          Auch hier: https://forum.iobroker.net/topic/17306/shelly-adapter-errors-im-log/2

                          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
                          R 2 Replies Last reply
                          0
                          • apollon77A apollon77

                            Auch hier: https://forum.iobroker.net/topic/17306/shelly-adapter-errors-im-log/2

                            R Offline
                            R Offline
                            Rocket85
                            wrote on last edited by
                            #32

                            @apollon77

                            Vielen DANK, jetzt ist der Adapter auf grün. Hoffentlich kann ich dann endlich die Shelly steuern, sobald alle gefunden wurden!

                            1 Reply Last reply
                            0
                            • R Offline
                              R Offline
                              Rocket85
                              wrote on last edited by
                              #33
                              This post is deleted!
                              1 Reply Last reply
                              0
                              • apollon77A apollon77

                                Auch hier: https://forum.iobroker.net/topic/17306/shelly-adapter-errors-im-log/2

                                R Offline
                                R Offline
                                Rocket85
                                wrote on last edited by
                                #34

                                @apollon77

                                Was kann ich denn noch tun, habe den Adapter nun seit einem Tag auf grün, aber leider sind in den Objekten immer noch keine Shelly`s sichtbar?

                                1 Reply Last reply
                                0
                                • R Offline
                                  R Offline
                                  Rocket85
                                  wrote on last edited by
                                  #35

                                  Hat keiner eine Idee? Es werden immer noch keine Shelly`s angezeigt!?!

                                  1 Reply Last reply
                                  0
                                  • apollon77A Offline
                                    apollon77A Offline
                                    apollon77
                                    wrote on last edited by
                                    #36

                                    Und die Shelly Geräte sind definitiv im gleichen Netzwerk? UDP Pakete werden weitergeleitet? Keine Repeater die Sie ggf verschlucken?

                                    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
                                    R H 2 Replies Last reply
                                    0
                                    • apollon77A apollon77

                                      Und die Shelly Geräte sind definitiv im gleichen Netzwerk? UDP Pakete werden weitergeleitet? Keine Repeater die Sie ggf verschlucken?

                                      R Offline
                                      R Offline
                                      Rocket85
                                      wrote on last edited by
                                      #37

                                      @apollon77

                                      Ja im selben Netzwerk, sie wurde ja vor der Neuinstallation auch alle angezeigt, nur leider konnte ich damals ja nicht schalten

                                      1 Reply Last reply
                                      0
                                      • apollon77A apollon77

                                        Und die Shelly Geräte sind definitiv im gleichen Netzwerk? UDP Pakete werden weitergeleitet? Keine Repeater die Sie ggf verschlucken?

                                        H Offline
                                        H Offline
                                        Home79
                                        wrote on last edited by
                                        #38

                                        @apollon77 Hi ich habe auch ein Problem mit meinem shelly Adapter
                                        welcher jede min neu starte. Hab in neu aufgesetzt und bin nicht über mqtt verbunden.
                                        Du hast davon gesprochen das es Probleme geben könnte wenn einem Repeater?
                                        Kannst du das erklären ? befindet sich doch aber im gleichen Netz ?
                                        Was kann ich tun

                                        Bei den log kommt immer der error :
                                        ![alt text](Bildschirmfoto 2019-06-03 um 21.30.14.png image url)
                                        instance system.adapter.shelly.0 terminated with code 156 ()

                                        StuebiS 1 Reply Last reply
                                        0
                                        • H Home79

                                          @apollon77 Hi ich habe auch ein Problem mit meinem shelly Adapter
                                          welcher jede min neu starte. Hab in neu aufgesetzt und bin nicht über mqtt verbunden.
                                          Du hast davon gesprochen das es Probleme geben könnte wenn einem Repeater?
                                          Kannst du das erklären ? befindet sich doch aber im gleichen Netz ?
                                          Was kann ich tun

                                          Bei den log kommt immer der error :
                                          ![alt text](Bildschirmfoto 2019-06-03 um 21.30.14.png image url)
                                          instance system.adapter.shelly.0 terminated with code 156 ()

                                          StuebiS Offline
                                          StuebiS Offline
                                          Stuebi
                                          wrote on last edited by
                                          #39

                                          @Home79 , kannst du bitte den Shelly Instanz deaktivieren und dann den Shelly Adapter manuell über Kommandozeile starten. Was bekommst Du jetzt angezeigt?

                                          node node_modules/iobroker.shelly/main.js --force --logs
                                          

                                          ioBroker auf Synology DS216+II im Docker Container

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          107

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          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