Navigation

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

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ioBroker startet nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • apollon77
      apollon77 @fraso last edited by apollon77

      @fraso bitte zeige mal deine /opt/iobroker/iobroker-data/iobroker.json und da die Abschnitte mit States und objects.

      Side question:

      Mein iobroker startete nachts autmatisch neu (normaler, tägl. restart)

      Warum das eigentlich?

      F 1 Reply Last reply Reply Quote 0
      • F
        fraso last edited by

        @apollon77 sagte in ioBroker startet nicht mehr:

        Warum das eigentlich?

        Das kann ich Dir nicht beantworten.
        Ob ich das eingestellt habe oder bei der Installation vorgegeben war... ich wüßte jetzt nicht mal wo ich aus/einschalten kann.

        1 Reply Last reply Reply Quote 0
        • F
          fraso @apollon77 last edited by

          @apollon77 sagte in ioBroker startet nicht mehr:

          bitte zeige mal deine /opt/iobroker/iobroker-data/iobroker.json und da die Abschnitte mit States und objects.

          e6iob@NUCioBroker:~$ cat /opt/iobroker/iobroker-data/iobroker.json
          {
            "system": {
              "memoryLimitMB": 0,
              "hostname": "",
              "statisticsInterval": 15000,
              "statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated",
              "checkDiskInterval": 300000,
              "checkDiskIntervalComment": "Interval how often the disk size will be checked",
              "instanceStartInterval": 2000,
              "noChmodComment": "Flag to test new feature with no chmod call. Must be deleted later and noChmod must be mainline (2018.06.04)",
              "compact": false,
              "compactComment": "Controller will try to start the instances as a part of the same process. No spawn will be done. Only by adapters that support it and have flag compact flag in io-package.json",
              "allowShellCommands": false,
              "allowShellCommandsComment": "Allow execution of \"shell\" sendToHost commands",
              "memLimitWarn": 100,
              "memLimitWarnComment": "If the available RAM is below this threshold on adapter start, a warning will be logged.",
              "memLimitError": 50,
              "memLimitErrorComment": "If the available RAM is below this threshold on adapter start, an error will be logged."
            },
            "multihostService": {
              "enabled": false,
              "secure": true,
              "password": ""
            },
            "objects": {
              "type": "jsonl",
              "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
              "host": "127.0.0.1",
              "port": 9001,
              "noFileCache": false,
              "maxQueue": 1000,
              "connectTimeout": 2000,
              "writeFileInterval": 5000,
              "dataDir": "",
              "options": {
                "auth_pass": null,
                "retry_max_delay": 5000,
                "retry_max_count": 19,
                "db": 0,
                "family": 0
              },
              "backup": {
                "disabled": false,
                "files": 24,
                "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
                "hours": 48,
                "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
                "period": 120,
                "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
                "path": "",
                "pathComment": "Absolute path to backup directory or empty to backup in data directory"
              },
              "jsonlOptions": {
                "autoCompress": {},
                "throttleFS": {}
              }
            },
            "states": {
              "type": "jsonl",
              "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",
              "host": "127.0.0.1",
              "port": 9000,
              "connectTimeout": 2000,
              "writeFileInterval": 30000,
              "dataDir": "",
              "options": {
                "auth_pass": null,
                "retry_max_delay": 5000,
                "retry_max_count": 19,
                "db": 0,
                "family": 0
              },
              "backup": {
                "disabled": false,
                "files": 24,
                "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
                "hours": 48,
                "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
                "period": 120,
                "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
                "path": "",
                "pathComment": "Absolute path to backup directory or empty to backup in data directory"
              },
              "jsonlOptions": {
                "autoCompress": {},
                "throttleFS": {}
              }
            },
            "log": {
              "level": "info",
              "maxDays": 3,
              "noStdout": true,
              "transport": {
                "file1": {
                  "type": "file",
                  "enabled": true,
                  "filename": "log/iobroker",
                  "fileext": ".log",
                  "maxsize": null,
                  "maxFiles": null,
                  "maxSize": null,
                  "level": ""
                },
                "syslog1": {
                  "type": "syslog",
                  "enabled": false,
                  "host": "localhost",
                  "hostComment": "The host running syslogd, defaults to localhost.",
                  "portComment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
                  "protocol": "udp4",
                  "protocolComment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
                  "pathComment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
                  "facilityComment": "Syslog facility to use (Default: local0).",
                  "localhost": "iobroker",
                  "localhostComment": "Host to indicate that log messages are coming from (Default: localhost).",
                  "sysLogTypeComment": "The type of the syslog protocol to use (Default: BSD).",
                  "app_nameComment": "The name of the application (Default: process.title).",
                  "eolComment": "The end of line character to be added to the end of the message (Default: Message without modifications).",
                  "level": "",
                  "facility": ""
                },
                "seq1": {
                  "type": "seq",
                  "enabled": false,
                  "serverUrl": "http://IP:PORT",
                  "serverUrlComment": "The http(s) URL including port of the seq server. If you use HTTPS a real certificate is needed; self signed certs are ot accepted.",
                  "apiKey": "",
                  "apiKeyComment": "The apiKey of the seq system",
                  "level": "",
                  "eol": ""
                }
              }
            },
            "plugins": {},
            "dataDir": "../../iobroker-data/"
          }e6iob@NUCioBroker:~$ 
          
          
          apollon77 1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 @fraso last edited by

            @fraso ok. Da ist in States und objects jeweils ein Bereich mit jsonOptions mit quasi zwei leeren Einträgen. Bitte wirf den kompletten jsonlOptions Teil raus. Und schau das nach dem } davor auch das Komma am Ende weg ist. Danach sollte alles wieder tun wie es soll.

            F 1 Reply Last reply Reply Quote 0
            • F
              fraso @apollon77 last edited by

              @apollon77

              Kurze Info. Startet wieder ganz normal nachts durch.
              Wie gesagt, nicht der NUC macht ein stummes reboot sonder der iobroker wird beendet und dann neu gestartet. warum weiß ich aber immer noch nicht 🙂

              crunchip 1 Reply Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @fraso last edited by

                @fraso sagte in ioBroker startet nicht mehr:

                sonder der iobroker wird beendet und dann neu gestartet

                von alleine macht er das ja nicht, also muss du das ja irgendwo "programmiert" haben
                auf was genau läuft der iobroker?

                F 1 Reply Last reply Reply Quote 0
                • F
                  fraso @crunchip last edited by

                  @crunchip

                  Hi, als "Alleininstallation" zusammen mit motioneye. (Windows gekillt).
                  Sonst nix drauf.

                  Was genau er macht weiß ich gar nicht.

                  Debian GNU/Linux 11

                  Intel Nuc Mini Komplett PC, Intel Core i3-10110U 2X 4,10 GHz, 16 GB RAM, 256 GB SSD

                  Jetzt wo ich mich aufgrund der Nachfrage damit beschäftige bin ich mir nicht sicher ob wirklich der iobroker neu startet. Ich habe das angenommen da mir Telegram diese Nachricht sendet. Ich kam nur drauf, da nach der Meldung "beendet" iobroker eben nicht mehr lief. Mit den oben beschriebenen Effekten.

                  83348616-d2d9-4be6-ba9c-7b6bceffd628-image.png

                  Im Telegram Adapter habe ich diesen Text eingetragen, der eigentlich heißen müßte: Adapter Telegram wurde beendet / gestartet.

                  f0df53af-8553-430e-9fb2-04e13444f722-image.png

                  crunchip 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @fraso last edited by

                    @fraso hier ausschalten
                    1edb8391-930a-452f-bf77-2985941cdfce-image.png

                    1 Reply Last reply Reply Quote 0
                    • apollon77
                      apollon77 last edited by

                      Ansonsten einfach ins Log File schauen, liegt auf Platte unter /opt/iobroker/log/... ... wenn der Controller restarted und auch sonst alles findet man dort

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        fraso last edited by

                        @apollon77

                        Ahhhh. ein Cronjob. OK. Ausgeschaltet. Danke.

                        1 Reply Last reply Reply Quote 0
                        • F
                          fraso @apollon77 last edited by

                          @apollon77
                          Hallo,

                          meine Dateien sind gewachsen. Normalerweise freue ich mich wenn etwas gutes wächst. Aber diesmal nicht.

                          Iobroker hat die Platte voll gemacht und dann war Ende. Konnte keine Instanzen mehr aufrufen.

                          Gestoppt
                          Gestartet

                          e6iob@NUCioBroker:~$ iob status
                          Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                          
                          

                          Verzeichnis geprüft:

                          e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ ls -l
                          insgesamt 95420220
                          drwxrwxr-x+  2 iobroker iobroker        4096 15. Apr 08:45 backitup
                          drwxrwxrwx+  2 iobroker iobroker       12288 23. Apr 16:54 backup-objects
                          drwxrwxrwx+ 55 iobroker iobroker        4096 14. Apr 21:46 files
                          drwxrwxr-x+  4 iobroker iobroker        4096 23. Jan 12:58 ham_0
                          drwxrwxr-x+ 34 iobroker iobroker        4096 23. Feb 01:11 history
                          -rwxrwxrwx+  1 iobroker iobroker        5153 15. Apr 20:46 iobroker.json
                          -rwxrwxr-x+  1 e6iob    e6iob           5308 15. Apr 20:45 iobroker.json_save
                          drwxrwxr-x+  4 iobroker iobroker        4096 15. Apr 08:56 node-red
                          -rwxrwxrwx+  1 iobroker iobroker           3 23. Apr 17:58 notifications.json
                          -rw-rwxr--+  1 iobroker iobroker           0 14. Feb 11:45 objects.json2022-02-12_11-46_objects.json.gz
                          -rw-rwxr--+  1 iobroker iobroker    20148088 20. Mär 12:18 objects.json.bak.migrated_save
                          -rw-rw-r--+  1 iobroker iobroker    25881289 23. Apr 17:59 objects.jsonl
                          drwxrwxr-x+  2 iobroker iobroker        4096 23. Apr 18:01 objects.jsonl.lock
                          -rw-rwxr--+  1 iobroker iobroker    20148725 20. Mär 12:19 objects.json.migrated_save
                          -rw-rwxr--+  1 iobroker iobroker     4322902 20. Mär 12:19 states.json.bak.migrated_save
                          -rw-rwxr--+  1 iobroker iobroker           0 14. Feb 11:21 states.json.broken
                          -rw-rw-r--+  1 iobroker iobroker 63986514378 23. Apr 17:58 states.jsonl
                          drwxrwxr-x+  2 iobroker iobroker        4096 23. Apr 18:01 states.jsonl.lock
                          -rw-rwxr--+  1 iobroker iobroker 10907835462  8. Apr 16:49 states.jsonl_save
                          -rw-rwxr--+  1 iobroker iobroker     4322931 20. Mär 12:19 states.json.migrated_save
                          -rw-rwxr--+  1 iobroker iobroker     2854480 14. Feb 11:42 states.json.old
                          -rw-rwxr--+  1 iobroker iobroker 22738108416 15. Apr 07:53 states.save
                          drwxrwxr-x+  3 iobroker iobroker        4096 23. Jan 16:17 tmp
                          drwxrwxr-x+  2 iobroker iobroker        4096 23. Apr 17:58 zigbee_0
                          e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ 
                          
                          

                          Jemand eine Idee wieso das passiert? Die oben genannten Tips hatte ich umgesetzt.

                          Danke sehr!

                          Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @fraso last edited by

                            @fraso

                            So große Werte

                            ls -lh
                            

                            macht es leichter für Humanoiden.
                            Ich hab da nur ein paar MB drin...

                            F 1 Reply Last reply Reply Quote 0
                            • F
                              fraso @Thomas Braun last edited by fraso

                              @thomas-braun

                              In der Tat.

                              Die "alten" 11GB Dateien vom 08.04. sind Überbleibsel eines schon geführten Kampes.

                              e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ ls -lh
                              insgesamt 91G
                              drwxrwxr-x+  2 iobroker iobroker 4,0K 15. Apr 08:45 backitup
                              drwxrwxrwx+  2 iobroker iobroker  12K 23. Apr 16:54 backup-objects
                              drwxrwxrwx+ 55 iobroker iobroker 4,0K 14. Apr 21:46 files
                              drwxrwxr-x+  4 iobroker iobroker 4,0K 23. Jan 12:58 ham_0
                              drwxrwxr-x+ 34 iobroker iobroker 4,0K 23. Feb 01:11 history
                              -rwxrwxrwx+  1 iobroker iobroker 5,1K 15. Apr 20:46 iobroker.json
                              -rwxrwxr-x+  1 e6iob    e6iob    5,2K 15. Apr 20:45 iobroker.json_save
                              drwxrwxr-x+  4 iobroker iobroker 4,0K 15. Apr 08:56 node-red
                              -rwxrwxrwx+  1 iobroker iobroker    3 23. Apr 17:58 notifications.json
                              -rw-rwxr--+  1 iobroker iobroker    0 14. Feb 11:45 objects.json2022-02-12_11-46_objects.json.gz
                              -rw-rwxr--+  1 iobroker iobroker  20M 20. Mär 12:18 objects.json.bak.migrated_save
                              -rw-rw-r--+  1 iobroker iobroker  25M 23. Apr 17:59 objects.jsonl
                              drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 18:13 objects.jsonl.lock
                              -rw-rwxr--+  1 iobroker iobroker  20M 20. Mär 12:19 objects.json.migrated_save
                              -rw-rwxr--+  1 iobroker iobroker 4,2M 20. Mär 12:19 states.json.bak.migrated_save
                              -rw-rwxr--+  1 iobroker iobroker    0 14. Feb 11:21 states.json.broken
                              -rw-rw-r--+  1 iobroker iobroker  60G 23. Apr 17:58 states.jsonl
                              drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 18:13 states.jsonl.lock
                              drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 18:10 states.jsonl.lock.save
                              -rw-rwxr--+  1 iobroker iobroker  11G  8. Apr 16:49 states.jsonl_save
                              -rw-rwxr--+  1 iobroker iobroker 4,2M 20. Mär 12:19 states.json.migrated_save
                              -rw-rwxr--+  1 iobroker iobroker 2,8M 14. Feb 11:42 states.json.old
                              -rw-rwxr--+  1 iobroker iobroker  22G 15. Apr 07:53 states.save
                              drwxrwxr-x+  3 iobroker iobroker 4,0K 23. Jan 16:17 tmp
                              drwxrwxr-x+  2 iobroker iobroker 4,0K 23. Apr 17:58 zigbee_0
                              e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ 
                              
                              F 1 Reply Last reply Reply Quote 0
                              • F
                                fraso @fraso last edited by

                                @fraso

                                Ich habe mir mal mein backup entpackt. Wo finde ich denn da die states.jsonl ?

                                Danke.

                                F 2 Replies Last reply Reply Quote 0
                                • F
                                  fastfoot @fraso last edited by

                                  @fraso gar nicht, schau im Ordner backup-objects. Welche js-controller version hast du?

                                  F 1 Reply Last reply Reply Quote 0
                                  • F
                                    fastfoot @fraso last edited by

                                    @fraso evtl. hat sich die alte iobroker.json auch wieder durch das Restore eingeschlichen?

                                    F 1 Reply Last reply Reply Quote 0
                                    • F
                                      fraso @fastfoot last edited by

                                      @fastfoot

                                      hier die aktuelle iobroker.json

                                      ich habe die 60G Datei gelöscht und iobroker neu gestartet und jetzt aus dem Backup heute nacht wieder hergestellt. läuft gleich, dann sende ich die anderen Infos.

                                      {
                                        "system": {
                                          "memoryLimitMB": 0,
                                          "hostname": "",
                                          "statisticsInterval": 15000,
                                          "statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated",
                                          "checkDiskInterval": 300000,
                                          "checkDiskIntervalComment": "Interval how often the disk size will be checked",
                                          "instanceStartInterval": 2000,
                                          "noChmodComment": "Flag to test new feature with no chmod call. Must be deleted later and noChmod must be mainline (2018.06.04)",
                                          "compact": false,
                                          "compactComment": "Controller will try to start the instances as a part of the same process. No spawn will be done. Only by adapters that support it and have flag compact flag in io-package.json",
                                          "allowShellCommands": false,
                                          "allowShellCommandsComment": "Allow execution of \"shell\" sendToHost commands",
                                          "memLimitWarn": 100,
                                          "memLimitWarnComment": "If the available RAM is below this threshold on adapter start, a warning will be logged.",
                                          "memLimitError": 50,
                                          "memLimitErrorComment": "If the available RAM is below this threshold on adapter start, an error will be logged."
                                        },
                                        "multihostService": {
                                          "enabled": false,
                                          "secure": true,
                                          "password": ""
                                        },
                                        "objects": {
                                          "type": "jsonl",
                                          "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
                                          "host": "127.0.0.1",
                                          "port": 9001,
                                          "noFileCache": false,
                                          "maxQueue": 1000,
                                          "connectTimeout": 2000,
                                          "writeFileInterval": 5000,
                                          "dataDir": "",
                                          "options": {
                                            "auth_pass": null,
                                            "retry_max_delay": 5000,
                                            "retry_max_count": 19,
                                            "db": 0,
                                            "family": 0
                                          },
                                          "backup": {
                                            "disabled": false,
                                            "files": 24,
                                            "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
                                            "hours": 48,
                                            "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
                                            "period": 120,
                                            "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
                                            "path": "",
                                            "pathComment": "Absolute path to backup directory or empty to backup in data directory"
                                          }
                                        },
                                        "states": {
                                          "type": "jsonl",
                                          "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",
                                          "host": "127.0.0.1",
                                          "port": 9000,
                                          "connectTimeout": 2000,
                                          "writeFileInterval": 30000,
                                          "dataDir": "",
                                          "options": {
                                            "auth_pass": null,
                                            "retry_max_delay": 5000,
                                            "retry_max_count": 19,
                                            "db": 0,
                                            "family": 0
                                          },
                                          "backup": {
                                            "disabled": false,
                                            "files": 24,
                                            "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
                                            "hours": 48,
                                            "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
                                            "period": 120,
                                            "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
                                            "path": "",
                                            "pathComment": "Absolute path to backup directory or empty to backup in data directory"
                                          }
                                        },
                                        "log": {
                                          "level": "info",
                                          "maxDays": 3,
                                          "noStdout": true,
                                          "transport": {
                                            "file1": {
                                              "type": "file",
                                              "enabled": true,
                                              "filename": "log/iobroker",
                                              "fileext": ".log",
                                              "maxsize": null,
                                              "maxFiles": null,
                                              "maxSize": null,
                                              "level": ""
                                            },
                                            "syslog1": {
                                              "type": "syslog",
                                              "enabled": false,
                                              "host": "localhost",
                                              "hostComment": "The host running syslogd, defaults to localhost.",
                                              "portComment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
                                              "protocol": "udp4",
                                              "protocolComment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
                                              "pathComment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
                                              "facilityComment": "Syslog facility to use (Default: local0).",
                                              "localhost": "iobroker",
                                              "localhostComment": "Host to indicate that log messages are coming from (Default: localhost).",
                                              "sysLogTypeComment": "The type of the syslog protocol to use (Default: BSD).",
                                              "app_nameComment": "The name of the application (Default: process.title).",
                                              "eolComment": "The end of line character to be added to the end of the message (Default: Message without modifications).",
                                              "level": "",
                                              "facility": ""
                                            },
                                            "seq1": {
                                              "type": "seq",
                                              "enabled": false,
                                              "serverUrl": "http://IP:PORT",
                                              "serverUrlComment": "The http(s) URL including port of the seq server. If you use HTTPS a real certificate is needed; self signed certs are ot accepted.",
                                              "apiKey": "",
                                              "apiKeyComment": "The apiKey of the seq system",
                                              "level": "",
                                              "eol": ""
                                            }
                                          }
                                        },
                                        "plugins": {},
                                        "dataDir": "../../iobroker-data/"
                                      }
                                      
                                      F 1 Reply Last reply Reply Quote 0
                                      • F
                                        fraso @fastfoot last edited by

                                        @fastfoot

                                        Info zum System:

                                        e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                                        /usr/bin/nodejs
                                        /usr/bin/node
                                        /usr/bin/npm
                                        v14.19.0
                                        v14.19.0
                                        [sudo] Passwort für e6iob: 
                                        8.6.0
                                        nodejs:
                                          Installiert:           14.19.0-deb-1nodesource1
                                          Installationskandidat: 14.19.1-deb-1nodesource1
                                          Versionstabelle:
                                             14.19.1-deb-1nodesource1 500
                                                500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                                         *** 14.19.0-deb-1nodesource1 100
                                                100 /var/lib/dpkg/status
                                             12.22.5~dfsg-2~11u1 500
                                                500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                                500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                        e6iob@NUCioBroker:/opt/iobroker/iobroker-data$ 
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @fraso last edited by

                                          @fraso

                                          npm ist nicht die Version aus dem Paket.
                                          Und halt nodejs aktuell.

                                          F 1 Reply Last reply Reply Quote 0
                                          • F
                                            fastfoot @fraso last edited by

                                            @fraso die leeren jsonlOptions sind nicht da, so wie es sein soll. War nur so eine Idee. die js-controller version bekommst du unter Hosts angezeigt oder auf der Konsole mit iob -v

                                            F 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

                                            1.1k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            123
                                            11503
                                            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