NEWS
[gelöst] ioB VM Ware und kopieren auf sdKarte
-
wo seh ich das denn?
-
date
-
pi@RaspBee-II-Phoscon:~ $ sudo hwclock --systohc pi@RaspBee-II-Phoscon:~ $ sudo hwclock --verbose hwclock from util-linux 2.33.1 System Time: 1603491567.290117 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
-
Die Uhrzeit stimmt
code_tpi@RaspBee-II-Phoscon:~ $ date Sa 24. Okt 00:20:06 CEST 2020
Ich bin echt gerade am überlegen ob ich mir dieses fertig image runterlade
Raspbian Buster Headless
Beta Image ohne Desktop basierend auf Debian BusterDa sollte deConz bereits installiert sein
-
@sandro_gera Keine Ahnung was da klemmt.
reboote nochmal, vielleicht renkt sich das ein. -
die installation von deConz hat ja auch nicht geklappt aber ich mach das nochmal und schicke dir die ein und Ausgabe
-
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
-
dann hab ich das gemacht
Zugriffsrechte der seriellen Schnittstelle für Nutzer setzen
sudo raspi-config
Interfacing Options → SerialWould 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. -
@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
-
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:~ $
-
Also doch das fertige Image installieren?
-
@sandro_gera Du bist doch fertig.
-
ich kann aber die weboberfläche nicht starten
-
@sandro_gera wiring-pi auch aktualisiert? Beim pi4 notwendig.
-
ich hab doch nen 3B
-
@sandro_gera
Läuft der deconz?systemctl status deconz systemctl status deconz-gui
-
@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)
-
sudo systemctl start deconz
-
Ich glaubs nicht. Jetzt komm ich auch die Weboberfläche
-
sudo systemctl enable deconz