Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Javascript Adapter stürzt ab

    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

    Javascript Adapter stürzt ab

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dos1973 @OliverIO last edited by

      @oliverio
      sorry, ich kann dir nicht folgen.

      Alle DP sind vorhanden.
      die FM meldung kommen nicht bei restart der scripte.

      und was ich nicht nachvollziehen kan. es gibt aktuell nicht ein Script das läuft.
      woher kommen die meldungen? warum macht JS das?

      OliverIO 1 Reply Last reply Reply Quote 0
      • OliverIO
        OliverIO @dos1973 last edited by OliverIO

        @dos1973

        lese die fehlermeldung

        Alias subscription error. Please check your alias definitions: sourceId=javascript.0.lmair.temp-sensoren.channel10-wohnzimmer.temperature,
        

        du hast mal ein alias definiert bei dem der datenpunkt nicht mehr existiert. da flipt iobroker aus. due siehst der datenpunkt liegt im javascript.0 bereich. evtl wird bei start hier was gelesen, was den fehler schon provoziert, auch ohne das ein skript läuft

        und lese den link. da wird bei einem anderen fall ausführlich nach dem fehler gesucht. das hilft dir sicherlich weiter. ansonsten dann wieder hier

        D 1 Reply Last reply Reply Quote 0
        • D
          dos1973 @OliverIO last edited by

          @oliverio sagte in Javascript Adapter stürzt ab:

          mperature,

          verstehe ich nicht, oder ich stehe eben total auf dem Schlauch.

          
          Ziel: javascript.0.lmair.temp-sensoren.channel10-wohnzimmer.temperature
          
          die Alias definition
          
          "type": "state",
            "common": {
              "name": "Wohnzimmer_temp",
              "role": "value",
              "type": "number",
              "read": true,
              "write": true,
              "alias": {
                "id": "javascript.0.lmair.temp-sensoren.channel10-wohnzimmer.temperature"
              },
          
          

          Bildschirmfoto 2024-01-05 um 19.03.13.png

          Bildschirmfoto 2024-01-05 um 19.04.04.png

          OliverIO 1 Reply Last reply Reply Quote 0
          • OliverIO
            OliverIO @dos1973 last edited by

            @dos1973

            bei alias bin ich jetzt nicht ganz so firm, da ich es nicht nutze. evtl weiß jemand anders hier noch bescheid.
            im zweifen nochmal neues thread mit alias fehler im titel posten

            1 Reply Last reply Reply Quote 0
            • D
              dos1973 last edited by

              @oliverio
              Ich glaube das hat nix mit dem alias zu tun.

              Ich hatte ja gesagt, dass ich ein 14 Tage altes backup eingespielt habe, gleicher Fehler.

              Die Aliase hatte ich die letzen Tage eingesetzt und bei den Script Anpassungen habe ich es gemerkt.

              Und es funktionieren ja auch alle Aliase wenn diese mal gespeichert sind. sonst würde es ja immer Fehler geben.

              Die vorher geposteten Fehler kommen nur wenn ich in einem Script den DP ändere.

              OliverIO 1 Reply Last reply Reply Quote 0
              • OliverIO
                OliverIO @dos1973 last edited by

                @dos1973

                die fehlermeldung hat definitiv mit einem alias zu tun.
                und wenn die fehlerserie mit absturz immer dann kommt wenn du was mit dem javascript adapter machst, dann hängt das zusammen.

                D 1 Reply Last reply Reply Quote 1
                • D
                  dos1973 @OliverIO last edited by

                  @oliverio

                  das sind meine Fehler nach einem komplett system neustart.

                  es müssten dch hier bereits Fehler auftreten wenn es mit Scripten /alias sschwierigkeiten gäbe.

                  host.pve-iobroker
                  2024-01-05 20:16:16.672	error	instance system.adapter.linux-control.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                  
                  linux-control.0
                  2024-01-05 20:16:15.936	error	linux-control.0 already running
                  host.pve-iobroker
                  2024-01-05 20:16:12.413	error	instance system.adapter.backitup.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                  
                  backitup.0
                  2024-01-05 20:16:11.825	error	backitup.0 already running
                  host.pve-iobroker
                  2024-01-05 20:16:08.969	error	instance system.adapter.sourceanalytix.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                  
                  sourceanalytix.0
                  2024-01-05 20:16:08.372	error	sourceanalytix.0 already running
                  host.pve-iobroker
                  2024-01-05 20:16:05.142	error	instance system.adapter.linkeddevices.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                  
                  linkeddevices.0
                  2024-01-05 20:16:04.380	error	linkeddevices.0 already running
                  host.pve-iobroker
                  2024-01-05 20:16:01.033	error	instance system.adapter.vis-inventwo.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                  
                  vis-inventwo.0
                  2024-01-05 20:16:00.376	error	vis-inventwo.0 already running
                  host.pve-iobroker
                  2024-01-05 20:15:56.922	error	instance system.adapter.proxmox.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                  
                  proxmox.0
                  2024-01-05 20:15:56.333	error	proxmox.0 already running
                  host.pve-iobroker
                  2024-01-05 20:15:52.504	error	instance system.adapter.yahka.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                  
                  yahka.0
                  2024-01-05 20:15:51.920	error	yahka.0 already running
                  
                  D 1 Reply Last reply Reply Quote 0
                  • D
                    dos1973 @dos1973 last edited by

                    @Thomas-Braun
                    Hast du noch ideen, oder muss ich den server neu aufsetzen?

                    Ich habe keine ideen mehr.
                    Habe sogar alle

                    • skripte gelöscht
                    • Alle aliase gelöscht

                    Habe zwar dann keine fehler mehr im log aber das ändern einen DP in Blockly dauert 10 sekunden. Manchmal gehts manchmal kommt instanz deaktiviert

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      dos1973 @dos1973 last edited by

                      Ok, gehe dann eine Neuinstallation an.

                      Werden dann die Scripte bereinigen und vielleicht finde ich ja unterwegs etwas was den Fehler verursacht.

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        dos1973 @dos1973 last edited by

                        ich hab den IOB server komplett neu installiert und habe dabei ordentlich in den scripten und Adapter aufgeräumt und viele Spielereien weggelassen. War sowieso mal notwendig da dieses Setup schon diverse Hosts miterlebt hat.

                        Hat zwar einige Stunden gedauert, aber dafür jetzt clean und schnell wie der Blitz.
                        Habe allerdings erstmal auf die Aliase Verzichtet 🙂

                        1 Reply Last reply Reply Quote 0
                        • R
                          Rushmed Most Active last edited by Rushmed

                          Hallo,

                          ich möchte mich hier anschließen.
                          Auch bei mir kommt es seit einigen Tagen beim Speichern geänderter Scripte vor, dass im Script Editor "Instanz deaktiviert" angezeigt wird, fast alle Adapter neu starten, das Log mit

                          Alias subscription error. Please check your alias definitions: 
                          

                          geflutet wird und die Scriptänderungen nicht übernommen werden.

                          Die Alias Erros im Log sind ja schon länger ein Thema aber zeigten zumindest bei mir bis auf die Logeinträge keine weiteren Sympthome. Die Alias Ziele existieren und die Aliase funktionieren.

                          Skript v.2023-10-10
                          
                          *** BASE SYSTEM ***
                           Static hostname: Smartazamba
                                 Icon name: computer
                          Operating System: Debian GNU/Linux 12 (bookworm)
                                    Kernel: Linux 6.1.0-rpi7-rpi-v8
                              Architecture: arm64
                          
                          Model           : Raspberry Pi 4 Model B Rev 1.4
                          Docker          : false
                          Virtualization  : none
                          Kernel          : aarch64
                          Userland        : arm64
                          
                          Systemuptime and Load:
                           20:23:42 up 22:41,  2 users,  load average: 1.70, 1.39, 1.56
                          CPU threads: 4
                          
                          
                          *** RASPBERRY THROTTLING ***
                          Current issues:
                          No throttling issues detected.
                          
                          Previously detected issues:
                          No throttling issues detected.
                          
                          *** Time and Time Zones ***
                                         Local time: Sat 2024-01-27 20:23:42 CET
                                     Universal time: Sat 2024-01-27 19:23:42 UTC
                                           RTC time: n/a
                                          Time zone: Europe/Berlin (CET, +0100)
                          System clock synchronized: yes
                                        NTP service: active
                                    RTC in local TZ: no
                          
                          *** User and Groups ***
                          pi
                          /home/pi
                          pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                          
                          *** X-Server-Setup ***
                          X-Server:       false
                          Desktop:
                          Terminal:       tty
                          Boot Target:    multi-user.target
                          
                          *** MEMORY ***
                                         total        used        free      shared  buff/cache   available
                          Mem:            8.2G        3.9G        759M         10M        3.7G        4.3G
                          Swap:             0B          0B          0B
                          Total:          8.2G        3.9G        759M
                          
                                   7810 M total memory
                                   3753 M used memory
                                   4366 M active memory
                                   2148 M inactive memory
                                    723 M free memory
                                    288 M buffer memory
                                   3207 M swap cache
                                      0 M total swap
                                      0 M used swap
                                      0 M free swap
                          
                          Raspberry only:
                          oom events: 0
                          lifetime oom required: 0 Mbytes
                          total time in oom handler: 0 ms
                          max time spent in oom handler: 0 ms
                          
                          
                          *** FAILED SERVICES ***
                          
                            UNIT                LOAD   ACTIVE SUB    DESCRIPTION
                          * nut-monitor.service loaded failed failed Network UPS Tools - power device monitor and shutdown controller
                          
                          LOAD   = Reflects whether the unit definition was properly loaded.
                          ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                          SUB    = The low-level unit activation state, values depend on unit type.
                          1 loaded units listed.
                          
                          *** FILESYSTEM ***
                          Filesystem     Type      Size  Used Avail Use% Mounted on
                          /dev/root      ext4      110G   20G   87G  19% /
                          devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
                          tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                          tmpfs          tmpfs     1.6G  9.6M  1.6G   1% /run
                          tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                          /dev/sdc       ext4      5.5T  3.4T  1.8T  66% /media/HDD2
                          /dev/sda1      vfat      253M   42M  211M  17% /boot/firmware
                          /dev/sdb1      ext4      4.6T  3.4T  951G  79% /media/HDD1
                          tmpfs          tmpfs     782M     0  782M   0% /run/user/1000
                          
                          Messages concerning ext4 filesystem in dmesg:
                          [Fri Jan 26 21:42:20 2024] 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:E2:C4:A5 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=5bc7cbe7-02 rootfstype=ext4 fsck.repair=yes rootwait
                          [Fri Jan 26 21:42:23 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                          [Fri Jan 26 21:42:23 2024] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                          [Fri Jan 26 21:42:26 2024] EXT4-fs (sda2): re-mounted. Quota mode: none.
                          [Fri Jan 26 21:42:28 2024] EXT4-fs (sdc): mounted filesystem with ordered data mode. Quota mode: none.
                          [Fri Jan 26 21:42:29 2024] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Quota mode: none.
                          
                          Show mounted filesystems \(real ones only\):
                          TARGET           SOURCE    FSTYPE OPTIONS
                          /                /dev/sda2 ext4   rw,noatime
                          |-/media/HDD2    /dev/sdc  ext4   rw,nosuid,nodev,noexec,relatime
                          |-/boot/firmware /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                          `-/media/HDD1    /dev/sdb1 ext4   rw,nosuid,nodev,noexec,relatime
                          
                          Files in neuralgic directories:
                          
                          /var:
                          6.5G    /var/
                          3.5G    /var/log
                          2.3G    /var/log/journal/3dd7c02f298247188f8650087c821e8c
                          2.3G    /var/log/journal
                          584M    /var/cache
                          
                          Archived and active journals take up 2.2G in the file system.
                          
                          /opt/iobroker/backups:
                          1.9G    /opt/iobroker/backups/
                          
                          /opt/iobroker/iobroker-data:
                          534M    /opt/iobroker/iobroker-data/
                          196M    /opt/iobroker/iobroker-data/files
                          160M    /opt/iobroker/iobroker-data/backup-objects
                          106M    /opt/iobroker/iobroker-data/esphome.0/.esphome
                          106M    /opt/iobroker/iobroker-data/esphome.0
                          
                          The five largest files in iobroker-data are:
                          43M     /opt/iobroker/iobroker-data/objects.jsonl
                          33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                          31M     /opt/iobroker/iobroker-data/states.jsonl
                          21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
                          16M     /opt/iobroker/iobroker-data/esphome.0/.esphome/build/ibeacon-mondeo/.pioenvs/ibeacon-mondeo/firmware.elf
                          
                          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-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0052-if00-port0
                          /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_b875aef9f419ec118e7074e5f01c6278-if00-port0
                          /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0063-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+dfsg-6~deb12u1 500
                                  500 http://security.debian.org/debian-security bookworm-security/main arm64 Packages
                           *** 18.19.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                  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+dfsg1-1 500
                                  500 http://deb.debian.org/debian bookworm/main arm64 Packages
                               18.13.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.12.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.11.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.10.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.9.1-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.9.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.8.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.7.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.6.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.5.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.4.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.3.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.2.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.1.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                               18.0.0-1nodesource1 1001
                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                          
                          Temp directories causing npm8 problem: 0
                          No problems detected
                          
                          Errors in npm tree:
                          npm ERR! code ELSPROBLEMS
                          npm ERR! missing: node-mihome@^0.0.32, required by iobroker.javascript@7.1.6
                          
                          npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2024-01-27T19_23_59_219Z-debug-0.log
                          
                          *** ioBroker-Installation ***
                          
                          ioBroker Status
                          iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Core adapters versions
                          js-controller:  5.0.17
                          admin:          6.12.0
                          javascript:     7.1.6
                          
                          Adapters from github:   0
                          
                          Adapter State
                          + system.adapter.admin.0                  : admin                 : Smartazamba                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.alexa2.0                 : alexa2                : Smartazamba                              -  enabled
                          + system.adapter.awtrix-light.0           : awtrix-light          : Smartazamba                              -  enabled
                          + system.adapter.awtrix-light.1           : awtrix-light          : Smartazamba                              -  enabled
                          + system.adapter.backitup.0               : backitup              : Smartazamba                              -  enabled
                          + system.adapter.denon.0                  : denon                 : Smartazamba                              -  enabled
                          + system.adapter.device-watcher.0         : device-watcher        : Smartazamba                              -  enabled
                          + system.adapter.deyeidc.0                : deyeidc               : Smartazamba                              -  enabled, port: 8899
                            system.adapter.esphome.0                : esphome               : Smartazamba                              - disabled
                            system.adapter.habpanel.0               : habpanel              : Smartazamba                              - disabled
                          + system.adapter.hue.0                    : hue                   : Smartazamba                              -  enabled, port: 443
                            system.adapter.ical.0                   : ical                  : Smartazamba                              -  enabled
                          + system.adapter.influxdb.0               : influxdb              : Smartazamba                              -  enabled, port: 8086
                          + system.adapter.info.0                   : info                  : Smartazamba                              -  enabled
                          + system.adapter.iot.0                    : iot                   : Smartazamba                              -  enabled
                          + system.adapter.javascript.0             : javascript            : Smartazamba                              -  enabled
                          + system.adapter.kodi.0                   : kodi                  : Smartazamba                              -  enabled, port: 9090
                          + system.adapter.logparser.0              : logparser             : Smartazamba                              -  enabled
                          + system.adapter.mihome-vacuum.0          : mihome-vacuum         : Smartazamba                              -  enabled, port: 54321
                          + system.adapter.mihome-vacuum.1          : mihome-vacuum         : Smartazamba                              -  enabled, port: 54321
                          + system.adapter.mqtt.0                   : mqtt                  : Smartazamba                              -  enabled, port: 1883, bind: 0.0.0.0
                            system.adapter.onvif.0                  : onvif                 : Smartazamba                              - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                          + system.adapter.philips-tv.0             : philips-tv            : Smartazamba                              -  enabled
                          + system.adapter.ping.0                   : ping                  : Smartazamba                              -  enabled
                          + system.adapter.pixelit.0                : pixelit               : Smartazamba                              -  enabled
                            system.adapter.pixelit.1                : pixelit               : Smartazamba                              - disabled
                            system.adapter.pixelit.2                : pixelit               : Smartazamba                              - disabled
                          + system.adapter.shelly.0                 : shelly                : Smartazamba                              -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.shuttercontrol.0         : shuttercontrol        : Smartazamba                              -  enabled
                          + system.adapter.simple-api.0             : simple-api            : Smartazamba                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                          + system.adapter.smartmeter.0             : smartmeter            : Smartazamba                              -  enabled
                          + system.adapter.smartmeter.1             : smartmeter            : Smartazamba                              -  enabled
                          + system.adapter.sonoff.0                 : sonoff                : Smartazamba                              -  enabled, port: 1884, bind: 0.0.0.0
                          + system.adapter.sourceanalytix.0         : sourceanalytix        : Smartazamba                              -  enabled
                          + system.adapter.telegram.0               : telegram              : Smartazamba                              -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.telegram.1               : telegram              : Smartazamba                              -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.unifi.0                  : unifi                 : Smartazamba                              -  enabled
                            system.adapter.weatherunderground.0     : weatherunderground    : Smartazamba                              -  enabled
                          + system.adapter.web.0                    : web                   : Smartazamba                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.windows-control.0        : windows-control       : Smartazamba                              -  enabled
                            system.adapter.wiobrowser.0             : wiobrowser            : Smartazamba                              - disabled, port: 5000
                          + system.adapter.wled.0                   : wled                  : Smartazamba                              -  enabled
                          + system.adapter.ws.0                     : ws                    : Smartazamba                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                          + system.adapter.zigbee.0                 : zigbee                : Smartazamba                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_b875aef9f419ec118e7074e5f01c6278-if00-port0
                          + system.adapter.zigbee.1                 : zigbee                : Smartazamba                              -  enabled, port: tcp://192.168.178.4:6638
                          
                          + instance is alive
                          
                          Enabled adapters with bindings
                          + system.adapter.admin.0                  : admin                 : Smartazamba                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.deyeidc.0                : deyeidc               : Smartazamba                              -  enabled, port: 8899
                          + system.adapter.hue.0                    : hue                   : Smartazamba                              -  enabled, port: 443
                          + system.adapter.influxdb.0               : influxdb              : Smartazamba                              -  enabled, port: 8086
                          + system.adapter.kodi.0                   : kodi                  : Smartazamba                              -  enabled, port: 9090
                          + system.adapter.mihome-vacuum.0          : mihome-vacuum         : Smartazamba                              -  enabled, port: 54321
                          + system.adapter.mihome-vacuum.1          : mihome-vacuum         : Smartazamba                              -  enabled, port: 54321
                          + system.adapter.mqtt.0                   : mqtt                  : Smartazamba                              -  enabled, port: 1883, bind: 0.0.0.0
                          + system.adapter.shelly.0                 : shelly                : Smartazamba                              -  enabled, port: 1882, bind: 0.0.0.0
                          + system.adapter.simple-api.0             : simple-api            : Smartazamba                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                          + system.adapter.sonoff.0                 : sonoff                : Smartazamba                              -  enabled, port: 1884, bind: 0.0.0.0
                          + system.adapter.telegram.0               : telegram              : Smartazamba                              -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.telegram.1               : telegram              : Smartazamba                              -  enabled, port: 8443, bind: 0.0.0.0
                          + system.adapter.web.0                    : web                   : Smartazamba                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          + system.adapter.ws.0                     : ws                    : Smartazamba                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                          + system.adapter.zigbee.0                 : zigbee                : Smartazamba                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_b875aef9f419ec118e7074e5f01c6278-if00-port0
                          + system.adapter.zigbee.1                 : zigbee                : Smartazamba                              -  enabled, port: tcp://192.168.178.4:6638
                          
                          ioBroker-Repositories
                          Stable (default): http://download.iobroker.net/sources-dist.json
                          Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                          latest live   : http://iobroker.live/repo/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.4   , installed 3.26.4
                          Adapter    "awtrix-light" : 0.11.0   , installed 0.11.0
                          Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                          Adapter    "denon"        : 1.15.4   , installed 1.15.4
                          Adapter    "device-watcher": 2.9.6   , installed 2.10.1
                          Adapter    "deyeidc"      : 0.0.14   , installed 0.0.14
                          Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                          Adapter    "hue"          : 3.10.2   , installed 3.10.2
                          Adapter    "ical"         : 1.13.3   , installed 1.13.3
                          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                          Adapter    "info"         : 2.0.0    , installed 2.0.0
                          Adapter    "iot"          : 2.0.11   , installed 2.0.11
                          Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                          Controller "js-controller": 5.0.17   , installed 5.0.17
                          Adapter    "kodi"         : 3.0.0    , installed 3.0.0
                          Adapter    "logparser"    : 2.2.1    , installed 2.2.1
                          Adapter    "mihome-vacuum": 4.1.1    , installed 4.1.1
                          Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                          Adapter    "onvif"        : 1.1.1    , installed 1.1.1
                          Adapter    "philips-tv"   : 0.5.3    , installed 0.5.3
                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                          Adapter    "pixelit"      : 1.1.3    , installed 1.1.3
                          Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                          Adapter    "shuttercontrol": 1.6.3   , installed 1.6.3
                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                          Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                          Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                          Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                          Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                          Adapter    "unifi"        : 0.6.7    , installed 0.6.7
                          Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                          Adapter    "web"          : 6.1.10   , installed 6.1.10
                          Adapter    "windows-control": 0.1.5  , installed 0.1.5
                          Adapter    "wiobrowser"   : 2.0.2    , installed 2.0.2
                          Adapter    "wled"         : 0.7.2    , installed 0.7.2
                          Adapter    "ws"           : 2.5.8    , installed 2.5.8
                          Adapter    "zigbee"       : 1.10.1   , installed 1.10.1
                          
                          Objects and States
                          Please stand by - This may take a while
                          Objects:        20314
                          States:         14664
                          
                          *** OS-Repositories and Updates ***
                          Hit:1 http://deb.debian.org/debian bookworm InRelease
                          Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                          Hit:4 https://repos.influxdata.com/debian stable InRelease
                          Hit:5 http://archive.raspberrypi.org/debian bookworm InRelease
                          Hit:6 https://apt.grafana.com stable InRelease
                          Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                          Reading package lists...
                          Pending Updates: 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 127.0.0.1:9001          0.0.0.0:*               LISTEN      1002       16423      830/iobroker.js-con
                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1002       15408      830/iobroker.js-con
                          tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      0          16394      819/smbd
                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          12153      615/sshd: /usr/sbin
                          tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      0          16395      819/smbd
                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1002       15207      1045/io.mqtt.0
                          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1002       16309      1084/io.shelly.0
                          tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1002       16933      1146/io.sonoff.0
                          tcp        0      0 0.0.0.0:9999            0.0.0.0:*               LISTEN      1000       4709176    1222788/nc
                          tcp6       0      0 :::3000                 :::*                    LISTEN      109        16435      829/grafana
                          tcp6       0      0 :::8082                 :::*                    LISTEN      1002       20710      1463/io.web.0
                          tcp6       0      0 :::8081                 :::*                    LISTEN      1002       14461      873/io.admin.0
                          tcp6       0      0 :::8087                 :::*                    LISTEN      1002       20651      1436/io.simple-api.
                          tcp6       0      0 :::8086                 :::*                    LISTEN      999        15373      740/influxd
                          tcp6       0      0 :::8084                 :::*                    LISTEN      1002       20209      1563/io.ws.0
                          tcp6       0      0 :::445                  :::*                    LISTEN      0          16392      819/smbd
                          tcp6       0      0 :::22                   :::*                    LISTEN      0          12155      615/sshd: /usr/sbin
                          tcp6       0      0 :::21                   :::*                    LISTEN      0          13110      600/vsftpd
                          tcp6       0      0 :::139                  :::*                    LISTEN      0          16393      819/smbd
                          udp        0      0 192.168.178.255:137     0.0.0.0:*                           0          13257      796/nmbd
                          udp        0      0 192.168.178.20:137      0.0.0.0:*                           0          13256      796/nmbd
                          udp        0      0 0.0.0.0:137             0.0.0.0:*                           0          13244      796/nmbd
                          udp        0      0 192.168.178.255:138     0.0.0.0:*                           0          13259      796/nmbd
                          udp        0      0 192.168.178.20:138      0.0.0.0:*                           0          13258      796/nmbd
                          udp        0      0 0.0.0.0:138             0.0.0.0:*                           0          13245      796/nmbd
                          udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1002       14324      1030/io.mihome-vacu
                          udp        0      0 0.0.0.0:53422           0.0.0.0:*                           1002       20011      1257/io.mihome-vacu
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1002       20523      1494/io.wled.0
                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        3728       413/avahi-daemon: r
                          udp        0      0 0.0.0.0:34303           0.0.0.0:*                           108        3730       413/avahi-daemon: r
                          udp6       0      0 :::33806                :::*                                108        3731       413/avahi-daemon: r
                          udp6       0      0 :::5353                 :::*                                108        3729       413/avahi-daemon: r
                          
                          *** Log File - Last 25 Lines ***
                          
                          2024-01-27 20:22:31.249  - info: host.Smartazamba instance system.adapter.denon.0 started with pid 1220168
                          2024-01-27 20:22:31.272  - info: host.Smartazamba instance system.adapter.kodi.0 started with pid 1220182
                          2024-01-27 20:22:39.659  - info: kodi.0 (1220182) starting. Version 3.0.0 in /opt/iobroker/node_modules/iobroker.kodi, node: v18.19.0, js-controller: 5.0.17
                          2024-01-27 20:22:40.663  - info: denon.0 (1220168) starting. Version 1.15.4 in /opt/iobroker/node_modules/iobroker.denon, node: v18.19.0, js-controller: 5.0.17
                          2024-01-27 20:22:40.717  - info: denon.0 (1220168) [START] Starting DENON AVR adapter
                          2024-01-27 20:22:40.723  - info: denon.0 (1220168) [CONNECT] Trying to connect to 192.168.178.40:23
                          2024-01-27 20:22:43.793  - warn: denon.0 (1220168) AVR unreachable, check the Network Config of your AVR
                          2024-01-27 20:22:44.900  - info: kodi.0 (1220182) KODI connected
                          2024-01-27 20:22:59.107  - info: mqtt.0 (1045) Client [cam_11] Received pubrel for unknown message ID: 15999
                          2024-01-27 20:22:59.131  - info: mqtt.0 (1045) Client [cam_11] Received pubrel for unknown message ID: 16003
                          2024-01-27 20:23:13.797  - info: denon.0 (1220168) [CONNECT] Trying to connect to 192.168.178.40:23
                          2024-01-27 20:23:13.802  - warn: denon.0 (1220168) Connection refused, make sure that there is no other Telnet connection
                          2024-01-27 20:23:28.785  - info: javascript.0 (903) script.js.Lampen.Ambilight: Ambilight eingeschaltet bei Sonnenstrahlung 0.
                          2024-01-27 20:23:31.436  - info: mqtt.0 (1045) Client [cam_11] Received pubrel for unknown message ID: 16043
                          2024-01-27 20:23:43.804  - info: denon.0 (1220168) [CONNECT] Trying to connect to 192.168.178.40:23
                          2024-01-27 20:23:43.810  - info: denon.0 (1220168) [CONNECT] Adapter connected to DENON-AVR: 192.168.178.40:23
                          2024-01-27 20:24:24.310  - info: mqtt.0 (1045) Client [cam_10] Received pubrel for unknown message ID: 7641
                          2024-01-27 20:24:29.030  - info: mqtt.0 (1045) Client [cam_11] Received pubrel for unknown message ID: 16095
                          2024-01-27 20:24:35.061  - info: mqtt.0 (1045) Client [cam_11] Received pubrel for unknown message ID: 16101
                          2024-01-27 20:25:00.286  - info: host.Smartazamba instance system.adapter.weatherunderground.0 started with pid 1222790
                          2024-01-27 20:25:01.178  - info: mqtt.0 (1045) Client [cam_11] Received pubrel for unknown message ID: 16129
                          2024-01-27 20:25:06.216  - info: weatherunderground.0 (1222790) starting. Version 3.6.0 in /opt/iobroker/node_modules/iobroker.weatherunderground, node: v18.19.0, js-controller: 5.0.17
                          2024-01-27 20:25:17.455  - info: mqtt.0 (1045) Client [cam_11] Received pubrel for unknown message ID: 16142
                          2024-01-27 20:25:18.233  - info: weatherunderground.0 (1222790) Terminated (NO_ERROR): Without reason
                          2024-01-27 20:25:18.789  - info: host.Smartazamba instance system.adapter.weatherunderground.0 terminated with code 0 (NO_ERROR)
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post

                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          980
                          Online

                          31.9k
                          Users

                          80.2k
                          Topics

                          1.3m
                          Posts

                          javascript hilfe rot
                          8
                          38
                          1954
                          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