Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Probleme mit deconz

NEWS

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

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

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

Probleme mit deconz

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
phosconzigbeeverzögerungreaktion
46 Beiträge 6 Kommentatoren 5.3k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S spraxel

    @thomas-braun said in Probleme mit deconz:

    sudo systemctl disable deconz-gui

    habe es nach den Problemen nur nach der Anleitung von Github gemacht und da war nur die latest Beta (ich sage doch ich bin ein DAU).
    Wie stelle ich auf Runlevel 3 um?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #20

    @spraxel sagte in Probleme mit deconz:

    Wie stelle ich auf Runlevel 3 um?

    sudo raspi-config
    

    Ich weiß aber nicht ob du da die gleichen Punkte wie hier siehst:

    1 System Options     
    S5 Boot
    B1
    

    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

    S 1 Antwort Letzte Antwort
    0
    • S spraxel

      @thomas-braun said in Probleme mit deconz:

      sudo systemctl disable deconz-gui

      habe es nach den Problemen nur nach der Anleitung von Github gemacht und da war nur die latest Beta (ich sage doch ich bin ein DAU).
      Wie stelle ich auf Runlevel 3 um?

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #21

      @spraxel
      Repo einrichten:

      wget -O - http://phoscon.de/apt/deconz.pub.key | sudo apt-key add -
      sudo sh -c "echo 'deb http://phoscon.de/apt/deconz $(lsb_release -cs) main' > /etc/apt/sources.list.d/deconz.list"
      sudo apt update
      apt policy deconz
      

      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

      1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @spraxel sagte in Probleme mit deconz:

        Wie stelle ich auf Runlevel 3 um?

        sudo raspi-config
        

        Ich weiß aber nicht ob du da die gleichen Punkte wie hier siehst:

        1 System Options     
        S5 Boot
        B1
        
        S Offline
        S Offline
        spraxel
        schrieb am zuletzt editiert von
        #22

        @thomas-braun
        sieht bei mir so aus:

            1 Change User Password           Change password for the current u        │
        │    2 Network Options                Configure network settings               │
        │    3 Boot Options                   Configure options for start-up           │
        │    4 Localisation Options           Set up language and regional sett        │
        │    5 Interfacing Options            Configure connections to peripher        │
        │    6 Overclock                      Configure overclocking for your P        │
        │    7 Advanced Options               Configure advanced settings              │
        │    8 Update                         Update this tool to the latest ve        │
        │    9 About raspi-config             Information about this configurat        │
        │                                                                       
        code_text
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • S spraxel

          @thomas-braun
          sieht bei mir so aus:

              1 Change User Password           Change password for the current u        │
          │    2 Network Options                Configure network settings               │
          │    3 Boot Options                   Configure options for start-up           │
          │    4 Localisation Options           Set up language and regional sett        │
          │    5 Interfacing Options            Configure connections to peripher        │
          │    6 Overclock                      Configure overclocking for your P        │
          │    7 Advanced Options               Configure advanced settings              │
          │    8 Update                         Update this tool to the latest ve        │
          │    9 About raspi-config             Information about this configurat        │
          │                                                                       
          code_text
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #23

          @spraxel
          Dann in den Boot Options. Da muss man sowas wie

          CLI Interface with login required

          auswählen können

          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

          S 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @spraxel
            Dann in den Boot Options. Da muss man sowas wie

            CLI Interface with login required

            auswählen können

            S Offline
            S Offline
            spraxel
            schrieb am zuletzt editiert von
            #24

            @thomas-braun

            wie bekomme ich jetzt die stable installiert?

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • S spraxel

              @thomas-braun

              wie bekomme ich jetzt die stable installiert?

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #25

              @spraxel
              https://forum.iobroker.net/topic/37459/probleme-mit-deconz/21

              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

              S 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @spraxel
                https://forum.iobroker.net/topic/37459/probleme-mit-deconz/21

                S Offline
                S Offline
                spraxel
                schrieb am zuletzt editiert von
                #26

                @thomas-braun
                ja, das habe ich ja gemacht. Aber da ich die latest installiert habe, lässt er mich nicht auf die stable? Ach ich raff das net

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • S spraxel

                  @thomas-braun
                  ja, das habe ich ja gemacht. Aber da ich die latest installiert habe, lässt er mich nicht auf die stable? Ach ich raff das net

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #27

                  @spraxel

                  apt policy deconz
                  

                  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

                  S 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @spraxel

                    apt policy deconz
                    
                    S Offline
                    S Offline
                    spraxel
                    schrieb am zuletzt editiert von
                    #28

                    @thomas-braun said in Probleme mit deconz:

                    @spraxel

                    apt policy deconz
                    

                    Der behält einfach die latest. Hab jetzt noch den Kanal auf 25 gewechselt. Läuft aktuell stabil. Mal schauen wie lange.

                    Ich danke dir für deine Hilfe

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • S spraxel

                      @thomas-braun said in Probleme mit deconz:

                      @spraxel

                      apt policy deconz
                      

                      Der behält einfach die latest. Hab jetzt noch den Kanal auf 25 gewechselt. Läuft aktuell stabil. Mal schauen wie lange.

                      Ich danke dir für deine Hilfe

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von Thomas Braun
                      #29

                      @spraxel Vielleicht solltest du auch mal die Rückmeldungen der Befehle hier kund tun?

                      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

                      S 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @spraxel Vielleicht solltest du auch mal die Rückmeldungen der Befehle hier kund tun?

                        S Offline
                        S Offline
                        spraxel
                        schrieb am zuletzt editiert von
                        #30

                        @thomas-braun

                        pi@ioBroker-RasPi:~ $ apt policy deconz
                        deconz:
                          Installiert:           2.10.00-raspbian-stretch-beta
                          Installationskandidat: 2.10.00-raspbian-stretch-beta
                          Versionstabelle:
                         *** 2.10.00-raspbian-stretch-beta 100
                                100 /var/lib/dpkg/status
                             2.09.03-raspbian-stretch-stable 500
                                500 http://phoscon.de/apt/deconz stretch/main armhf Packages
                        pi@ioBroker-RasPi:~ $
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • S spraxel

                          @thomas-braun

                          pi@ioBroker-RasPi:~ $ apt policy deconz
                          deconz:
                            Installiert:           2.10.00-raspbian-stretch-beta
                            Installationskandidat: 2.10.00-raspbian-stretch-beta
                            Versionstabelle:
                           *** 2.10.00-raspbian-stretch-beta 100
                                  100 /var/lib/dpkg/status
                               2.09.03-raspbian-stretch-stable 500
                                  500 http://phoscon.de/apt/deconz stretch/main armhf Packages
                          pi@ioBroker-RasPi:~ $
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #31

                          @spraxel

                          sudo apt install deconz=2.09.03-raspbian-stretch-stable
                          

                          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

                          S 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @spraxel

                            sudo apt install deconz=2.09.03-raspbian-stretch-stable
                            
                            S Offline
                            S Offline
                            spraxel
                            schrieb am zuletzt editiert von
                            #32

                            @thomas-braun

                            Hey Thomas, es scheint nun alles zu funktionieren.
                            Werde im laufe der Zeit berichten ob es stabil bleibt.
                            Ich danke dir für deine Unterstützung, der super Erklärung und deiner Geduld mit mir.

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • S spraxel

                              @thomas-braun

                              Hey Thomas, es scheint nun alles zu funktionieren.
                              Werde im laufe der Zeit berichten ob es stabil bleibt.
                              Ich danke dir für deine Unterstützung, der super Erklärung und deiner Geduld mit mir.

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #33

                              @spraxel

                              Fein. Mit welchen Einstellungen läuft das nun?

                              who -r
                              systemctl status deconz deconz-gui
                              apt policy deconz
                              iobroker list adapters
                              iobroker list instances
                              

                              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

                              S 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @spraxel

                                Fein. Mit welchen Einstellungen läuft das nun?

                                who -r
                                systemctl status deconz deconz-gui
                                apt policy deconz
                                iobroker list adapters
                                iobroker list instances
                                
                                S Offline
                                S Offline
                                spraxel
                                schrieb am zuletzt editiert von spraxel
                                #34

                                @thomas-braun

                                pi@ioBroker-RasPi:~ $ who -r
                                         Runlevel 3   2021-02-20 16:39
                                pi@ioBroker-RasPi:~ $ systemctl status deconz deconz-gui
                                ● deconz.service - deCONZ: ZigBee gateway -- REST API
                                   Loaded: loaded (/lib/systemd/system/deconz.service; enabled; vendor preset: enabled)
                                   Active: active (running) since Sun 2021-02-21 07:43:52 CET; 3h 51min ago
                                 Main PID: 27736 (deCONZ)
                                   CGroup: /system.slice/deconz.service
                                           └─27736 /usr/bin/deCONZ -platform minimal --http-port=80
                                
                                Feb 21 07:43:52 ioBroker-RasPi systemd[1]: Started deCONZ: ZigBee gateway -- REST API.
                                Feb 21 07:43:52 ioBroker-RasPi deCONZ[27736]: libpng warning: iCCP: known incorrect sRGB profile
                                Feb 21 07:43:54 ioBroker-RasPi deCONZ[27736]: This plugin does not support propagateSizeHints()
                                Feb 21 07:43:54 ioBroker-RasPi deCONZ[27736]: This plugin does not support propagateSizeHints()
                                Feb 21 07:44:54 ioBroker-RasPi deCONZ[27736]: This plugin does not support propagateSizeHints()
                                
                                ● deconz-gui.service - deCONZ: ZigBee gateway -- GUI/REST API
                                   Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; vendor preset: enabled)
                                   Active: inactive (dead)
                                
                                Feb 21 11:23:48 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                Feb 21 11:27:12 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                Feb 21 11:29:15 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                Feb 21 11:31:39 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                Feb 21 11:33:17 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                Feb 21 11:33:17 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                Feb 21 11:33:17 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                Feb 21 11:33:17 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                Feb 21 11:33:59 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                Feb 21 11:35:33 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                pi@ioBroker-RasPi:~ $ apt policy deconz
                                deconz:
                                  Installiert:           2.09.03-raspbian-stretch-stable
                                  Installationskandidat: 2.09.03-raspbian-stretch-stable
                                  Versionstabelle:
                                 *** 2.09.03-raspbian-stretch-stable 500
                                        500 http://phoscon.de/apt/deconz stretch/main armhf Packages
                                        100 /var/lib/dpkg/status
                                pi@ioBroker-RasPi:~ $ iobroker list adapters
                                system.adapter.admin                   : admin          - v4.2.1
                                system.adapter.alexa2                  : alexa2         - v3.7.1
                                system.adapter.backitup                : backitup       - v1.7.0
                                system.adapter.broadlink2              : broadlink2     - v2.1.5
                                system.adapter.deconz                  : deconz         - v1.3.11
                                system.adapter.denon                   : denon          - v1.10.3
                                system.adapter.devices                 : devices        - v0.3.15
                                system.adapter.flot                    : flot           - v1.10.6
                                system.adapter.fritzdect               : fritzdect      - v1.0.1
                                system.adapter.history                 : history        - v1.9.12
                                system.adapter.hmip                    : hmip           - v1.7.0
                                system.adapter.ical                    : ical           - v1.7.4
                                system.adapter.icons-material-png      : icons-material-png - v0.1.0
                                system.adapter.icons-mfd-png           : icons-mfd-png  - v1.0.2
                                system.adapter.icons-mfd-svg           : icons-mfd-svg  - v1.0.2
                                system.adapter.iot                     : iot            - v1.8.9
                                system.adapter.jarvis                  : jarvis         - v2.2.0-beta.48
                                system.adapter.javascript              : javascript     - v4.8.4
                                system.adapter.life360                 : life360        - v0.2.4
                                system.adapter.openweathermap          : openweathermap - v0.1.0
                                system.adapter.ping                    : ping           - v1.4.12
                                system.adapter.samsung                 : samsung        - v0.2.9
                                system.adapter.scenes                  : scenes         - v2.3.6
                                system.adapter.schoolfree              : schoolfree     - v0.7.0
                                system.adapter.simple-api              : simple-api     - v2.5.3
                                system.adapter.socketio                : socketio       - v3.1.4
                                system.adapter.sonoff                  : sonoff         - v2.3.3
                                system.adapter.sony-bravia             : sony-bravia    - v1.0.3
                                system.adapter.tuya                    : tuya           - v3.5.2
                                system.adapter.vis                     : vis            - v1.2.12
                                system.adapter.vis-colorpicker         : vis-colorpicker - v1.2.0
                                system.adapter.vis-google-fonts        : vis-google-fonts - v1.0.0
                                system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                                system.adapter.vis-map                 : vis-map        - v1.0.4
                                system.adapter.vis-metro               : vis-metro      - v1.1.2
                                system.adapter.vis-players             : vis-players    - v0.1.6
                                system.adapter.web                     : web            - v3.3.0
                                pi@ioBroker-RasPi:~ $ iobroker list instances
                                + system.adapter.admin.0                  : admin                 : ioBroker-RasPi                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                + system.adapter.alexa2.0                 : alexa2                : ioBroker-RasPi                           -  enabled
                                + system.adapter.broadlink2.0             : broadlink2            : ioBroker-RasPi                           -  enabled
                                + system.adapter.deconz.0                 : deconz                : ioBroker-RasPi                           -  enabled, port: 80
                                + system.adapter.denon.0                  : denon                 : ioBroker-RasPi                           -  enabled
                                  system.adapter.devices.0                : devices               : ioBroker-RasPi                           -  enabled
                                + system.adapter.fritzdect.1              : fritzdect             : ioBroker-RasPi                           -  enabled
                                + system.adapter.hmip.0                   : hmip                  : ioBroker-RasPi                           -  enabled
                                  system.adapter.ical.0                   : ical                  : ioBroker-RasPi                           -  enabled
                                + system.adapter.iot.0                    : iot                   : ioBroker-RasPi                           -  enabled
                                + system.adapter.jarvis.0                 : jarvis                : ioBroker-RasPi                           -  enabled
                                + system.adapter.javascript.0             : javascript            : ioBroker-RasPi                           -  enabled
                                  system.adapter.life360.0                : life360               : ioBroker-RasPi                           - disabled
                                  system.adapter.openweathermap.1         : openweathermap        : ioBroker-RasPi                           -  enabled
                                + system.adapter.ping.0                   : ping                  : ioBroker-RasPi                           -  enabled
                                  system.adapter.samsung.0                : samsung               : ioBroker-RasPi                           - disabled
                                + system.adapter.scenes.0                 : scenes                : ioBroker-RasPi                           -  enabled
                                  system.adapter.schoolfree.0             : schoolfree            : ioBroker-RasPi                           -  enabled
                                  system.adapter.simple-api.0             : simple-api            : ioBroker-RasPi                           - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                                  system.adapter.socketio.0               : socketio              : ioBroker-RasPi                           - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                                + system.adapter.sonoff.0                 : sonoff                : ioBroker-RasPi                           -  enabled, port: 1883, bind: 0.0.0.0
                                + system.adapter.sony-bravia.0            : sony-bravia           : ioBroker-RasPi                           -  enabled
                                + system.adapter.tuya.0                   : tuya                  : ioBroker-RasPi                           -  enabled
                                  system.adapter.vis.0                    : vis                   : ioBroker-RasPi                           -  enabled
                                + system.adapter.web.0                    : web                   : ioBroker-RasPi                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                
                                + instance is alive
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • S spraxel

                                  @thomas-braun

                                  pi@ioBroker-RasPi:~ $ who -r
                                           Runlevel 3   2021-02-20 16:39
                                  pi@ioBroker-RasPi:~ $ systemctl status deconz deconz-gui
                                  ● deconz.service - deCONZ: ZigBee gateway -- REST API
                                     Loaded: loaded (/lib/systemd/system/deconz.service; enabled; vendor preset: enabled)
                                     Active: active (running) since Sun 2021-02-21 07:43:52 CET; 3h 51min ago
                                   Main PID: 27736 (deCONZ)
                                     CGroup: /system.slice/deconz.service
                                             └─27736 /usr/bin/deCONZ -platform minimal --http-port=80
                                  
                                  Feb 21 07:43:52 ioBroker-RasPi systemd[1]: Started deCONZ: ZigBee gateway -- REST API.
                                  Feb 21 07:43:52 ioBroker-RasPi deCONZ[27736]: libpng warning: iCCP: known incorrect sRGB profile
                                  Feb 21 07:43:54 ioBroker-RasPi deCONZ[27736]: This plugin does not support propagateSizeHints()
                                  Feb 21 07:43:54 ioBroker-RasPi deCONZ[27736]: This plugin does not support propagateSizeHints()
                                  Feb 21 07:44:54 ioBroker-RasPi deCONZ[27736]: This plugin does not support propagateSizeHints()
                                  
                                  ● deconz-gui.service - deCONZ: ZigBee gateway -- GUI/REST API
                                     Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; vendor preset: enabled)
                                     Active: inactive (dead)
                                  
                                  Feb 21 11:23:48 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                  Feb 21 11:27:12 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                  Feb 21 11:29:15 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                  Feb 21 11:31:39 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                  Feb 21 11:33:17 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                  Feb 21 11:33:17 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                  Feb 21 11:33:17 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                  Feb 21 11:33:17 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                  Feb 21 11:33:59 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                  Feb 21 11:35:33 ioBroker-RasPi systemd[1]: [/lib/systemd/system/deconz-gui.service:11] Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
                                  pi@ioBroker-RasPi:~ $ apt policy deconz
                                  deconz:
                                    Installiert:           2.09.03-raspbian-stretch-stable
                                    Installationskandidat: 2.09.03-raspbian-stretch-stable
                                    Versionstabelle:
                                   *** 2.09.03-raspbian-stretch-stable 500
                                          500 http://phoscon.de/apt/deconz stretch/main armhf Packages
                                          100 /var/lib/dpkg/status
                                  pi@ioBroker-RasPi:~ $ iobroker list adapters
                                  system.adapter.admin                   : admin          - v4.2.1
                                  system.adapter.alexa2                  : alexa2         - v3.7.1
                                  system.adapter.backitup                : backitup       - v1.7.0
                                  system.adapter.broadlink2              : broadlink2     - v2.1.5
                                  system.adapter.deconz                  : deconz         - v1.3.11
                                  system.adapter.denon                   : denon          - v1.10.3
                                  system.adapter.devices                 : devices        - v0.3.15
                                  system.adapter.flot                    : flot           - v1.10.6
                                  system.adapter.fritzdect               : fritzdect      - v1.0.1
                                  system.adapter.history                 : history        - v1.9.12
                                  system.adapter.hmip                    : hmip           - v1.7.0
                                  system.adapter.ical                    : ical           - v1.7.4
                                  system.adapter.icons-material-png      : icons-material-png - v0.1.0
                                  system.adapter.icons-mfd-png           : icons-mfd-png  - v1.0.2
                                  system.adapter.icons-mfd-svg           : icons-mfd-svg  - v1.0.2
                                  system.adapter.iot                     : iot            - v1.8.9
                                  system.adapter.jarvis                  : jarvis         - v2.2.0-beta.48
                                  system.adapter.javascript              : javascript     - v4.8.4
                                  system.adapter.life360                 : life360        - v0.2.4
                                  system.adapter.openweathermap          : openweathermap - v0.1.0
                                  system.adapter.ping                    : ping           - v1.4.12
                                  system.adapter.samsung                 : samsung        - v0.2.9
                                  system.adapter.scenes                  : scenes         - v2.3.6
                                  system.adapter.schoolfree              : schoolfree     - v0.7.0
                                  system.adapter.simple-api              : simple-api     - v2.5.3
                                  system.adapter.socketio                : socketio       - v3.1.4
                                  system.adapter.sonoff                  : sonoff         - v2.3.3
                                  system.adapter.sony-bravia             : sony-bravia    - v1.0.3
                                  system.adapter.tuya                    : tuya           - v3.5.2
                                  system.adapter.vis                     : vis            - v1.2.12
                                  system.adapter.vis-colorpicker         : vis-colorpicker - v1.2.0
                                  system.adapter.vis-google-fonts        : vis-google-fonts - v1.0.0
                                  system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                                  system.adapter.vis-map                 : vis-map        - v1.0.4
                                  system.adapter.vis-metro               : vis-metro      - v1.1.2
                                  system.adapter.vis-players             : vis-players    - v0.1.6
                                  system.adapter.web                     : web            - v3.3.0
                                  pi@ioBroker-RasPi:~ $ iobroker list instances
                                  + system.adapter.admin.0                  : admin                 : ioBroker-RasPi                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.alexa2.0                 : alexa2                : ioBroker-RasPi                           -  enabled
                                  + system.adapter.broadlink2.0             : broadlink2            : ioBroker-RasPi                           -  enabled
                                  + system.adapter.deconz.0                 : deconz                : ioBroker-RasPi                           -  enabled, port: 80
                                  + system.adapter.denon.0                  : denon                 : ioBroker-RasPi                           -  enabled
                                    system.adapter.devices.0                : devices               : ioBroker-RasPi                           -  enabled
                                  + system.adapter.fritzdect.1              : fritzdect             : ioBroker-RasPi                           -  enabled
                                  + system.adapter.hmip.0                   : hmip                  : ioBroker-RasPi                           -  enabled
                                    system.adapter.ical.0                   : ical                  : ioBroker-RasPi                           -  enabled
                                  + system.adapter.iot.0                    : iot                   : ioBroker-RasPi                           -  enabled
                                  + system.adapter.jarvis.0                 : jarvis                : ioBroker-RasPi                           -  enabled
                                  + system.adapter.javascript.0             : javascript            : ioBroker-RasPi                           -  enabled
                                    system.adapter.life360.0                : life360               : ioBroker-RasPi                           - disabled
                                    system.adapter.openweathermap.1         : openweathermap        : ioBroker-RasPi                           -  enabled
                                  + system.adapter.ping.0                   : ping                  : ioBroker-RasPi                           -  enabled
                                    system.adapter.samsung.0                : samsung               : ioBroker-RasPi                           - disabled
                                  + system.adapter.scenes.0                 : scenes                : ioBroker-RasPi                           -  enabled
                                    system.adapter.schoolfree.0             : schoolfree            : ioBroker-RasPi                           -  enabled
                                    system.adapter.simple-api.0             : simple-api            : ioBroker-RasPi                           - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                                    system.adapter.socketio.0               : socketio              : ioBroker-RasPi                           - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                                  + system.adapter.sonoff.0                 : sonoff                : ioBroker-RasPi                           -  enabled, port: 1883, bind: 0.0.0.0
                                  + system.adapter.sony-bravia.0            : sony-bravia           : ioBroker-RasPi                           -  enabled
                                  + system.adapter.tuya.0                   : tuya                  : ioBroker-RasPi                           -  enabled
                                    system.adapter.vis.0                    : vis                   : ioBroker-RasPi                           -  enabled
                                  + system.adapter.web.0                    : web                   : ioBroker-RasPi                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  + instance is alive
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #35

                                  @spraxel

                                  Okay, passt soweit ich das sehe.

                                  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

                                  S 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @spraxel

                                    Okay, passt soweit ich das sehe.

                                    S Offline
                                    S Offline
                                    spraxel
                                    schrieb am zuletzt editiert von
                                    #36

                                    @thomas-braun

                                    wie bereits gesagt: echt mega DANKE für deine Geduld und Hilfe.

                                    K 1 Antwort Letzte Antwort
                                    0
                                    • S spraxel

                                      @thomas-braun

                                      wie bereits gesagt: echt mega DANKE für deine Geduld und Hilfe.

                                      K Offline
                                      K Offline
                                      Kusi
                                      schrieb am zuletzt editiert von Kusi
                                      #37

                                      Hallo zusammen

                                      In unregelmässigen Abständen stürzt mein Raspberry Pi 4 ab.
                                      ioBroker funktioniert dann nicht mehr, sowie ist auch kein Zugriff über Putty möglich.
                                      Einzig Steckerziehen hilft, somit lässt sich danach wieder alles bedienen.

                                      Nun habe ich mir mal die Syslog angeschaut und finde folgende Fehler im Minutentakt:

                                      Feb 22 00:13:00 raspberrypi systemd[1]: deconz-gui.service: Service RestartSec=30s expired, scheduling restart.
                                      Feb 22 00:13:00 raspberrypi systemd[1]: deconz-gui.service: Scheduled restart job, restart counter is at 8.
                                      Feb 22 00:13:00 raspberrypi systemd[1]: Stopped deCONZ: ZigBee gateway -- GUI/REST API.
                                      Feb 22 00:13:00 raspberrypi systemd[1]: Started deCONZ: ZigBee gateway -- GUI/REST API.
                                      Feb 22 00:13:00 raspberrypi systemd[1]: deconz-init.service: Start request repeated too quickly.
                                      Feb 22 00:13:00 raspberrypi systemd[1]: deconz-init.service: Failed with result 'start-limit-hit'.
                                      Feb 22 00:13:00 raspberrypi systemd[1]: Failed to start deCONZ: ZigBee gateway -- Initialisation.
                                      Feb 22 00:13:01 raspberrypi deCONZ[4275]: qt.qpa.screen: QXcbConnection: Could not connect to display :0
                                      Feb 22 00:13:01 raspberrypi deCONZ[4275]: Could not connect to any X display.
                                      Feb 22 00:13:01 raspberrypi systemd[1]: deconz-gui.service: Main process exited, code=exited, status=1/FAILURE
                                      Feb 22 00:13:01 raspberrypi systemd[1]: deconz-gui.service: Failed with result 'exit-code'.
                                      Feb 22 00:13:01 raspberrypi systemd[1]: deconz-init.service: Start request repeated too quickly.
                                      Feb 22 00:13:01 raspberrypi systemd[1]: deconz-init.service: Failed with result 'start-limit-hit'.
                                      Feb 22 00:13:01 raspberrypi systemd[1]: Failed to start deCONZ: ZigBee gateway -- Initialisation
                                      

                                      Kann mir hier jemand weiterhelfen?
                                      Mein Wissen bei Linux ist sehr beschränkt. Vielen Dank im Voraus.

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • K Kusi

                                        Hallo zusammen

                                        In unregelmässigen Abständen stürzt mein Raspberry Pi 4 ab.
                                        ioBroker funktioniert dann nicht mehr, sowie ist auch kein Zugriff über Putty möglich.
                                        Einzig Steckerziehen hilft, somit lässt sich danach wieder alles bedienen.

                                        Nun habe ich mir mal die Syslog angeschaut und finde folgende Fehler im Minutentakt:

                                        Feb 22 00:13:00 raspberrypi systemd[1]: deconz-gui.service: Service RestartSec=30s expired, scheduling restart.
                                        Feb 22 00:13:00 raspberrypi systemd[1]: deconz-gui.service: Scheduled restart job, restart counter is at 8.
                                        Feb 22 00:13:00 raspberrypi systemd[1]: Stopped deCONZ: ZigBee gateway -- GUI/REST API.
                                        Feb 22 00:13:00 raspberrypi systemd[1]: Started deCONZ: ZigBee gateway -- GUI/REST API.
                                        Feb 22 00:13:00 raspberrypi systemd[1]: deconz-init.service: Start request repeated too quickly.
                                        Feb 22 00:13:00 raspberrypi systemd[1]: deconz-init.service: Failed with result 'start-limit-hit'.
                                        Feb 22 00:13:00 raspberrypi systemd[1]: Failed to start deCONZ: ZigBee gateway -- Initialisation.
                                        Feb 22 00:13:01 raspberrypi deCONZ[4275]: qt.qpa.screen: QXcbConnection: Could not connect to display :0
                                        Feb 22 00:13:01 raspberrypi deCONZ[4275]: Could not connect to any X display.
                                        Feb 22 00:13:01 raspberrypi systemd[1]: deconz-gui.service: Main process exited, code=exited, status=1/FAILURE
                                        Feb 22 00:13:01 raspberrypi systemd[1]: deconz-gui.service: Failed with result 'exit-code'.
                                        Feb 22 00:13:01 raspberrypi systemd[1]: deconz-init.service: Start request repeated too quickly.
                                        Feb 22 00:13:01 raspberrypi systemd[1]: deconz-init.service: Failed with result 'start-limit-hit'.
                                        Feb 22 00:13:01 raspberrypi systemd[1]: Failed to start deCONZ: ZigBee gateway -- Initialisation
                                        

                                        Kann mir hier jemand weiterhelfen?
                                        Mein Wissen bei Linux ist sehr beschränkt. Vielen Dank im Voraus.

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #38

                                        @kusi Eigenes Problem = Eigener Thread

                                        Und LogText immer in CodeTags posten

                                        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

                                        haselchenH 1 Antwort Letzte Antwort
                                        1
                                        • Thomas BraunT Thomas Braun

                                          @kusi Eigenes Problem = Eigener Thread

                                          Und LogText immer in CodeTags posten

                                          haselchenH Offline
                                          haselchenH Offline
                                          haselchen
                                          Most Active
                                          schrieb am zuletzt editiert von haselchen
                                          #39

                                          @Jey-Cee

                                          Ich wollte nicht extra nen Thread aufmachen, weil der hier ganz passt vom Namen.
                                          Ich hab Deconz eben auf 1.3.19 upgedatet und dann nen Xiaomi BWM angelernt und ihn Bewegungsmelder Gartenhaus genannt in Phoscon.
                                          In den Iobroker Objekten wird nach einiger Zeit der Name übernommen.
                                          Es werden ja 2 Ordner angelegt für diese BWM.
                                          Ich nenne den einen Ordner immer Bewegungsmelder Batterie und Bewegung und den 2.Ordner Bewegungsmelder Licht und Temperatur.
                                          Dann habe ich bisher immer andere Namen für die Datenpunkte in den beiden Ordnern in der Spalte Namen für die einzelnen Datenpunkte vergeben.
                                          Nun wird dieser von mir vergebene Name bei einem Update des Datenpunktes wieder überschrieben.

                                          Nach dem Installieren des BWM

                                          8cbfe98b-edce-4343-8ee6-7e7089eee91d-grafik.png

                                          Dann habe ich den Punkt Presence mal geändert

                                          0e7e87fb-85e0-4dc9-bf15-95ad17ad5da5-grafik.png

                                          Nach ein paar Sekunden hat Presence wieder den alten Namen

                                          385acb11-0513-496e-bb39-8b60636f04ba-grafik.png

                                          Ist das nen Issue wert?
                                          Oder kannst Du das so korrigieren?
                                          Ich habe noch die alte Oberfläche (5.0.31) und JS Controller 3.2.16

                                          Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                                          Jey CeeJ 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          797

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe