Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter zigbee2mqtt

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    782

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Test Adapter zigbee2mqtt

Scheduled Pinned Locked Moved Tester
zigbeezigbee 3.0zigbee2mqtt
526 Posts 52 Posters 173.2k Views 45 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.
  • B biker1602

    @ciddi89
    Habe den Raspi neu gestartet aber kein Erfolg der Adapter bleibt gelb

    Konsole gestartet
    cd /opt/zigbee2mqtt
    npm start

    Adapter sofort grün

    ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #221

    @biker1602 was fürn raspberry ist das? 0, 1 oder höher?

    B 1 Reply Last reply
    0
    • ? A Former User

      @biker1602 was fürn raspberry ist das? 0, 1 oder höher?

      B Offline
      B Offline
      biker1602
      wrote on last edited by biker1602
      #222

      @ciddi89 said in Test Adapter zigbee2mqtt:

      @biker1602 was fürn raspberry ist das? 0, 1 oder höher?

      Raspi 4 ohne SD-Karte, sondern mit SSD Festplatte.

      ? 1 Reply Last reply
      0
      • B biker1602

        @ciddi89 said in Test Adapter zigbee2mqtt:

        @biker1602 was fürn raspberry ist das? 0, 1 oder höher?

        Raspi 4 ohne SD-Karte, sondern mit SSD Festplatte.

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #223

        @biker1602 wie sieht die config aus?

        sudo nano /etc/systemd/system/zigbee2mqtt.service
        
        B 1 Reply Last reply
        0
        • ? A Former User

          @biker1602 wie sieht die config aus?

          sudo nano /etc/systemd/system/zigbee2mqtt.service
          
          B Offline
          B Offline
          biker1602
          wrote on last edited by
          #224

          @ciddi89

          [Unit]
          Description=zigbee2mqtt
          After=network.target
          
          [Service]
          ExecStart=/usr/local/bin/npm start
          WorkingDirectory=/opt/zigbee2mqtt
          StandardOutput=inherit
          # Or use StandardOutput=null if you don't want Zigbee2MQTT messages filling syslog, for more options see systemd.exec(5)
          StandardError=inherit
          Restart=always
          RestartSec=10s
          User=pi
          
          [Install]
          WantedBy=multi-user.target
          
          
          ? 1 Reply Last reply
          0
          • B biker1602

            @ciddi89

            [Unit]
            Description=zigbee2mqtt
            After=network.target
            
            [Service]
            ExecStart=/usr/local/bin/npm start
            WorkingDirectory=/opt/zigbee2mqtt
            StandardOutput=inherit
            # Or use StandardOutput=null if you don't want Zigbee2MQTT messages filling syslog, for more options see systemd.exec(5)
            StandardError=inherit
            Restart=always
            RestartSec=10s
            User=pi
            
            [Install]
            WantedBy=multi-user.target
            
            
            ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #225

            @biker1602 da fehlt eine Zeile.

            [Unit]
            Description=zigbee2mqtt
            After=network.target
            
            [Service]
            Environment=NODE_ENV=production
            ExecStart=/usr/bin/npm start
            WorkingDirectory=/opt/zigbee2mqtt
            StandardOutput=inherit
            # Or use StandardOutput=null if you don't want Zigbee2MQTT messages filling syslog, for more options see systemd.exec(5)
            StandardError=inherit
            Restart=always
            RestartSec=10s
            User=pi
            
            [Install]
            WantedBy=multi-user.target
            

            Danach

            sudo systemctl start zigbee2mqtt
            

            Und Ergebnis von

            systemctl status zigbee2mqtt.service
            
            B 1 Reply Last reply
            0
            • ? A Former User

              @biker1602 da fehlt eine Zeile.

              [Unit]
              Description=zigbee2mqtt
              After=network.target
              
              [Service]
              Environment=NODE_ENV=production
              ExecStart=/usr/bin/npm start
              WorkingDirectory=/opt/zigbee2mqtt
              StandardOutput=inherit
              # Or use StandardOutput=null if you don't want Zigbee2MQTT messages filling syslog, for more options see systemd.exec(5)
              StandardError=inherit
              Restart=always
              RestartSec=10s
              User=pi
              
              [Install]
              WantedBy=multi-user.target
              

              Danach

              sudo systemctl start zigbee2mqtt
              

              Und Ergebnis von

              systemctl status zigbee2mqtt.service
              
              B Offline
              B Offline
              biker1602
              wrote on last edited by
              #226

              @ciddi89

              Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
              permitted by applicable law.
              Last login: Tue Dec 20 08:45:59 2022 from 192.168.57.120
              #pi@raspberrypi:~ $ sudo systemctl enable zigbee2mqtt.service
              pi@raspberrypi:~ $ sudo nano /etc/systemd/system/zigbee2mqtt.service
              pi@raspberrypi:~ $ sudo systemctl start zigbee2mqtt
              Warning: The unit file, source configuration file or drop-ins of zigbee2mqtt.service changed on disk. Run 'systemctl daemon-reload' to reload units.
              pi@raspberrypi:~ $ systemctl status zigbee2mqtt.service
              Warning: The unit file, source configuration file or drop-ins of zigbee2mqtt.service changed on disk. Run 'systemctl daemon-reload' to reload units.
              ● zigbee2mqtt.service - zigbee2mqtt
                 Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor preset: enabled)
                 Active: activating (auto-restart) (Result: exit-code) since Tue 2022-12-20 09:07:18 CET; 10s ago
                Process: 5532 ExecStart=/usr/local/bin/npm start (code=exited, status=203/EXEC)
               Main PID: 5532 (code=exited, status=203/EXEC)
              pi@raspberrypi:~ $
              
              
              
              ? 1 Reply Last reply
              0
              • B biker1602

                @ciddi89

                Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                permitted by applicable law.
                Last login: Tue Dec 20 08:45:59 2022 from 192.168.57.120
                #pi@raspberrypi:~ $ sudo systemctl enable zigbee2mqtt.service
                pi@raspberrypi:~ $ sudo nano /etc/systemd/system/zigbee2mqtt.service
                pi@raspberrypi:~ $ sudo systemctl start zigbee2mqtt
                Warning: The unit file, source configuration file or drop-ins of zigbee2mqtt.service changed on disk. Run 'systemctl daemon-reload' to reload units.
                pi@raspberrypi:~ $ systemctl status zigbee2mqtt.service
                Warning: The unit file, source configuration file or drop-ins of zigbee2mqtt.service changed on disk. Run 'systemctl daemon-reload' to reload units.
                ● zigbee2mqtt.service - zigbee2mqtt
                   Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor preset: enabled)
                   Active: activating (auto-restart) (Result: exit-code) since Tue 2022-12-20 09:07:18 CET; 10s ago
                  Process: 5532 ExecStart=/usr/local/bin/npm start (code=exited, status=203/EXEC)
                 Main PID: 5532 (code=exited, status=203/EXEC)
                pi@raspberrypi:~ $
                
                
                
                ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #227

                @biker1602
                Mach mal

                systemctl daemon-reload
                

                Und dann noch mal

                sudo systemctl start zigbee2mqtt
                

                Und Ergebnis von

                systemctl status zigbee2mqtt.service
                
                B 1 Reply Last reply
                0
                • ? A Former User

                  @biker1602
                  Mach mal

                  systemctl daemon-reload
                  

                  Und dann noch mal

                  sudo systemctl start zigbee2mqtt
                  

                  Und Ergebnis von

                  systemctl status zigbee2mqtt.service
                  
                  B Offline
                  B Offline
                  biker1602
                  wrote on last edited by
                  #228

                  @ciddi89 said in Test Adapter zigbee2mqtt:

                  systemctl daemon-reload

                  Authentication is required to reload the systemd state.
                  Multiple identities can be used for authentication:
                   1.  ,,, (pi)
                   2.  root
                  Choose identity to authenticate as (1-2): Failed to reload daemon: Method call timed out
                  
                  

                  Was soll ich da nehmen 1 oder 2?

                  ? 1 Reply Last reply
                  0
                  • B biker1602

                    @ciddi89 said in Test Adapter zigbee2mqtt:

                    systemctl daemon-reload

                    Authentication is required to reload the systemd state.
                    Multiple identities can be used for authentication:
                     1.  ,,, (pi)
                     2.  root
                    Choose identity to authenticate as (1-2): Failed to reload daemon: Method call timed out
                    
                    

                    Was soll ich da nehmen 1 oder 2?

                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #229

                    @biker1602 pi

                    ? 1 Reply Last reply
                    0
                    • ? A Former User

                      @biker1602 pi

                      ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #230

                      @ciddi89 wenn das nicht geht dann mit sudo. Hatte ich vergessen.

                      sudo systemctl daemon-reload
                      
                      B 1 Reply Last reply
                      0
                      • ? A Former User

                        @ciddi89 wenn das nicht geht dann mit sudo. Hatte ich vergessen.

                        sudo systemctl daemon-reload
                        
                        B Offline
                        B Offline
                        biker1602
                        wrote on last edited by
                        #231

                        @ciddi89

                        pi@raspberrypi:~ $ sudo systemctl start zigbee2mqtt
                        pi@raspberrypi:~ $ systemctl status zigbee2mqtt.service
                        ● zigbee2mqtt.service - zigbee2mqtt
                           Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor preset: enabled)
                           Active: activating (auto-restart) (Result: exit-code) since Tue 2022-12-20 09:21:49 CET; 7s ago
                          Process: 7179 ExecStart=/usr/local/bin/npm start (code=exited, status=203/EXEC)
                         Main PID: 7179 (code=exited, status=203/EXEC)
                        pi@raspberrypi:~ $
                        
                        
                        ? 1 Reply Last reply
                        0
                        • B biker1602

                          @ciddi89

                          pi@raspberrypi:~ $ sudo systemctl start zigbee2mqtt
                          pi@raspberrypi:~ $ systemctl status zigbee2mqtt.service
                          ● zigbee2mqtt.service - zigbee2mqtt
                             Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor preset: enabled)
                             Active: activating (auto-restart) (Result: exit-code) since Tue 2022-12-20 09:21:49 CET; 7s ago
                            Process: 7179 ExecStart=/usr/local/bin/npm start (code=exited, status=203/EXEC)
                           Main PID: 7179 (code=exited, status=203/EXEC)
                          pi@raspberrypi:~ $
                          
                          
                          ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #232

                          @biker1602 vielleicht bist du zu schnell 😬 da steht noch activating. Mach jetzt noch mal

                          systemctl status zigbee2mqtt.service
                          
                          B 2 Replies Last reply
                          0
                          • ? A Former User

                            @biker1602 vielleicht bist du zu schnell 😬 da steht noch activating. Mach jetzt noch mal

                            systemctl status zigbee2mqtt.service
                            
                            B Offline
                            B Offline
                            biker1602
                            wrote on last edited by
                            #233

                            @ciddi89

                            pi@raspberrypi:~ $ systemctl status zigbee2mqtt.service
                            ● zigbee2mqtt.service - zigbee2mqtt
                               Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor pres
                               Active: activating (auto-restart) (Result: exit-code) since Tue 2022-12-20 09
                              Process: 8239 ExecStart=/usr/local/bin/npm start (code=exited, status=203/EXEC
                             Main PID: 8239 (code=exited, status=203/EXEC)
                            lines 1-5/5 (END)
                            ● zigbee2mqtt.service - zigbee2mqtt
                               Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor preset: enabled)
                               Active: activating (auto-restart) (Result: exit-code) since Tue 2022-12-20 09:29:51 CET; 3s ago
                              Process: 8239 ExecStart=/usr/local/bin/npm start (code=exited, status=203/EXEC)
                             Main PID: 8239 (code=exited, status=203/EXEC)
                            
                            
                            crunchipC Thomas BraunT 2 Replies Last reply
                            0
                            • ? A Former User

                              @biker1602 vielleicht bist du zu schnell 😬 da steht noch activating. Mach jetzt noch mal

                              systemctl status zigbee2mqtt.service
                              
                              B Offline
                              B Offline
                              biker1602
                              wrote on last edited by
                              #234

                              @ciddi89
                              Bin mal kurz weg

                              ? 1 Reply Last reply
                              0
                              • B biker1602

                                @ciddi89
                                Bin mal kurz weg

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #235

                                @biker1602 ja irgendwie startet er den Dienst nicht. Vielleicht weiß @IdleBit noch was 🤔

                                1 Reply Last reply
                                0
                                • B biker1602

                                  @ciddi89

                                  pi@raspberrypi:~ $ systemctl status zigbee2mqtt.service
                                  ● zigbee2mqtt.service - zigbee2mqtt
                                     Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor pres
                                     Active: activating (auto-restart) (Result: exit-code) since Tue 2022-12-20 09
                                    Process: 8239 ExecStart=/usr/local/bin/npm start (code=exited, status=203/EXEC
                                   Main PID: 8239 (code=exited, status=203/EXEC)
                                  lines 1-5/5 (END)
                                  ● zigbee2mqtt.service - zigbee2mqtt
                                     Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor preset: enabled)
                                     Active: activating (auto-restart) (Result: exit-code) since Tue 2022-12-20 09:29:51 CET; 3s ago
                                    Process: 8239 ExecStart=/usr/local/bin/npm start (code=exited, status=203/EXEC)
                                   Main PID: 8239 (code=exited, status=203/EXEC)
                                  
                                  
                                  crunchipC Away
                                  crunchipC Away
                                  crunchip
                                  Forum Testing Most Active Developer
                                  wrote on last edited by
                                  #236

                                  @biker1602 sagte in Test Adapter zigbee2mqtt:

                                  ExecStart=/usr/local/bin/npm start

                                  liegt das denn in dem Pfad?

                                  umgestiegen von Proxmox auf Unraid

                                  B 1 Reply Last reply
                                  1
                                  • B biker1602

                                    @ciddi89

                                    pi@raspberrypi:~ $ systemctl status zigbee2mqtt.service
                                    ● zigbee2mqtt.service - zigbee2mqtt
                                       Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor pres
                                       Active: activating (auto-restart) (Result: exit-code) since Tue 2022-12-20 09
                                      Process: 8239 ExecStart=/usr/local/bin/npm start (code=exited, status=203/EXEC
                                     Main PID: 8239 (code=exited, status=203/EXEC)
                                    lines 1-5/5 (END)
                                    ● zigbee2mqtt.service - zigbee2mqtt
                                       Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor preset: enabled)
                                       Active: activating (auto-restart) (Result: exit-code) since Tue 2022-12-20 09:29:51 CET; 3s ago
                                      Process: 8239 ExecStart=/usr/local/bin/npm start (code=exited, status=203/EXEC)
                                     Main PID: 8239 (code=exited, status=203/EXEC)
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #237

                                    @biker1602

                                    Nodejs./npm-Installation prüfen.
                                    Da scheinen mal wieder die falschen Pfade vorzuliegen (ergo falsch installiert).

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    B 1 Reply Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @biker1602

                                      Nodejs./npm-Installation prüfen.
                                      Da scheinen mal wieder die falschen Pfade vorzuliegen (ergo falsch installiert).

                                      B Offline
                                      B Offline
                                      biker1602
                                      wrote on last edited by
                                      #238

                                      @thomas-braun
                                      Behebt er das mit dem Fixer?

                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • B biker1602

                                        @thomas-braun
                                        Behebt er das mit dem Fixer?

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by Thomas Braun
                                        #239

                                        @biker1602

                                        Nein, der Fixer behebt keine krumme Installation von nodejs.

                                        Status jetzt ist?
                                        Mit

                                        sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                                        uname -m && test -f /opt/scripts/.docker_config/.thisisdocker && echo "Docker-Installation" || echo "Kein Docker" && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && echo $DESKTOP_SESSION && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                        

                                        nachschauen.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        B 1 Reply Last reply
                                        0
                                        • crunchipC crunchip

                                          @biker1602 sagte in Test Adapter zigbee2mqtt:

                                          ExecStart=/usr/local/bin/npm start

                                          liegt das denn in dem Pfad?

                                          B Offline
                                          B Offline
                                          biker1602
                                          wrote on last edited by
                                          #240

                                          @crunchip said in Test Adapter zigbee2mqtt:

                                          @biker1602 sagte in Test Adapter zigbee2mqtt:

                                          ExecStart=/usr/local/bin/npm start

                                          liegt das denn in dem Pfad?

                                          Ich bin eben mal mit WinSCP auf das Verzeichnis gegangen und unter
                                          /usr/local/bin ist nichts drin

                                          crunchipC 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          413

                                          Online

                                          32.8k

                                          Users

                                          82.7k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe