Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. eusec Adapter startet nicht

    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

    eusec Adapter startet nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Kuckuckmann last edited by

      @kuckuckmann sagte in eusec Adapter startet nicht:

      hab den eufy-sec-client nach /opt/iobroker/node_modules/eufy-security-client kopiert.

      Nein, das macht man nicht so!
      Das muss installiert werden und wird dann vom npm registriert.

      K 1 Reply Last reply Reply Quote 0
      • K
        Kuckuckmann @Thomas Braun last edited by

        @thomas-braun

        Muss man dann das Verzeichnis unter home/ioadmin löschen?

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

          @kuckuckmann

          node_modules ?
          Sollte ja jetzt leer sein. Die letzte Ausgabe bist du ja noch schuldig.

          K 1 Reply Last reply Reply Quote 0
          • K
            Kuckuckmann @Thomas Braun last edited by

            @thomas-braun

            ioadmin@ioBroker:~$ npm ls
            /home/ioadmin
            └── (empty)
            
            ioadmin@ioBroker:~$
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Kuckuckmann last edited by Thomas Braun

              @kuckuckmann

              Dann kannst du mit dem Verzeichnis ~/node_modules machen was du willst.

              cd /opt/iobroker && npm ls
              

              sagt (vollständig!) ?

              1 Reply Last reply Reply Quote 0
              • K
                Kuckuckmann last edited by Kuckuckmann

                ioadmin@ioBroker:~$ cd /opt/iobroker && npm ls
                iobroker.inst@3.0.0 /opt/iobroker
                ├── eufy-security-client@2.8.1 (git+ssh://git@github.com/bropat/eufy-security-client.git#fa8edf478c53499e457fbd68c218f97f0446dfdc)
                ├── fsevents@2.3.2
                ├── iobroker.accuweather@1.3.1
                ├── iobroker.admin@6.10.0
                ├── iobroker.alarm@3.3.12
                ├── iobroker.amazon-dash@1.2.0
                ├── iobroker.awtrix-light@0.8.0
                ├── iobroker.backitup@2.7.0
                ├── iobroker.birthdays@2.3.1
                ├── iobroker.bluelink@2.3.6
                ├── iobroker.broadlink2@2.1.5 (git+ssh://git@github.com/frankjoke/ioBroker.broadlink2.git#589ca2b6a3165574406ebd2581bcf5bae1dea061)
                ├── iobroker.chromecast@2.3.1
                ├── iobroker.device-reminder@2.0.1
                ├── iobroker.devices@1.1.5
                ├── iobroker.discovery@4.0.0
                ├── iobroker.dwd@2.8.5
                ├── iobroker.email@1.2.0
                ├── iobroker.eusec@1.1.2
                ├── iobroker.feiertage@1.1.4
                ├── iobroker.firetv@2.0.1
                ├── iobroker.history@2.2.6
                ├── iobroker.ical@1.13.3
                ├── iobroker.influxdb@3.2.0
                ├── iobroker.iot@2.0.11
                ├── iobroker.jarvis@3.1.8
                ├── iobroker.javascript@7.1.4
                ├── iobroker.js-controller@5.0.12
                ├── iobroker.mqtt@2.7.4
                ├── iobroker.notification-manager@0.1.1
                ├── iobroker.openweathermap@0.4.2
                ├── iobroker.panasonic-viera@2.0.0
                ├── iobroker.parser@2.0.5
                ├── iobroker.pushover@3.0.4
                ├── iobroker.pvforecast@2.7.1
                ├── iobroker.reolink@0.1.1 (git+ssh://git@github.com/aendue/ioBroker.reolink.git#a8a1ddaab2bc30c7abbe3f9f62311b48ad4f86c1)
                ├── iobroker.sayit@3.0.5
                ├── iobroker.scenes@2.3.9
                ├── iobroker.schoolfree@1.1.2
                ├── iobroker.shelly@6.4.1
                ├── iobroker.simple-api@2.7.2
                ├── iobroker.snmp@2.4.11
                ├── iobroker.socketio@6.5.3
                ├── iobroker.sonoff@2.5.7
                ├── iobroker.sql@2.2.0
                ├── iobroker.tankerkoenig@3.3.7
                ├── iobroker.telegram@1.16.0
                ├── iobroker.text2command@3.0.2
                ├── iobroker.tr-064@4.2.18
                ├── iobroker.trashschedule@2.2.0
                ├── iobroker.vis-fancyswitch@1.1.0
                ├── iobroker.vis-hqwidgets@1.4.0
                ├── iobroker.vis-materialdesign@0.5.9
                ├── iobroker.vis-timeandweather@1.2.2
                ├── iobroker.vis-weather@2.5.6
                ├── iobroker.vis@1.4.16
                ├── iobroker.web@6.1.1
                ├── iobroker.whatsapp-cmb@0.2.3
                ├── iobroker.wled@0.7.0
                ├── iobroker.ws@2.5.4
                └── iobroker.zigbee@1.8.24
                
                ioadmin@ioBroker:/opt/iobroker$
                
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Kuckuckmann last edited by

                  @kuckuckmann sagte in eusec Adapter startet nicht:

                  root@ioBroker

                  Jetzt willst du mich aber wirklich verarschen, oder?

                  K 1 Reply Last reply Reply Quote 0
                  • K
                    Kuckuckmann @Thomas Braun last edited by

                    @thomas-braun

                    Sorry, falscher Output

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

                      @kuckuckmann sagte in eusec Adapter startet nicht:

                      Sorry, falscher Output

                      Nix falscher Output...
                      DU MELDEST DICH NIE, NIE, NIE, NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE,NIE, NIE, NIE, NIEMALS als root an.

                      Nie!

                      npm uninstall eufy-security-client
                      npm ls
                      
                      1 Reply Last reply Reply Quote 0
                      • K
                        Kuckuckmann last edited by

                        Und nach dem uninstall alles nochmal neu installieren?

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

                          @kuckuckmann

                          Ausgabe?

                          1 Reply Last reply Reply Quote 0
                          • K
                            Kuckuckmann last edited by

                            @thomas-braun sagte in eusec Adapter startet nicht:

                            npm uninstall eufy-security-client

                            ioadmin@ioBroker:/opt/iobroker$ npm ls
                            iobroker.inst@3.0.0 /opt/iobroker
                            ├── fsevents@2.3.2
                            ├── iobroker.accuweather@1.3.1
                            ├── iobroker.admin@6.10.0
                            ├── iobroker.alarm@3.3.12
                            ├── iobroker.amazon-dash@1.2.0
                            ├── iobroker.awtrix-light@0.8.0
                            ├── iobroker.backitup@2.7.0
                            ├── iobroker.birthdays@2.3.1
                            ├── iobroker.bluelink@2.3.6
                            ├── iobroker.broadlink2@2.1.5 (git+ssh://git@github.com/frankjoke/ioBroker.broadlink2.git#589ca2b6a3165574406ebd2581bcf5bae1dea061)
                            ├── iobroker.chromecast@2.3.1
                            ├── iobroker.device-reminder@2.0.1
                            ├── iobroker.devices@1.1.5
                            ├── iobroker.discovery@4.0.0
                            ├── iobroker.dwd@2.8.5
                            ├── iobroker.email@1.2.0
                            ├── iobroker.eusec@1.1.2
                            ├── iobroker.feiertage@1.1.4
                            ├── iobroker.firetv@2.0.1
                            ├── iobroker.history@2.2.6
                            ├── iobroker.ical@1.13.3
                            ├── iobroker.influxdb@3.2.0
                            ├── iobroker.iot@2.0.11
                            ├── iobroker.jarvis@3.1.8
                            ├── iobroker.javascript@7.1.4
                            ├── iobroker.js-controller@5.0.12
                            ├── iobroker.mqtt@2.7.4
                            ├── iobroker.notification-manager@0.1.1
                            ├── iobroker.openweathermap@0.4.2
                            ├── iobroker.panasonic-viera@2.0.0
                            ├── iobroker.parser@2.0.5
                            ├── iobroker.pushover@3.0.4
                            ├── iobroker.pvforecast@2.7.1
                            ├── iobroker.reolink@0.1.1 (git+ssh://git@github.com/aendue/ioBroker.reolink.git#a8a1ddaab2bc30c7abbe3f9f62311b48ad4f86c1)
                            ├── iobroker.sayit@3.0.5
                            ├── iobroker.scenes@2.3.9
                            ├── iobroker.schoolfree@1.1.2
                            ├── iobroker.shelly@6.4.1
                            ├── iobroker.simple-api@2.7.2
                            ├── iobroker.snmp@2.4.11
                            ├── iobroker.socketio@6.5.3
                            ├── iobroker.sonoff@2.5.7
                            ├── iobroker.sql@2.2.0
                            ├── iobroker.tankerkoenig@3.3.7
                            ├── iobroker.telegram@1.16.0
                            ├── iobroker.text2command@3.0.2
                            ├── iobroker.tr-064@4.2.18
                            ├── iobroker.trashschedule@2.2.0
                            ├── iobroker.vis-fancyswitch@1.1.0
                            ├── iobroker.vis-hqwidgets@1.4.0
                            ├── iobroker.vis-materialdesign@0.5.9
                            ├── iobroker.vis-timeandweather@1.2.2
                            ├── iobroker.vis-weather@2.5.6
                            ├── iobroker.vis@1.4.16
                            ├── iobroker.web@6.1.1
                            ├── iobroker.whatsapp-cmb@0.2.3
                            ├── iobroker.wled@0.7.0
                            ├── iobroker.ws@2.5.4
                            └── iobroker.zigbee@1.8.24
                            
                            ioadmin@ioBroker:/opt/iobroker$
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Kuckuckmann last edited by Thomas Braun

                              @kuckuckmann sagte in eusec Adapter startet nicht:

                              fsevents

                              Das auch noch rauskicken.

                              npm uninstall fsevents
                              

                              Danach

                              iob update
                              iob upgrade iobroker.eusec@1.1.2
                              npm ls
                              
                              1 Reply Last reply Reply Quote 0
                              • K
                                Kuckuckmann last edited by

                                ioadmin@ioBroker:/opt/iobroker$ npm ls
                                iobroker.inst@3.0.0 /opt/iobroker
                                ├── iobroker.accuweather@1.3.1
                                ├── iobroker.admin@6.10.0
                                ├── iobroker.alarm@3.3.12
                                ├── iobroker.amazon-dash@1.2.0
                                ├── iobroker.awtrix-light@0.8.0
                                ├── iobroker.backitup@2.7.0
                                ├── iobroker.birthdays@2.3.1
                                ├── iobroker.bluelink@2.3.6
                                ├── iobroker.broadlink2@2.1.5 (git+ssh://git@github.com/frankjoke/ioBroker.broadlink2.git#589ca2b6a3165574406ebd2581bcf5bae1dea061)
                                ├── iobroker.chromecast@2.3.1
                                ├── iobroker.device-reminder@2.0.1
                                ├── iobroker.devices@1.1.5
                                ├── iobroker.discovery@4.0.0
                                ├── iobroker.dwd@2.8.5
                                ├── iobroker.email@1.2.0
                                ├── iobroker.eusec@1.1.2
                                ├── iobroker.feiertage@1.1.4
                                ├── iobroker.firetv@2.0.1
                                ├── iobroker.history@2.2.6
                                ├── iobroker.ical@1.13.3
                                ├── iobroker.influxdb@3.2.0
                                ├── iobroker.iot@2.0.11
                                ├── iobroker.jarvis@3.1.8
                                ├── iobroker.javascript@7.1.4
                                ├── iobroker.js-controller@5.0.12
                                ├── iobroker.mqtt@2.7.4
                                ├── iobroker.notification-manager@0.1.1
                                ├── iobroker.openweathermap@0.4.2
                                ├── iobroker.panasonic-viera@2.0.0
                                ├── iobroker.parser@2.0.5
                                ├── iobroker.pushover@3.0.4
                                ├── iobroker.pvforecast@2.7.1
                                ├── iobroker.reolink@0.1.1 (git+ssh://git@github.com/aendue/ioBroker.reolink.git#a8a1ddaab2bc30c7abbe3f9f62311b48ad4f86c1)
                                ├── iobroker.sayit@3.0.5
                                ├── iobroker.scenes@2.3.9
                                ├── iobroker.schoolfree@1.1.2
                                ├── iobroker.shelly@6.4.1
                                ├── iobroker.simple-api@2.7.2
                                ├── iobroker.snmp@2.4.11
                                ├── iobroker.socketio@6.5.3
                                ├── iobroker.sonoff@2.5.7
                                ├── iobroker.sql@2.2.0
                                ├── iobroker.tankerkoenig@3.3.7
                                ├── iobroker.telegram@1.16.0
                                ├── iobroker.text2command@3.0.2
                                ├── iobroker.tr-064@4.2.18
                                ├── iobroker.trashschedule@2.2.0
                                ├── iobroker.vis-fancyswitch@1.1.0
                                ├── iobroker.vis-hqwidgets@1.4.0
                                ├── iobroker.vis-materialdesign@0.5.9
                                ├── iobroker.vis-timeandweather@1.2.2
                                ├── iobroker.vis-weather@2.5.6
                                ├── iobroker.vis@1.4.16
                                ├── iobroker.web@6.1.1
                                ├── iobroker.whatsapp-cmb@0.2.3
                                ├── iobroker.wled@0.7.0
                                ├── iobroker.ws@2.5.4
                                └── iobroker.zigbee@1.8.24
                                
                                ioadmin@ioBroker:/opt/iobroker$
                                
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Kuckuckmann last edited by

                                  @kuckuckmann sagte in eusec Adapter startet nicht:

                                  Dann schau dir jetzt nochmal

                                  iob diag
                                  

                                  oder

                                  npm ls -a | grep ERR
                                  

                                  an.

                                  K 1 Reply Last reply Reply Quote 0
                                  • K
                                    Kuckuckmann @Thomas Braun last edited by Kuckuckmann

                                    @thomas-braun sagte in eusec Adapter startet nicht:

                                    @kuckuckmann sagte in eusec Adapter startet nicht:

                                    iob diag
                                    

                                    Skript v.2023-04-16
                                    
                                    *** BASE SYSTEM ***
                                    Architecture    : x86_64
                                    Docker          : false
                                    Virtualization  : microsoft
                                    Distributor ID: Debian
                                    Description:    Debian GNU/Linux 11 (bullseye)
                                    Release:        11
                                    Codename:       bullseye
                                    
                                    PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                                    NAME="Debian GNU/Linux"
                                    VERSION_ID="11"
                                    VERSION="11 (bullseye)"
                                    VERSION_CODENAME=bullseye
                                    ID=debian
                                    HOME_URL="https://www.debian.org/"
                                    SUPPORT_URL="https://www.debian.org/support"
                                    BUG_REPORT_URL="https://bugs.debian.org/"
                                    
                                    Systemuptime and Load:
                                    23:02:09 up 2 days, 23:42,  1 user,  load average: 1.23, 0.71, 0.73
                                    CPU threads: 1
                                    
                                    
                                    *** Time and Time Zones ***
                                                  Local time: Mon 2023-09-11 23:02:09 CEST
                                              Universal time: Mon 2023-09-11 21:02:09 UTC
                                                    RTC time: Mon 2023-09-11 21:02:09
                                                   Time zone: Europe/Berlin (CEST, +0200)
                                    System clock synchronized: yes
                                                 NTP service: active
                                             RTC in local TZ: no
                                    
                                    *** User and Groups ***
                                    root
                                    /root
                                    root
                                    
                                    *** X-Server-Setup ***
                                    X-Server:       false
                                    Desktop:
                                    Terminal:       tty
                                    Boot Target:    graphical.target
                                    
                                    *** MEMORY ***
                                                  total        used        free      shared  buff/cache   available
                                    Mem:            3.9G        2.1G        929M        0.0K        891M        1.5G
                                    Swap:           974M         22M        952M
                                    Total:          4.9G        2.1G        1.9G
                                    
                                            3931 M total memory
                                            2110 M used memory
                                             434 M active memory
                                            2237 M inactive memory
                                             929 M free memory
                                             169 M buffer memory
                                             722 M swap cache
                                             974 M total swap
                                              22 M used swap
                                             952 M free swap
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    udev           devtmpfs  2.0G     0  2.0G   0% /dev
                                    tmpfs          tmpfs     394M  516K  393M   1% /run
                                    /dev/sda1      ext4       11G  9.6G  618M  95% /
                                    tmpfs          tmpfs     2.0G     0  2.0G   0% /dev/shm
                                    tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                    tmpfs          tmpfs     394M     0  394M   0% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Fri Sep  8 23:20:02 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                                    [Fri Sep  8 23:20:03 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                                    
                                    Show mounted filesystems (real ones only):
                                    TARGET SOURCE    FSTYPE OPTIONS
                                    /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    1.6G    /var/
                                    970M    /var/log
                                    953M    /var/log/journal/4cf52e6cb9a74dffa88003229bef874a
                                    953M    /var/log/journal
                                    424M    /var/cache
                                    
                                    Archived and active journals take up 952.2M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    182M    /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    895M    /opt/iobroker/iobroker-data/
                                    454M    /opt/iobroker/iobroker-data/histroy0
                                    324M    /opt/iobroker/iobroker-data/files
                                    91M     /opt/iobroker/iobroker-data/backup-objects
                                    56M     /opt/iobroker/iobroker-data/files/telegram.admin
                                    
                                    The five largest files in iobroker-data are:
                                    35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                    23M     /opt/iobroker/iobroker-data/objects.jsonl
                                    21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.67295ba8.js.map
                                    18M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map
                                    13M     /opt/iobroker/iobroker-data/histroy0/20230911/history.WaschmaschieneWh.json
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v18.17.1
                                    /usr/bin/node           v18.17.1
                                    /usr/bin/npm            9.6.7
                                    /usr/bin/npx            9.6.7
                                    
                                    
                                    nodejs:
                                     Installed: 18.17.1-deb-1nodesource1
                                     Candidate: 18.17.1-deb-1nodesource1
                                     Version table:
                                    *** 18.17.1-deb-1nodesource1 500
                                           500 https://deb.nodesource.com/node_18.x bullseye/main amd64 Packages
                                           100 /var/lib/dpkg/status
                                        12.22.12~dfsg-1~deb11u4 500
                                           500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                        12.22.12~dfsg-1~deb11u3 500
                                           500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                    
                                    Temp directories causing npm8 problem: 0
                                    No problems detected
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    MULTIHOSTSERVICE/enabled: false
                                    
                                    Core adapters versions
                                    js-controller:  5.0.12
                                    admin:          6.10.0
                                    javascript:     7.1.4
                                    
                                    Adapters from github:   2
                                    
                                    Adapter State
                                    + system.adapter.accuweather.0            : accuweather           : ioBroker                                 -  enabled
                                    + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.amazon-dash.0            : amazon-dash           : ioBroker                                 -  enabled
                                     system.adapter.awtrix-light.0           : awtrix-light          : ioBroker                                 - disabled
                                    + system.adapter.backitup.0               : backitup              : ioBroker                                 -  enabled
                                     system.adapter.birthdays.0              : birthdays             : ioBroker                                 -  enabled
                                     system.adapter.bluelink.0               : bluelink              : ioBroker                                 - disabled
                                    + system.adapter.broadlink2.0             : broadlink2            : ioBroker                                 -  enabled
                                     system.adapter.chromecast.0             : chromecast            : ioBroker                                 - disabled
                                    + system.adapter.device-reminder.0        : device-reminder       : ioBroker                                 -  enabled
                                     system.adapter.devices.0                : devices               : ioBroker                                 -  enabled
                                    + system.adapter.discovery.0              : discovery             : ioBroker                                 -  enabled
                                     system.adapter.dwd.0                    : dwd                   : ioBroker                                 -  enabled
                                    + system.adapter.email.0                  : email                 : ioBroker                                 -  enabled
                                     system.adapter.eusec.0                  : eusec                 : ioBroker                                 - disabled
                                     system.adapter.feiertage.0              : feiertage             : ioBroker                                 -  enabled
                                     system.adapter.firetv.0                 : firetv                : ioBroker                                 - disabled
                                    + system.adapter.history.0                : history               : ioBroker                                 -  enabled
                                     system.adapter.ical.0                   : ical                  : ioBroker                                 -  enabled
                                     system.adapter.influxdb.0               : influxdb              : ioBroker                                 - disabled, port: 8086
                                    + system.adapter.iot.0                    : iot                   : ioBroker                                 -  enabled
                                     system.adapter.jarvis.0                 : jarvis                : ioBroker                                 - disabled
                                    + system.adapter.javascript.0             : javascript            : ioBroker                                 -  enabled
                                    + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1889, bind: 192.168.1.7
                                     system.adapter.notification-manager.0   : notification-manager  : ioBroker                                 - disabled
                                     system.adapter.openweathermap.0         : openweathermap        : ioBroker                                 -  enabled
                                    + system.adapter.panasonic-viera.0        : panasonic-viera       : ioBroker                                 -  enabled
                                     system.adapter.parser.0                 : parser                : ioBroker                                 - disabled
                                     system.adapter.pushover.0               : pushover              : ioBroker                                 - disabled
                                    + system.adapter.pvforecast.0             : pvforecast            : ioBroker                                 -  enabled
                                     system.adapter.sayit.0                  : sayit                 : ioBroker                                 - disabled, port: 0
                                    + system.adapter.scenes.0                 : scenes                : ioBroker                                 -  enabled
                                     system.adapter.schoolfree.0             : schoolfree            : ioBroker                                 -  enabled
                                    + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1888, bind: 0.0.0.0
                                     system.adapter.simple-api.0             : simple-api            : ioBroker                                 - disabled, port: 8087, bind: 0.0.0.0, run as: admin
                                     system.adapter.snmp.0                   : snmp                  : ioBroker                                 - disabled
                                     system.adapter.sonoff.0                 : sonoff                : ioBroker                                 - disabled, port: 1892, bind: 192.168.1.7
                                    + system.adapter.sql.0                    : sql                   : ioBroker                                 -  enabled, port: 3306
                                    + system.adapter.tankerkoenig.0           : tankerkoenig          : ioBroker                                 -  enabled
                                    + system.adapter.tankerkoenig.1           : tankerkoenig          : ioBroker                                 -  enabled
                                    + system.adapter.telegram.0               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.telegram.1               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.text2command.0           : text2command          : ioBroker                                 -  enabled
                                     system.adapter.tr-064.0                 : tr-064                : ioBroker                                 - disabled
                                    + system.adapter.trashschedule.0          : trashschedule         : ioBroker                                 -  enabled
                                     system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : ioBroker                                 -  enabled
                                     system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBroker                                 -  enabled
                                     system.adapter.vis-materialdesign.0     : vis-materialdesign    : ioBroker                                 -  enabled
                                     system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBroker                                 -  enabled
                                     system.adapter.vis-weather.0            : vis-weather           : ioBroker                                 -  enabled
                                     system.adapter.vis.0                    : vis                   : ioBroker                                 -  enabled
                                    + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                     system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : ioBroker                                 - disabled
                                    + system.adapter.wled.0                   : wled                  : ioBroker                                 -  enabled
                                     system.adapter.zigbee.0                 : zigbee                : ioBroker                                 - disabled, port: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CDD34F8-if00
                                    + system.adapter.zigbee.1                 : zigbee                : ioBroker                                 -  enabled, port: tcp://192.168.1.225:8888
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.mqtt.0                   : mqtt                  : ioBroker                                 -  enabled, port: 1889, bind: 192.168.1.7
                                    + system.adapter.shelly.0                 : shelly                : ioBroker                                 -  enabled, port: 1888, 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.telegram.1               : telegram              : ioBroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.zigbee.1                 : zigbee                : ioBroker                                 -  enabled, port: tcp://192.168.1.225:8888
                                    
                                    ioBroker-Repositories
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): beta
                                    
                                    Installed ioBroker-Instances
                                    Used repository: beta
                                    Adapter    "accuweather"  : 1.3.1    , installed 1.3.1
                                    Adapter    "admin"        : 6.10.1   , installed 6.10.0 [Updatable]
                                    Adapter    "alarm"        : 3.3.12   , installed 3.3.12
                                    Adapter    "amazon-dash"  : 1.2.0    , installed 1.2.0
                                    Adapter    "awtrix-light" : 0.8.0    , installed 0.8.0
                                    Adapter    "backitup"     : 2.7.0    , installed 2.7.0
                                    Adapter    "birthdays"    : 2.3.1    , installed 2.3.1
                                    Adapter    "bluelink"     : 2.3.6    , installed 2.3.6
                                    Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                                    Adapter    "chromecast"   : 3.0.3    , installed 2.3.1  [Updatable]
                                    Adapter    "device-reminder": 2.0.1  , installed 2.0.1
                                    Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                    Adapter    "discovery"    : 4.0.0    , installed 4.0.0
                                    Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                    Adapter    "email"        : 1.2.0    , installed 1.2.0
                                    Adapter    "eusec"        : 1.1.2    , installed 1.1.2
                                    Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                                    Adapter    "firetv"       : 2.0.2    , installed 2.0.1  [Updatable]
                                    Adapter    "history"      : 2.2.6    , installed 2.2.6
                                    Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                    Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                    Adapter    "iot"          : 2.0.11   , installed 2.0.11
                                    Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                    Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                    Controller "js-controller": 5.0.12   , installed 5.0.12
                                    Adapter    "mqtt"         : 4.1.1    , installed 2.7.4  [Updatable]
                                    Adapter    "notification-manager": 0.1.1, installed 0.1.1
                                    Adapter    "openweathermap": 0.4.3   , installed 0.4.2  [Updatable]
                                    Adapter    "panasonic-viera": 2.0.0  , installed 2.0.0
                                    Adapter    "parser"       : 2.0.5    , installed 2.0.5
                                    Adapter    "pushover"     : 3.0.4    , installed 3.0.4
                                    Adapter    "pvforecast"   : 2.7.1    , installed 2.7.1
                                    Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                                    Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                    Adapter    "schoolfree"   : 1.1.2    , installed 1.1.2
                                    Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                    Adapter    "snmp"         : 2.4.11   , installed 2.4.11
                                    Adapter    "socketio"     : 6.5.3    , installed 6.5.3
                                    Adapter    "sonoff"       : 2.5.7    , installed 2.5.7
                                    Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                    Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                    Adapter    "telegram"     : 1.16.0   , installed 1.16.0
                                    Adapter    "text2command" : 3.0.2    , installed 3.0.2
                                    Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                    Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                    Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                    Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                    Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                    Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                                    Adapter    "web"          : 6.1.1    , installed 6.1.1
                                    Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                    Adapter    "wled"         : 0.7.0    , installed 0.7.0
                                    Adapter    "ws"           : 2.5.4    , installed 2.5.4
                                    Adapter    "zigbee"       : 1.8.24   , installed 1.8.24
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        9235
                                    States:         7910
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                                    Hit:2 http://deb.debian.org/debian bullseye InRelease
                                    Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                                    Get:4 https://deb.nodesource.com/node_18.x bullseye InRelease [4586 B]
                                    Fetched 4586 B in 1s (6314 B/s)
                                    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:22              0.0.0.0:*               LISTEN      0          12541      391/sshd: /usr/sbin
                                    tcp        0      0 0.0.0.0:1888            0.0.0.0:*               LISTEN      1001       2444539    55318/io.shelly.0
                                    tcp        0      0 192.168.1.7:1889        0.0.0.0:*               LISTEN      1001       2444441    55286/io.mqtt.0
                                    tcp        0      0 192.168.1.7:1890        0.0.0.0:*               LISTEN      1001       2444442    55286/io.mqtt.0
                                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       2443733    55125/iobroker.js-c
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       2443726    55125/iobroker.js-c
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          10749      1/init
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          12552      391/sshd: /usr/sbin
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          10757      1/init
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       2443847    55143/io.admin.0
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       2453453    55952/io.web.0
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       2445539    55596/io.wled.0
                                    udp        0      0 0.0.0.0:40664           0.0.0.0:*                           1001       2445012    55430/io.broadlink2
                                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12304      348/dhclient
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          10752      1/init
                                    udp        0      0 0.0.0.0:45614           0.0.0.0:*                           1001       2445014    55430/io.broadlink2
                                    udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       2445008    55430/io.broadlink2
                                    udp        0      0 0.0.0.0:35697           0.0.0.0:*                           1001       2454720    55430/io.broadlink2
                                    udp6       0      0 :::111                  :::*                                0          10762      1/init
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    
                                    2023-09-11 23:00:08.785  - debug: birthdays.0 (56026) [fillAfter] filling next with 2 days left
                                    2023-09-11 23:00:08.813  - debug: birthdays.0 (56026) [fillAfter] filling nextAfter with 4 days left
                                    2023-09-11 23:00:08.847  - debug: birthdays.0 (56026) [fillAfter] filling nextSignificant with 106 days left
                                    2023-09-11 23:00:08.978  - debug: birthdays.0 (56026) [onReady] Everything done
                                    2023-09-11 23:00:08.978  - debug: birthdays.0 (56026) [onReady] Finally shutting down
                                    2023-09-11 23:00:08.978  - debug: birthdays.0 (56026) cleaned everything up...
                                    2023-09-11 23:00:09.030  - info: birthdays.0 (56026) Terminated (NO_ERROR): Without reason
                                    2023-09-11 23:00:09.581  - info: host.ioBroker instance system.adapter.birthdays.0 terminated with code 0 (NO_ERROR)
                                    2023-09-11 23:00:10.483  - info: ical.0 (56041) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.17.1, js-controller: 5.0.12
                                    2023-09-11 23:00:11.177  - info: ical.0 (56041) processing URL: Abfallkalender https://calendar.google.com/calendar/ical/6ach7lmqeh43umgotua90rqi6o%40group.calendar.google.com/private-556f991852cc5b504f446e092cee206f/basic.ics
                                    2023-09-11 23:00:16.424  - info: ical.0 (56041) Terminated (NO_ERROR): Without reason
                                    2023-09-11 23:00:16.981  - info: host.ioBroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                    
                                    

                                    oder

                                    npm ls -a | grep ERR
                                    

                                    Gibt nix zurück

                                    Und bevor ihr wieder schimpft...ich kann das nur mit sudo ausgeben

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

                                      @kuckuckmann sagte in eusec Adapter startet nicht:

                                      ich kann das nur mit sudo ausgeben

                                      Was?

                                      K 1 Reply Last reply Reply Quote 0
                                      • K
                                        Kuckuckmann @Thomas Braun last edited by

                                        @thomas-braun

                                        iob diag
                                        
                                        Thomas Braun 2 Replies Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Kuckuckmann last edited by

                                          @kuckuckmann

                                          Dann ist da bei dir was gewaltig falsch.

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

                                            @kuckuckmann

                                            Als user iobadmin:

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

                                            Support us

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

                                            939
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            93
                                            3919
                                            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