Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. trashschedule widget verschwindet immer wieder

    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

    trashschedule widget verschwindet immer wieder

    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      Kellerkind-86 @Thomas Braun last edited by Kellerkind-86

      @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 und sudo apt-get upgrade ?

      danke

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Kellerkind-86 last edited by

        @kellerkind-86

        Ja, ich bevorzuge allerdings

        sudo apt update
        sudo apt full-upgrade
        
        K 1 Reply Last reply Reply Quote 1
        • K
          Kellerkind-86 @Thomas Braun last edited by

          @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 ***

          K 1 Reply Last reply Reply Quote 0
          • K
            Kellerkind-86 @Kellerkind-86 last edited by Kellerkind-86

            @Thomas-Braun
            so.. hab beide befehle ausgeführt...beim update ist mir schon was aufgefallen

            pi@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..😑

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Kellerkind-86 last edited by

              @kellerkind-86

              Hier steht auch was zu influx drin:

              https://forum.iobroker.net/topic/62040/linux-debian-grafana-repo-muss-aktualisiert-werden

              1 Reply Last reply Reply Quote 0
              • K
                Kellerkind-86 last edited by

                @thomas-braun
                okay, danke
                habe zwar das hier ausgeführt aber bekomme die gleiche rückmeldung wie jemand anders

                pi@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)

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Kellerkind-86 last edited by

                  @kellerkind-86 sagte in trashschedule widget verschwindet immer wieder:

                  muss ich als nächstes den key löschen

                  Welchen key? 0 = Kein key.

                  K 1 Reply Last reply Reply Quote 0
                  • K
                    Kellerkind-86 @Thomas Braun last edited by

                    @thomas-braun
                    diesen hier:

                    NO_PUBKEY D8FF8E1F7DF8B07E
                    

                    stand in der liste von oben.

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Kellerkind-86 last edited by

                      @kellerkind-86

                      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
                      
                      K 1 Reply Last reply Reply Quote 0
                      • K
                        Kellerkind-86 @Thomas Braun last edited by

                        @thomas-braun

                        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

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Kellerkind-86 last edited by Thomas Braun

                          @kellerkind-86 sagte in trashschedule widget verschwindet immer wieder:

                          Du hast für influx zwei Quellen aktiv.

                          ls -lAh /etc/apt/sources.list.d/
                          
                          K Thomas Braun 2 Replies Last reply Reply Quote 0
                          • K
                            Kellerkind-86 @Thomas Braun last edited by

                            @thomas-braun

                            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
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Thomas Braun last edited by

                              @thomas-braun

                              Lösch die Datei, die NICHT influxdata.list heißt.

                              1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Kellerkind-86 last edited by

                                @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
                                
                                K 1 Reply Last reply Reply Quote 0
                                • K
                                  Kellerkind-86 @Thomas Braun last edited by

                                  @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
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Kellerkind-86 last edited by Thomas Braun

                                    @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!

                                    K 1 Reply Last reply Reply Quote 0
                                    • K
                                      Kellerkind-86 @Thomas Braun last edited by

                                      @thomas-braun sorry...👼

                                      so..nochmal

                                      
                                      Skript v.2023-06-20
                                      
                                      *** BASE SYSTEM ***
                                         Static hostname: raspberrypi
                                               Icon name: computer
                                              Machine ID: b741ae0544da421d9f11987d7b02c49f
                                                 Boot ID: 2983b1ca5478481b997749a0bf7fa9d3
                                        Operating System: Debian GNU/Linux 11 (bullseye)
                                                  Kernel: Linux 6.1.21-v8+
                                            Architecture: arm64
                                      
                                      Model           : Raspberry Pi 4 Model B Rev 1.1
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : aarch64
                                      Userland        : arm64
                                      
                                      Systemuptime and Load:
                                       20:13:32 up 4 min,  1 user,  load average: 3.07, 2.13, 0.91
                                      CPU threads: 4
                                      
                                      Raspberry only:
                                      throttled=0x0
                                      Other values than 0x0 hint to temperature/voltage problems
                                      temp=77.4'C
                                      volt=0.8563V
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Thu 2023-09-28 20:13:33 CEST
                                                 Universal time: Thu 2023-09-28 18:13:33 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:       false
                                      Desktop:
                                      Terminal:       tty
                                      Boot Target:    multi-user.target
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            3.8G        2.3G        838M        1.0M        684M        1.4G
                                      Swap:            99M          0B         99M
                                      Total:          3.9G        2.3G        938M
                                      
                                               3794 M total memory
                                               2270 M used memory
                                               2582 M active memory
                                                230 M inactive memory
                                                838 M free memory
                                                 53 M buffer memory
                                                631 M swap cache
                                                 99 M total swap
                                                  0 M used swap
                                                 99 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   16K  380M   1% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Thu Sep 28 20:09:27 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:50:A2:FD vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=596adcb1-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                                      [Thu Sep 28 20:09:28 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                      [Thu Sep 28 20:09:28 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                      [Thu Sep 28 20:09:31 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                      
                                      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:
                                      623M    /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
                                      28M     /opt/iobroker/iobroker-data/objects.jsonl
                                      21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
                                      19M     /opt/iobroker/iobroker-data/states.jsonl
                                      19M     /opt/iobroker/iobroker-data/files/vis-2/static/js/main.c6771b2d.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:         13238
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://deb.debian.org/debian bullseye InRelease
                                      Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                      Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                      Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Hit:5 https://repos.influxdata.com/debian stable 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:42001    0.0.0.0:*               LISTEN      1001       16665      1094/io.hm-rpc.0
                                      tcp        0      0 192.168.178.74:42010    0.0.0.0:*               LISTEN      1001       15660      1117/io.hm-rpc.1
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13132      573/sshd: /usr/sbin
                                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       15368      877/iobroker.js-con
                                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       2017       877/iobroker.js-con
                                      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          1840       541/cupsd
                                      tcp        0      0 192.168.178.74:8181     0.0.0.0:*               LISTEN      1001       19319      1681/io.wiffi-wz.0
                                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       15334      1162/io.mqtt.0
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          13134      573/sshd: /usr/sbin
                                      tcp6       0      0 ::1:631                 :::*                    LISTEN      0          1839       541/cupsd
                                      tcp6       0      0 :::61991                :::*                    LISTEN      1001       18161      1407/io.harmony.0
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       15079      908/io.admin.0
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       18427      1572/io.web.0
                                      tcp6       0      0 :::8084                 :::*                    LISTEN      1001       19913      1587/io.ws.0
                                      tcp6       0      0 :::8086                 :::*                    LISTEN      999        13261      445/influxd
                                      udp        0      0 0.0.0.0:56988           0.0.0.0:*                           108        13094      400/avahi-daemon: r
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14848      498/dhcpcd
                                      udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       18162      1407/io.harmony.0
                                      udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          1846       594/cups-browsed
                                      udp        0      0 0.0.0.0:47951           0.0.0.0:*                           1001       17826      1192/io.shelly.0
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13092      400/avahi-daemon: r
                                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       16767      1192/io.shelly.0
                                      udp6       0      0 :::51527                :::*                                108        13095      400/avahi-daemon: r
                                      udp6       0      0 :::546                  :::*                                0          3872       498/dhcpcd
                                      udp6       0      0 :::5353                 :::*                                108        13093      400/avahi-daemon: r
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2023-09-28 20:13:49.113  - info: mqtt.0 (1162) Client [DVES_0D944D] connected with secret 1695924829109_1760
                                      2023-09-28 20:13:49.177  - info: mqtt.0 (1162) Client [DVES_0D944D] subscribes on "Smarthome/OG/LaurenzLaurenz/cmnd/#" with regex /^Smarthome\.OG\.LaurenzLaurenz\.cmnd\..*/
                                      2023-09-28 20:13:49.178  - info: mqtt.0 (1162) Client [DVES_0D944D] subscribes on "Smarthome/OG/LaurenzLaurenz/cmnd/#"  with regex /^mqtt\.0\.Smarthome\.OG\.LaurenzLaurenz\.cmnd\..*/
                                      2023-09-28 20:13:49.179  - info: mqtt.0 (1162) Client [DVES_0D944D] subscribes on "Smarthome/OG/Laurenzsonoffs/cmnd/#" with regex /^Smarthome\.OG\.Laurenzsonoffs\.cmnd\..*/
                                      2023-09-28 20:13:49.180  - info: mqtt.0 (1162) Client [DVES_0D944D] subscribes on "Smarthome/OG/Laurenzsonoffs/cmnd/#"  with regex /^mqtt\.0\.Smarthome\.OG\.Laurenzsonoffs\.cmnd\..*/
                                      2023-09-28 20:13:49.182  - info: mqtt.0 (1162) Client [DVES_0D944D] subscribes on "cmnd/DVES_0D944D_fb/#" with regex /^cmnd\.DVES_0D944D_fb\..*/
                                      2023-09-28 20:13:49.183  - info: mqtt.0 (1162) Client [DVES_0D944D] subscribes on "cmnd/DVES_0D944D_fb/#"  with regex /^mqtt\.0\.cmnd\.DVES_0D944D_fb\..*/
                                      2023-09-28 20:13:49.378  - info: mqtt.0 (1162) Client [DVES_0D944D] publishOnSubscribe send all known states
                                      2023-09-28 20:13:49.382  - info: mqtt.0 (1162) Client [DVES_0D944D] publishOnSubscribe send all known states
                                      2023-09-28 20:13:49.384  - info: mqtt.0 (1162) Client [DVES_0D944D] publishOnSubscribe send all known states
                                      2023-09-28 20:13:53.603  - info: renacidc.0 (1617) Adapter tries to retrieve data from the cloud
                                      2023-09-28 20:13:56.773  - info: web.0 (1572) <== Disconnect system.user.admin from ::ffff:192.168.178.133
                                      2023-09-28 20:13:56.867  - info: web.0 (1572) <== Disconnect system.user.admin from ::ffff:192.168.178.133 vis-2
                                      2023-09-28 20:14:01.913  - info: web.0 (1572) ==> Connected system.user.admin from ::ffff:192.168.178.133
                                      2023-09-28 20:14:02.132  - info: alexa2.0 (1087) No smart home devices to query
                                      2023-09-28 20:14:06.739  - info: alexa2.0 (1087) Subscribing to states...
                                      2023-09-28 20:14:06.751  - info: alexa2.0 (1087) Deleting the following states: ["Smart-Home-Devices.0a549d29-a62a-427f-b5e0-b67599e00c9c","Smart-Home-Devices.287293af-2934-477a-b355-919eb74f9f84","Smart-Home-Devices.64ce6c05-678e-45c4-85e2-abdce053ca5d","Smart-Home-Devices.b6da0ecd-a0a0-4c77-a62c-850b5e6063ff","Smart-Home-Devices.db1f5767-8a29-4fb2-a89a-623c67fadb73","Smart-Home-Devices.74b879fd-8067-4ca9-b75b-36ed5d8b22b6","Smart-Home-Devices.be77b0e0-71d1-46e9-a9a1-7309c65b2373","Smart-Home-Devices.0a549d29-a62a-427f-b5e0-b67599e00c9c.#delete","Smart-Home-Devices.0a549d29-a62a-427f-b5e0-b67599e00c9c.#enabled","Smart-Home-Devices.0a549d29-a62a-427f-b5e0-b67599e00c9c.#query","Smart-Home-Devices.0a549d29-a62a-427f-b5e0-b67599e00c9c.Yeedi-Mode-mode","Smart-Home-Devices.0a549d29-a62a-427f-b5e0-b67599e00c9c.powerState","Smart-Home-Devices.287293af-2934-477a-b355-919eb74f9f84.#delete","Smart-Home-Devices.287293af-2934-477a-b355-919eb74f9f84.#enabled","Smart-Home-Devices.287293af-2934-477a-b355-919eb74f9f84.#query","Smart-Home-Devices.287293af-2934-477a-b355-919eb74f9f84.Blinds-Position-rangeValue","Smart-Home-Devices.287293af-2934-477a-b355-919eb74f9f84.connectivity","Smart-Home-Devices.287293af-2934-477a-b355-919eb74f9f84.connectivity-reason","Smart-Home-Devices.64ce6c05-678e-45c4-85e2-abdce053ca5d.#delete","Smart-Home-Devices.64ce6c05-678e-45c4-85e2-abdce053ca5d.#enabled","Smart-Home-Devices.64ce6c05-678e-45c4-85e2-abdce053ca5d.#query","Smart-Home-Devices.64ce6c05-678e-45c4-85e2-abdce053ca5d.Blinds-Position-rangeValue","Smart-Home-Devices.64ce6c05-678e-45c4-85e2-abdce053ca5d.connectivity","Smart-Home-Devices.64ce6c05-678e-45c4-85e2-abdce053ca5d.connectivity-reason","Smart-Home-Devices.b6da0ecd-a0a0-4c77-a62c-850b5e6063ff.#delete","Smart-Home-Devices.b6da0ecd-a0a0-4c77-a62c-850b5e6063ff.#enabled","Smart-Home-Devices.b6da0ecd-a0a0-4c77-a62c-850b5e6063ff.#query","Smart-Home-Devices.b6da0ecd-a0a0-4c77-a62c-850b5e6063ff.Blinds-Position-rangeValue","Smart-Home-Devices.b6da0ecd-a0a0-4c77-a62c-850b5e6063ff.connectivity","Smart-Home-Devices.b6da0ecd-a0a0-4c77-a62c-850b5e6063ff.connectivity-reason","Smart-Home-Devices.db1f5767-8a29-4fb2-a89a-623c67fadb73.#delete","Smart-Home-Devices.db1f5767-8a29-4fb2-a89a-623c67fadb73.#enabled","Smart-Home-Devices.287293af-2934-477a-b355-919eb74f9f84.#includeInAllQuery","Smart-Home-Devices.0a549d29-a62a-427f-b5e0-b67599e00c9c.VacuumCleaner-Charge-mode","Smart-Home-Devices.0a549d29-a62a-427f-b5e0-b67599e00c9c.#includeInAllQuery","Smart-Home-Devices.74b879fd-8067-4ca9-b75b-36ed5d8b22b6.#enabled","Smart-Home-Devices.74b879fd-8067-4ca9-b75b-36ed5d8b22b6.#delete","Smart-Home-Devices.be77b0e0-71d1-46e9-a9a1-7309c65b2373.#enabled","Smart-Home-Devices.be77b0e0-71d1-46e9-a9a1-7309c65b2373.#delete","Smart-Home-Devices.be77b0e0-71d1-46e9-a9a1-7309c65b2373.VacuumCleaner-Charge-mode","Smart-Home-Devices.be77b0e0-71d1-46e9-a9a1-7309c65b2373.powerState","Smart-Home-Devices.be77b0e0-71d1-46e9-a9a1-7309c65b2373.#query","Smart-Home-Devices.be77b0e0-71d1-46e9-a9a1-7309c65b2373.#includeInAllQuery"]
                                      2023-09-28 20:14:06.785  - info: web.0 (1572) ==> Connected system.user.admin from ::ffff:192.168.178.133
                                      2023-09-28 20:14:08.830  - info: alexa2.0 (1087) Alexa-Push-Connection (macDms = true) established. Disable Polling
                                      2023-09-28 20:14:22.873  - info: alexa2.0 (1087) Initialization Done ...
                                      2023-09-28 20:14:53.603  - info: renacidc.0 (1617) Adapter tries to retrieve data from the cloud
                                      2023-09-28 20:15:00.079  - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 2132
                                      2023-09-28 20:15:04.418  - info: dwd.0 (2132) 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:15:05.355  - info: dwd.0 (2132) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2023-09-28 20:15:05.902  - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Kellerkind-86 last edited by

                                        @kellerkind-86

                                        Ja, passt. Das nodesource-Repository musst du noch umstellen. Geht mit dem Skript aus meiner Signatur.

                                        K 1 Reply Last reply Reply Quote 0
                                        • K
                                          Kellerkind-86 @Thomas Braun last edited by

                                          @thomas-braun
                                          perfekt.. danke für die hilfe..

                                          Nothing to do - Your installation is using the correct paths.
                                          Nothing to do - Your version is the recommended one.
                                          

                                          was könnte ich jetzt noch gegen das eigentliche problem tun ?
                                          oder liegt es vielleicht an der hardware ?
                                          hab mir was neues bestellt und wird morgen ankommen.
                                          vielleicht behebt das ganze dann das eigentliche Problem.
                                          muss mich jetzt nur noch schlau machen wie ich das ganze umziehen lasse, welches betriebsystem und welches containersystem ich nutzen soll....😕

                                          danke für die unterstützung bis hier hin

                                          1 Reply Last reply Reply Quote 0
                                          • O
                                            Ostpower last edited by Ostpower

                                            Hallo Zusammen,
                                            ich möchte mich mal hier auch dran hängen, da ich seit der vis-2.0 das selbe Problem mit Trashshedule widget habe.
                                            Das Widget kann ich im Vis2 Editor bearbeiten und es wird mir auch angezeigt. Starte ich den Runtime ist das Widget mal da oder auch nicht. Es kommt oft wieder, wenn ich im Editor es nur kurz bewege. Das ganze hat in der VIS 1 ohne Probleme funktioniert.

                                            Screenshot 2023-10-18 165020.pngRuntime oder Panel, sichtbar für ein paar Minuten
                                            Screenshot 2023-10-18 164941.png Runtime oder Panel, nicht mehr sichtbar
                                            Screenshot 2023-10-18 164900.png Vis-Editor.

                                            Das selbe Problem habe ich mit dem "materialdesign Table widget", auch da kann ich z.B. die Json Tabelle vom Tankkönig einbinden, aber es verschwindet oft auf der Visu (Runtime bzw. Panel)

                                            Hat jemand da vielleicht Eine Idee, was das sein könnte.

                                            LG

                                            S 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            941
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            28
                                            1351
                                            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