Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Deconz neu installieren

    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

    Deconz neu installieren

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

      Hallo zusammen,

      ich stehe gerade voll auf dem Schlauch.
      Nach einem Stromausfall waren meine Zigbee Geräte über Deconz nicht mehr erreichbar.
      Naja dacht ich egal, machst mal System neu, geht ja schnell.

      Leider hab ich jetzt das Problem wenn ich Phoscon/Deconz nach Anleitung händisch installiere keine Lampen/Steckdosen finde.

      Testweiße habe ich den Zigbee-Adapter und auch das Phoscon-Image versucht.
      Beides funktioniert problemlos und es werden sofort die Geräte gefunden.
      Der Zigbee Adapter erkennt meine Aquara Schalter leider nicht,
      und die an den Hue Lampen funktioniert die Farb Steuerung nicht.
      Deshalb will ich eigentlich wieder auf Deconz zurück.

      Aber wo könnte der Fehler bei der Installation sein dass die Geräte nicht gefunden werden ?
      Hat da jemand eine Idee, oder vielleicht eine Aktuelle funktionierende Anleitung !?

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

        @qax1 sagte in Deconz neu installieren:

        wenn ich Phoscon/Deconz nach Anleitung

        Welche Anleitung?

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

          @thomas-braun
          https://phoscon.de/de/conbee2/install#raspbian

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

            @qax1

            Und das ist alles da?

            sudo apt update
            apt policy deconz
            systemctl status deconz deconz-gui
            

            sagt?

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

              @thomas-braun

              Hallo,
              Danke für deine Hilfe,
              im Anhang die Antworten.
              Komischer Weiße find ich jetzt mit Phoscon nicht mal mehr den ConBee2.

              Irgendwas läuft da doch ganz schief,
              ist der Conbee2 evt kaputt ?

              pi@raspy-io:~ $ sudo apt update
              Hit:1 http://phoscon.de/apt/deconz bullseye InRelease
              Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
              Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
              Hit:4 http://deb.debian.org/debian bullseye InRelease
              Hit:5 http://deb.debian.org/debian bullseye-updates InRelease
              Hit:6 https://deb.nodesource.com/node_18.x bullseye InRelease
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              All packages are up to date.
              pi@raspy-io:~ $
              
              
              pi@raspy-io:~ $ apt policy deconz
              deconz:
                Installed: 2.21.02-debian-buster-stable
                Candidate: 2.21.02-debian-buster-stable
                Version table:
               *** 2.21.02-debian-buster-stable 500
                      500 http://phoscon.de/apt/deconz bullseye/main arm64 Packages
                      100 /var/lib/dpkg/status
              pi@raspy-io:~ $
              
              
              pi@raspy-io:~ $ systemctl status deconz deconz-gui
              ● deconz.service - deCONZ: ZigBee gateway -- REST API
                   Loaded: loaded (/lib/systemd/system/deconz.service; disabled; vendor prese>
                   Active: inactive (dead)
              
              ● deconz-gui.service - deCONZ: ZigBee gateway -- GUI/REST API
                   Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; vendor p>
                   Active: inactive (dead)
              
              Jun 11 10:54:31 raspy-io systemd[1]: /lib/systemd/system/deconz-gui.service:11:>
              Jun 11 10:59:16 raspy-io systemd[1]: /lib/systemd/system/deconz-gui.service:11:>
              lines 1-10/10 (END)...skipping...
              ● deconz.service - deCONZ: ZigBee gateway -- REST API
                   Loaded: loaded (/lib/systemd/system/deconz.service; disabled; vendor preset: enabled)
                   Active: inactive (dead)
              
              ● deconz-gui.service - deCONZ: ZigBee gateway -- GUI/REST API
                   Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; vendor preset: enabled)
                   Active: inactive (dead)
              
              Jun 11 10:54:31 raspy-io systemd[1]: /lib/systemd/system/deconz-gui.service:11: Unknown key name 'StartLimitIntervalSec' in section 'Service', ignoring.
              Jun 11 10:59:16 raspy-io systemd[1]: /lib/systemd/system/deconz-gui.service:11: Unknown key name 'StartLimitIntervalSec' in section 'Service', ignoring.
              ~
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Qax1 last edited by

                @qax1

                Läuft parallel noch der zigbee-Adapter? Schalt den aus.

                sudo systemctl start deconz.service
                
                Q 1 Reply Last reply Reply Quote 0
                • Q
                  Qax1 @Thomas Braun last edited by

                  @thomas-braun

                  Sollte eigentlich nicht....

                  Dann nochmal die 3 abfragen ?

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

                    @qax1

                    Sollte? Schau halt nach.
                    Rückmeldung zu

                    sudo systemctl start deconz.service
                    

                    schaut wie aus?

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

                      @thomas-braun

                      Da kommt gar nix :

                      
                      pi@raspy-io:~ $ sudo systemctl start deconz.service
                      pi@raspy-io:~ $ sudo systemctl start deconz.service
                      pi@raspy-io:~ $
                      
                      
                      
                      
                      Thomas Braun 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Qax1 last edited by

                        @qax1

                        Dann nochmal den Status prüfen

                        systemctl status deconz deconz-gui
                        
                        Q 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Qax1 last edited by

                          @qax1

                          sudo systemctl enable deconz.service
                          
                          1 Reply Last reply Reply Quote 0
                          • Q
                            Qax1 @Thomas Braun last edited by

                            @thomas-braun sagte in Deconz neu installieren:

                            systemctl status deconz deconz-gui

                            pi@raspy-io:~ $ systemctl status deconz deconz-gui
                            ● deconz.service - deCONZ: ZigBee gateway -- REST API
                                 Loaded: loaded (/lib/systemd/system/deconz.service; disabled; vendor prese>
                                 Active: inactive (dead)
                            
                            ● deconz-gui.service - deCONZ: ZigBee gateway -- GUI/REST API
                                 Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; vendor p>
                                 Active: inactive (dead)
                            
                            Jun 11 11:16:25 raspy-io systemd[1]: /lib/systemd/system/deconz-gui.service:11:>
                            lines 1-9/9 (END)...skipping...
                            ● deconz.service - deCONZ: ZigBee gateway -- REST API
                                 Loaded: loaded (/lib/systemd/system/deconz.service; disabled; vendor preset: enabled)
                                 Active: inactive (dead)
                            
                            ● deconz-gui.service - deCONZ: ZigBee gateway -- GUI/REST API
                                 Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; vendor preset: enabled)
                                 Active: inactive (dead)
                            
                            Jun 11 11:16:25 raspy-io systemd[1]: /lib/systemd/system/deconz-gui.service:11: Unknown key name 'StartLimitIntervalSec' in section 'Service', ignoring.
                            ~
                            ~
                            ~
                            
                            
                            Q 1 Reply Last reply Reply Quote 0
                            • Q
                              Qax1 @Qax1 last edited by

                              @qax1

                              pi@raspy-io:~ $ sudo systemctl enable deconz.service
                              Created symlink /etc/systemd/system/multi-user.target.wants/deconz.service → /li                       b/systemd/system/deconz.service.
                              pi@raspy-io:~ $
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Qax1 last edited by

                                @qax1

                                Mach bitte dein puTTY Mäusekino breiter, damit nicht die Hälfte abgeschnitten wird. Oder verwende ein richtiges Terminal.

                                journalctl -u deconz.service
                                

                                sagt?

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

                                  @thomas-braun

                                  pi@raspy-io:~ $ ^C
                                  pi@raspy-io:~ $ journalctl -u deconz.service
                                  -- Journal begins at Wed 2023-05-03 05:11:24 CEST, ends at Sun 2023-06-11 11:18:06 CEST. --
                                  Jun 11 11:06:07 raspy-io systemd[1]: Started deCONZ: ZigBee gateway -- REST API.
                                  Jun 11 11:06:08 raspy-io deCONZ[2787]: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-pi'
                                  Jun 11 11:06:09 raspy-io deCONZ[2787]: libpng warning: iCCP: known incorrect sRGB profile
                                  Jun 11 11:06:13 raspy-io deCONZ[2787]: This plugin does not support propagateSizeHints()
                                  Jun 11 11:06:13 raspy-io deCONZ[2787]: This plugin does not support propagateSizeHints()
                                  Jun 11 11:15:46 raspy-io systemd[1]: Stopping deCONZ: ZigBee gateway -- REST API...
                                  Jun 11 11:15:50 raspy-io systemd[1]: deconz.service: Main process exited, code=exited, status=143/n/a
                                  Jun 11 11:15:50 raspy-io systemd[1]: deconz.service: Failed with result 'exit-code'.
                                  Jun 11 11:15:50 raspy-io systemd[1]: Stopped deCONZ: ZigBee gateway -- REST API.
                                  Jun 11 11:15:50 raspy-io systemd[1]: deconz.service: Consumed 9min 34.081s CPU time.
                                  pi@raspy-io:~ $
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Qax1 last edited by

                                    @qax1

                                    sudo systemctl restart deconz
                                    
                                    Q 1 Reply Last reply Reply Quote 0
                                    • Q
                                      Qax1 @Thomas Braun last edited by

                                      @thomas-braun

                                      pi@raspy-io:~ $ sudo systemctl restart deconz
                                      pi@raspy-io:~ $ journalctl -u deconz.service
                                      -- Journal begins at Wed 2023-05-03 05:11:24 CEST, ends at Sun 2023-06-11 11:28:58 CEST. --
                                      Jun 11 11:06:07 raspy-io systemd[1]: Started deCONZ: ZigBee gateway -- REST API.
                                      Jun 11 11:06:08 raspy-io deCONZ[2787]: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-pi'
                                      Jun 11 11:06:09 raspy-io deCONZ[2787]: libpng warning: iCCP: known incorrect sRGB profile
                                      Jun 11 11:06:13 raspy-io deCONZ[2787]: This plugin does not support propagateSizeHints()
                                      Jun 11 11:06:13 raspy-io deCONZ[2787]: This plugin does not support propagateSizeHints()
                                      Jun 11 11:15:46 raspy-io systemd[1]: Stopping deCONZ: ZigBee gateway -- REST API...
                                      Jun 11 11:15:50 raspy-io systemd[1]: deconz.service: Main process exited, code=exited, status=143/n/a
                                      Jun 11 11:15:50 raspy-io systemd[1]: deconz.service: Failed with result 'exit-code'.
                                      Jun 11 11:15:50 raspy-io systemd[1]: Stopped deCONZ: ZigBee gateway -- REST API.
                                      Jun 11 11:15:50 raspy-io systemd[1]: deconz.service: Consumed 9min 34.081s CPU time.
                                      -- Boot 9be28b290cf247fcbc6504d71473c838 --
                                      Jun 11 11:28:54 raspy-io systemd[1]: Started deCONZ: ZigBee gateway -- REST API.
                                      Jun 11 11:28:55 raspy-io deCONZ[830]: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-pi'
                                      Jun 11 11:28:55 raspy-io deCONZ[830]: libpng warning: iCCP: known incorrect sRGB profile
                                      Jun 11 11:28:58 raspy-io deCONZ[830]: This plugin does not support propagateSizeHints()
                                      Jun 11 11:28:58 raspy-io deCONZ[830]: This plugin does not support propagateSizeHints()
                                      pi@raspy-io:~ $
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Qax1 last edited by

                                        @qax1

                                        systemctl status deconz
                                        
                                        Q 1 Reply Last reply Reply Quote 0
                                        • Q
                                          Qax1 @Thomas Braun last edited by

                                          @thomas-braun sagte in Deconz neu installieren:

                                          systemctl status deconz

                                          pi@raspy-io:~ $ ^C
                                          pi@raspy-io:~ $ systemctl status deconz
                                          ● deconz.service - deCONZ: ZigBee gateway -- REST API
                                               Loaded: loaded (/lib/systemd/system/deconz.service; enabled; vendor preset: enabled)
                                               Active: active (running) since Sun 2023-06-11 11:28:54 CEST; 4min 18s ago
                                             Main PID: 830 (deCONZ)
                                                Tasks: 4 (limit: 3933)
                                                  CPU: 4min 13.767s
                                               CGroup: /system.slice/deconz.service
                                                       └─830 /usr/bin/deCONZ -platform minimal --http-port=80
                                          
                                          Jun 11 11:28:54 raspy-io systemd[1]: Started deCONZ: ZigBee gateway -- REST API.
                                          Jun 11 11:28:55 raspy-io deCONZ[830]: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-pi'
                                          Jun 11 11:28:55 raspy-io deCONZ[830]: libpng warning: iCCP: known incorrect sRGB profile
                                          Jun 11 11:28:58 raspy-io deCONZ[830]: This plugin does not support propagateSizeHints()
                                          Jun 11 11:28:58 raspy-io deCONZ[830]: This plugin does not support propagateSizeHints()
                                          pi@raspy-io:~ $
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Qax1 last edited by

                                            @qax1
                                            Läuft also.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            854
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            2
                                            29
                                            1636
                                            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