NEWS
trashschedule widget verschwindet immer wieder
-
@kellerkind-86
Liegt da etwas drüber?
Setze mal einen Wert für Z-Index ... z.B. 10 -
@codierknecht
hatte ich auch schon gedacht. hab ich auf 20 erhöht.
habe gerade geschaut.. es war wieder weg.
versetze ich das widget um einige mm... geht es wieder. -
Was kommt bei F12?
-
Losgelöst vom akuten Problem:
throttled=0x80000
Other values than 0x0 hint to temperature/voltage problems
temp=70.1'C
volt=0.8688VDer Kiste wird zu warm, die bremst sich schon.
*** X-Server-Setup ***
X-Server: trueSchalt die GUI aus.
Messages concerning ext4 filesystem in dmesg:
Da fehlt was. Irgendwas steht da immer drin.
*** OS-Repositories and Updates ***
influxdb-Repo muss aktualisiert werden.
Das nodesource-Repo muss aktualisiert werden.
Die 251 Updates müssen eingespielt werden. -
@thomas-braun
ich werde es heute abend versuchen zu beheben..
suche sowieso eigebtlich eine alternative zum raspi.. wo ich vielleicht sogar motioneye und iobroker gleichzeitig laufen lassen kann.eigentlich hatte ich diesen hier ins auge gefasst..
FUTRO S740
aber irgendwie schwer ranzukommen.
naja.. ich erledige erst mal meine Hausaufgaben heute abend.die 251 updates einfach mit
sudo apt-get update
undsudo apt-get upgrade
?danke
-
-
@thomas-braun
okay danke.
und dann nochmal die auflistung posten incl.@thomas-braun said in trashschedule widget verschwindet immer wieder:
Da fehlt was. Irgendwas steht da immer drin.
*** OS-Repositories and Updates ***
-
@Thomas-Braun
so.. hab beide befehle ausgeführt...beim update ist mir schon was aufgefallenpi@raspberrypi:~ $ pi@raspberrypi:~ $ sudo apt update Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease Hit:3 http://deb.debian.org/debian bullseye InRelease Hit:4 http://deb.debian.org/debian bullseye-updates InRelease Get:5 https://repos.influxdata.com/debian bullseye InRelease [7,040 B] Hit:6 https://deb.nodesource.com/node_18.x bullseye InRelease Err:5 https://repos.influxdata.com/debian bullseye InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E Fetched 7,040 B in 2s (4,233 B/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Some index files failed to download. They have been ignored, or old ones used instead.
habe aber trotzdem sudo apt full-upgrade ausgeführt..
danach nochmal update.. und immer noch der fehler..
ich verstehe zwar was da steht.. aber weiß nicht was ich machen soll.. -
Hier steht auch was zu influx drin:
https://forum.iobroker.net/topic/62040/linux-debian-grafana-repo-muss-aktualisiert-werden
-
@thomas-braun
okay, danke
habe zwar das hier ausgeführt aber bekomme die gleiche rückmeldung wie jemand anderspi@raspberrypi:~ $ apt-key list | grep influx | wc -l Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 0
muss ich als nächstes den key löschen der mir oben ausgespuckt wurde ?(sorry)
-
@kellerkind-86 sagte in trashschedule widget verschwindet immer wieder:
muss ich als nächstes den key löschen
Welchen key? 0 = Kein key.
-
-
wget -q https://repos.influxdata.com/influxdata-archive_compat.key echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list rm influxdata-archive_compat.key
Und dann
sudo apt update sudo apt full-upgrade
-
pi@raspberrypi:~ $ sudo apt update Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease Hit:2 http://security.debian.org/debian-security bullseye-security InRelease Hit:3 https://repos.influxdata.com/debian stable InRelease Hit:4 http://deb.debian.org/debian bullseye InRelease Get:5 https://repos.influxdata.com/debian bullseye InRelease [7,040 B] Hit:6 http://deb.debian.org/debian bullseye-updates InRelease Hit:7 https://deb.nodesource.com/node_18.x bullseye InRelease Err:5 https://repos.influxdata.com/debian bullseye InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E Fetched 7,040 B in 2s (3,972 B/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 2 packages can be upgraded. Run 'apt list --upgradable' to see them. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E W: Some index files failed to download. They have been ignored, or old ones used instead.
leider immer noch..sorry
-
@kellerkind-86 sagte in trashschedule widget verschwindet immer wieder:
Du hast für influx zwei Quellen aktiv.
ls -lAh /etc/apt/sources.list.d/
-
pi@raspberrypi:~ $ ls -lAh /etc/apt/sources.list.d/ total 16K -rw-r--r-- 1 root root 114 Sep 28 19:39 influxdata.list -rw-r--r-- 1 root root 101 Sep 28 19:28 influxdb.list -rw-r--r-- 1 root root 208 Sep 14 21:57 nodesource.list -rw-r--r-- 1 root root 191 Sep 22 2022 raspi.list
-
Lösch die Datei, die NICHT influxdata.list heißt.
-
@kellerkind-86 sagte in trashschedule widget verschwindet immer wieder:
sudo rm /etc/apt/sources.list.d/influxdb.list sudo apt update sudo apt full-upgrade
-
@thomas-braun
danke für die ausführliche Hilfe..hier nochmal die ausgabe
======== Start marking the full check here ========= Skript v.2023-06-20 *** BASE SYSTEM *** Static hostname: raspberrypi Icon name: computer Machine ID: b741ae0544da421d9f11987d7b02c49f Boot ID: e3faddb809704a889c43abc284b4824f Operating System: Debian GNU/Linux 11 (bullseye) Kernel: Linux 5.15.61-v8+ Architecture: arm64 Model : Raspberry Pi 4 Model B Rev 1.1 Docker : false Virtualization : none Kernel : aarch64 Userland : arm64 Systemuptime and Load: 20:00:00 up 14 days, 4 min, 3 users, load average: 0.77, 0.90, 0.83 CPU threads: 4 Raspberry only: throttled=0x80000 Other values than 0x0 hint to temperature/voltage problems temp=70.1'C volt=0.8688V The systems needs to be REBOOTED! *** Time and Time Zones *** Local time: Thu 2023-09-28 20:00:00 CEST Universal time: Thu 2023-09-28 18:00:00 UTC RTC time: n/a Time zone: Europe/Berlin (CEST, +0200) System clock synchronized: yes NTP service: active RTC in local TZ: no *** User and Groups *** pi /home/pi pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker *** X-Server-Setup *** X-Server: true Desktop: Terminal: tty Boot Target: graphical.target *** MEMORY *** total used free shared buff/cache available Mem: 3.8G 2.9G 223M 34M 641M 755M Swap: 99M 99M 0B Total: 3.9G 3.0G 223M 3794 M total memory 2929 M used memory 475 M active memory 2865 M inactive memory 223 M free memory 42 M buffer memory 599 M swap cache 99 M total swap 99 M used swap 0 M free swap Raspberry only: oom events: 0 lifetime oom required: 0 Mbytes total time in oom handler: 0 ms max time spent in oom handler: 0 ms *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on /dev/root ext4 117G 39G 74G 35% / devtmpfs devtmpfs 1.7G 0 1.7G 0% /dev tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs tmpfs 759M 1.2M 758M 1% /run tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock /dev/mmcblk0p1 vfat 255M 31M 225M 13% /boot tmpfs tmpfs 380M 20K 380M 1% /run/user/1000 Messages concerning ext4 filesystem in dmesg: Show mounted filesystems (real ones only): TARGET SOURCE FSTYPE OPTIONS / /dev/mmcblk0p2 ext4 rw,noatime `-/boot /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro Files in neuralgic directories: /var: 33G /var/ 31G /var/lib/influxdb/engine/data/ef99e5411b8859ab/autogen 31G /var/lib/influxdb/engine/data/ef99e5411b8859ab 31G /var/lib/influxdb/engine/data 31G /var/lib/influxdb/engine Archived and active journals take up 1.3G in the file system. /opt/iobroker/backups: 43M /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 603M /opt/iobroker/iobroker-data/ 493M /opt/iobroker/iobroker-data/files 134M /opt/iobroker/iobroker-data/files/vis-2 83M /opt/iobroker/iobroker-data/backup-objects 72M /opt/iobroker/iobroker-data/files/telegram.admin The five largest files in iobroker-data are: 35M /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map 21M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map 19M /opt/iobroker/iobroker-data/files/vis-2/static/js/main.c6771b2d.js.map 19M /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map 18M /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map *** NodeJS-Installation *** /usr/bin/nodejs v18.17.1 /usr/bin/node v18.17.1 /usr/bin/npm 9.6.7 /usr/bin/npx 9.6.7 nodejs: Installed: 18.17.1-deb-1nodesource1 Candidate: 18.17.1-deb-1nodesource1 Version table: *** 18.17.1-deb-1nodesource1 500 500 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages 100 /var/lib/dpkg/status 12.22.12~dfsg-1~deb11u4 500 500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages 12.22.12~dfsg-1~deb11u3 500 500 http://deb.debian.org/debian bullseye/main arm64 Packages Temp directories causing npm8 problem: 0 No problems detected Errors in npm tree: 0 *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. Objects type: jsonl States type: jsonl No configuration change needed. Multihost discovery server: disabled Discovery authentication: enabled Persistent activation: disabled Objects: jsonl on 127.0.0.1 States: jsonl on 127.0.0.1 Core adapters versions js-controller: 5.0.12 admin: 6.10.1 javascript: 7.1.4 Adapters from github: 3 Adapter State + system.adapter.admin.0 : admin : raspberrypi - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.alexa-shoppinglist.0 : alexa-shoppinglist : raspberrypi - enabled + system.adapter.alexa2.0 : alexa2 : raspberrypi - enabled + system.adapter.backitup.0 : backitup : raspberrypi - enabled system.adapter.birthdays.0 : birthdays : raspberrypi - enabled + system.adapter.bluelink.0 : bluelink : raspberrypi - enabled system.adapter.devices.0 : devices : raspberrypi - disabled + system.adapter.discovery.0 : discovery : raspberrypi - enabled system.adapter.dwd.0 : dwd : raspberrypi - enabled + system.adapter.ecovacs-deebot.0 : ecovacs-deebot : raspberrypi - enabled + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi - enabled system.adapter.enigma2.0 : enigma2 : raspberrypi - disabled system.adapter.feiertage.0 : feiertage : raspberrypi - enabled + system.adapter.fritzbox.0 : fritzbox : raspberrypi - enabled + system.adapter.fullybrowser.0 : fullybrowser : raspberrypi - enabled + system.adapter.harmony.0 : harmony : raspberrypi - enabled + system.adapter.hm-rega.0 : hm-rega : raspberrypi - enabled + system.adapter.hm-rpc.0 : hm-rpc : raspberrypi - enabled, port: 0 + system.adapter.hm-rpc.1 : hm-rpc : raspberrypi - enabled, port: 0 system.adapter.ical.0 : ical : raspberrypi - enabled system.adapter.ical.1 : ical : raspberrypi - enabled + system.adapter.influxdb.0 : influxdb : raspberrypi - enabled, port: 8086 + system.adapter.iot.0 : iot : raspberrypi - enabled + system.adapter.javascript.0 : javascript : raspberrypi - enabled system.adapter.luftdaten.0 : luftdaten : raspberrypi - enabled + system.adapter.mqtt.0 : mqtt : raspberrypi - enabled, port: 1883, bind: 0.0.0.0 + system.adapter.octoprint.0 : octoprint : raspberrypi - enabled + system.adapter.onkyo.0 : onkyo : raspberrypi - enabled + system.adapter.pollenflug.0 : pollenflug : raspberrypi - enabled + system.adapter.renacidc.0 : renacidc : raspberrypi - enabled + system.adapter.scenes.0 : scenes : raspberrypi - enabled system.adapter.schoolfree.0 : schoolfree : raspberrypi - enabled + system.adapter.shelly.0 : shelly : raspberrypi - enabled, port: 1880, bind: 0.0.0.0 system.adapter.shuttercontrol.0 : shuttercontrol : raspberrypi - disabled + system.adapter.synology.0 : synology : raspberrypi - enabled, port: 5000 + system.adapter.tankerkoenig.0 : tankerkoenig : raspberrypi - enabled + system.adapter.telegram.0 : telegram : raspberrypi - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.text2command.0 : text2command : raspberrypi - enabled + system.adapter.tr-064.0 : tr-064 : raspberrypi - enabled + system.adapter.trashschedule.0 : trashschedule : raspberrypi - enabled system.adapter.unifi.0 : unifi : raspberrypi - disabled + system.adapter.vis-2.0 : vis-2 : raspberrypi - enabled system.adapter.vis-google-fonts.0 : vis-google-fonts : raspberrypi - enabled system.adapter.vis-icontwo.0 : vis-icontwo : raspberrypi - disabled + system.adapter.vis-inventwo.0 : vis-inventwo : raspberrypi - enabled system.adapter.vis-timeandweather.0 : vis-timeandweather : raspberrypi - disabled system.adapter.vis.0 : vis : raspberrypi - disabled + system.adapter.web.0 : web : raspberrypi - enabled, port: 8082, bind: 0.0.0.0, run as: admin system.adapter.web.1 : web : raspberrypi - disabled, port: 20002, bind: 0.0.0.0, run as: admin + system.adapter.wiffi-wz.0 : wiffi-wz : raspberrypi - enabled + system.adapter.ws.0 : ws : raspberrypi - enabled, port: 8084, bind: 0.0.0.0, run as: admin system.adapter.yr.0 : yr : raspberrypi - enabled + system.adapter.zigbee.0 : zigbee : raspberrypi - enabled, port: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2659215-if00 + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : raspberrypi - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.hm-rpc.0 : hm-rpc : raspberrypi - enabled, port: 0 + system.adapter.hm-rpc.1 : hm-rpc : raspberrypi - enabled, port: 0 + system.adapter.influxdb.0 : influxdb : raspberrypi - enabled, port: 8086 + system.adapter.mqtt.0 : mqtt : raspberrypi - enabled, port: 1883, bind: 0.0.0.0 + system.adapter.shelly.0 : shelly : raspberrypi - enabled, port: 1880, bind: 0.0.0.0 + system.adapter.synology.0 : synology : raspberrypi - enabled, port: 5000 + system.adapter.telegram.0 : telegram : raspberrypi - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.web.0 : web : raspberrypi - enabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.ws.0 : ws : raspberrypi - enabled, port: 8084, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee : raspberrypi - enabled, port: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2659215-if00 ioBroker-Repositories stable : http://download.iobroker.net/sources-dist.json beta : http://download.iobroker.net/sources-dist-latest.json Active repo(s): stable Installed ioBroker-Instances Used repository: stable Adapter "admin" : 6.10.1 , installed 6.10.1 Adapter "alexa-shoppinglist": 0.1.5, installed 0.1.5 Adapter "alexa2" : 3.25.2 , installed 3.25.2 Adapter "backitup" : 2.8.1 , installed 2.8.1 Adapter "birthdays" : 2.3.1 , installed 2.3.1 Adapter "bluelink" : 2.3.6 , installed 2.3.6 Adapter "cul" : 2.2.0 , installed 2.2.0 Adapter "devices" : 1.1.5 , installed 1.1.5 Adapter "discovery" : 3.1.0 , installed 3.1.0 Adapter "dwd" : 2.8.5 , installed 2.8.5 Adapter "ecovacs-deebot": 1.4.13 , installed 1.4.13 Adapter "feiertage" : 1.1.4 , installed 1.1.4 Adapter "fritzbox" : 0.5.0 , installed 0.5.0 Adapter "fullybrowser" : 2.1.2 , installed 2.1.2 Adapter "harmony" : 1.2.2 , installed 1.2.2 Adapter "hm-rega" : 3.0.47 , installed 3.0.47 Adapter "hm-rpc" : 1.15.19 , installed 1.15.19 Adapter "ical" : 1.13.3 , installed 1.13.3 Adapter "influxdb" : 3.2.0 , installed 3.2.0 Adapter "iot" : 1.14.5 , installed 1.14.5 Adapter "javascript" : 7.1.4 , installed 7.1.4 Controller "js-controller": 5.0.12 , installed 5.0.12 Adapter "luftdaten" : 3.0.0 , installed 3.0.0 Adapter "mqtt" : 4.1.1 , installed 4.1.1 Adapter "octoprint" : 4.0.0 , installed 4.0.0 Adapter "onkyo" : 2.1.2 , installed 2.1.2 Adapter "pollenflug" : 1.0.6 , installed 1.0.6 Adapter "scenes" : 2.3.9 , installed 2.3.9 Adapter "schoolfree" : 1.1.2 , installed 1.1.2 Adapter "shelly" : 6.4.1 , installed 6.4.1 Adapter "shuttercontrol": 1.6.2 , installed 1.6.2 Adapter "simple-api" : 2.7.2 , installed 2.7.2 Adapter "socketio" : 6.5.5 , installed 6.5.5 Adapter "synology" : 3.0.0 , installed 3.0.0 Adapter "tankerkoenig" : 3.3.7 , installed 3.3.7 Adapter "telegram" : 1.16.0 , installed 1.16.0 Adapter "text2command" : 3.0.2 , installed 3.0.2 Adapter "tr-064" : 4.2.18 , installed 4.2.18 Adapter "trashschedule": 2.2.0 , installed 2.2.0 Adapter "unifi" : 0.6.6 , installed 0.6.6 Adapter "vis" : 1.4.16 , installed 1.4.16 Adapter "vis-google-fonts": 1.0.4 , installed 1.0.4 Adapter "vis-icontwo" : 0.96.0 , installed 0.96.0 Adapter "vis-inventwo" : 3.3.3 , installed 3.3.3 Adapter "vis-timeandweather": 1.2.2, installed 1.2.2 Adapter "web" : 6.1.2 , installed 6.1.2 Adapter "wiffi-wz" : 2.2.1 , installed 2.2.1 Adapter "ws" : 2.5.5 , installed 2.5.5 Adapter "yr" : 5.3.0 , installed 5.3.0 Adapter "zigbee" : 1.8.23 , installed 1.8.23 Objects and States Please stand by - This may take a while Objects: 15736 States: 13224 *** OS-Repositories and Updates *** Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 https://repos.influxdata.com/debian stable InRelease Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease Hit:4 http://deb.debian.org/debian bullseye InRelease Hit:5 http://deb.debian.org/debian bullseye-updates InRelease Hit:6 https://deb.nodesource.com/node_18.x bullseye InRelease Reading package lists... Pending Updates: 0 *** Listening Ports *** Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 192.168.178.74:8181 0.0.0.0:* LISTEN 1001 15485983 352601/io.wiffi-wz. tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 15479269 351869/iobroker.js- tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 15479276 351869/iobroker.js- tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 14516 588/sshd: /usr/sbin tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 0 15582248 353986/cupsd tcp 0 0 192.168.178.74:42001 0.0.0.0:* LISTEN 1001 15481971 352019/io.hm-rpc.0 tcp 0 0 192.168.178.74:42010 0.0.0.0:* LISTEN 1001 15479421 352030/io.hm-rpc.1 tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 1001 15480128 352075/io.mqtt.0 tcp6 0 0 :::61991 :::* LISTEN 1001 15480436 352296/io.harmony.0 tcp6 0 0 :::22 :::* LISTEN 0 12898 588/sshd: /usr/sbin tcp6 0 0 ::1:631 :::* LISTEN 0 15582247 353986/cupsd tcp6 0 0 :::8086 :::* LISTEN 999 16515 453/influxd tcp6 0 0 :::8084 :::* LISTEN 1001 15480678 352483/io.ws.0 tcp6 0 0 :::8082 :::* LISTEN 1001 15482709 352468/io.web.0 tcp6 0 0 :::8081 :::* LISTEN 1001 15479307 351887/io.admin.0 udp 0 0 0.0.0.0:68 0.0.0.0:* 0 15450 489/dhcpcd udp 0 0 0.0.0.0:57487 0.0.0.0:* 1001 16519862 352105/io.shelly.0 udp 0 0 0.0.0.0:61991 0.0.0.0:* 1001 15480437 352296/io.harmony.0 udp 0 0 0.0.0.0:631 0.0.0.0:* 0 16545813 380276/cups-browsed udp 0 0 0.0.0.0:56484 0.0.0.0:* 108 16543369 380398/avahi-daemon udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 16543367 380398/avahi-daemon udp 0 0 0.0.0.0:5683 0.0.0.0:* 1001 15482055 352105/io.shelly.0 udp6 0 0 :::47230 :::* 108 16543370 380398/avahi-daemon udp6 0 0 :::546 :::* 0 18552 489/dhcpcd udp6 0 0 :::5353 :::* 108 16543368 380398/avahi-daemon *** Log File - Last 25 Lines *** 2023-09-28 19:58:17.237 - info: javascript.0 (351921) script.js.Logik.Anwesenheit_.Niemand_da: Occupancyfalse 2023-09-28 19:59:13.447 - info: renacidc.0 (352514) Adapter tries to retrieve data from the cloud 2023-09-28 20:00:00.142 - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 387550 2023-09-28 20:00:04.208 - info: host.raspberrypi instance system.adapter.luftdaten.0 started with pid 387612 2023-09-28 20:00:04.349 - info: dwd.0 (387550) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.17.1, js-controller: 5.0.12 2023-09-28 20:00:05.565 - info: dwd.0 (387550) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason 2023-09-28 20:00:06.235 - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2023-09-28 20:00:08.283 - info: host.raspberrypi instance system.adapter.ical.1 started with pid 387667 2023-09-28 20:00:08.502 - info: luftdaten.0 (387612) starting. Version 3.0.0 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v18.17.1, js-controller: 5.0.12 2023-09-28 20:00:12.154 - info: ical.1 (387667) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.17.1, js-controller: 5.0.12 2023-09-28 20:00:12.380 - info: host.raspberrypi instance system.adapter.ical.0 started with pid 387696 2023-09-28 20:00:13.166 - info: ical.1 (387667) processing URL: Geburtstagskalender https://calendar.google.com/calendar/ical/0relf9ud5521k366kksf6jqer8%40group.calendar.google.com/private-39d3a6ac59f696c380df0beea146709c/basic.ics 2023-09-28 20:00:13.336 - info: ical.1 (387667) processing URL: GemeinsamerKalender https://calendar.google.com/calendar/ical/d67eaeb54c441780c19711dd394e1fb33093a6e3aa9359195df53e0c386d9873%40group.calendar.google.com/private-92ad164037a768ce8af455f5fad6f0fd/basic.ics 2023-09-28 20:00:13.358 - info: ical.1 (387667) processing URL: Schichtkalender https://calendar.google.com/calendar/ical/b21c0ab72df170809a006055dbbc18c132d9ec8262b9742728726592e3db51b8%40group.calendar.google.com/private-732ab3c9db0ea0398941bae0db042c91/basic.ics 2023-09-28 20:00:13.439 - info: ical.1 (387667) processing URL: Alexa https://calendar.google.com/calendar/ical/t64uq8ll5c13qvss54ju3n5e9s%40group.calendar.google.com/private-7a66af3a8f4d0f93006f5417934756aa/basic.ics 2023-09-28 20:00:13.448 - info: renacidc.0 (352514) Adapter tries to retrieve data from the cloud 2023-09-28 20:00:16.845 - info: ical.0 (387696) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.17.1, js-controller: 5.0.12 2023-09-28 20:00:17.680 - info: ical.0 (387696) processing URL: Abfallkalender https://calendar.google.com/calendar/ical/tiggercomuth1986%40gmail.com/private-8284d4d318c30ee5229502c24de84492/basic.ics 2023-09-28 20:00:18.710 - info: ical.1 (387667) Terminated (NO_ERROR): Without reason 2023-09-28 20:00:19.274 - info: host.raspberrypi instance system.adapter.ical.1 terminated with code 0 (NO_ERROR) 2023-09-28 20:00:19.394 - info: luftdaten.0 (387612) Terminated (NO_ERROR): Without reason 2023-09-28 20:00:19.946 - info: host.raspberrypi instance system.adapter.luftdaten.0 terminated with code 0 (NO_ERROR) 2023-09-28 20:00:22.987 - info: ical.0 (387696) Terminated (NO_ERROR): Without reason 2023-09-28 20:00:23.572 - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR) 2023-09-28 20:01:13.448 - info: renacidc.0 (352514) Adapter tries to retrieve data from the cloud
-
@kellerkind-86 sagte in trashschedule widget verschwindet immer wieder:
The systems needs to be REBOOTED!
Tu das, der Text erscheint nicht, weil da noch Platz war.
Und schalt den Desktop AUS!