Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. JavaScript
    5. Schedule wird nicht ausgeführt

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Schedule wird nicht ausgeführt

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mimei last edited by mimei

      Hallo Zusammen

      Ich benutze seit Jahren den iobroker.fullcalendar um meine Poolpumpe täglich anzusteuern. Seit dieser Saison funktioniert dies auf einmal nicht mehr zuverlässig, den Grund habe ich nicht herausgefunden. Nun dachte ich mir, dass ich ja einfach Skripts machen könnte.

      Ich habe zwei Varianten probiert, beide führen nichts aus:

      schedule("42 9 * * *", async () => {
      
            console.log('Pumpe start');
      });
      
      schedule('{"time":{"exactTime":true,"start":"09:43"},"period":{"days":1}}', async () => {
          console.log('Pumpe start neu');
      });
      
      

      Hat meine ioBroker Basis ein systematisches Problem oder mache ich irgendeinen dummen Fehler?

      Zu meinem System:
      CPU: 12.07 %
      RAM: 61 %
      Betriebszeit: 2d20h
      Verfügbar: 5.0.19
      Installiert: 5.0.19
      Ereignisse: ⇥32 / ↦13
      Plattform: linux
      Betriebssystem: linux
      Architektur: x64
      CPUs: 4
      Geschwindigkeit: 3497 MHz
      Modell: Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz
      RAM: 5.7 GB
      System-Betriebszeit: 3 T. 20:58:10
      Node.js: v18.20.3
      time: 1718263961381
      timeOffset: --
      NPM: 10.7.0
      Adapter-Anzahl: 539
      Datenträgergröße: 38.6 GB
      Freier Festplattenspeicher: 22.9 GB
      Aktive Instanzen: 29
      Pfad: /opt/iobroker/
      Betriebszeit: 2 T. 20:33:30

      Ro75 1 Reply Last reply Reply Quote 0
      • Ro75
        Ro75 @mimei last edited by

        @mimei sagte in Schedule wird nicht ausgeführt:

        schedule('{"time":{"exactTime":true,"start":"09:43"},"period":{"days":1}}', async () => { console.log('Pumpe start neu'); });

        schedule('{"time":{"exactTime":true,"start":"10:01"},"period":{"days":1}}', function RestartPumpe() {
             console.log('Pumpe start neu');
        });
        

        und so?

        Ro75.

        M 1 Reply Last reply Reply Quote 0
        • M
          mimei @Ro75 last edited by

          @ro75 nichts, seltsam.

          Ro75 1 Reply Last reply Reply Quote 0
          • Ro75
            Ro75 @mimei last edited by

            @mimei dann mach mal ein

            iob diag
            

            und poste ALLEs hier in "CODE TAGS" rein. Dann kann hier ggfs. einer ein Problem erkennen.

            Ro75.

            M 1 Reply Last reply Reply Quote 0
            • M
              mimei @Ro75 last edited by mimei

              @ro75 genügt dir das?

              ======================= SUMMARY =======================
                                      v.2024-05-22
              
              
                 Static hostname: jportal1
                       Icon name: computer-vm
                         Chassis: vm
                  Virtualization: vmware
                Operating System: Ubuntu 20.04.6 LTS
                          Kernel: Linux 5.4.0-182-generic
                    Architecture: x86-64
              
              Installation:           vmware
              Kernel:                 x86_64
              Userland:               64 bit
              Timezone:               Etc/UTC (UTC, +0000)
              User-ID:                1000
              Display-Server:         false
              Boot Target:            graphical.target
              
              Pending OS-Updates:     2
              Pending iob updates:    2
              
              Nodejs-Installation:
              /usr/bin/nodejs         v18.20.3
              /usr/bin/node           v18.20.3
              /usr/bin/npm            10.7.0
              /usr/bin/npx            10.7.0
              /usr/bin/corepack       0.28.0
              
              Recommended versions are nodejs 18.20.3 and npm 10.7.0
              Your nodejs installation is correct
              
              MEMORY:
                            total        used        free      shared  buff/cache   available
              Mem:           5.9G        3.4G        1.6G        1.0M        919M        2.3G
              Swap:          3.9G         38M        3.9G
              Total:         9.9G        3.4G        5.5G
              
              Active iob-Instances:   30
              Active repo(s): Stable (default)
              
              ioBroker Core:          js-controller           5.0.19
                                      admin                   6.13.16
              
              ioBroker Status:        iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Status admin and web instance:
              + system.adapter.admin.0                  : admin                 : jportal1                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.web.0                    : web                   : jportal1                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              Objects:                11235
              States:                 9049
              
              Size of iob-Database:
              
              25M     /opt/iobroker/iobroker-data/objects.jsonl
              19M     /opt/iobroker/iobroker-data/states.jsonl
              
              
              
              =================== END OF SUMMARY ====================
              
              Ro75 1 Reply Last reply Reply Quote 0
              • Ro75
                Ro75 @mimei last edited by

                @mimei sagte in Schedule wird nicht ausgeführt:

                Timezone: Etc/UTC (UTC, +0000)

                ?? Da sollte doch was mit Europe/Berlin sein ?? + 2 Stunden

                Ro75.

                M 1 Reply Last reply Reply Quote 1
                • M
                  mimei @Ro75 last edited by mimei

                  @ro75 Stimmt, ich habe mich zu sehr auf die Web-Oberfläche verlassen. Da wurde die korrekte Zeit wiedergegeben. Habe es auf OS-Ebene korrigiert. Dennoch wird weiterhin nichts ausgeführt.

                  spannenderweise funktioniert das hier:

                  schedule('{"time":{"start":"00:00","end":"24:00","mode":"minutes","interval":1},"period":{"days":1}}', async function () {
                  
                    console.log('pumpe 1 minute intervall');
                  
                  });
                  
                  
                  

                  Muss also an der Uhrzeit liegen

                  Ro75 2 Replies Last reply Reply Quote 0
                  • Ro75
                    Ro75 @mimei last edited by

                    @mimei mach von deiner VM mal ein neustart und danach nochmal

                    iob diag
                    

                    und dieses mal bitte ALLES, auch den REST

                    Ro75.

                    M 1 Reply Last reply Reply Quote 0
                    • Ro75
                      Ro75 @mimei last edited by

                      @mimei sagte in Schedule wird nicht ausgeführt:

                      spannenderweise funktioniert das hier:

                      Bitte nicht irgendwas nachträglich ändern - da gibts irgendwann keinen Zusammenhang mehr.

                      Natürlich geht diese Variante - ist ja auch jede Minute. Dabei ist es egal ob die Uhr 2 Stunden zurück oder vor geht.

                      Deswegen, VM neu starten und nochmal

                      iob diag
                      

                      Und dieses mal ALLES bitte.

                      Ro75.

                      1 Reply Last reply Reply Quote 0
                      • M
                        mimei @Ro75 last edited by Homoran

                        @ro75 ok, ist aber eine ganze Menge

                        Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.4.0-182-generic x86_64)
                        
                         * Documentation:  https://help.ubuntu.com
                         * Management:     https://landscape.canonical.com
                         * Support:        https://ubuntu.com/pro
                        
                         System information as of Thu 13 Jun 2024 10:30:45 AM CEST
                        
                          System load:             0.31
                          Usage of /:              40.6% of 38.58GB
                          Memory usage:            40%
                          Swap usage:              0%
                          Processes:               295
                          Users logged in:         0
                          IPv4 address for ens160: 192.168.2.131
                          IPv6 address for ens160: fd71:c0c8:f177:2b4f:4a:8bff:fec3:d1e7
                        
                         * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
                           just raised the bar for easy, resilient and secure K8s cluster deployment.
                        
                           https://ubuntu.com/engage/secure-kubernetes-at-the-edge
                        
                        Expanded Security Maintenance for Applications is not enabled.
                        
                        15 updates can be applied immediately.
                        To see these additional updates run: apt list --upgradable
                        
                        Enable ESM Apps to receive additional future security updates.
                        See https://ubuntu.com/esm or run: sudo pro status
                        
                        New release '22.04.3 LTS' available.
                        Run 'do-release-upgrade' to upgrade to it.
                        
                        
                        Last login: Thu Jun 13 10:28:20 2024 from 192.168.2.95
                        pi@jportal1:~$ iob diag
                        [sudo] password for pi: 
                        *** iob diag is starting up, please wait ***
                        \|/-\|/-\|
                        *** ioBroker Diagnosis ***
                        
                        Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen
                        
                        The following checks may give hints to potential malconfigurations or errors, please post them in our forum:
                        
                        https://forum.iobroker.net
                        
                        Just copy and paste the Summary Page, including the ``` characters at start and end.
                        It helps us to help you!
                        
                        Press any key to continue
                        

                        ======== Start marking the full check here =========

                        Skript v.2024-05-22
                        
                        *** BASE SYSTEM ***
                           Static hostname: jportal1
                                 Icon name: computer-vm
                                   Chassis: vm
                            Virtualization: vmware
                          Operating System: Ubuntu 20.04.6 LTS
                                    Kernel: Linux 5.4.0-182-generic
                              Architecture: x86-64
                        
                        model name	: Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz
                        Docker          : false
                        Virtualization  : vmware
                        Kernel          : x86_64
                        Userland        : 64 bit
                        
                        Systemuptime and Load:
                         10:31:27 up 9 min,  1 user,  load average: 0.16, 0.23, 0.14
                        CPU threads: 4
                        
                        
                        *** Time and Time Zones ***
                                       Local time: Thu 2024-06-13 10:31:27 CEST
                                   Universal time: Thu 2024-06-13 08:31:27 UTC 
                                         RTC time: Thu 2024-06-13 08:31:27     
                                        Time zone: Europe/Berlin (CEST, +0200) 
                        System clock synchronized: yes                         
                                      NTP service: active                      
                                  RTC in local TZ: no                          
                        
                        *** Users and Groups ***
                        User that called 'iob diag':
                        pi
                        HOME=/home/pi
                        GROUPS=pi adm cdrom sudo dip plugdev lxd
                        
                        User that is running 'js-controller':
                        iobroker
                        HOME=/home/iobroker
                        GROUPS=iobroker tty dialout audio video
                        
                        *** Display-Server-Setup ***
                        Display-Server: false
                        Desktop: 	
                        Terminal: 	tty
                        Boot Target: 	graphical.target
                        
                        *** MEMORY ***
                                      total        used        free      shared  buff/cache   available
                        Mem:           5.9G        2.3G        2.6G        1.0M        1.1G        3.4G
                        Swap:          3.9G          0B        3.9G
                        Total:         9.9G        2.3G        6.5G
                        
                        Active iob-Instances: 	29
                        
                                 5929 M total memory
                                 2268 M used memory
                                 2490 M active memory
                                  490 M inactive memory
                                 2567 M free memory
                                  102 M buffer memory
                                  991 M swap cache
                                 3934 M total swap
                                    0 M used swap
                                 3934 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 10:31:27 up 9 min,  1 user,  load average: 0.16, 0.23, 0.14
                        Tasks: 289 total,   1 running, 288 sleeping,   0 stopped,   0 zombie
                        %Cpu(s):  6.0 us,  3.0 sy,  0.0 ni, 91.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                        MiB Mem :   5929.4 total,   2567.2 free,   2268.4 used,   1093.8 buff/cache
                        MiB Swap:   3935.0 total,   3935.0 free,      0.0 used.   3392.3 avail Mem 
                        
                        *** FAILED SERVICES ***
                        
                          UNIT LOAD ACTIVE SUB DESCRIPTION
                        0 loaded units listed.
                        
                        *** FILESYSTEM ***
                        Filesystem                        Type      Size  Used Avail Use% Mounted on
                        udev                              devtmpfs  2.9G     0  2.9G   0% /dev
                        tmpfs                             tmpfs     593M  1.4M  592M   1% /run
                        /dev/mapper/ubuntu--vg-ubuntu--lv ext4       39G   16G   21G  43% /
                        tmpfs                             tmpfs     2.9G     0  2.9G   0% /dev/shm
                        tmpfs                             tmpfs     5.0M     0  5.0M   0% /run/lock
                        tmpfs                             tmpfs     2.9G     0  2.9G   0% /sys/fs/cgroup
                        /dev/loop1                        squashfs   56M   56M     0 100% /snap/core18/2823
                        /dev/sda2                         ext4      974M  210M  697M  24% /boot
                        /dev/loop2                        squashfs   64M   64M     0 100% /snap/core20/2318
                        /dev/loop0                        squashfs   56M   56M     0 100% /snap/core18/2812
                        /dev/loop3                        squashfs   64M   64M     0 100% /snap/core20/2264
                        /dev/loop4                        squashfs   71M   71M     0 100% /snap/lxd/21029
                        /dev/loop5                        squashfs   92M   92M     0 100% /snap/lxd/24061
                        /dev/loop7                        squashfs   39M   39M     0 100% /snap/snapd/21465
                        /dev/loop6                        squashfs   39M   39M     0 100% /snap/snapd/21759
                        tmpfs                             tmpfs     593M  4.0K  593M   1% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Thu Jun 13 10:21:33 2024] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
                        [Thu Jun 13 10:21:34 2024] EXT4-fs (dm-0): re-mounted. Opts: (null)
                        [Thu Jun 13 10:21:35 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                        
                        Show mounted filesystems:
                        TARGET                                SOURCE                            FSTYPE      OPTIONS
                        /                                     /dev/mapper/ubuntu--vg-ubuntu--lv ext4        rw,relatime
                        |-/sys                                sysfs                             sysfs       rw,nosuid,nodev,noexec,relatime
                        | |-/sys/kernel/security              securityfs                        securityfs  rw,nosuid,nodev,noexec,relatime
                        | |-/sys/fs/cgroup                    tmpfs                             tmpfs       ro,nosuid,nodev,noexec,mode=755
                        | | |-/sys/fs/cgroup/unified          cgroup2                           cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate
                        | | |-/sys/fs/cgroup/systemd          cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
                        | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
                        | | |-/sys/fs/cgroup/cpuset           cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,cpuset
                        | | |-/sys/fs/cgroup/hugetlb          cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,hugetlb
                        | | |-/sys/fs/cgroup/memory           cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,memory
                        | | |-/sys/fs/cgroup/freezer          cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,freezer
                        | | |-/sys/fs/cgroup/net_cls,net_prio cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
                        | | |-/sys/fs/cgroup/blkio            cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,blkio
                        | | |-/sys/fs/cgroup/perf_event       cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,perf_event
                        | | |-/sys/fs/cgroup/pids             cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,pids
                        | | |-/sys/fs/cgroup/rdma             cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,rdma
                        | | `-/sys/fs/cgroup/devices          cgroup                            cgroup      rw,nosuid,nodev,noexec,relatime,devices
                        | |-/sys/fs/pstore                    pstore                            pstore      rw,nosuid,nodev,noexec,relatime
                        | |-/sys/fs/bpf                       none                              bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                        | |-/sys/kernel/debug                 debugfs                           debugfs     rw,nosuid,nodev,noexec,relatime
                        | |-/sys/kernel/tracing               tracefs                           tracefs     rw,nosuid,nodev,noexec,relatime
                        | |-/sys/fs/fuse/connections          fusectl                           fusectl     rw,nosuid,nodev,noexec,relatime
                        | `-/sys/kernel/config                configfs                          configfs    rw,nosuid,nodev,noexec,relatime
                        |-/proc                               proc                              proc        rw,nosuid,nodev,noexec,relatime
                        | `-/proc/sys/fs/binfmt_misc          systemd-1                         autofs      rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=18617
                        |   `-/proc/sys/fs/binfmt_misc        binfmt_misc                       binfmt_misc rw,nosuid,nodev,noexec,relatime
                        |-/dev                                udev                              devtmpfs    rw,nosuid,noexec,relatime,size=2989104k,nr_inodes=747276,mode=755
                        | |-/dev/pts                          devpts                            devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                        | |-/dev/shm                          tmpfs                             tmpfs       rw,nosuid,nodev
                        | |-/dev/hugepages                    hugetlbfs                         hugetlbfs   rw,relatime,pagesize=2M
                        | `-/dev/mqueue                       mqueue                            mqueue      rw,nosuid,nodev,noexec,relatime
                        |-/run                                tmpfs                             tmpfs       rw,nosuid,nodev,noexec,relatime,size=607176k,mode=755
                        | |-/run/lock                         tmpfs                             tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                        | |-/run/rpc_pipefs                   sunrpc                            rpc_pipefs  rw,relatime
                        | |-/run/user/1000                    tmpfs                             tmpfs       rw,nosuid,nodev,relatime,size=607172k,mode=700,uid=1000,gid=1000
                        | `-/run/snapd/ns                     tmpfs[/snapd/ns]                  tmpfs       rw,nosuid,nodev,noexec,relatime,size=607176k,mode=755
                        |   `-/run/snapd/ns/lxd.mnt           nsfs[mnt:[4026532709]]            nsfs        rw
                        |-/snap/core18/2823                   /dev/loop1                        squashfs    ro,nodev,relatime
                        |-/boot                               /dev/sda2                         ext4        rw,relatime
                        |-/snap/core20/2318                   /dev/loop2                        squashfs    ro,nodev,relatime
                        |-/snap/core18/2812                   /dev/loop0                        squashfs    ro,nodev,relatime
                        |-/snap/core20/2264                   /dev/loop3                        squashfs    ro,nodev,relatime
                        |-/snap/lxd/21029                     /dev/loop4                        squashfs    ro,nodev,relatime
                        |-/snap/lxd/24061                     /dev/loop5                        squashfs    ro,nodev,relatime
                        |-/snap/snapd/21465                   /dev/loop7                        squashfs    ro,nodev,relatime
                        `-/snap/snapd/21759                   /dev/loop6                        squashfs    ro,nodev,relatime
                        
                        Files in neuralgic directories:
                        
                        /var:
                        5.0G	/var/
                        3.9G	/var/log/journal/7cd3af3334434c68840140c756f4a504
                        3.9G	/var/log/journal
                        3.9G	/var/log
                        940M	/var/lib
                        
                        Archived and active journals take up 3.8G in the file system.
                        
                        /opt/iobroker/backups:
                        84M	/opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        713M	/opt/iobroker/iobroker-data/
                        582M	/opt/iobroker/iobroker-data/files
                        149M	/opt/iobroker/iobroker-data/files/vis-2
                        138M	/opt/iobroker/iobroker-data/files/javascript.admin
                        118M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                        
                        The five largest files in iobroker-data are:
                        38M	/opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                        35M	/opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                        33M	/opt/iobroker/iobroker-data/files/meteoalarm.admin/geocodes.json
                        28M	/opt/iobroker/iobroker-data/objects.jsonl
                        25M	/opt/iobroker/iobroker-data/states.jsonl
                        
                        USB-Devices by-id:
                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                        
                        /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0014DA4A7A-if00
                        /dev/serial/by-id/usb-0658_0200-if00
                        
                        HINT:
                        Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                        /dev/ttyACM1
                        
                        
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs 	v18.20.3
                        /usr/bin/node 		v18.20.3
                        /usr/bin/npm 		10.7.0
                        /usr/bin/npx 		10.7.0
                        /usr/bin/corepack 	0.28.0
                        
                        
                        nodejs:
                          Installed: 18.20.3-1nodesource1
                          Candidate: 18.20.3-1nodesource1
                          Version table:
                         *** 18.20.3-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                100 /var/lib/dpkg/status
                             18.20.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.20.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.20.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.19.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.19.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.18.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.18.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.18.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.17.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.17.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.16.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.16.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.15.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.14.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.14.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.14.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.13.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.12.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.11.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.10.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.9.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.9.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.8.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.7.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.6.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.5.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.4.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.3.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.2.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.1.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             18.0.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                             10.19.0~dfsg-3ubuntu1.6 500
                                500 http://ch.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages
                                500 http://ch.archive.ubuntu.com/ubuntu focal-security/universe amd64 Packages
                             10.19.0~dfsg-3ubuntu1 500
                                500 http://ch.archive.ubuntu.com/ubuntu focal/universe amd64 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: jsonl
                        
                        Core adapters versions
                        js-controller: 	5.0.19
                        admin: 		6.13.16
                        javascript: 	8.3.1
                        
                        nodejs modules from github: 	1
                        +-- iobroker.yahka@1.0.3 (git+ssh://git@github.com/mimeie/ioBroker.yahka.git#ec6793f07f0582431a8acc9e68774e8e26142d52)
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : jportal1                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.backitup.0               : backitup              : jportal1                                 -  enabled
                        + system.adapter.bring.0                  : bring                 : jportal1                                 -  enabled
                          system.adapter.cloud.0                  : cloud                 : jportal1                                 - disabled
                          system.adapter.devices.0                : devices               : jportal1                                 -  enabled
                        + system.adapter.discovery.0              : discovery             : jportal1                                 -  enabled
                          system.adapter.flot.0                   : flot                  : jportal1                                 - disabled
                        + system.adapter.followthesun.0           : followthesun          : jportal1                                 -  enabled
                        + system.adapter.history.0                : history               : jportal1                                 -  enabled
                        + system.adapter.influxdb.0               : influxdb              : jportal1                                 -  enabled, port: 80
                        + system.adapter.info.0                   : info                  : jportal1                                 -  enabled
                        + system.adapter.iot.0                    : iot                   : jportal1                                 -  enabled
                        + system.adapter.javascript.0             : javascript            : jportal1                                 -  enabled
                        + system.adapter.logparser.0              : logparser             : jportal1                                 -  enabled
                        + system.adapter.lovelace.0               : lovelace              : jportal1                                 -  enabled, port: 8091, bind: 0.0.0.0, run as: admin
                          system.adapter.meteoalarm.0             : meteoalarm            : jportal1                                 -  enabled
                          system.adapter.mobile.0                 : mobile                : jportal1                                 - disabled
                        + system.adapter.modbus.0                 : modbus                : jportal1                                 -  enabled
                          system.adapter.netatmo-crawler.0        : netatmo-crawler       : jportal1                                 -  enabled
                        + system.adapter.netatmo.0                : netatmo               : jportal1                                 -  enabled
                          system.adapter.openweathermap.0         : openweathermap        : jportal1                                 -  enabled
                        + system.adapter.ping.0                   : ping                  : jportal1                                 -  enabled
                          system.adapter.plex.0                   : plex                  : jportal1                                 - disabled
                        + system.adapter.pushover.0               : pushover              : jportal1                                 -  enabled
                        + system.adapter.shelly.0                 : shelly                : jportal1                                 -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : jportal1                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                          system.adapter.smartgarden.0            : smartgarden           : jportal1                                 - disabled
                        + system.adapter.sonos.0                  : sonos                 : jportal1                                 -  enabled
                        + system.adapter.sprinklecontrol.0        : sprinklecontrol       : jportal1                                 -  enabled
                        + system.adapter.statistics.0             : statistics            : jportal1                                 -  enabled
                        + system.adapter.vis-2.0                  : vis-2                 : jportal1                                 -  enabled
                          system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : jportal1                                 - disabled
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : jportal1                                 - disabled
                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : jportal1                                 - disabled
                          system.adapter.vis-justgage.0           : vis-justgage          : jportal1                                 - disabled
                          system.adapter.vis.0                    : vis                   : jportal1                                 -  enabled
                        + system.adapter.vw-connect.0             : vw-connect            : jportal1                                 -  enabled
                        + system.adapter.web.0                    : web                   : jportal1                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.worx.0                   : worx                  : jportal1                                 -  enabled
                        + system.adapter.yahka.0                  : yahka                 : jportal1                                 -  enabled
                        + system.adapter.zigbee.0                 : zigbee                : jportal1                                 -  enabled, port: /dev/ttyACM1
                        + system.adapter.zwave2.0                 : zwave2                : jportal1                                 -  enabled
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : jportal1                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.backitup.0               : backitup              : jportal1                                 -  enabled
                        + system.adapter.bring.0                  : bring                 : jportal1                                 -  enabled
                          system.adapter.devices.0                : devices               : jportal1                                 -  enabled
                        + system.adapter.discovery.0              : discovery             : jportal1                                 -  enabled
                        + system.adapter.followthesun.0           : followthesun          : jportal1                                 -  enabled
                        + system.adapter.history.0                : history               : jportal1                                 -  enabled
                        + system.adapter.influxdb.0               : influxdb              : jportal1                                 -  enabled, port: 80
                        + system.adapter.info.0                   : info                  : jportal1                                 -  enabled
                        + system.adapter.iot.0                    : iot                   : jportal1                                 -  enabled
                        + system.adapter.javascript.0             : javascript            : jportal1                                 -  enabled
                        + system.adapter.logparser.0              : logparser             : jportal1                                 -  enabled
                        + system.adapter.lovelace.0               : lovelace              : jportal1                                 -  enabled, port: 8091, bind: 0.0.0.0, run as: admin
                          system.adapter.meteoalarm.0             : meteoalarm            : jportal1                                 -  enabled
                        + system.adapter.modbus.0                 : modbus                : jportal1                                 -  enabled
                          system.adapter.netatmo-crawler.0        : netatmo-crawler       : jportal1                                 -  enabled
                        + system.adapter.netatmo.0                : netatmo               : jportal1                                 -  enabled
                          system.adapter.openweathermap.0         : openweathermap        : jportal1                                 -  enabled
                        + system.adapter.ping.0                   : ping                  : jportal1                                 -  enabled
                        + system.adapter.pushover.0               : pushover              : jportal1                                 -  enabled
                        + system.adapter.shelly.0                 : shelly                : jportal1                                 -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : jportal1                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        + system.adapter.sonos.0                  : sonos                 : jportal1                                 -  enabled
                        + system.adapter.sprinklecontrol.0        : sprinklecontrol       : jportal1                                 -  enabled
                        + system.adapter.statistics.0             : statistics            : jportal1                                 -  enabled
                        + system.adapter.vis-2.0                  : vis-2                 : jportal1                                 -  enabled
                          system.adapter.vis.0                    : vis                   : jportal1                                 -  enabled
                        + system.adapter.vw-connect.0             : vw-connect            : jportal1                                 -  enabled
                        + system.adapter.web.0                    : web                   : jportal1                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.worx.0                   : worx                  : jportal1                                 -  enabled
                        + system.adapter.yahka.0                  : yahka                 : jportal1                                 -  enabled
                        + system.adapter.zigbee.0                 : zigbee                : jportal1                                 -  enabled, port: /dev/ttyACM1
                        + system.adapter.zwave2.0                 : zwave2                : jportal1                                 -  enabled
                        
                        ioBroker-Repositories
                        Stable (default): http://download.iobroker.net/sources-dist.json
                        Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                        
                        Active repo(s): Stable (default)
                        
                        Installed ioBroker-Instances
                        Used repository: Stable (default)
                        Adapter    "admin"        : 6.13.16  , installed 6.13.16
                        Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                        Adapter    "bring"        : 1.8.4    , installed 1.8.4
                        Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                        Adapter    "devices"      : 1.1.5    , installed 1.1.5
                        Adapter    "discovery"    : 4.5.0    , installed 4.4.0  [Updatable]
                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                        Adapter    "followthesun" : 0.5.0    , installed 0.5.0
                        Adapter    "fullcalendar" : 2.3.4    , installed 2.3.4
                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                        Adapter    "iot"          : 3.3.0    , installed 3.3.0
                        Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                        Controller "js-controller": 5.0.19   , installed 5.0.19
                        Adapter    "logparser"    : 2.2.2    , installed 2.2.2
                        Adapter    "lovelace"     : 4.1.8    , installed 4.1.8
                        Adapter    "meteoalarm"   : 3.0.2    , installed 3.0.2
                        Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                        Adapter    "modbus"       : 6.1.0    , installed 6.1.0
                        Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
                        Adapter    "netatmo-crawler": 0.8.1  , installed 0.8.1
                        Adapter    "onvif"        : 1.1.3    , installed 1.1.3
                        Adapter    "openweathermap": 1.0.4   , installed 1.0.4
                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                        Adapter    "plex"         : 1.1.4    , installed 1.1.4
                        Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                        Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                        Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                        Adapter    "smartgarden"  : 2.0.0    , installed 2.0.0
                        Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                        Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                        Adapter    "sprinklecontrol": 0.2.13 , installed 0.2.13
                        Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                        Adapter    "vis"          : 1.5.6    , installed 1.5.4  [Updatable]
                        Adapter    "vis-2"        : 2.9.32   , installed 2.9.32
                        Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                        Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                        Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                        Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                        Adapter    "web"          : 6.2.5    , installed 6.2.5
                        Adapter    "worx"         : 3.0.2    , installed 3.0.2
                        Adapter    "ws"           : 2.6.1    , installed 2.6.1
                        Adapter    "yahka"        : 1.0.3    , installed 1.85.6
                        Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                        Adapter    "zwave2"       : 3.1.0    , installed 3.1.0
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects: 	11235
                        States: 	9068
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://ch.archive.ubuntu.com/ubuntu focal InRelease
                        Hit:2 http://ch.archive.ubuntu.com/ubuntu focal-updates InRelease
                        Hit:3 http://ch.archive.ubuntu.com/ubuntu focal-backports InRelease
                        Hit:4 http://ch.archive.ubuntu.com/ubuntu focal-security InRelease
                        Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
                        Reading package lists...
                        Pending Updates: 2
                        
                        *** 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:111             0.0.0.0:*               LISTEN      0          17495      1/init              
                        tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        23908      863/systemd-resolve 
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          27491      997/sshd: /usr/sbin 
                        tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       30327      1386/io.shelly.0    
                        tcp        0      0 127.0.0.1:42269         0.0.0.0:*               LISTEN      1001       38514      2292/io.yahka.0     
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       25298      932/iobroker.js-con 
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       25290      932/iobroker.js-con 
                        tcp6       0      0 :::111                  :::*                    LISTEN      0          16716      1/init              
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       29841      1128/io.admin.0     
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       38486      2275/io.web.0       
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          27493      997/sshd: /usr/sbin 
                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       36049      2176/io.simple-api. 
                        tcp6       0      0 :::8091                 :::*                    LISTEN      1001       38572      2327/io.lovelace.0  
                        tcp6       0      0 :::42277                :::*                    LISTEN      1001       38507      2292/io.yahka.0     
                        tcp6       0      0 :::3500                 :::*                    LISTEN      1001       33354      1403/io.sonos.0     
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           119        24121      875/avahi-daemon: r 
                        udp        0      0 0.0.0.0:59580           0.0.0.0:*                           119        24123      875/avahi-daemon: r 
                        udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        23907      863/systemd-resolve 
                        udp        0      0 192.168.2.131:68        0.0.0.0:*                           100        23900      861/systemd-network 
                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          16713      1/init              
                        udp6       0      0 :::45337                :::*                                119        24124      875/avahi-daemon: r 
                        udp6       0      0 :::5353                 :::*                                119        24122      875/avahi-daemon: r 
                        udp6       0      0 :::111                  :::*                                0          15947      1/init              
                        
                        *** Log File - Last 25 Lines ***
                        
                        2024-06-13 10:31:37.943  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.77 (shellyswitch25 / shellyswitch25-E09806955090 / SHSW-25#E09806955090#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:38.299  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.160 (shelly1 / shelly1-E8DB84D653CE / SHSW-1#E8DB84D653CE#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:38.635  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.128 (shelly1 / shelly1-8CAAB5614780 / SHSW-1#8CAAB5614780#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:38.824  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.70 (shellyplus1 / shellyplus1-441793a902c8 / shellyplus1#441793a902c8#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:39.285  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.159 (shellyswitch25 / shellyswitch25-98CDAC1F29E8 / SHSW-25#98CDAC1F29E8#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:40.976  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.90 (shellyswitch25 / shellyswitch25-4C752532EF87 / SHSW-25#4C752532EF87#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:41.179  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.81 (shelly1minig3 / shelly1minig3-84fce637a9a8 / shelly1minig3#84fce637a9a8#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:41.218  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.85 (shellyplus1pm / shellyplus1pm-7c87ce65ced0 / shellyplus1pm#7c87ce65ced0#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:41.322  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.109 (shellyswitch25 / shellyswitch25-D8BFC01A2FCA / SHSW-25#D8BFC01A2FCA#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:41.527  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.130 (shellyem / shellyem-34945477FCE1 / SHEM#34945477FCE1#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:41.574  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.41 (shellyem3 / shellyem3-244CAB43606C / SHEM-3#244CAB43606C#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:41.656  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.107 (shellyplus2pm / shellyplus2pm-c049ef8b43d4 / shellyplus2pm#c049ef8b43d4#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:41.756  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.144 (shellydimmer2 / shellydimmer2-349454723A33 / SHDM-2#349454723A33#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:42.467  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.150 (shellydimmer2 / shellydimmer2-3494547236C5 / SHDM-2#3494547236C5#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:43.697  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.160 (shelly1 / shelly1-E8DB84D653CE / SHSW-1#E8DB84D653CE#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:43.749  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.132 (shellyswitch25 / shellyswitch25-3C6105E55D18 / SHSW-25#3C6105E55D18#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:43.966  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.128 (shelly1 / shelly1-8CAAB5614780 / SHSW-1#8CAAB5614780#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:44.070  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.70 (shellyplus1 / shellyplus1-441793a902c8 / shellyplus1#441793a902c8#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:46.458  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.81 (shelly1minig3 / shelly1minig3-84fce637a9a8 / shelly1minig3#84fce637a9a8#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:46.486  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.85 (shellyplus1pm / shellyplus1pm-7c87ce65ced0 / shellyplus1pm#7c87ce65ced0#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:46.820  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.41 (shellyem3 / shellyem3-244CAB43606C / SHEM-3#244CAB43606C#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:46.860  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.130 (shellyem / shellyem-34945477FCE1 / SHEM#34945477FCE1#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:46.901  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.144 (shellydimmer2 / shellydimmer2-349454723A33 / SHDM-2#349454723A33#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:47.031  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.107 (shellyplus2pm / shellyplus2pm-c049ef8b43d4 / shellyplus2pm#c049ef8b43d4#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        2024-06-13 10:31:47.727  - info: shelly.0 (1386) [Sys.timezone] 192.168.2.150 (shellydimmer2 / shellydimmer2-3494547236C5 / SHDM-2#3494547236C5#1): Configured timezone "Europe/Zurich" and system timezone "Europe/Berlin" do not match. Please check configuration
                        
                        

                        ============ Mark until here for C&P =============

                        iob diag has finished.

                        Press any key for a summary

                        Copy text starting here:

                        ======================= SUMMARY =======================
                        			v.2024-05-22
                        
                        
                           Static hostname: jportal1
                                 Icon name: computer-vm
                                   Chassis: vm
                            Virtualization: vmware
                          Operating System: Ubuntu 20.04.6 LTS
                                    Kernel: Linux 5.4.0-182-generic
                              Architecture: x86-64
                        
                        Installation: 		vmware
                        Kernel: 		x86_64
                        Userland: 		64 bit
                        Timezone: 		Europe/Berlin (CEST, +0200) 
                        User-ID: 		1000
                        Display-Server: 	false
                        Boot Target: 		graphical.target
                        
                        Pending OS-Updates: 	2
                        Pending iob updates: 	2
                        
                        Nodejs-Installation:
                        /usr/bin/nodejs 	v18.20.3
                        /usr/bin/node 		v18.20.3
                        /usr/bin/npm 		10.7.0
                        /usr/bin/npx 		10.7.0
                        /usr/bin/corepack 	0.28.0
                        
                        Recommended versions are nodejs 18.20.3 and npm 10.7.0
                        Your nodejs installation is correct
                        
                        MEMORY: 
                                      total        used        free      shared  buff/cache   available
                        Mem:           5.9G        2.2G        2.6G        1.0M        1.1G        3.4G
                        Swap:          3.9G          0B        3.9G
                        Total:         9.9G        2.2G        6.5G
                        
                        Active iob-Instances: 	29
                        Active repo(s): Stable (default)
                        
                        ioBroker Core: 		js-controller 		5.0.19
                        			admin 			6.13.16
                        
                        ioBroker Status: 	iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Status admin and web instance:
                        + system.adapter.admin.0                  : admin                 : jportal1                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.web.0                    : web                   : jportal1                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects: 		11235
                        States: 		9068
                        
                        Size of iob-Database:
                        
                        28M	/opt/iobroker/iobroker-data/objects.jsonl
                        25M	/opt/iobroker/iobroker-data/states.jsonl
                        
                        
                        
                        =================== END OF SUMMARY ====================
                        

                        === Mark text until here for copying ===
                        pi@jportal1:~$

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

                          @mimei wenn du in den shellies Zürich als Zeitzone hast, solltest du nicht nach Berlin umziehen.
                          Du darfst auch den Server in Zürich lassen

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            mimei @Homoran last edited by

                            @homoran danke, habe gerade die Meldungen gesehen. Ich bereinige jetzt das sauber nach Zürich und mache dann nochmals eine Diagnose

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              mimei @mimei last edited by

                              Es funktioniert nun in allen Varianten. Danke vielmals!

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

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              983
                              Online

                              31.7k
                              Users

                              79.6k
                              Topics

                              1.3m
                              Posts

                              3
                              13
                              662
                              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