Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 2.0 ab sofort im Latest Repo

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    js-controller 2.0 ab sofort im Latest Repo

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

      @Andreas-Hochstöger Also in der Benahmung sind zwei Fehler drin: Einmal der "." Am Anfang und semantisch muss danach ein ".0" kommen, also Meine_Objekte.0.xxx wäre ok.

      Theoretisch könntest Du auf controller 1.5 zurück, deine Objekte exportieren, umbenennen, wieder importieren und dann neu updaten. Alternativ:

      ioBroker stoppen, dann in iobroker-data/objects.json und states.json überall ".MeineDaten." durch "Meine_Objekte.0." erstzen und neu starten. Dann Deine Skripte und Visu anpassen

      K Andreas Hochstöger 3 Replies Last reply Reply Quote 0
      • K
        knopers1 @apollon77 last edited by

        ich bin jetzt auch auf den js-controler 2.0.35 umgestiegen. Es rennt alles nach wie vor!
        Besten Dank!

        1 Reply Last reply Reply Quote 0
        • Andreas Hochstöger
          Andreas Hochstöger @apollon77 last edited by

          @apollon77
          Danke, werde ich heute Nachmittag gleich mal versuchen.
          Du hast mir sehr geholfen. Das war eine fertige IoBroker Version von Elzershark, der hat den falschen Ordner angelegt. Melde mich noch mal ob es geklappt hat.
          Danke nochmal!

          R 1 Reply Last reply Reply Quote 0
          • R
            RappiRN Most Active @Andreas Hochstöger last edited by

            @Andreas-Hochstöger sagte in js-controller 2.0 ab sofort im Latest Repo:

            Das war eine fertige IoBroker Version von Elzershark

            Da haben wir wieder das Problem! 😠
            Es gibt auch offizielle fertige ioBroker Images, die auch vorher von erfahrenen Usern getestet wurden und auch besser supportet werden können, weil bekannt ist, was da eingestellt wurde.
            Oben in der Forumleiste (jedenfalls bei mir!) ist ein Link zu (offiziellen!) Doku, vielleicht noch nicht vollständig, aber mit dem Wichtigsten versehen um ioBroker auf verschiedenen Wegen zu installieren.

            Enrico

            1 Reply Last reply Reply Quote 1
            • M
              Marty56 @apollon77 last edited by Marty56

              @apollon77 seltsam. Das Update vom Vis auf Version 1.2 hat funktioniert. in diesem Fall scheint npm also zu funktionieren.

              Update: Ich konnte den Bug mit Hilfe von
              https://github.com/epoberezkin/ajv/issues/601#issuecomment-488970199

              fixen.

              maurelian created this issue in epoberezkin/ajv

              closed npm install ends with "npm ERR! Cannot read property '0' of undefined" #601

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

                Hallo,
                eine Frage: Wenn ich iobroker auf den 2.0.35 anheben möchte, nehme ich die Befehle aus den ersten Post. Soweit klar. Mittlerweile wird aber auch für Node.js die 10.17.0 angeboten. Wird das dann gleich mit upgedated? Wollte eigentlich bei 10.16.3 bleiben bzw. das nicht alles gleich zusammen machen. Es geht um mein ProdSystem.

                J 1 Reply Last reply Reply Quote 0
                • J
                  Jan1 @opossum last edited by

                  @opossum
                  Zwei mal nein.

                  1. ist der 2.0.35 bereits im latest und wenn Du auf latest bist, dann kann man das js Update wie gewohnt machen.
                  2. Node wird mit nem System Update hochgezogen.
                  opossum BBTown 2 Replies Last reply Reply Quote 0
                  • opossum
                    opossum @Jan1 last edited by

                    @Jan1 sagte in js-controller 2.0 ab sofort im Latest Repo:

                    @opossum
                    Zwei mal nein.

                    1. ist der 2.0.35 bereits im latest und wenn Du auf latest bist, dann kann man das js Update wie gewohnt machen.
                    2. Node wird mit nem System Update hochgezogen.

                    Danke.

                    1 Reply Last reply Reply Quote 0
                    • BBTown
                      BBTown @Jan1 last edited by

                      @Jan1 sagte in js-controller 2.0 ab sofort im Latest Repo:

                      Node wird mit nem System Update hochgezogen.

                      Nur um Missverständnissen vorzubeugen.
                      Mit Systemupdate ist dann bspw. ein Umstieg von debian v9.x (Strecth) auf v10.x (Buster) gemeint

                      Ein Systemupdate in Form von apt update && apt ugrade -y aktualisiert node nicht von v8.x auf bspw. v10.x

                      J ostseereiter 2 Replies Last reply Reply Quote 0
                      • J
                        Jan1 @BBTown last edited by

                        @BBTown
                        Nicht ganz.
                        Das wäre ein einfaches Systemupdate

                        apt-get update && apt-get upgrade
                        

                        Das hat dann auch weniger mit Strech und Buster zu tun, da beide für sich noch gepflegt werden.
                        Es wird auch nur innerhalb der Node Version ein Update geben, sprich 8.* wird danach auch 8.* bleiben und nicht auf 10.* upgedatet.

                        BBTown 1 Reply Last reply Reply Quote 0
                        • BBTown
                          BBTown @Jan1 last edited by BBTown

                          @Jan1 sagte in js-controller 2.0 ab sofort im Latest Repo:

                          Es wird auch nur innerhalb der Node Version ein Update geben, sprich 8.* wird danach auch 8.* bleiben und nicht auf 10.* upgedatet

                          👆 darauf wollte ich hinaus.
                          Während ja ein Upgrade von debian v9.x auf debian v10.x automatisch auch ein Erhöhung auf node v10.x beinhaltet.

                          1 Reply Last reply Reply Quote 0
                          • ostseereiter
                            ostseereiter @BBTown last edited by

                            @BBTown sagte in js-controller 2.0 ab sofort im Latest Repo:

                            apt update && apt ugrade -y

                            Ich habe ein Debian 9 System kann man diesen Befehl gefahrlos machen oder wird Iobroker damit gegeben falls auch zerschossen. Ich lasse halt gerne nach einer Installation das System so wie es war aus Furcht das was nicht mehr funktioniert.

                            BBTown 1 Reply Last reply Reply Quote 0
                            • BBTown
                              BBTown @ostseereiter last edited by BBTown

                              @ostseereiter
                              Faustformel - vor jedwedem Update vorher ein Update Backup anlegen

                              Aber gundsätzlich kannst Du das jederzeit (gefahrlos?) machen

                              ostseereiter 1 Reply Last reply Reply Quote 0
                              • ostseereiter
                                ostseereiter @BBTown last edited by

                                @BBTown
                                Ok ich werde bei Gelegenheit ein Image der Festplatte anlegen und dann versuchen auch alles auf den neusten Stand zu bringen. danke

                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  Jan1 @ostseereiter last edited by

                                  @ostseereiter
                                  Man sollte sowieso sein Linux regelmäßig updaten, hatte damit noch nie ein Problem.

                                  ostseereiter BBTown 2 Replies Last reply Reply Quote 1
                                  • ostseereiter
                                    ostseereiter @Jan1 last edited by

                                    @Jan1 sagte in js-controller 2.0 ab sofort im Latest Repo:

                                    Man sollte sowieso sein Linux regelmäßig updaten, hatte damit noch nie ein Problem.

                                    oj

                                    1 Reply Last reply Reply Quote 0
                                    • BBTown
                                      BBTown @Jan1 last edited by BBTown

                                      @Jan1 sagte in js-controller 2.0 ab sofort im Latest Repo:

                                      @ostseereiter
                                      Man sollte sowieso sein Linux regelmäßig updaten, hatte damit noch nie ein Problem.

                                      ja, ich gehe sogar noch einen Schritt weiter.

                                      Die meisten Sicherheitslücken gibt es ja nicht mehr dadurch dass man attachments von fremden e-mails öffnet, sondern weil Sicherheitsllücken bestehen bleiben da Updates nicht eingespielt werden die diese schon lange geschlossen haben, das gilt ja genauso für aktuelle Firmware bei Routern usw.

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        msauer last edited by

                                        Hi...Ich wollte mal den compact mode ausprobieren. Habe mir dazu heute meine beiden Alexa2 instanzen ausgesucht und dachte, lass die mal zusammen unter einem Daemon laufen...Denkste.. Bekomme die nicht zusammen ans rennen:

                                        2019-10-23 12:33:51.565 - info: host.MSNUC-IOB stopInstance system.adapter.alexa2.0
                                        2019-10-23 12:33:51.570 - info: host.MSNUC-IOB stopInstance system.adapter.alexa2.0 send kill signal
                                        2019-10-23 12:33:51.573 - info: alexa2.0 (2204) Got terminate signal TERMINATE_YOURSELF
                                        2019-10-23 12:33:51.577 - info: alexa2.0 (2204) terminating
                                        2019-10-23 12:33:51.578 - info: alexa2.0 (2204) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                                        2019-10-23 12:33:52.264 - info: host.MSNUC-IOB instance system.adapter.alexa2.0 terminated with code 156 (156)
                                        2019-10-23 12:33:52.570 - info: cloud.1 (2174) Trying to connect as system.user.admin
                                        2019-10-23 12:33:52.655 - info: cloud.1 (2174) Connection changed: connect
                                        2019-10-23 12:33:54.074 - info: host.MSNUC-IOB start controller for compactgroup 1
                                        2019-10-23 12:33:54.082 - info: host.MSNUC-IOB instance system.adapter.alexa2.0 is handled by compact group controller pid 3600
                                        2019-10-23 12:33:54.887 - info: host.MSNUC-IOB.compactgroup1 iobroker.js-controller version 2.0.35 js-controller starting
                                        2019-10-23 12:33:55.002 - info: host.MSNUC-IOB.compactgroup1 connected to Objects and States
                                        2019-10-23 12:33:55.618 - info: host.MSNUC-IOB.compactgroup1 starting 1 instance
                                        2019-10-23 12:33:55.855 - info: host.MSNUC-IOB.compactgroup1 instance system.adapter.alexa2.0 started in COMPACT mode
                                        2019-10-23 12:33:56.116 - info: alexa2.0 (COMPACT) starting. Version 2.6.4 in /opt/iobroker/node_modules/iobroker.alexa2, node: v10.16.3
                                        2019-10-23 12:34:00.318 - info: host.MSNUC-IOB stopInstance system.adapter.alexa2.1
                                        2019-10-23 12:34:00.322 - info: host.MSNUC-IOB stopInstance system.adapter.alexa2.1 send kill signal
                                        2019-10-23 12:34:00.325 - info: alexa2.1 (902) Got terminate signal TERMINATE_YOURSELF
                                        2019-10-23 12:34:00.329 - info: alexa2.1 (902) terminating
                                        2019-10-23 12:34:00.330 - info: alexa2.1 (902) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                                        2019-10-23 12:34:00.745 - info: alexa2.0 (COMPACT) Alexa-Push-Connection established. Disable Polling
                                        2019-10-23 12:34:01.415 - info: host.MSNUC-IOB instance system.adapter.alexa2.1 terminated with code 156 (156)
                                        2019-10-23 12:34:02.826 - info: host.MSNUC-IOB instance system.adapter.alexa2.1 is handled by compact group controller pid 3600
                                        2019-10-23 12:34:02.840 - info: host.MSNUC-IOB.compactgroup1 instance system.adapter.alexa2.1 started in COMPACT mode
                                        2019-10-23 12:34:02.848 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.0
                                        2019-10-23 12:34:02.859 - error: alexa2.0 (COMPACT) uncaught exception: Cannot read property 'extendObject' of undefined
                                        2019-10-23 12:34:02.861 - error: alexa2.1 (COMPACT) uncaught exception: Cannot read property 'extendObject' of undefined
                                        2019-10-23 12:34:02.849 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.1
                                        2019-10-23 12:34:02.859 - error: alexa2.0 (COMPACT) TypeError: Cannot read property 'extendObject' of undefined
                                        at Adapter.extendObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:1794:30)
                                        at adapter.getObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:299:25)
                                        at client.(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:62808)
                                        at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                        at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                        at process._tickCallback (internal/process/next_tick.js:68:7)
                                        2019-10-23 12:34:02.862 - error: alexa2.1 (COMPACT) TypeError: Cannot read property 'extendObject' of undefined
                                        at Adapter.extendObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:1794:30)
                                        at adapter.getObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:299:25)
                                        at client.(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:62808)
                                        at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                        at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                        at process._tickCallback (internal/process/next_tick.js:68:7)
                                        2019-10-23 12:34:02.867 - info: alexa2.0 (COMPACT) terminating
                                        2019-10-23 12:34:02.871 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.0 send kill signal
                                        2019-10-23 12:34:02.868 - info: alexa2.0 (COMPACT) Terminated (NO_ERROR): Without reason
                                        2019-10-23 12:34:02.872 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.1 send kill signal
                                        2019-10-23 12:34:02.875 - info: alexa2.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF
                                        2019-10-23 12:34:03.008 - info: alexa2.1 (COMPACT) starting. Version 2.6.4 in /opt/iobroker/node_modules/iobroker.alexa2, node: v10.16.3
                                        2019-10-23 12:34:03.123 - info: alexa2.1 (COMPACT) Proxy IP not set, use first network interface (192.168.0.13) instead
                                        2019-10-23 12:34:03.364 - info: alexa2.0 (COMPACT) terminating
                                        2019-10-23 12:34:03.499 - info: host.MSNUC-IOB.compactgroup1 instance system.adapter.alexa2.0 terminated with code 0 (NO_ERROR)
                                        2019-10-23 12:34:03.863 - warn: alexa2.1 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                        2019-10-23 12:34:03.873 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.1 killing pid undefined
                                        2019-10-23 12:34:04.363 - info: alexa2.0 (COMPACT) terminating with timeout
                                        2019-10-23 12:34:04.401 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.0
                                        2019-10-23 12:34:04.403 - warn: alexa2.1 (COMPACT) Exception: TypeError: Cannot read property 'commandSupport' of undefined
                                        2019-10-23 12:34:04.405 - error: alexa2.0 (COMPACT) uncaught exception: Cannot read property 'commandSupport' of undefined
                                        2019-10-23 12:34:04.402 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.1
                                        2019-10-23 12:34:04.407 - error: alexa2.1 (COMPACT) uncaught exception: Cannot read property 'commandSupport' of undefined
                                        2019-10-23 12:34:04.408 - error: alexa2.1 (COMPACT) TypeError: Cannot read property 'commandSupport' of undefined
                                        at createBluetoothStates (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1756:88)
                                        at Object.keys.forEach (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1779:13)
                                        at Array.forEach ()
                                        at alexa.initBluetoothState (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1775:42)
                                        at getBluetooth (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:317:29)
                                        at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:752:58)
                                        at IncomingMessage.emit (events.js:203:15)
                                        at endReadableNT (_stream_readable.js:1145:12)
                                        at process._tickCallback (internal/process/next_tick.js:63:19)
                                        2019-10-23 12:34:04.406 - error: alexa2.0 (COMPACT) TypeError: Cannot read property 'commandSupport' of undefined
                                        at createBluetoothStates (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1756:88)
                                        at Object.keys.forEach (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1779:13)
                                        at Array.forEach ()
                                        at alexa.initBluetoothState (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1775:42)
                                        at getBluetooth (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:317:29)
                                        at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:752:58)
                                        at IncomingMessage.emit (events.js:203:15)
                                        at endReadableNT (_stream_readable.js:1145:12)
                                        at process._tickCallback (internal/process/next_tick.js:63:19)
                                        2019-10-23 12:34:04.491 - info: host.MSNUC-IOB.compactgroup1 instance system.adapter.alexa2.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                        2019-10-23 12:34:04.492 - info: host.MSNUC-IOB.compactgroup1 All instances are stopped.
                                        2019-10-23 12:34:04.495 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.1 send kill signal
                                        2019-10-23 12:34:04.506 - info: host.MSNUC-IOB.compactgroup1 terminated
                                        2019-10-23 12:34:04.602 - info: host.MSNUC-IOB.compactgroup1 terminated
                                        2019-10-23 12:34:05.531 - error: host.MSNUC-IOB Caught by controller[0]: TypeError: Cannot read property 'extendObject' of undefined
                                        2019-10-23 12:34:05.531 - error: host.MSNUC-IOB Caught by controller[0]: at Adapter.extendObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:1794:30)
                                        2019-10-23 12:34:05.532 - error: host.MSNUC-IOB Caught by controller[0]: at adapter.getObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:299:25)
                                        2019-10-23 12:34:05.533 - error: host.MSNUC-IOB Caught by controller[0]: at client.(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:62808)
                                        2019-10-23 12:34:05.533 - error: host.MSNUC-IOB Caught by controller[0]: at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                        2019-10-23 12:34:05.534 - error: host.MSNUC-IOB Caught by controller[0]: at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                        2019-10-23 12:34:05.535 - error: host.MSNUC-IOB Caught by controller[0]: at process._tickCallback (internal/process/next_tick.js:68:7)
                                        2019-10-23 12:34:05.536 - error: host.MSNUC-IOB Caught by controller[1]: TypeError: Cannot read property 'extendObject' of undefined
                                        2019-10-23 12:34:05.536 - error: host.MSNUC-IOB Caught by controller[1]: at Adapter.extendObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:1794:30)
                                        2019-10-23 12:34:05.537 - error: host.MSNUC-IOB Caught by controller[1]: at adapter.getObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:299:25)
                                        2019-10-23 12:34:05.537 - error: host.MSNUC-IOB Caught by controller[1]: at client.(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:62808)
                                        2019-10-23 12:34:05.538 - error: host.MSNUC-IOB Caught by controller[1]: at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                        2019-10-23 12:34:05.538 - error: host.MSNUC-IOB Caught by controller[1]: at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                        2019-10-23 12:34:05.539 - error: host.MSNUC-IOB Caught by controller[1]: at process._tickCallback (internal/process/next_tick.js:68:7)
                                        2019-10-23 12:34:05.540 - error: host.MSNUC-IOB Caught by controller[2]: TypeError: Cannot read property 'commandSupport' of undefined
                                        2019-10-23 12:34:05.540 - error: host.MSNUC-IOB Caught by controller[2]: at createBluetoothStates (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1756:88)
                                        2019-10-23 12:34:05.541 - error: host.MSNUC-IOB Caught by controller[2]: at Object.keys.forEach (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1779:13)
                                        2019-10-23 12:34:05.541 - error: host.MSNUC-IOB Caught by controller[2]: at Array.forEach ()
                                        2019-10-23 12:34:05.542 - error: host.MSNUC-IOB Caught by controller[2]: at alexa.initBluetoothState (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1775:42)
                                        2019-10-23 12:34:05.543 - error: host.MSNUC-IOB Caught by controller[2]: at getBluetooth (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:317:29)
                                        2019-10-23 12:34:05.543 - error: host.MSNUC-IOB Caught by controller[2]: at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:752:58)
                                        2019-10-23 12:34:05.544 - error: host.MSNUC-IOB Caught by controller[2]: at IncomingMessage.emit (events.js:203:15)
                                        2019-10-23 12:34:05.545 - error: host.MSNUC-IOB Caught by controller[2]: at endReadableNT (_stream_readable.js:1145:12)
                                        2019-10-23 12:34:05.546 - error: host.MSNUC-IOB Caught by controller[2]: at process._tickCallback (internal/process/next_tick.js:63:19)
                                        2019-10-23 12:34:05.548 - error: host.MSNUC-IOB Caught by controller[3]: TypeError: Cannot read property 'commandSupport' of undefined
                                        2019-10-23 12:34:05.549 - error: host.MSNUC-IOB Caught by controller[3]: at createBluetoothStates (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1756:88)
                                        2019-10-23 12:34:05.549 - error: host.MSNUC-IOB Caught by controller[3]: at Object.keys.forEach (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1779:13)
                                        2019-10-23 12:34:05.549 - error: host.MSNUC-IOB Caught by controller[3]: at Array.forEach ()
                                        2019-10-23 12:34:05.550 - error: host.MSNUC-IOB Caught by controller[3]: at alexa.initBluetoothState (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1775:42)
                                        2019-10-23 12:34:05.550 - error: host.MSNUC-IOB Caught by controller[3]: at getBluetooth (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:317:29)
                                        2019-10-23 12:34:05.550 - error: host.MSNUC-IOB Caught by controller[3]: at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:752:58)
                                        2019-10-23 12:34:05.550 - error: host.MSNUC-IOB Caught by controller[3]: at IncomingMessage.emit (events.js:203:15)
                                        2019-10-23 12:34:05.551 - error: host.MSNUC-IOB Caught by controller[3]: at endReadableNT (_stream_readable.js:1145:12)
                                        2019-10-23 12:34:05.551 - error: host.MSNUC-IOB Caught by controller[3]: at process._tickCallback (internal/process/next_tick.js:63:19)
                                        2019-10-23 12:34:05.551 - info: host.MSNUC-IOB Restart compact group controller 1
                                        2019-10-23 12:34:35.554 - info: host.MSNUC-IOB start controller for compactgroup 1
                                        2019-10-23 12:34:35.572 - info: host.MSNUC-IOB instance system.adapter.alexa2.0 is handled by compact group controller pid 4450
                                        2019-10-23 12:34:35.574 - info: host.MSNUC-IOB instance system.adapter.alexa2.1 is handled by compact group controller pid 4450
                                        2019-10-23 12:34:36.508 - info: host.MSNUC-IOB.compactgroup1 iobroker.js-controller version 2.0.35 js-controller starting
                                        2019-10-23 12:34:36.643 - info: host.MSNUC-IOB.compactgroup1 connected to Objects and States
                                        2019-10-23 12:34:37.249 - info: host.MSNUC-IOB.compactgroup1 starting 2 instances
                                        2019-10-23 12:34:37.483 - info: host.MSNUC-IOB.compactgroup1 instance system.adapter.alexa2.1 started in COMPACT mode
                                        2019-10-23 12:34:37.703 - info: alexa2.1 (COMPACT) starting. Version 2.6.4 in /opt/iobroker/node_modules/iobroker.alexa2, node: v10.16.3
                                        2019-10-23 12:34:37.842 - info: alexa2.1 (COMPACT) Proxy IP not set, use first network interface (192.168.0.13) instead
                                        2019-10-23 12:34:41.072 - info: alexa2.1 (COMPACT) Alexa-Push-Connection established. Disable Polling
                                        2019-10-23 12:34:41.273 - info: host.MSNUC-IOB.compactgroup1 instance system.adapter.alexa2.0 started in COMPACT mode
                                        2019-10-23 12:34:41.283 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.1
                                        2019-10-23 12:34:41.294 - error: alexa2.1 (COMPACT) uncaught exception: Cannot read property 'getObject' of undefined
                                        2019-10-23 12:34:41.297 - error: alexa2.0 (COMPACT) uncaught exception: Cannot read property 'getObject' of undefined
                                        2019-10-23 12:34:41.284 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.0
                                        2019-10-23 12:34:41.295 - error: alexa2.1 (COMPACT) TypeError: Cannot read property 'getObject' of undefined
                                        at Adapter.getObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:1957:26)
                                        at handleObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:297:17)
                                        at processObjectQueue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:327:5)
                                        at handleObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:328:16)
                                        at handleValue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:301:44)
                                        at handleValue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:318:32)
                                        at adapter.extendObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:300:21)
                                        at (anonymous function).(anonymous function)._0x5e9959 (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:93449)
                                        at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                        at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                        2019-10-23 12:34:41.298 - error: alexa2.0 (COMPACT) TypeError: Cannot read property 'getObject' of undefined
                                        at Adapter.getObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:1957:26)
                                        at handleObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:297:17)
                                        at processObjectQueue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:327:5)
                                        at handleObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:328:16)
                                        at handleValue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:301:44)
                                        at handleValue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:318:32)
                                        at adapter.extendObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:300:21)
                                        at (anonymous function).(anonymous function)._0x5e9959 (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:93449)
                                        at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                        at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                        2019-10-23 12:34:41.306 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.1 send kill signal
                                        2019-10-23 12:34:41.307 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.0 send kill signal
                                        2019-10-23 12:34:41.316 - info: alexa2.1 (COMPACT) terminating
                                        2019-10-23 12:34:41.317 - info: alexa2.1 (COMPACT) Terminated (NO_ERROR): Without reason
                                        2019-10-23 12:34:41.320 - info: alexa2.1 (COMPACT) Got terminate signal TERMINATE_YOURSELF
                                        2019-10-23 12:34:41.461 - info: alexa2.0 (COMPACT) starting. Version 2.6.4 in /opt/iobroker/node_modules/iobroker.alexa2, node: v10.16.3
                                        2019-10-23 12:34:41.801 - info: alexa2.1 (COMPACT) terminating
                                        2019-10-23 12:34:41.948 - info: host.MSNUC-IOB.compactgroup1 instance system.adapter.alexa2.1 terminated with code 0 (NO_ERROR)
                                        2019-10-23 12:34:42.298 - warn: alexa2.0 (COMPACT) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                        2019-10-23 12:34:42.316 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.0 killing pid undefined
                                        2019-10-23 12:34:42.798 - info: alexa2.1 (COMPACT) terminating with timeout
                                        2019-10-23 12:34:42.913 - info: host.MSNUC-IOB.compactgroup1 instance system.adapter.alexa2.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                        2019-10-23 12:34:42.914 - info: host.MSNUC-IOB.compactgroup1 All instances are stopped.
                                        2019-10-23 12:34:42.959 - info: host.MSNUC-IOB.compactgroup1 terminated
                                        2019-10-23 12:34:43.973 - error: host.MSNUC-IOB Caught by controller[0]: TypeError: Cannot read property 'getObject' of undefined
                                        2019-10-23 12:34:43.974 - error: host.MSNUC-IOB Caught by controller[0]: at Adapter.getObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:1957:26)
                                        2019-10-23 12:34:43.974 - error: host.MSNUC-IOB Caught by controller[0]: at handleObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:297:17)
                                        2019-10-23 12:34:43.974 - error: host.MSNUC-IOB Caught by controller[0]: at processObjectQueue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:327:5)
                                        2019-10-23 12:34:43.975 - error: host.MSNUC-IOB Caught by controller[0]: at handleObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:328:16)
                                        2019-10-23 12:34:43.975 - error: host.MSNUC-IOB Caught by controller[0]: at handleValue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:301:44)
                                        2019-10-23 12:34:43.975 - error: host.MSNUC-IOB Caught by controller[0]: at handleValue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:318:32)
                                        2019-10-23 12:34:43.976 - error: host.MSNUC-IOB Caught by controller[0]: at adapter.extendObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:300:21)
                                        2019-10-23 12:34:43.976 - error: host.MSNUC-IOB Caught by controller[0]: at (anonymous function).(anonymous function)._0x5e9959 (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:93449)
                                        2019-10-23 12:34:43.976 - error: host.MSNUC-IOB Caught by controller[0]: at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                        2019-10-23 12:34:43.977 - error: host.MSNUC-IOB Caught by controller[0]: at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                        2019-10-23 12:34:43.977 - error: host.MSNUC-IOB Caught by controller[1]: TypeError: Cannot read property 'getObject' of undefined
                                        2019-10-23 12:34:43.977 - error: host.MSNUC-IOB Caught by controller[1]: at Adapter.getObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:1957:26)
                                        2019-10-23 12:34:43.978 - error: host.MSNUC-IOB Caught by controller[1]: at handleObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:297:17)
                                        2019-10-23 12:34:43.978 - error: host.MSNUC-IOB Caught by controller[1]: at processObjectQueue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:327:5)
                                        2019-10-23 12:34:43.979 - error: host.MSNUC-IOB Caught by controller[1]: at handleObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:328:16)
                                        2019-10-23 12:34:43.979 - error: host.MSNUC-IOB Caught by controller[1]: at handleValue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:301:44)
                                        2019-10-23 12:34:43.980 - error: host.MSNUC-IOB Caught by controller[1]: at handleValue (/opt/iobroker/node_modules/iobroker.alexa2/main.js:318:32)
                                        2019-10-23 12:34:43.980 - error: host.MSNUC-IOB Caught by controller[1]: at adapter.extendObject (/opt/iobroker/node_modules/iobroker.alexa2/main.js:300:21)
                                        2019-10-23 12:34:43.981 - error: host.MSNUC-IOB Caught by controller[1]: at (anonymous function).(anonymous function)._0x5e9959 (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:93449)
                                        2019-10-23 12:34:43.981 - error: host.MSNUC-IOB Caught by controller[1]: at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                        2019-10-23 12:34:43.982 - error: host.MSNUC-IOB Caught by controller[1]: at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                        2019-10-23 12:34:43.982 - info: host.MSNUC-IOB Restart compact group controller 1
                                        2019-10-23 12:34:56.222 - info: host.MSNUC-IOB "system.adapter.alexa2.0" disabled
                                        2019-10-23 12:34:56.883 - info: host.MSNUC-IOB "system.adapter.alexa2.1" disabled
                                        2019-10-23 12:35:00.018 - info: host.MSNUC-IOB instance system.adapter.luftdaten.0 started with pid 4958
                                        2019-10-23 12:35:05.926 - info: host.MSNUC-IOB "system.adapter.alexa2.0" enabled
                                        2019-10-23 12:35:05.930 - info: host.MSNUC-IOB start controller for compactgroup 1
                                        2019-10-23 12:35:05.936 - info: host.MSNUC-IOB instance system.adapter.alexa2.0 is handled by compact group controller pid 5130
                                        2019-10-23 12:35:06.756 - info: host.MSNUC-IOB.compactgroup1 iobroker.js-controller version 2.0.35 js-controller starting
                                        2019-10-23 12:35:06.875 - info: host.MSNUC-IOB.compactgroup1 connected to Objects and States
                                        2019-10-23 12:35:07.464 - info: host.MSNUC-IOB.compactgroup1 starting 1 instance
                                        2019-10-23 12:35:07.687 - info: host.MSNUC-IOB.compactgroup1 instance system.adapter.alexa2.0 started in COMPACT mode
                                        2019-10-23 12:35:07.926 - info: alexa2.0 (COMPACT) starting. Version 2.6.4 in /opt/iobroker/node_modules/iobroker.alexa2, node: v10.16.3
                                        2019-10-23 12:35:12.087 - info: host.MSNUC-IOB instance system.adapter.luftdaten.0 terminated with code 0 (NO_ERROR)
                                        2019-10-23 12:35:13.245 - info: alexa2.0 (COMPACT) Alexa-Push-Connection established. Disable Polling
                                        2019-10-23 12:35:21.007 - info: host.MSNUC-IOB.compactgroup1 "system.adapter.alexa2.1" enabled
                                        2019-10-23 12:35:21.010 - info: host.MSNUC-IOB "system.adapter.alexa2.1" enabled
                                        2019-10-23 12:35:21.014 - info: host.MSNUC-IOB stopInstance system.adapter.alexa2.1
                                        2019-10-23 12:35:21.037 - info: host.MSNUC-IOB.compactgroup1 instance system.adapter.alexa2.1 started in COMPACT mode
                                        2019-10-23 12:35:21.055 - error: alexa2.0 (COMPACT) uncaught exception: adapter.setState is not a function
                                        2019-10-23 12:35:21.059 - error: alexa2.1 (COMPACT) uncaught exception: adapter.setState is not a function
                                        2019-10-23 12:35:21.045 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.1
                                        2019-10-23 12:35:21.046 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.0
                                        2019-10-23 12:35:21.060 - error: alexa2.1 (COMPACT) TypeError: adapter.setState is not a function
                                        at alexa.getMedia (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1941:25)
                                        at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:752:58)
                                        at IncomingMessage.emit (events.js:203:15)
                                        at endReadableNT (_stream_readable.js:1145:12)
                                        at process._tickCallback (internal/process/next_tick.js:63:19)
                                        2019-10-23 12:35:21.056 - error: alexa2.0 (COMPACT) TypeError: adapter.setState is not a function
                                        at alexa.getMedia (/opt/iobroker/node_modules/iobroker.alexa2/main.js:1941:25)
                                        at IncomingMessage.res.on (/opt/iobroker/node_modules/iobroker.alexa2/node_modules/alexa-remote2/alexa-remote.js:752:58)
                                        at IncomingMessage.emit (events.js:203:15)
                                        at endReadableNT (_stream_readable.js:1145:12)
                                        at process._tickCallback (internal/process/next_tick.js:63:19)
                                        2019-10-23 12:35:21.082 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.1 send kill signal
                                        2019-10-23 12:35:21.083 - info: host.MSNUC-IOB.compactgroup1 stopInstance system.adapter.alexa2.0 send kill signal
                                        2019-10-23 12:35:21.089 - info: alexa2.0 (COMPACT) terminating
                                        2019-10-23 12:35:21.090 - info: alexa2.0 (COMPACT) Terminated (NO_ERROR): Without reason
                                        2019-10-23 12:35:21.092 - info: alexa2.0 (COMPACT) Got terminate signal TERMINATE_YOURSELF
                                        2019-10-23 12:35:21.233 - info: alexa2.1 (COMPACT) starting. Version 2.6.4 in /opt/iobroker/node_modules/iobroker.alexa2, node: v10.16.3
                                        2019-10-23 12:35:21.358 - info: alexa2.1 (COMPACT) Proxy IP not set, use first network interface (192.168.0.13) instead
                                        2019-10-23 12:35:21.567 - info: alexa2.0 (COMPACT) terminating
                                        

                                        Gibt es Einschränkungen, wenn in einer Gruppe mehrere Instanzen des gleichen Typs laufen?

                                        PS: Hatte das gestern schon mal mit meinen beiden hm-rpc instanzen versucht...Da hab ich allerdings keine Logfiles, weil ich den Snapshot zurückgespielt hatte.

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

                                          @msauer An der Stelle kann das gut sein. Compact Mode wurde mal von einem Dev beigesteuert, ich habe es aber noch nicht tief getestet. Bitte issue anlegen, compact mode deaktivieren. 🙂 Muss ich prüfen und fixen.

                                          sigi234 1 Reply Last reply Reply Quote 0
                                          • sigi234
                                            sigi234 Forum Testing Most Active @apollon77 last edited by

                                            @apollon77 sagte in js-controller 2.0 ab sofort im Latest Repo: compact mode deaktivieren.

                                            Wie aktiviere ich den eigentlich?

                                            BBTown 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

                                            969
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller
                                            89
                                            1052
                                            282230
                                            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