Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioBroker friert ein: "Request actual repository...".....

    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

    ioBroker friert ein: "Request actual repository...".....

    This topic has been deleted. Only users with topic management privileges can see it.
    • Codierknecht
      Codierknecht Developer Most Active @Lollo_C last edited by Codierknecht

      @lollo_c
      Warum 3 Trigger auf die gleichen States?
      Das kann man alles in nur einem einzigen Trigger behandeln.

      Edit
      ... wobei das in JS tatsächlich einfacher und eleganter wäre 😉

      Prinzip:

      const ids = Array.prototype.slice.apply($('state[id=system.*.*.*.connected]'));
      
      on({id: ids, change: 'ne'}, async function(obj) {
          let active = 0;
          let inactive = 0;
          for (let id of ids) {
              if (getState(id).val) {
                  active++ 
              } else {
                  inactive++;
              }
          }
          log(`Aktive Instanzen: ${active}`);
          log(`Inaktive Instanzen: ${inactive}`);
          await setStateAsync('0_userdata.0.System.StatusInstanzen' , !inactive, true);
      });
      
      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Codierknecht last edited by

        @codierknecht
        @DJMarc75

        leider kein Bild 😢
        könnt ihr was sehen, was durch das einlesen des Repos zu Problemen führt?

        DJMarc75 Codierknecht L 3 Replies Last reply Reply Quote 0
        • DJMarc75
          DJMarc75 @Homoran last edited by DJMarc75

          @homoran sagte in ioBroker friert ein: "Request actual repository...".....:

          was durch das einlesen des Repos zu Problemen führt?

          nö, in dem Skript nicht - ist aber ein ziemlich (naja) Triggerlasstiges Skript.
          Da wird 3 mal auf den gleichen DP getriggert und zusätzlich noch in einer Funktion.

          Ich versuch das grad mal irgendwie zu verstehn und umzubauen 😰

          1 Reply Last reply Reply Quote 0
          • Codierknecht
            Codierknecht Developer Most Active @Homoran last edited by

            @homoran
            Krieg's nicht sauber importiert ... hab' kein Telegram.

            1 Reply Last reply Reply Quote 0
            • L
              Lollo_C @Homoran last edited by Lollo_C

              @homoran sagte in ioBroker friert ein: "Request actual repository...".....:

              leider kein Bild 😢

              Sorry, ich musste das Bild erst zusammensetzen:
              javascript---RasPi4.jpg

              Ich hatte das Script so von machs-smart übernommen. Es hatte aber vor dem Neuaufsetzen und updaten des RasPi keine Probleme bereitet.

              DJMarc75 1 Reply Last reply Reply Quote 0
              • DJMarc75
                DJMarc75 @Lollo_C last edited by

                @lollo_c hast Du in Deiner Aufzählung auch Adapter die Scheduled sind ? z.B. Wetter oder so ?

                L 1 Reply Last reply Reply Quote 0
                • L
                  Lollo_C @DJMarc75 last edited by

                  @djmarc75 sagte in ioBroker friert ein: "Request actual repository...".....:

                  @lollo_c hast Du in Deiner Aufzählung auch Adapter die Scheduled sind ? z.B. Wetter oder so ?

                  Ja, hier die aktuelle iob diag:

                  Skript v.2023-10-10
                  
                  *** BASE SYSTEM ***
                  Static hostname: RasPi4
                        Icon name: computer
                  Operating System: Debian GNU/Linux 12 (bookworm)
                           Kernel: Linux 6.1.0-rpi8-rpi-v8
                     Architecture: arm64
                  
                  Model           : Raspberry Pi 4 Model B Rev 1.5
                  Docker          : false
                  Virtualization  : none
                  Kernel          : aarch64
                  Userland        : arm64
                  
                  Systemuptime and Load:
                  15:43:06 up  1:25,  2 users,  load average: 0.58, 0.61, 0.61
                  CPU threads: 4
                  
                  
                  *** RASPBERRY THROTTLING ***
                  Current issues:
                  No throttling issues detected.
                  
                  Previously detected issues:
                  No throttling issues detected.
                  
                  *** Time and Time Zones ***
                                Local time: Mon 2024-03-11 15:43:06 CET
                            Universal time: Mon 2024-03-11 14:43:06 UTC
                                  RTC time: n/a
                                 Time zone: Europe/Berlin (CET, +0100)
                  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 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:            4.0G        2.6G        125M        1.2M        1.2G        1.3G
                  Swap:           104M          0B        104M
                  Total:          4.1G        2.6G        230M
                  
                          3792 M total memory
                          2518 M used memory
                          3119 M active memory
                           411 M inactive memory
                           119 M free memory
                            94 M buffer memory
                          1027 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
                  
                  
                  *** FAILED SERVICES ***
                  
                   UNIT LOAD ACTIVE SUB DESCRIPTION
                  0 loaded units listed.
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  udev           devtmpfs  1.6G     0  1.6G   0% /dev
                  tmpfs          tmpfs     380M  1.2M  379M   1% /run
                  /dev/sda2      ext4      110G  9.3G   96G   9% /
                  tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                  tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                  /dev/sda1      vfat      510M   61M  450M  12% /boot/firmware
                  tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Mon Mar 11 14:17:46 2024] 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=E4:5F:01:A6:44:D3 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=a45a8ca6-02 rootfstype=ext4 fsck.repair=yes rootwait
                  [Mon Mar 11 14:17:49 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                  [Mon Mar 11 14:17:50 2024] EXT4-fs (sda2): re-mounted. Quota mode: none.
                  
                  Show mounted filesystems \(real ones only\):
                  TARGET           SOURCE    FSTYPE OPTIONS
                  /                /dev/sda2 ext4   rw,noatime
                  `-/boot/firmware /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  5.0G    /var/
                  4.0G    /var/log/journal/e4b3faf7370f4262b1b9aded77288404
                  4.0G    /var/log/journal
                  4.0G    /var/log
                  538M    /var/cache
                  
                  Archived and active journals take up 3.9G in the file system.
                  
                  /opt/iobroker/backups:
                  75M     /opt/iobroker/backups/
                  
                  /opt/iobroker/iobroker-data:
                  444M    /opt/iobroker/iobroker-data/
                  315M    /opt/iobroker/iobroker-data/files
                  92M     /opt/iobroker/iobroker-data/backup-objects
                  57M     /opt/iobroker/iobroker-data/files/javascript.admin
                  45M     /opt/iobroker/iobroker-data/files/devices.admin/static
                  
                  The five largest files in iobroker-data are:
                  35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                  31M     /opt/iobroker/iobroker-data/objects.jsonl
                  22M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.c05ba1d3.js.map
                  22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js.map
                  8.9M    /opt/iobroker/iobroker-data/files/scenes.admin/static/js/2.7de3299d.chunk.js.map
                  
                  USB-Devices by-id:
                  USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                  
                  /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_00d4b1faa612ec11879723c7bd930c07-if00-port0
                  
                  *** NodeJS-Installation ***
                  
                  /usr/bin/nodejs         v18.19.1
                  /usr/bin/node           v18.19.1
                  /usr/bin/npm            10.2.4
                  /usr/bin/npx            10.2.4
                  /usr/bin/corepack       0.22.0
                  
                  
                  nodejs:
                   Installed: 18.19.1-1nodesource1
                   Candidate: 18.19.1-1nodesource1
                   Version table:
                  *** 18.19.1-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                         100 /var/lib/dpkg/status
                      18.19.0+dfsg-6~deb12u1 500
                         500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                      18.19.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.18.2-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.18.1-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.18.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.17.1-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.17.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.16.1-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.16.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.15.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.14.2-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.14.1-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.14.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.13.0+dfsg1-1 500
                         500 http://deb.debian.org/debian bookworm/main arm64 Packages
                      18.13.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.12.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.11.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.10.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.9.1-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.9.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.8.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.7.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.6.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.5.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.4.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.3.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.2.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.1.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                      18.0.0-1nodesource1 1001
                         500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                  
                  Temp directories causing npm8 problem: 0
                  No problems detected
                  
                  Errors in npm tree:
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: redis
                  
                  Core adapters versions
                  js-controller:  5.0.19
                  admin:          6.13.16
                  javascript:     7.8.0
                  
                  Adapters from github:   1
                  
                  Adapter State
                  + system.adapter.admin.0                  : admin                 : RasPi4                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.backitup.0               : backitup              : RasPi4                                   -  enabled
                   system.adapter.cloud.0                  : cloud                 : RasPi4                                   - disabled
                   system.adapter.devices.0                : devices               : RasPi4                                   - disabled
                  + system.adapter.discovery.0              : discovery             : RasPi4                                   -  enabled
                   system.adapter.dwd.0                    : dwd                   : RasPi3                                   -  enabled
                   system.adapter.flot.0                   : flot                  : RasPi4                                   - disabled
                  + system.adapter.hm-rega.1                : hm-rega               : RasPi4                                   -  enabled
                  + system.adapter.hm-rpc.2                 : hm-rpc                : RasPi4                                   -  enabled, port: 0
                  + system.adapter.hm-rpc.3                 : hm-rpc                : RasPi4                                   -  enabled, port: 0
                  + system.adapter.hmip.0                   : hmip                  : RasPi4                                   -  enabled
                   system.adapter.ical.0                   : ical                  : RasPi3                                   -  enabled
                   system.adapter.icons-material-png.0     : icons-material-png    : RasPi4                                   - disabled
                   system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : RasPi4                                   - disabled
                  + system.adapter.influxdb.0               : influxdb              : RasPi4                                   -  enabled, port: 8086
                  + system.adapter.influxdb.1               : influxdb              : RasPi4                                   -  enabled, port: 8086
                  + system.adapter.influxdb.2               : influxdb              : RasPi4                                   -  enabled, port: 8086
                  + system.adapter.javascript.0             : javascript            : RasPi4                                   -  enabled
                   system.adapter.luftdaten.0              : luftdaten             : RasPi3                                   -  enabled
                   system.adapter.luftdaten.1              : luftdaten             : RasPi3                                   -  enabled
                   system.adapter.luftdaten.2              : luftdaten             : RasPi3                                   -  enabled
                   system.adapter.mobile.0                 : mobile                : RasPi4                                   - disabled
                  + system.adapter.modbus.0                 : modbus                : RasPi4                                   -  enabled
                  + system.adapter.mqtt.0                   : mqtt                  : RasPi4                                   -  enabled, port: 1883, bind: 0.0.0.0
                  + system.adapter.nut.0                    : nut                   : RasPi4                                   -  enabled
                   system.adapter.openweathermap.0         : openweathermap        : RasPi3                                   -  enabled
                  + system.adapter.owfs.0                   : owfs                  : RasPi3                                   -  enabled, port: 4304
                  + system.adapter.ping.0                   : ping                  : RasPi4                                   -  enabled
                  + system.adapter.pvforecast.0             : pvforecast            : RasPi3                                   -  enabled
                  + system.adapter.rpi2.0                   : rpi2                  : RasPi4                                   -  enabled
                  + system.adapter.rpi2.1                   : rpi2                  : RasPi3                                   -  enabled
                  + system.adapter.scenes.0                 : scenes                : RasPi4                                   -  enabled
                  + system.adapter.shelly.0                 : shelly                : RasPi4                                   -  enabled, port: 1882, bind: 0.0.0.0
                  + system.adapter.simple-api.0             : simple-api            : RasPi4                                   -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                  + system.adapter.smartmeter.0             : smartmeter            : RasPi3                                   -  enabled
                  + system.adapter.socketio.0               : socketio              : RasPi4                                   -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                  + system.adapter.sonos.0                  : sonos                 : RasPi4                                   -  enabled
                  + system.adapter.tankerkoenig.0           : tankerkoenig          : RasPi4                                   -  enabled
                  + system.adapter.telegram.0               : telegram              : RasPi4                                   -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.tr-064.0                 : tr-064                : RasPi4                                   -  enabled
                   system.adapter.vis-colorpicker.0        : vis-colorpicker       : RasPi4                                   - disabled
                  + system.adapter.vis-inventwo.0           : vis-inventwo          : RasPi4                                   -  enabled
                   system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : RasPi4                                   - disabled
                   system.adapter.vis-material-webfont.0   : vis-material-webfont  : RasPi4                                   - disabled
                   system.adapter.vis-material.0           : vis-material          : RasPi4                                   - disabled
                   system.adapter.vis-materialdesign.0     : vis-materialdesign    : RasPi4                                   - disabled
                   system.adapter.vis-metro.0              : vis-metro             : RasPi4                                   -  enabled
                   system.adapter.vis-players.0            : vis-players           : RasPi4                                   - disabled
                   system.adapter.vis-timeandweather.0     : vis-timeandweather    : RasPi4                                   - disabled
                   system.adapter.vis-weather.0            : vis-weather           : RasPi4                                   - disabled
                   system.adapter.vis.0                    : vis                   : RasPi4                                   -  enabled
                  + system.adapter.web.0                    : web                   : RasPi4                                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                   system.adapter.ws.0                     : ws                    : RasPi4                                   - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                  + system.adapter.zigbee.0                 : zigbee                : RasPi4                                   -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_00d4b1faa612ec11879723c7bd930c07-if00-port0
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                  + system.adapter.admin.0                  : admin                 : RasPi4                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.hm-rpc.2                 : hm-rpc                : RasPi4                                   -  enabled, port: 0
                  + system.adapter.hm-rpc.3                 : hm-rpc                : RasPi4                                   -  enabled, port: 0
                  + system.adapter.influxdb.0               : influxdb              : RasPi4                                   -  enabled, port: 8086
                  + system.adapter.influxdb.1               : influxdb              : RasPi4                                   -  enabled, port: 8086
                  + system.adapter.influxdb.2               : influxdb              : RasPi4                                   -  enabled, port: 8086
                  + system.adapter.mqtt.0                   : mqtt                  : RasPi4                                   -  enabled, port: 1883, bind: 0.0.0.0
                  + system.adapter.owfs.0                   : owfs                  : RasPi3                                   -  enabled, port: 4304
                  + system.adapter.shelly.0                 : shelly                : RasPi4                                   -  enabled, port: 1882, bind: 0.0.0.0
                  + system.adapter.simple-api.0             : simple-api            : RasPi4                                   -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                  + system.adapter.socketio.0               : socketio              : RasPi4                                   -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                  + system.adapter.telegram.0               : telegram              : RasPi4                                   -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.web.0                    : web                   : RasPi4                                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  + system.adapter.zigbee.0                 : zigbee                : RasPi4                                   -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_00d4b1faa612ec11879723c7bd930c07-if00-port0
                  
                  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.13.16  , installed 6.13.16
                  Adapter    "backitup"     : 2.10.11  , installed 2.10.11
                  Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                  Adapter    "devices"      : 1.1.5    , installed 1.1.5
                  Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                  Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                  Adapter    "flot"         : 1.12.0   , installed 1.12.0
                  Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                  Adapter    "hm-rpc"       : 1.16.0   , installed 1.16.0
                  Adapter    "hmip"         : 1.22.0   , installed 1.22.0
                  Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                  Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                  Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                  Adapter    "javascript"   : 7.8.0    , installed 7.8.0
                  Controller "js-controller": 5.0.19   , installed 5.0.19
                  Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                  Adapter    "modbus"       : 6.1.0    , installed 6.1.0
                  Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                  Adapter    "nut"          : 1.6.0    , installed 1.6.0
                  Adapter    "owfs"         : 0.7.0    , installed 0.7.0
                  Adapter    "ping"         : 1.6.2    , installed 1.6.2
                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                  Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                  Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                  Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                  Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                  Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                  Adapter    "telegram"     : 3.1.0    , installed 3.1.0
                  Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                  Adapter    "vis"          : 1.5.4    , installed 1.5.4
                  Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                  Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                  Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                  Adapter    "vis-material" : 0.1.3    , installed 0.1.3
                  Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                  Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                  Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                  Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                  Adapter    "vis-weather"  : 2.5.9    , installed 2.5.9
                  Adapter    "web"          : 6.2.3    , installed 6.2.3
                  Adapter    "ws"           : 2.5.10   , installed 2.5.10
                  Adapter    "zigbee"       : 1.10.1   , installed 1.10.1
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects:        11579
                  States:         9829
                  
                  *** OS-Repositories and Updates ***
                  Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease
                  Hit:2 http://deb.debian.org/debian bookworm InRelease
                  Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                  Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                  Hit:5 https://repos.influxdata.com/debian stable InRelease
                  Hit:6 https://apt.grafana.com stable InRelease
                  Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                  Reading package lists...
                  Pending Updates: 4
                  
                  *** 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 0.0.0.0:1883            0.0.0.0:*               LISTEN      107        14165      701/mosquitto
                  tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       21083      1266/io.shelly.0
                  tcp        0      0 192.168.2.210:42010     0.0.0.0:*               LISTEN      1001       17373      1102/io.hm-rpc.2
                  tcp        0      0 192.168.2.210:42001     0.0.0.0:*               LISTEN      1001       17404      1113/io.hm-rpc.3
                  tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       14264      866/iobroker.js-con
                  tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        15660      781/influxd
                  tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      106        14181      683/redis-server 0.
                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13023      716/sshd: /usr/sbin
                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       23226      1402/io.web.0
                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14322      919/io.admin.0
                  tcp6       0      0 :::8087                 :::*                    LISTEN      1001       25058      1413/io.simple-api.
                  tcp6       0      0 :::8086                 :::*                    LISTEN      999        15692      781/influxd
                  tcp6       0      0 :::8084                 :::*                    LISTEN      1001       22921      1342/io.socketio.0
                  tcp6       0      0 :::1883                 :::*                    LISTEN      107        14166      701/mosquitto
                  tcp6       0      0 :::3500                 :::*                    LISTEN      1001       21134      1281/io.sonos.0
                  tcp6       0      0 :::3000                 :::*                    LISTEN      108        13141      865/grafana
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          13034      716/sshd: /usr/sbin
                  udp        0      0 0.0.0.0:50295           0.0.0.0:*                           104        15467      571/avahi-daemon: r
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        15465      571/avahi-daemon: r
                  udp6       0      0 fe80::5635:5d6e:3e1:546 :::*                                0          16488      633/NetworkManager
                  udp6       0      0 :::41856                :::*                                104        15468      571/avahi-daemon: r
                  udp6       0      0 :::5353                 :::*                                104        15466      571/avahi-daemon: r
                  
                  *** Log File - Last 25 Lines ***
                  
                  2024-03-11 15:29:01.020  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.state with {"val":"play","ack":false,"ts":1710167341011,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167341011}
                  2024-03-11 15:29:01.023  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.state_simple with {"val":true,"ack":false,"ts":1710167341011,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167341011}
                  2024-03-11 15:29:01.045  - warn: javascript.0 (993) script.js.EIGENE_SCRIPTE.Lautsprecher.TP_favorites_set_Setzen_v2: Test_coordinatorSetzen oder favorites_setSetzen
                  2024-03-11 15:29:20.606  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_45.coordinator with {"val":"192_168_2_27","ack":false,"ts":1710167360602,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_WohnzimmerAn_Automatik_v5","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167360602}
                  2024-03-11 15:29:20.647  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_45.state with {"val":"play","ack":false,"ts":1710167360602,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_WohnzimmerAn_Automatik_v5","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167360602}
                  2024-03-11 15:29:20.650  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_45.state_simple with {"val":true,"ack":false,"ts":1710167360602,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_WohnzimmerAn_Automatik_v5","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167360602}
                  2024-03-11 15:29:25.205  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_41.coordinator with {"val":"192_168_2_27","ack":false,"ts":1710167365200,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_BadezimmerAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167365200}
                  2024-03-11 15:29:25.702  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_41.state with {"val":"play","ack":false,"ts":1710167365699,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_BadezimmerAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167365699}
                  2024-03-11 15:29:25.708  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_41.state_simple with {"val":true,"ack":false,"ts":1710167365700,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_BadezimmerAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167365700}
                  2024-03-11 15:34:39.853  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.coordinator with {"val":"192_168_2_27","ack":false,"ts":1710167679833,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167009005}
                  2024-03-11 15:34:40.837  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.state with {"val":"stop","ack":false,"ts":1710167680834,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167680834}
                  2024-03-11 15:34:40.839  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.state_simple with {"val":false,"ack":false,"ts":1710167680834,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167680834}
                  2024-03-11 15:35:31.046  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.coordinator with {"val":"192_168_2_27","ack":false,"ts":1710167731042,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167009005}
                  2024-03-11 15:35:31.087  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.state with {"val":"play","ack":false,"ts":1710167731042,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167731042}
                  2024-03-11 15:35:31.146  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.state_simple with {"val":true,"ack":false,"ts":1710167731142,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167731142}
                  2024-03-11 15:36:19.839  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_41.coordinator with {"val":"192_168_2_41","ack":false,"ts":1710167779836,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_BadezimmerAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167779836}
                  2024-03-11 15:36:20.839  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_41.state with {"val":"stop","ack":false,"ts":1710167780836,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_BadezimmerAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167780836}
                  2024-03-11 15:36:20.843  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_41.state_simple with {"val":false,"ack":false,"ts":1710167780836,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_BadezimmerAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167780836}
                  2024-03-11 15:41:50.824  - info: admin.0 (919) <== Disconnect system.user.admin from ::ffff:192.168.2.74 javascript
                  2024-03-11 15:41:59.163  - warn: admin.0 (919) dwd has an invalid jsonConfig: [{"instancePath":"/items/land/options/1","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/22/then/properties/options/items/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"noTranslation"},"message":"must NOT have additional properties"}]
                  2024-03-11 15:44:08.937  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.coordinator with {"val":"192_168_2_27","ack":false,"ts":1710168248931,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710167009005}
                  2024-03-11 15:44:09.761  - warn: javascript.0 (993) script.js.EIGENE_SCRIPTE.Lautsprecher.TP_favorites_set_Setzen_v2: Test_coordinatorSetzen oder favorites_setSetzen
                  2024-03-11 15:44:10.105  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.state with {"val":"stop","ack":false,"ts":1710168249930,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710168249701}
                  2024-03-11 15:44:10.111  - info: sonos.0 (1281) try to control id sonos.0.root.192_168_2_27.state_simple with {"val":false,"ack":false,"ts":1710168249932,"q":0,"c":"script.js.EIGENE_SCRIPTE.Lautsprecher.TP_KuecheAn_Automatik_v2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1710168249699}
                  2024-03-11 15:44:24.608  - warn: host.RasPi4 too delayed answer for system.host.RasPi3
                  
                  

                  DJMarc75 1 Reply Last reply Reply Quote 0
                  • DJMarc75
                    DJMarc75 @Lollo_C last edited by

                    @lollo_c sagte in ioBroker friert ein: "Request actual repository...".....:

                    Ja

                    Sehr gut dass du iob diag zeigst, aber wenn Du Scheduled-Adapter in Deiner Aufzählung hast dann kippt Dir Dein Skript um da diese Datenpunkte auf (null) gehen wenn der jeweilige Adapter sich wieder deaktiviert.

                    L 1 Reply Last reply Reply Quote 0
                    • L
                      Lollo_C @DJMarc75 last edited by

                      @djmarc75 sagte in ioBroker friert ein: "Request actual repository...".....:

                      ... aber wenn Du Scheduled-Adapter in Deiner Aufzählung hast dann kippt Dir Dein Skript um da diese Datenpunkte auf (null) gehen wenn der jeweilige Adapter sich wieder deaktiviert.

                      So ganz verstehe ich das nicht, da die zeitgesteuerten Adapter den Datenpunkt "connection" nicht haben und deshalb von dem Script auch nicht angesprochen werden.

                      Wie dem auch sei, ich lasse das Script erst einmal deaktiviert und warte ab, was passiert.

                      DJMarc75 L 2 Replies Last reply Reply Quote 0
                      • DJMarc75
                        DJMarc75 @Lollo_C last edited by DJMarc75

                        @lollo_c sagte in ioBroker friert ein: "Request actual repository...".....:

                        da die zeitgesteuerten Adapter den Datenpunkt "connection" nicht haben

                        Aber klar hat jeder installierte Adapter den Datenpunkt "connected" - bis auf die VIS-Adapter, also Widgets-Adapter.
                        Ich bau da heut noch was zusammen.

                        Codierknecht 1 Reply Last reply Reply Quote 0
                        • Codierknecht
                          Codierknecht Developer Most Active @DJMarc75 last edited by

                          @djmarc75 sagte in ioBroker friert ein: "Request actual repository...".....:

                          Ich bau da heut noch was zusammen.

                          Als JS wäre es einfach:

                          const ids = Array.prototype.slice.apply($('state[id=system.*.*.*.connected]'));
                          
                          on({id: ids, change: 'ne'}, async function(obj) {
                              let active = 0;
                              let inactive = 0;
                              for (let id of ids) {
                                  const instanceObject = await getObjectAsync(id.replace('.connected', ''));
                                  const scheduled = getAttr(instanceObject, 'common.schedule');
                                  if (!scheduled) {
                                      if (getState(id).val) {
                                          active++ 
                                      } else {
                                          inactive++;
                                      }
                                  }
                              }
                              log(`Aktive Instanzen: ${active}`);
                              log(`Inaktive Instanzen: ${inactive}`);
                              await setStateAsync('0_userdata.0.System.StatusInstanzen' , !inactive, true);
                          });
                          

                          Für Blockly fehlt mir gerade die Muße 😉

                          haus-automatisierung 1 Reply Last reply Reply Quote 0
                          • haus-automatisierung
                            haus-automatisierung Developer Most Active @Codierknecht last edited by haus-automatisierung

                            Das Problem an diesem Script ist aber generell, dass man es regelmäßig neustarten muss damit alle Instanzen berücksichtigt werden. Und es könnte Probleme geben, wenn eine Instanz gelöscht wird (weil der State dann nicht mehr da ist, aber noch in der Liste steht).

                            @codierknecht sagte in ioBroker friert ein: "Request actual repository...".....:

                            getAttr(instanceObject, 'common.schedule');

                            Da würde ich eher auf den common.mode gehen und nur daemon berücksichtigen. Gibt ja neben Schedule auch noch einige andere.

                            Codierknecht 1 Reply Last reply Reply Quote 1
                            • Codierknecht
                              Codierknecht Developer Most Active @haus-automatisierung last edited by

                              @haus-automatisierung

                              Wie gesagt:

                              @codierknecht sagte in ioBroker friert ein: "Request actual repository...".....:

                              Prinzip:

                              Da führen - wie so oft - viele Wege nach Rom.

                              @haus-automatisierung sagte in ioBroker friert ein: "Request actual repository...".....:

                              Das Problem an diesem Script ist aber generell, dass man es regelmäßig neustarten muss damit alle Instanzen berücksichtigt werden. Und es könnte Probleme geben, wenn eine Instanz gelöscht wird (weil der State dann nicht mehr da ist, aber noch in der Liste steht).

                              Das ließe sich vermutlich auch noch irgendwie automatisieren.
                              Ein bisschen Gehirnschmalz darf der TE da natürlich noch investieren 😁

                              1 Reply Last reply Reply Quote 0
                              • L
                                Lollo_C @Lollo_C last edited by Lollo_C

                                @lollo_c Hallo Zusammen,
                                also an dem Script lag es offensichtlich nicht,. Obwohl es deaktiviert war hat der Raspi heute wieder seinen Dienst eingestellt: Symptome wie gehabt;

                                • iobroker und Vis nicht erreichbar
                                • Raspi rote LED an, grüne blinkt,
                                • Ping antwortet sofort
                                • mit Putty nicht erreichbar.

                                Ich habe ihm eine Stunde Zeit gegeben und dann den Stecker gezogen. Nach dem Neustart ins Protokoll geschaut. Die letzten Einträge vor dem Crash waren wieder:

                                2024-03-12 15:44:10.246 - info: admin.0 (919) Request actual repository...
                                2024-03-12 15:44:12.765 - info: host.RasPi4 Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                                

                                Jemand eine Idee, wie ich weitersuchen kann?

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

                                  @lollo_c sagte in ioBroker friert ein: "Request actual repository...".....:

                                  Jemand eine Idee, wie ich weitersuchen kann?

                                  Schau dir deine Lautsprecher-Skripte an. Nicht das du mit denen das System strangulierst.

                                  L 1 Reply Last reply Reply Quote 0
                                  • L
                                    Lollo_C @Thomas Braun last edited by

                                    @thomas-braun sagte in ioBroker friert ein: "Request actual repository...".....:

                                    Schau dir deine Lautsprecher-Skripte an. Nicht das du mit denen das System strangulierst.

                                    Okay, ich habe die Scripte erst einmal alle deaktiviert. Mal sehen, was morgen passiert 😉

                                    L 1 Reply Last reply Reply Quote 0
                                    • L
                                      Lollo_C @Lollo_C last edited by

                                      @lollo_c sagte in ioBroker friert ein: "Request actual repository...".....:

                                      Okay, ich habe die Scripte erst einmal alle deaktiviert. Mal sehen, was morgen passiert 😉

                                      Gestern lief der ioBroker durch. Aber heute kam es wieder zum Absturz. Im Log waren um 16:51 Uhr wieder die letzten Meldungen zu lesen:

                                      2024-03-14 16:51:44.443 - info: admin.0 (900) Adapter rating updated
                                      2024-03-14 16:52:07.331 - info: admin.0 (900) Request actual repository...
                                      2024-03-14 16:52:10.859 - info: host.RasPi4 Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                                      

                                      Danach wieder wie gehabt: ping i.O. ; mit Putty kein Zugriff. Um 17:41 habe ich dann den Stecker gezogen und der RasPi lief neu hoch. Beim betrachten der Logs fiel mir danach auf, dass der RasPi in der Zwischenzeit wohl doch was ins log geschrieben hat. Folgende Einträge sind von 17:31 Uhr:

                                      2024-03-14 17:31:25.715 - info: host.RasPi4 iobroker.js-controller version 5.0.19 js-controller starting
                                      2024-03-14 17:31:25.722 - info: host.RasPi4 Copyright (c) 2014-2023 bluefox, 2014 hobbyquaker
                                      2024-03-14 17:31:25.723 - info: host.RasPi4 hostname: RasPi4, node: v18.19.1
                                      2024-03-14 17:31:25.724 - info: host.RasPi4 ip addresses: 192.168.2.210 2003:e0:9712:9a00:a47e:4086:36a5:a208 fe80::5635:5d6e:3e15:cb7e
                                      2024-03-14 17:31:27.258 - info: host.RasPi4 connected to Objects and States
                                      2024-03-14 17:31:27.288 - info: host.RasPi4 added notifications configuration of host
                                      2024-03-14 17:31:28.283 - info: host.RasPi4 Delete state "system.host.RasPi4.versions.nodeCurrent"
                                      2024-03-14 17:31:28.287 - info: host.RasPi4 55 instances found
                                      2024-03-14 17:31:28.368 - info: host.RasPi4 starting 28 instances
                                      2024-03-14 17:31:28.381 - warn: host.RasPi4 startInstance cannot find adapter "vis-material-webfont@0.0.3". Try to install it... 1 attempt
                                      2024-03-14 17:31:28.383 - info: host.RasPi4 iobroker install vis-material-webfont@0.0.3 using installedFrom
                                      2024-03-14 17:31:28.572 - info: host.RasPi4 Delete state "system.host.RasPi4.versions.nodeNewest"
                                      2024-03-14 17:31:28.591 - info: host.RasPi4 instance system.adapter.admin.0 started with pid 898
                                      2024-03-14 17:31:28.623 - info: host.RasPi4 Delete state "system.host.RasPi4.versions.nodeNewestNext"
                                      2024-03-14 17:31:28.633 - info: host.RasPi4 Delete state "system.host.RasPi4.versions.npmCurrent"
                                      2024-03-14 17:31:28.641 - info: host.RasPi4 Delete state "system.host.RasPi4.versions.npmNewest"
                                      2024-03-14 17:31:28.650 - info: host.RasPi4 Delete state "system.host.RasPi4.versions.npmNewestNext"
                                      2024-03-14 17:31:28.658 - info: host.RasPi4 Some obsolete host states deleted.
                                      2024-03-14 17:31:31.746 - error: host.RasPi4 iobroker npm-install: host.RasPi4 Unknown packetName vis-material-webfont. Please install packages from outside the repository using npm!
                                      2024-03-14 17:31:32.513 - info: host.RasPi4 instance system.adapter.influxdb.0 started with pid 909
                                      2024-03-14 17:31:32.803 - info: host.RasPi4 iobroker npm-install: exit 12
                                      2024-03-14 17:31:32.957 - info: admin.0 (898) starting. Version 6.13.16 in /opt/iobroker/node_modules/iobroker.admin, node: v18.19.1, js-controller: 5.0.19
                                      2024-03-14 17:31:33.009 - info: admin.0 (898) requesting all objects
                                      2024-03-14 17:31:36.174 - info: admin.0 (898) received all objects
                                      2024-03-14 17:31:36.561 - info: host.RasPi4 instance system.adapter.influxdb.1 started with pid 932
                                      2024-03-14 17:31:36.754 - info: admin.0 (898) Request actual repository...
                                      2024-03-14 17:31:36.826 - info: admin.0 (898) socket.io server listening on port 8081
                                      2024-03-14 17:31:36.843 - info: admin.0 (898) http server listening on port 8081
                                      2024-03-14 17:31:36.844 - info: admin.0 (898) Use link "http://127.0.0.1:8081" to configure.
                                      2024-03-14 17:31:39.474 - info: influxdb.0 (909) starting. Version 4.0.2 in /opt/iobroker/node_modules/iobroker.influxdb, node: v18.19.1, js-controller: 5.0.19
                                      2024-03-14 17:31:39.518 - info: influxdb.0 (909) No stored data from last exit found
                                      2024-03-14 17:31:39.522 - info: influxdb.0 (909) Connecting http://localhost:8086/ ...
                                      2024-03-14 17:31:39.523 - info: influxdb.0 (909) Influx DB Version used: 1.x
                                      

                                      Dann folgt eine ganze Auflistung bei der alle geloggten Datenpunkte der influxdb aufgelistet sind. Gefolgt von eine Auflistung aller Scripte im javascript-Adapter und dann den Homematic usw. Adapter.
                                      Würde mich über den nächsten Tipp zur Fehlersuche sehr freuen.

                                      Homoran 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Lollo_C last edited by

                                        @lollo_c sagte in ioBroker friert ein: "Request actual repository...".....:

                                        Folgende Einträge sind von 17:31 Uhr:

                                        nicht unbedingt!
                                        der Raspi hat keine Batteriegepufferte Echtzeituhr.
                                        es kann also eine falsche Uhrzeit sein, bevorcder Pi sich per ntp wieder die richtige Zeit verschaffen konnte.

                                        L 1 Reply Last reply Reply Quote 0
                                        • L
                                          Lollo_C @Homoran last edited by

                                          @homoran sagte in ioBroker friert ein: "Request actual repository...".....:

                                          nicht unbedingt!
                                          der Raspi hat keine Batteriegepufferte Echtzeituhr.
                                          es kann also eine falsche Uhrzeit sein, bevorcder Pi sich per ntp wieder die richtige Zeit verschaffen konnte.

                                          Schade. Ich hatte schon die Hoffnung, dass ich nur nicht lange genug gewartet hätte. Kann ich denn sonst noch irgendwo sehen, waren der ioBroker eingefroren ist?

                                          Homoran 1 Reply Last reply Reply Quote 0
                                          • Homoran
                                            Homoran Global Moderator Administrators @Lollo_C last edited by

                                            @lollo_c hattest du das log aus den Dateien geholt?
                                            (/opt/iobroker/logs)

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            532
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            10
                                            81
                                            4730
                                            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