Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Hardware
  4. Cobee II Instalation auf Raspberry 4

NEWS

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

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

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

Cobee II Instalation auf Raspberry 4

Cobee II Instalation auf Raspberry 4

Scheduled Pinned Locked Moved Hardware
9 Posts 2 Posters 268 Views 2 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.
  • M Offline
    M Offline
    Mico
    wrote on last edited by Mico
    #1

    Hallo alle zusammen,

    Ich habe auf meinen Rasberry ein neues Iobroker aufgespielt und die aktuelle Sicherung zurückgespielt.
    Nun wollte ich mein Conbee 2 wieder reaktivieren und habe unter Putty diese Befehle eingegeben.

    Screenshot 2023-09-29 183939.png

    Leider ohne Erfolg ich kann die Startseite des Conbee nicht aufrufen weder direkt im Browser noch über Iobroker

    Könnt ihr mir bitte weiterhelfen das das Ding wieder läuft.

    Gruß
    Mico

    Thomas BraunT 1 Reply Last reply
    0
    • M Mico

      Hallo alle zusammen,

      Ich habe auf meinen Rasberry ein neues Iobroker aufgespielt und die aktuelle Sicherung zurückgespielt.
      Nun wollte ich mein Conbee 2 wieder reaktivieren und habe unter Putty diese Befehle eingegeben.

      Screenshot 2023-09-29 183939.png

      Leider ohne Erfolg ich kann die Startseite des Conbee nicht aufrufen weder direkt im Browser noch über Iobroker

      Könnt ihr mir bitte weiterhelfen das das Ding wieder läuft.

      Gruß
      Mico

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

      @mico

      sudo apt update
      apt policy deconz
      systemctl status deconz*
      

      sagt?

      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

      M 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @mico

        sudo apt update
        apt policy deconz
        systemctl status deconz*
        

        sagt?

        M Offline
        M Offline
        Mico
        wrote on last edited by
        #3

        @thomas-braun
        Ok werde ich gleich mal testen

        M 1 Reply Last reply
        0
        • M Mico

          @thomas-braun
          Ok werde ich gleich mal testen

          M Offline
          M Offline
          Mico
          wrote on last edited by
          #4

          @Thomas Braun

          Das sa unter Putty dann so ausScreenshot 2023-09-29 184458.png

          Thomas BraunT 1 Reply Last reply
          0
          • M Mico

            @Thomas Braun

            Das sa unter Putty dann so ausScreenshot 2023-09-29 184458.png

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

            @mico

            Text als Text in CodeTags einbetten. Mit Bildchens kann keiner was anfangen.

            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

            M 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @mico

              Text als Text in CodeTags einbetten. Mit Bildchens kann keiner was anfangen.

              M Offline
              M Offline
              Mico
              wrote on last edited by
              #6

              @thomas-braun
              So richtig:

              pi@raspberrypi:~ $ sudo apt update
              Hit:1 http://phoscon.de/apt/deconz bullseye InRelease
              Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
              Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
              Get:4 https://deb.nodesource.com/node_18.x bullseye InRelease [4,586 B]
              Fetched 4,586 B in 1s (4,647 B/s)
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              5 packages can be upgraded. Run 'apt list --upgradable' to see them.
              pi@raspberrypi:~ $ apt policy deconz
              deconz:
                Installed: 2.23.01-raspbian-buster-stable
                Candidate: 2.23.01-raspbian-buster-stable
                Version table:
               *** 2.23.01-raspbian-buster-stable 500
                      500 http://phoscon.de/apt/deconz bullseye/main armhf Packages
                      100 /var/lib/dpkg/status
              pi@raspberrypi:~ $ systemctl status deconz*
              pi@raspberrypi:~ $
              
              
              
              
              Thomas BraunT 1 Reply Last reply
              0
              • M Mico

                @thomas-braun
                So richtig:

                pi@raspberrypi:~ $ sudo apt update
                Hit:1 http://phoscon.de/apt/deconz bullseye InRelease
                Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
                Get:4 https://deb.nodesource.com/node_18.x bullseye InRelease [4,586 B]
                Fetched 4,586 B in 1s (4,647 B/s)
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                5 packages can be upgraded. Run 'apt list --upgradable' to see them.
                pi@raspberrypi:~ $ apt policy deconz
                deconz:
                  Installed: 2.23.01-raspbian-buster-stable
                  Candidate: 2.23.01-raspbian-buster-stable
                  Version table:
                 *** 2.23.01-raspbian-buster-stable 500
                        500 http://phoscon.de/apt/deconz bullseye/main armhf Packages
                        100 /var/lib/dpkg/status
                pi@raspberrypi:~ $ systemctl status deconz*
                pi@raspberrypi:~ $
                
                
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by Thomas Braun
                #7

                @mico sagte in Cobee II Instalation auf Raspberry 4:

                5 packages can be upgraded. Run 'apt list --upgradable' to see them.

                Schmeiß die Updates auf das System.

                sudo systemctl unhide deconz
                systemctl status 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

                M 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @mico sagte in Cobee II Instalation auf Raspberry 4:

                  5 packages can be upgraded. Run 'apt list --upgradable' to see them.

                  Schmeiß die Updates auf das System.

                  sudo systemctl unhide deconz
                  systemctl status deconz
                  
                  M Offline
                  M Offline
                  Mico
                  wrote on last edited by
                  #8

                  @thomas-braun
                  Danke für die Hilfe

                  Thomas BraunT 1 Reply Last reply
                  0
                  • M Mico

                    @thomas-braun
                    Danke für die Hilfe

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

                    @mico

                    Läuft das nun?

                    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 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    Support us

                    ioBroker
                    Community Adapters
                    Donate

                    264

                    Online

                    32.4k

                    Users

                    81.3k

                    Topics

                    1.3m

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

                    • Don't have an account? Register

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