Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] ioB VM Ware und kopieren auf sdKarte

    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

    [gelöst] ioB VM Ware und kopieren auf sdKarte

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

      @Thomas-Braun

      die installation von deConz hat ja auch nicht geklappt aber ich mach das nochmal und schicke dir die ein und Ausgabe

      1 Reply Last reply Reply Quote 0
      • S
        sandro_gera @Thomas Braun last edited by

        @Thomas-Braun

        Nach reboot immnoch

        pi@RaspBee-II-Phoscon:~ $ sudo hwclock --verbose
        hwclock from util-linux 2.33.1
        System Time: 1603492069.670306
        Trying to open: /dev/rtc0
        Using the rtc interface to the clock.
        Last drift adjustment done at 1603491550 seconds after 1969
        Last calibration done at 1603491550 seconds after 1969
        Hardware clock is on UTC time
        Assuming hardware clock is kept in UTC time.
        Waiting for clock tick...
        ioctl(4, RTC_UIE_ON, 0): Das Argument ist ungültig
        Waiting in loop for time from /dev/rtc0 to change
        hwclock: ioctl(RTC_RD_TIME) to /dev/rtc0 to read the time failed: Das Argument ist ungültig
        ...synchronization failed
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • S
          sandro_gera @Thomas Braun last edited by

          @Thomas-Braun

          dann hab ich das gemacht

          Zugriffsrechte der seriellen Schnittstelle für Nutzer setzen

          sudo raspi-config
          Interfacing Options → Serial

          Would you like a login shell accessible over serial? → No
          Would you like the serial port hardware to be enabled? → Yes
          Hinweis: Die Zugriffsrechte werden erst nach einem Neustart aktiv.

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

            @sandro_gera Tante Google lssgt:

            Please try the command sudo hwclock --verbose while deCONZ is running. There is a FW problem that restarts the ConBeeII when deCONZ is not running. A FW update is on its way.

            Da musst du wohl die Firmware von dem Raspbee aktualisieren. Dazu brauchst du aber ein laufendes deCONZ

            S 1 Reply Last reply Reply Quote 0
            • S
              sandro_gera @Thomas Braun last edited by

              @Thomas-Braun

              pi@RaspBee-II-Phoscon:~ $ wget -O - http://phoscon.de/apt/deconz.pub.key | \
              >            sudo apt-key add -
              --2020-10-24 00:29:28--  http://phoscon.de/apt/deconz.pub.key
              Auflösen des Hostnamens phoscon.de (phoscon.de)… 144.76.96.194
              Verbindungsaufbau zu phoscon.de (phoscon.de)|144.76.96.194|:80 … verbunden.
              HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
              Länge: 1692 (1,7K) [application/octet-stream]
              Wird in »STDOUT« gespeichert.
              
              -                   100%[===================>]   1,65K  --.-KB/s    in 0s
              
              2020-10-24 00:29:28 (4,66 MB/s) - auf die Standardausgabe geschrieben [1692/1692]
              
              OK
              pi@RaspBee-II-Phoscon:~ $ sudo sh -c "echo 'deb http://phoscon.de/apt/deconz \
              >             $(lsb_release -cs) main' > \
              >             /etc/apt/sources.list.d/deconz.list"
              pi@RaspBee-II-Phoscon:~ $ sudo apt update
              OK:1 http://phoscon.de/apt/deconz buster InRelease
              OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
              OK:3 http://archive.raspberrypi.org/debian buster InRelease
              Paketlisten werden gelesen... Fertig
              Abhängigkeitsbaum wird aufgebaut.
              Statusinformationen werden eingelesen.... Fertig
              Alle Pakete sind aktuell.
              pi@RaspBee-II-Phoscon:~ $ sudo apt install deconz
              Paketlisten werden gelesen... Fertig
              Abhängigkeitsbaum wird aufgebaut.
              Statusinformationen werden eingelesen.... Fertig
              deconz ist schon die neueste Version (2.05.84-raspbian-buster-stable).
              0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
              pi@RaspBee-II-Phoscon:~ $
              
              
              1 Reply Last reply Reply Quote 0
              • S
                sandro_gera @Thomas Braun last edited by

                @Thomas-Braun

                Also doch das fertige Image installieren?

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

                  @sandro_gera Du bist doch fertig.

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    sandro_gera @Thomas Braun last edited by

                    @Thomas-Braun

                    ich kann aber die weboberfläche nicht starten

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

                      @sandro_gera wiring-pi auch aktualisiert? Beim pi4 notwendig.

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        sandro_gera @Thomas Braun last edited by

                        @Thomas-Braun

                        ich hab doch nen 3B

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

                          @sandro_gera
                          Läuft der deconz?

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

                            @Thomas-Braun said in iobroker installation in VM Ware und kopieren auf sdKarte:

                            systemctl status deconz-gui

                            pi@RaspBee-II-Phoscon:~ $ systemctl status deconz
                            ● deconz.service - deCONZ: ZigBee gateway -- REST API
                               Loaded: loaded (/lib/systemd/system/deconz.service; disabled; vendor preset:
                               Active: inactive (dead)
                            ...skipping...
                            ● deconz.service - deCONZ: ZigBee gateway -- REST API
                               Loaded: loaded (/lib/systemd/system/deconz.service; disabled; vendor preset:
                               Active: inactive (dead)
                            
                            pi@RaspBee-II-Phoscon:~ $ systemctl status deconz-gui
                            ● deconz-gui.service - deCONZ: ZigBee gateway -- GUI/REST API
                               Loaded: loaded (/lib/systemd/system/deconz-gui.service; disabled; vendor pres
                               Active: inactive (dead)
                            
                            Okt 24 00:38:37 RaspBee-II-Phoscon systemd[1]: /lib/systemd/system/deconz-gui.se
                            Okt 24 00:40:58 RaspBee-II-Phoscon systemd[1]: /lib/systemd/system/deconz-gui.se
                            lines 1-6/6 (END)
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @sandro_gera last edited by Thomas Braun

                              @sandro_gera

                              sudo systemctl start deconz
                              
                              S 1 Reply Last reply Reply Quote 0
                              • S
                                sandro_gera @Thomas Braun last edited by

                                @Thomas-Braun

                                Ich glaubs nicht. Jetzt komm ich auch die Weboberfläche

                                Thomas Braun 2 Replies Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @sandro_gera last edited by

                                  @sandro_gera

                                  sudo systemctl enable deconz
                                  
                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    sandro_gera @Thomas Braun last edited by

                                    @Thomas-Braun

                                    Oh man wenn ich dich nicht hätte . Jetzt kann ich io broker installieren oder am besten erstmal das Raspbee update

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

                                      @sandro_gera Ja, mit laufendem Service geht auch das Web Frontend.

                                      Aktualisier aber besser die Firmware vom Raspbee II.

                                      S 4 Replies Last reply Reply Quote 0
                                      • S
                                        sandro_gera @Thomas Braun last edited by

                                        @Thomas-Braun

                                        Mal schauen wie das geht

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          sandro_gera @Thomas Braun last edited by sandro_gera

                                          @Thomas-Braun

                                          Ich hab meine backup von der Phoscon app eingespielt jeetzt komm ich nicht mehr in die gateway einstellungen

                                          OK geht wieder

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            sandro_gera @Thomas Braun last edited by

                                            @Thomas-Braun

                                            die ist aktuell jetzt gehts auch

                                            hwclock from util-linux 2.33.1
                                            System Time: 1603493581.611911
                                            Trying to open: /dev/rtc0
                                            Using the rtc interface to the clock.
                                            Last drift adjustment done at 1603491550 seconds after 1969
                                            Last calibration done at 1603491550 seconds after 1969
                                            Hardware clock is on UTC time
                                            Assuming hardware clock is kept in UTC time.
                                            Waiting for clock tick...
                                            ioctl(4, RTC_UIE_ON, 0): Das Argument ist ungültig
                                            Waiting in loop for time from /dev/rtc0 to change
                                            ...got clock tick
                                            Time read from Hardware Clock: 2020/10/23 22:53:03
                                            Hw clock time : 2020/10/23 22:53:03 = 1603493583 seconds since 1969
                                            Time since last adjustment is 2033 seconds
                                            Calculated Hardware Clock drift is 0.000000 seconds
                                            2020-10-24 00:53:02.601850+02:00
                                            
                                            
                                            Thomas Braun 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

                                            774
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            installation iobroker
                                            4
                                            201
                                            14154
                                            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