Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Vis-2(.0) - Neuer Adapter als Beta

    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

    Vis-2(.0) - Neuer Adapter als Beta

    This topic has been deleted. Only users with topic management privileges can see it.
    • sigi234
      sigi234 Forum Testing Most Active @Agrippinenser last edited by

      @agrippinenser sagte in Vis-2(.0) - Neuer Adapter als Beta:

      Der Datenpunkt ist mit History

      Zeig mal den DP

      Agrippinenser 1 Reply Last reply Reply Quote 0
      • Agrippinenser
        Agrippinenser @sigi234 last edited by

        @sigi234 sagte in Vis-2(.0) - Neuer Adapter als Beta:

        Zeig mal den DP

        gerne noch einmal alles.:

        Datenpunkt:

        {
          "_id": "alias.0.Temperatur-Luftfeuchte.Terrasse.ACTUAL",
          "common": {
            "name": "ACTUAL",
            "role": "value.temperature",
            "type": "number",
            "read": true,
            "write": false,
            "alias": {
              "id": "hm-rpc.2.000EDBE98B9C10.1.ACTUAL_TEMPERATURE"
            },
            "unit": "°C",
            "custom": {
              "influxdb.2": {
                "enabled": true,
                "storageType": "Number",
                "aliasId": "temperatur.terrasse",
                "debounceTime": 0,
                "blockTime": 0,
                "changesOnly": true,
                "changesRelogInterval": 0,
                "changesMinDelta": 0,
                "ignoreBelowNumber": "",
                "disableSkippedValueLogging": false,
                "enableDebugLogs": false,
                "debounce": 1000
              },
              "history.0": {
                "enabled": true,
                "aliasId": "temperatur.terrasse",
                "debounceTime": 0,
                "blockTime": 0,
                "changesOnly": true,
                "changesRelogInterval": 0,
                "changesMinDelta": 0,
                "ignoreBelowNumber": "",
                "disableSkippedValueLogging": false,
                "retention": 259200,
                "customRetentionDuration": 365,
                "maxLength": 960,
                "enableDebugLogs": false,
                "debounce": 0
              }
            }
          },
          "native": {},
          "type": "state",
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          },
          "from": "system.adapter.admin.0",
          "user": "system.user.admin",
          "ts": 1701286293051
        }
        

        Widget:

        [
         {
           "tpl": "tplMaterial2Actual",
           "data": {
             "bindings": [],
             "timeInterval": 1,
             "g_common": true,
             "updateInterval": 10,
             "oid-main": "alias.0.Temperatur-Luftfeuchte.Terrasse.ACTUAL",
             "title-main": "",
             "icon-main": "",
             "unit-main": "",
             "noChart": false,
             "color-main": "rgba(232,85,85,1)",
             "font-size-main": 37,
             "font-style-main": null,
             "g_main": true,
             "widgetTitle": "Terrasse",
             "noCard": false,
             "name": null,
             "comment": null,
             "class": null,
             "filterkey": null,
             "multi-views": null,
             "locked": null,
             "g_fixed": true,
             "oid-secondary": null,
             "title-secondary": null,
             "icon-secondary": null,
             "unit-secondary": null,
             "noChart-secondary": null,
             "color-secondary": null,
             "font-size-secondary": null,
             "font-style-secondary": null,
             "g_secondary": true,
             "g_css_background": true,
             "g_css_font_text": true
           },
           "style": {
             "bindings": [],
             "left": -681,
             "top": 210,
             "width": "100%",
             "height": "237.969px",
             "position": "relative",
             "background": null,
             "background-color": "rgba(209,209,245,1)",
             "background-image": null,
             "background-repeat": null,
             "background-attachment": null,
             "background-position": null,
             "background-size": null,
             "background-clip": null,
             "background-origin": null,
             "color": "rgba(93,108,218,1)",
             "text-align": null,
             "text-shadow": null,
             "font-family": null,
             "font-style": null,
             "font-variant": null,
             "font-weight": null,
             "font-size": null,
             "line-height": null,
             "letter-spacing": null,
             "word-spacing": null
           },
           "widgetSet": "vis-2-widgets-material",
           "_id": "i000001"
         }
        ]
        

        Ergebnis:

        5c88b291-6583-42f9-8b4d-07805cf3d288-image.png

        Feuersturm 1 Reply Last reply Reply Quote 0
        • Feuersturm
          Feuersturm @Agrippinenser last edited by Feuersturm

          @agrippinenser Hier https://github.com/ioBroker/ioBroker.vis-2-widgets-material/issues/177#issuecomment-1832511962 hat ein user gemeldet, dass er auch Probleme hat, wenn die Instanz nicht influx.0 ist. So wie ich es bei dir sehen, hast du eine influxdb.2 Instanz für deinen Datenpunkt. Das könnte dein Problem erklären.

          Du könntest auch einmal einen Testdatenpunkt hinterlegen, welcher mal nur in History und mal nur in Influxdb historisiert wird ob dann das Diagramm angezeigt wird. Vielleicht gibt es auch noch ein Problem, wenn ein Datenpunkt über influx und history historisiert wird.

          Morluktom created this issue in ioBroker/ioBroker.vis-2-widgets-material

          closed Istwert mit Diagramm funktioniert nicht bei SQL #177

          sigi234 Agrippinenser 3 Replies Last reply Reply Quote 0
          • sigi234
            sigi234 Forum Testing Most Active @Feuersturm last edited by

            @feuersturm sagte in Vis-2(.0) - Neuer Adapter als Beta:

            Vielleicht gibt es auch noch ein Problem, wenn ein Datenpunkt über influx und history historisiert wird.

            Jupp, das Widget habe ich getestet, funktioniert mit einen History DP einwandfrei.
            Denke wie du vermutest die Kombination aus History und influx funktioniert nicht.

            Feuersturm 1 Reply Last reply Reply Quote 0
            • Feuersturm
              Feuersturm @sigi234 last edited by

              Mit influx.0 funktioniert es bei mir auch.

              Agrippinenser sigi234 2 Replies Last reply Reply Quote 0
              • Agrippinenser
                Agrippinenser @Feuersturm last edited by

                @feuersturm sagte in Vis-2(.0) - Neuer Adapter als Beta:

                Mit influx.0 funktioniert es

                influx.0 geht bei mir auch, aber irgendetwas ist da nicht in Ordnung.

                b16e1afa-9744-4a09-9204-7e6fdbbd5613-image.png

                Ich gehe das morgen noch einmal strukturierter an. Danke für eure Unterstützung.

                1 Reply Last reply Reply Quote 1
                • Agrippinenser
                  Agrippinenser @Feuersturm last edited by

                  @feuersturm sagte in Vis-2(.0) - Neuer Adapter als Beta:

                  könntest auch einmal einen Testdatenpunkt hinterlegen, welcher mal nur in History und mal nur in Influxdb historisiert wird ob dann das Diagramm angezeigt wird. Vielleicht gibt es auch noch ein Problem, wenn ein Datenpunkt über influx und history historisiert wird.

                  .. mache ich.

                  1 Reply Last reply Reply Quote 0
                  • Agrippinenser
                    Agrippinenser @Feuersturm last edited by

                    @feuersturm sagte in Vis-2(.0) - Neuer Adapter als Beta:

                    Testdatenpunkt hinterlegen, welcher mal nur in History und mal nur in Influxdb historisiert wird ob dann das Diagramm angezeigt wird

                    ich habe nun 6 Alias mit identischer Quell-ID angelegt und diese jeweils wie dargestellt mit Historie-Instanzen verknüpft.
                    Bei mir funktioniert nur Influxdb.0.

                    So wie ich @sigi234 verstanden habe funktioniert es bei ihm mit History. Dann scheint es kein generelles Problem zu sein. Das macht mich etwas ratlos.

                    aea78107-a026-43d4-91d1-4f10e66f5e43-image.png

                    I 1 Reply Last reply Reply Quote 0
                    • K
                      Kail last edited by

                      Hallo,
                      kann ich mit einem Material-Design-Widget einen Navigationsbutton erstellen, der auf eine andere Seite verweist. Wenn ja, welcher ist es und in welche Felde muss ich definieren?
                      Danke und Grüße Kail

                      Agrippinenser 1 Reply Last reply Reply Quote 0
                      • Agrippinenser
                        Agrippinenser @Kail last edited by Agrippinenser

                        @kail

                        bspw. mit Button - Link wenn es unbedingt MaterialDesign sein soll. Ansonsten passt der "Gestylt
                        Schaltfläche=>Seitendialog" .

                        EDIT: "materialdesign Button Navigation"

                        K 1 Reply Last reply Reply Quote 0
                        • K
                          Kail @Agrippinenser last edited by

                          @agrippinenser
                          super Danke. Habe mich für den Gestylt Button entschieden, der scheint für die neue VIS bereit zu sein 😉

                          1 Reply Last reply Reply Quote 0
                          • I
                            intruder7 @Agrippinenser last edited by

                            @agrippinenser wie ich schon bei git geschrieben habe, liegt es bei Influx wohl eher an der Instanz. denn Instanz 0 geht bei mir auch. Eine Instanz 2 z.B. nicht

                            Agrippinenser 1 Reply Last reply Reply Quote 0
                            • H
                              hosabeni last edited by

                              Ich habe Vis-2 über das Beta Repo installiert. Der Adapter geht nach dem eingeben der Liezens in eine Neustartschleife mit diesen Meldungen im Log. Der Vis Adapter läuft ohne Probleme.

                              Habe ich etwas falsch konfiguriert oder ist das ein Bug?

                              Vis-2 2.9.2

                              host.iobroker
                              	2023-12-01 21:51:32.120	error	instance system.adapter.vis-2.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                              vis-2.0
                              	2023-12-01 21:51:31.429	warn	Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                              vis-2.0
                              	2023-12-01 21:51:31.369	error	adapter disabled
                              host.iobroker
                              	2023-12-01 21:50:58.651	error	instance system.adapter.vis-2.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                              vis-2.0
                              	2023-12-01 21:50:57.976	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                              vis-2.0
                              	2023-12-01 21:50:57.463	error	Exception-Code: EACCES: EACCES: permission denied, scandir '/opt/iobroker/'
                              vis-2.0
                              	2023-12-01 21:50:57.462	error	Error: EACCES: permission denied, scandir '/opt/iobroker/' at Object.readdirSync (node:fs:1527:3) at collectWidgetSets (/opt/iobroker/node_modules/iobroker.vis-2/main.js:512:19) at /opt/iobroker/node_modules/iobroker.vis-2/main.js:562:51 at Array.forEach (<anonymous>) at readAdapterList (/opt/iobroker/node_modules/iobroker.vis-2/main.js:562:36) at async buildHtmlPages (/opt/iobroker/node_modules/iobroker.vis-2/main.js:827:25) at async Object.main [as ready] (/opt/iobroker/node_modules/iobroker.vis-2/main.js:1009:5)
                              vis-2.0
                              	2023-12-01 21:50:57.460	error	unhandled promise rejection: EACCES: permission denied, scandir '/opt/iobroker/'
                              vis-2.0
                              	2023-12-01 21:50:57.456	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              host.iobroker
                              	2023-12-01 21:33:18.133	warn	Do not restart adapter system.adapter.vis-2.0 because restart loop detected
                              host.iobroker
                              	2023-12-01 21:33:18.132	error	instance system.adapter.vis-2.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                              vis-2.0
                              	2023-12-01 21:33:17.444	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                              vis-2.0
                              	2023-12-01 21:33:16.937	error	Exception-Code: EACCES: EACCES: permission denied, scandir '/opt/iobroker/'
                              vis-2.0
                              	2023-12-01 21:33:16.936	error	Error: EACCES: permission denied, scandir '/opt/iobroker/' at Object.readdirSync (node:fs:1527:3) at collectWidgetSets (/opt/iobroker/node_modules/iobroker.vis-2/main.js:512:19) at /opt/iobroker/node_modules/iobroker.vis-2/main.js:562:51 at Array.forEach (<anonymous>) at readAdapterList (/opt/iobroker/node_modules/iobroker.vis-2/main.js:562:36) at async buildHtmlPages (/opt/iobroker/node_modules/iobroker.vis-2/main.js:827:25) at async Object.main [as ready] (/opt/iobroker/node_modules/iobroker.vis-2/main.js:1009:5)
                              vis-2.0
                              	2023-12-01 21:33:16.934	error	unhandled promise rejection: EACCES: permission denied, scandir '/opt/iobroker/'
                              vis-2.0
                              	2023-12-01 21:33:16.930	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                              
                              Dr. Bakterius 1 Reply Last reply Reply Quote 0
                              • Dr. Bakterius
                                Dr. Bakterius Most Active @hosabeni last edited by

                                @hosabeni sagte in Vis-2(.0) - Neuer Adapter als Beta:

                                Habe ich etwas falsch konfiguriert oder ist das ein Bug?

                                Mach mal

                                iob stop
                                iob fix
                                iob start
                                
                                H 1 Reply Last reply Reply Quote 1
                                • H
                                  hosabeni @Dr. Bakterius last edited by

                                  @dr-bakterius Hab ich versuchen, hat aber nicht geholfen.

                                  DJMarc75 apollon77 2 Replies Last reply Reply Quote 0
                                  • DJMarc75
                                    DJMarc75 @hosabeni last edited by

                                    @hosabeni sagte in Vis-2(.0) - Neuer Adapter als Beta:

                                    Hab ich versuchen, hat aber nicht geholfen.

                                    na dann zeig mal die Ausgabe von

                                    iob diag
                                    

                                    und bitte die Langfassung in Codetags posten

                                    H 1 Reply Last reply Reply Quote 0
                                    • apollon77
                                      apollon77 @hosabeni last edited by

                                      @hosabeni Also an sich darf /opt/iobroker keinen Zugriffsfehler geben ...

                                      H 1 Reply Last reply Reply Quote 0
                                      • L
                                        lub104 last edited by

                                        Hallo zusammen, ich habe mit selbst hochgeladen Bilder sie werden im Vis2 nicht angezeigt. PNG Bilder wurden in den Projektordner hochgeladen, Bilder werden als kleines Icon erkannt aber nicht angezeigt was ist mein Fehler. Für kurze Hilfe wäre ich dankbar.

                                        IMG_0481.jpeg

                                        K 1 Reply Last reply Reply Quote 0
                                        • H
                                          hosabeni @DJMarc75 last edited by

                                          @djmarc75 Hallo hier die Langfassung von iob diag im Spoiler

                                          Skript v.2023-10-10
                                          
                                          *** BASE SYSTEM ***
                                             Static hostname: iobroker
                                                   Icon name: computer
                                            Operating System: Debian GNU/Linux 11 (bullseye)
                                                      Kernel: Linux 6.1.21-v8+
                                                Architecture: arm64
                                          
                                          Model           : Raspberry Pi 4 Model B Rev 1.4
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : aarch64
                                          Userland        : arm64
                                          
                                          Systemuptime and Load:
                                           10:41:30 up 1 day, 12:36,  3 users,  load average: 2.16, 1.86, 1.27
                                          CPU threads: 4
                                          
                                          
                                          *** RASPBERRY THROTTLING ***
                                          Current issues:
                                          No throttling issues detected.
                                          
                                          Previously detected issues:
                                          No throttling issues detected.
                                          
                                          *** Time and Time Zones ***
                                                         Local time: Sun 2023-12-03 10:41:30 CET
                                                     Universal time: Sun 2023-12-03 09:41:30 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 lpadmin gpio i2c spi iobroker
                                          
                                          *** X-Server-Setup ***
                                          X-Server:       true
                                          Desktop:
                                          Terminal:       tty
                                          Boot Target:    graphical.target
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            7.8G        3.4G        665M         21M        3.8G        4.3G
                                          Swap:            99M          0B         99M
                                          Total:          7.9G        3.4G        765M
                                          
                                                   7812 M total memory
                                                   3376 M used memory
                                                   3812 M active memory
                                                   3075 M inactive memory
                                                    664 M free memory
                                                    219 M buffer memory
                                                   3550 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
                                          /dev/root      ext4       59G   15G   42G  26% /
                                          devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
                                          tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                          tmpfs          tmpfs     1.6G  1.3M  1.6G   1% /run
                                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                          /dev/mmcblk0p1 vfat      255M   31M  225M  13% /boot
                                          /dev/sda1      ext4      458G  2.4G  432G   1% /media/usb0
                                          tmpfs          tmpfs     782M   20K  782M   1% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Fri Dec  1 22:05:27 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:CB:CD:86 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=0e2244e3-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                                          [Fri Dec  1 22:05:28 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                          [Fri Dec  1 22:05:28 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                          [Fri Dec  1 22:05:31 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                          [Fri Dec  1 22:05:34 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                          
                                          Show mounted filesystems \(real ones only\):
                                          TARGET        SOURCE         FSTYPE OPTIONS
                                          /             /dev/mmcblk0p2 ext4   rw,noatime
                                          |-/boot       /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                          `-/media/usb0 /dev/sda1      ext4   rw,relatime
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          3.8G    /var/
                                          1.9G    /var/cache/apt
                                          1.9G    /var/cache
                                          1.8G    /var/cache/apt/archives
                                          1.6G    /var/log/journal/2cd78d8029364b2bbf6704cd23c592f6
                                          
                                          Archived and active journals take up 1.5G in the file system.
                                          
                                          /opt/iobroker/backups:
                                          2.5G    /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          565M    /opt/iobroker/iobroker-data/
                                          422M    /opt/iobroker/iobroker-data/files
                                          124M    /opt/iobroker/iobroker-data/files/vis-2
                                          100M    /opt/iobroker/iobroker-data/backup-objects
                                          90M     /opt/iobroker/iobroker-data/files/echarts.admin
                                          
                                          The five largest files in iobroker-data are:
                                          37M     /opt/iobroker/iobroker-data/objects.jsonl
                                          24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.5f66c5d9.js.map
                                          24M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.9f2a6569.js.map
                                          24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.5f66c5d9.js.map
                                          21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.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-FTDI_USB_HS_SERIAL_CONVERTER_FTELTVKZ-if00-port0
                                          /dev/serial/by-id/usb-FTDI_USB_HS_SERIAL_CONVERTER_FTELTVKS-if00-port0
                                          /dev/serial/by-id/usb-Silicon_Labs_CP2104_USB_to_UART_Bridge_Controller_01A64D1A-if00-port0
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v18.19.0
                                          /usr/bin/node           v18.19.0
                                          /usr/bin/npm            10.2.3
                                          /usr/bin/npx            10.2.3
                                          /usr/bin/corepack       0.22.0
                                          
                                          
                                          nodejs:
                                            Installed: 18.19.0-1nodesource1
                                            Candidate: 18.19.0-1nodesource1
                                            Version table:
                                           *** 18.19.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                                  100 /var/lib/dpkg/status
                                               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-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
                                               12.22.12~dfsg-1~deb11u4 500
                                                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                                  500 http://security.debian.org/debian-security bullseye-security/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: jsonl
                                          
                                          Core adapters versions
                                          js-controller:  5.0.16
                                          admin:          6.12.0
                                          javascript:     7.1.6
                                          
                                          Adapters from github:   5
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: horst
                                          + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                            system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                                          + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                          + system.adapter.beckhoff.0               : beckhoff              : iobroker                                 -  enabled
                                          + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                          + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                                          + system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : iobroker                                 -  enabled
                                          + system.adapter.enocean.0                : enocean               : iobroker                                 -  enabled
                                          + system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker                                 -  enabled
                                            system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                                            system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                          + system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                                          + system.adapter.jarvis.0                 : jarvis                : iobroker                                 -  enabled
                                          + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                          + system.adapter.kecontact.0              : kecontact             : iobroker                                 -  enabled
                                          + system.adapter.net-tools.0              : net-tools             : iobroker                                 -  enabled
                                            system.adapter.proxy.0                  : proxy                 : iobroker                                 -  enabled
                                          + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                                          + system.adapter.rpi2.0                   : rpi2                  : iobroker                                 -  enabled
                                            system.adapter.schoolfree.0             : schoolfree            : iobroker                                 -  enabled
                                          + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.smartmeter.0             : smartmeter            : iobroker                                 -  enabled
                                          + system.adapter.smartmeter.1             : smartmeter            : iobroker                                 -  enabled
                                          + system.adapter.smartmeter.2             : smartmeter            : iobroker                                 -  enabled
                                          + system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 -  enabled
                                          + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                                          + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                                          + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                                            system.adapter.vis-2.0                  : vis-2                 : iobroker                                 - disabled
                                            system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                          + system.adapter.vw-connect.0             : vw-connect            : iobroker                                 -  enabled
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: horst
                                          + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                                          + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                                          
                                          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.12.0   , installed 6.12.0
                                          Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                                          Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                          Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                                          Adapter    "beckhoff"     : 1.5.3    , installed 1.5.3
                                          Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                          Adapter    "echarts"      : 1.5.4    , installed 1.5.4
                                          Adapter    "ecovacs-deebot": 1.4.13  , installed 1.4.13
                                          Adapter    "fb-checkpresence": 1.2.2 , installed 1.2.2
                                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                          Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                          Adapter    "info"         : 2.0.0    , installed 2.0.0
                                          Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                          Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                                          Controller "js-controller": 5.0.16   , installed 5.0.16
                                          Adapter    "kecontact"    : 2.0.2    , installed 2.0.2
                                          Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                          Adapter    "proxy"        : 1.3.2    , installed 1.3.2
                                          Adapter    "pvforecast"   : 2.9.0    , installed 2.9.0
                                          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                          Adapter    "schoolfree"   : 1.1.3    , installed 1.1.3
                                          Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                          Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                                          Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                          Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                          Adapter    "telegram"     : 2.0.1    , installed 3.0.0
                                          Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                          Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                          Adapter    "vis"          : 1.4.16   , installed 1.5.1
                                          Adapter    "vw-connect"   : 0.0.67   , installed 0.1.0
                                          Adapter    "web"          : 6.1.10   , installed 6.1.10
                                          Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        11773
                                          States:         11226
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://deb.debian.org/debian bullseye InRelease
                                          Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                          Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Hit:4 https://apt.grafana.com stable InRelease
                                          Hit:5 http://security.debian.org/debian-security bullseye-security InRelease
                                          Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
                                          Reading package lists...
                                          Pending Updates: 0
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                          tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      0          3890       567/vncserver-x11-c
                                          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       21748      2075/io.shelly.0
                                          tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       16801      538/iobroker.js-con
                                          tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       17740      538/iobroker.js-con
                                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          1677795    82700/cupsd
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1906       597/sshd: /usr/sbin
                                          tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       22614      2582/io.jarvis.0
                                          tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN      116        13806      641/mariadbd
                                          tcp6       0      0 :::5900                 :::*                    LISTEN      0          3889       567/vncserver-x11-c
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          1908       597/sshd: /usr/sbin
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       18186      1314/io.admin.0
                                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       23804      2789/io.web.0
                                          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          1677794    82700/cupsd
                                          tcp6       0      0 :::3000                 :::*                    LISTEN      117        18929      722/grafana
                                          udp        0      0 0.0.0.0:7090            0.0.0.0:*                           1001       23656      2626/io.kecontact.0
                                          udp        0      0 0.0.0.0:7092            0.0.0.0:*                           1001       23657      2626/io.kecontact.0
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          3932       562/dhcpcd
                                          udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          1677820    82704/cups-browsed
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        1784       430/avahi-daemon: r
                                          udp        0      0 0.0.0.0:54804           0.0.0.0:*                           108        1786       430/avahi-daemon: r
                                          udp        0      0 0.0.0.0:42882           0.0.0.0:*                           1001       21429      2626/io.kecontact.0
                                          udp6       0      0 :::56214                :::*                                108        1787       430/avahi-daemon: r
                                          udp6       0      0 :::546                  :::*                                0          13960      562/dhcpcd
                                          udp6       0      0 :::5353                 :::*                                108        1785       430/avahi-daemon: r
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2023-12-03 00:02:00.293  - info: javascript.0 (1605) script.js.common.Sonstige.Update_TimeStamp: {'error':null,'result':{'fieldCount':0,'affectedRows':127,'insertId':0,'info':'','serverStatus':16418,'warningStatus':0,'stateChanges':{'systemVariables':{},'schema':'','trackStateChange':null}}}
                                          2023-12-03 02:05:11.036  - warn: ical.0 (88825) get state error: Connection is closed.
                                          2023-12-03 03:16:00.283  - warn: javascript.0 (1605) Read-only state "vw-connect.0.WVWZZZE1ZPP020635.status.chargingSettings.targetSOC_pct" has been written without ack-flag with value "65"
                                          2023-12-03 04:39:32.200  - warn: telegram.0 (25541) polling_error: EFATAL, EFATAL: Error: read ECONNRESET
                                          2023-12-03 04:39:48.595  - warn: ecovacs-deebot.0 (2356) Request Timeout (command 'getAdvancedMode')
                                          2023-12-03 04:40:27.315  - warn: ecovacs-deebot.0 (2356) Connection is interrupted: read ECONNRESET
                                          2023-12-03 04:41:19.259  - warn: ecovacs-deebot.0 (2356) Connection is interrupted: MQTT client error: read ECONNRESET
                                          2023-12-03 07:44:45.662  - warn: javascript.0 (1605) Read-only state "vw-connect.0.WVWZZZE1ZPP020635.status.chargingSettings.targetSOC_pct" has been written without ack-flag with value "80"
                                          
                                          
                                          ======================= SUMMARY =======================
                                                                  v.2023-10-10
                                          
                                          
                                             Static hostname: iobroker
                                                   Icon name: computer
                                            Operating System: Debian GNU/Linux 11 (bullseye)
                                                      Kernel: Linux 6.1.21-v8+
                                                Architecture: arm64
                                          
                                          Installation:           native
                                          Kernel:                 aarch64
                                          Userland:               arm64
                                          Timezone:               Europe/Berlin (CET, +0100)
                                          User-ID:                1000
                                          X-Server:               true
                                          Boot Target:            graphical.target
                                          
                                          Pending OS-Updates:     0
                                          Pending iob updates:    0
                                          
                                          Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                                                                  /usr/bin/node           v18.19.0
                                                                  /usr/bin/npm            10.2.3
                                                                  /usr/bin/npx            10.2.3
                                                                  /usr/bin/corepack       0.22.0
                                          
                                          Recommended versions are nodejs 18.19.0 and npm 10.2.3
                                          Your nodejs installation is correct
                                          
                                          MEMORY:
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            7.8G        3.5G        526M         21M        3.8G        4.2G
                                          Swap:            99M          0B         99M
                                          Total:          7.9G        3.5G        626M
                                          
                                          Active iob-Instances:   28
                                          Active repo(s): Stable (default)
                                          
                                          ioBroker Core:          js-controller           5.0.16
                                                                  admin                   6.12.0
                                          
                                          ioBroker Status:        iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Status admin and web instance:
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: horst
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                                          
                                          Objects:                11773
                                          States:                 11226
                                          
                                          Size of iob-Database:
                                          
                                          37M     /opt/iobroker/iobroker-data/objects.jsonl
                                          4.6M    /opt/iobroker/iobroker-data/states.jsonl
                                          
                                          
                                          
                                          =================== END OF SUMMARY ====================
                                          
                                          

                                          1 Reply Last reply Reply Quote 0
                                          • H
                                            hosabeni @apollon77 last edited by hosabeni

                                            @apollon77 Ich habe die Berechtigung von /opt/iobroker auf 777 geändert und dann funktioniert es.
                                            Haben sich die Berechtigungsanforderungen für vis-2 im Verhältnis zu vis geändert?
                                            Werden die Berechtigungen auf das Verzeichnis nicht mit iob fix geprüft?

                                            apollon77 Thomas Braun 2 Replies 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

                                            651
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            101
                                            691
                                            177263
                                            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