Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst]DeConz Poscon nach Backup auf Bookworm Fehler

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    [gelöst]DeConz Poscon nach Backup auf Bookworm Fehler

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

      @thomas-braun

      
      pi@ioBroker-RasPi4:~ $ systemctl status deconz
      Unit deconz.service could not be found.
      
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @TAK2810 last edited by Thomas Braun

        @tak2810

        deconz musst du installieren.

        https://phoscon.de/de/conbee2/install#raspbian

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

          @thomas-braun

          hm dachte der ist schon installiert..
          Wie ist das dann mit den Geräten? bleiben die wenn ich den mit

           sudo apt install deconz
          

          installiere? oder muss ich den Adapter Deinstallieren und alles neu machen? das wollte ich ja wenn Möglich verhindern.!

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

            @tak2810

            Hast du das Repo drin?

            sudo apt update
            apt policy deconz
            
            T 2 Replies Last reply Reply Quote 0
            • T
              TAK2810 @Thomas Braun last edited by

              @thomas-braun sagte in DeConz Poscon nach Backup auf Bookworm Fehler:

              Repo

              Repo ?

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

                @thomas-braun

                
                pi@ioBroker-RasPi4:~ $ apt policy deconz
                deconz:
                  Installed: (none)
                  Candidate: 2.26.3
                  Version table:
                     2.26.3 500
                        500 http://phoscon.de/apt/deconz generic/main arm64 Packages
                pi@ioBroker-RasPi4:~ $
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @TAK2810 last edited by

                  @tak2810

                  Ja, das deconz-Zeug muss über das entsprechende Repository reingezogen werden. Darauf baut dann der ioBroker-Adapter erst auf.
                  Solange schaut der halt ins Leere, wie bei dir gerade.

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

                    @tak2810

                    Dann installier es. Befehl dazu haste oben ja schon zur Hand gehabt.

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

                      @thomas-braun

                      Nach Install sieht es so aus.

                      
                      pi@ioBroker-RasPi4:~ $ apt policy deconz
                      deconz:
                        Installed: 2.26.3
                        Candidate: 2.26.3
                        Version table:
                       *** 2.26.3 500
                              500 http://phoscon.de/apt/deconz generic/main arm64 Packages
                              100 /var/lib/dpkg/status
                      pi@ioBroker-RasPi4:~ $
                      
                      

                      Der Adapter verbindet sich aber immer noch nicht.
                      Kann es sein das ich den Conbee II Stick noch irgendwie neu ins System bringen muss?

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

                        @tak2810

                        Lauft der Service jetzt?

                        systemctl status deconz*
                        

                        Achte auf das Sternchen.

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

                          @thomas-braun

                          da bekomme ich keine Rückmeldung

                          pi@ioBroker-RasPi4:~ $ systemctl status deconz*
                          pi@ioBroker-RasPi4:~ $
                          
                          

                          ohne Stern

                          pi@ioBroker-RasPi4:~ $ systemctl status deconz
                          ○ deconz.service - deCONZ: ZigBee gateway -- REST API
                               Loaded: loaded (/lib/systemd/system/deconz.service; disabled; preset: enab>
                               Active: inactive (dead)
                          lines 1-3/3 (END)
                          ○ deconz.service - deCONZ: ZigBee gateway -- REST API
                               Loaded: loaded (/lib/systemd/system/deconz.service; disabled; preset: enabled)
                               Active: inactive (dead)
                          ~
                          
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @TAK2810 last edited by

                            @tak2810

                            systemctl status deconz-gui
                            
                            T 1 Reply Last reply Reply Quote 0
                            • T
                              TAK2810 @Thomas Braun last edited by

                              @thomas-braun

                              pi@ioBroker-RasPi4:~ $ systemctl status deconz-gui
                              ○ deconz-gui.service - deCONZ: ZigBee gateway -- GUI/REST API
                                   Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; preset: enabled)
                                   Active: inactive (dead)
                              
                              Apr 22 20:00:54 ioBroker-RasPi4 systemd[1]: /lib/systemd/system/deconz-gui.service:11: Unknown key name 'StartLimitIntervalSec' in>
                              lines 1-5/5 (END)
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @TAK2810 last edited by

                                @tak2810

                                sudo systemctl disable deconz-gui
                                sudo systemctl enable deconz
                                sudo systemctl start deconz
                                systemctl status deconz
                                systemctl status deconz-gui
                                
                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  TAK2810 @Thomas Braun last edited by TAK2810

                                  @thomas-braun

                                  pi@ioBroker-RasPi4:~ $ sudo systemctl disable deconz-gui
                                  pi@ioBroker-RasPi4:~ $ sudo systemctl enable deconz
                                  Created symlink /etc/systemd/system/multi-user.target.wants/deconz.service → /lib/systemd/system/deconz.service.
                                  pi@ioBroker-RasPi4:~ $ sudo systemctl start deconz
                                  pi@ioBroker-RasPi4:~ $ systemctl status deconz
                                  ● deconz.service - deCONZ: ZigBee gateway -- REST API
                                       Loaded: loaded (/lib/systemd/system/deconz.service; enabled; preset: enabled)
                                       Active: active (running) since Mon 2024-04-22 20:03:48 CEST; 5s ago
                                     Main PID: 1927 (deCONZ)
                                        Tasks: 5 (limit: 3917)
                                          CPU: 1.438s
                                       CGroup: /system.slice/deconz.service
                                               └─1927 /usr/bin/deCONZ -platform minimal --http-port=80
                                  
                                  Apr 22 20:03:48 ioBroker-RasPi4 systemd[1]: Started deconz.service - deCONZ: ZigBee gateway -- REST API.
                                  Apr 22 20:03:49 ioBroker-RasPi4 deCONZ[1927]: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-pi'
                                  Apr 22 20:03:49 ioBroker-RasPi4 deCONZ[1927]: libpng warning: iCCP: known incorrect sRGB profile
                                  Apr 22 20:03:52 ioBroker-RasPi4 deCONZ[1927]: This plugin does not support propagateSizeHints()
                                  Apr 22 20:03:52 ioBroker-RasPi4 deCONZ[1927]: This plugin does not support propagateSizeHints()
                                  pi@ioBroker-RasPi4:~ $ systemctl status deconz-gui
                                  ○ deconz-gui.service - deCONZ: ZigBee gateway -- GUI/REST API
                                       Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; preset: enabled)
                                       Active: inactive (dead)
                                  
                                  Apr 22 20:00:54 ioBroker-RasPi4 systemd[1]: /lib/systemd/system/deconz-gui.service:11: Unknown key name 'StartLimitIntervalSec' in>
                                  Apr 22 20:03:59 ioBroker-RasPi4 systemd[1]: /lib/systemd/system/deconz-gui.service:11: Unknown key name 'StartLimitIntervalSec' in>
                                  lines 1-6/6 (END)
                                  
                                  

                                  Jetzt ist der Adapter Verbunden! 🙂

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

                                    @tak2810 sagte in DeConz Poscon nach Backup auf Bookworm Fehler:

                                    Jetzt ist der Adapter Verbunden!

                                    Dann teste jetzt mal, ob der auch nach einem Reboot wieder auf die Beine kommt. Sollte aber eigentlich.

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

                                      @thomas-braun

                                      Ja funktioniert.
                                      leider sind aber im Phoscon alle Geräte Verschwunden. 😞
                                      Da hilft es wohl nix außer neu anlernen..
                                      Oder hast du da noch eine Idee?

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

                                        @tak2810 sagte in DeConz Poscon nach Backup auf Bookworm Fehler:

                                        Oder hast du da noch eine Idee?

                                        Ich kenne den deconz-Adapter nicht so genau und weiß nicht wie oder ob da Backups gemacht werden können.
                                        Tendenziell würde ich ohnehin zum zigbee-Adapter raten.

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

                                          @thomas-braun

                                          hm... Das hatte ich auch schon einmal überlegt.
                                          Jetzt wo ich eh alle Geräte anlernen muss... naja ich schlaf mal ne Nacht drüber.

                                          Vielen Vielen Dank auf jeden Fall. Hast mir sehr geholfen!

                                          W 1 Reply Last reply Reply Quote 0
                                          • W
                                            Wildbill @TAK2810 last edited by

                                            @tak2810 Da hättest Du schon in Deconz/Phoscon ein Backup machen müssen, dann hättest Du es in der Phoscon-Oberfläche wieder einspielen können. Der iobroker-Adapter verbindet sich ja nur mit Deconz, das ganze „Wissen“ über Geräte und dergleichen findet in Deconz selbst statt.
                                            Wenn Du da kein Backup hast, würde ich Dir auch Zigbee2MQTT ans Herz legen. Entweder fix und fertig den Adapter in iobroker nehmen und mit dem dort integrierten MQTT-Server arbeiten, oder ein separat aufgesetztes Zigbee2MQTT mit separatem MQTT-Server.
                                            Wenn Du den Conbee weiter verwendest, gibt es da aber wohl ein paar Dinge extra zu beachten/einzustellen. Kann Dir aber nicht sagen, was genaz, ich verwende den Sonoff-Dongle. Aber in der Doku sollte es beschrieben sein.

                                            Gruss, Jürgen

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            803
                                            Online

                                            31.9k
                                            Users

                                            80.3k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            22
                                            544
                                            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