Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Alpha Test js-controller Kiera (v6.0)

    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

    Alpha Test js-controller Kiera (v6.0)

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

      @foxriver76 said in Alpha Test js-controller Kiera (v6.0):

      Dann müsste diese auch angepasst werden von uns für die ESM Thematik.

      Ja, in die Richtung hab ich auch schon überlegt. Der Service wird so angelegt:

      const svc = new Service({
          name: process.env.iobServiceName ? process.env.iobServiceName : 'ioBroker',
          description: 'ioBroker service.',
          script: require('path').join(__dirname, 'controller.js'),
          env: {
              name: 'NODE_ENV',
              value: 'production'
          }
      });
      

      Und controller.js liegt tatsächlich im Inst. Root und lautet

      'use strict';
      require('./node_modules/iobroker.js-controller/controller.js');
      
      foxriver76 1 Reply Last reply Reply Quote 0
      • foxriver76
        foxriver76 Developer @Gaspode last edited by

        @gaspode Hm okay die required dann wiederum die vom Controller. Die müsste jetzt eigentlich das require durch import ersetzen. Was passiert wenn du mal hart editierst und das require durch import ersetzt?

        Gaspode 1 Reply Last reply Reply Quote 1
        • Gaspode
          Gaspode @foxriver76 last edited by

          @foxriver76 said in Alpha Test js-controller Kiera (v6.0):

          Was passiert wenn du mal hart editierst und das require durch import ersetzt?

          Läuft.

          Die Datei kommt übrigens von hier:
          https://github.com/ioBroker/ioBroker/blob/master/install/windows/controller.js
          Sie wird vom Windows Installationsscript im Installationsverlauf dort hin kopiert.

          foxriver76 1 Reply Last reply Reply Quote 0
          • foxriver76
            foxriver76 Developer @Gaspode last edited by

            @gaspode Top, danke für das Feedback.

            M Thomas Braun 2 Replies Last reply Reply Quote 0
            • Feuersturm
              Feuersturm @foxriver76 last edited by Feuersturm

              @foxriver76 Hi, update auf js-controller 6.0.1-alpha.0-20240522-6037ce8ae war erfolgreich. Admin startet jetzt auch wieder.
              Hier ein paar Auffälligkeiten aus dem Log. Das System ist ein Master Slave Testsystem.

              ical.0 Instanz ist nicht aktiv, ical.5 instanz ist aktiv. Im log kommt folgendes:

              2024-05-22 17:25:58.654 - error: ical.0 (1392) adapter disabled
              2024-05-22 17:25:59.316 - warn: ical.0 (1392) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
              2024-05-22 17:25:59.710 - info: hm-rega.0 (1325) starting. Version 4.0.0 in /opt/iobroker/node_modules/iobroker.hm-rega, node: v18.20.3, js-controller: 6.0.1-alpha.0-20240522-6037ce8ae
              2024-05-22 17:25:59.814 - info: host.ioBrokerTestsystem instance system.adapter.unifi.0 started with pid 1447
              2024-05-22 17:26:00.086 - info: hm-rpc.0 (1332) xmlrpc server is trying to listen on 192.168.178.77:2010
              2024-05-22 17:26:00.100 - info: hue.0 (1370) starting. Version 3.11.0 in /opt/iobroker/node_modules/iobroker.hue, node: v18.20.3, js-controller: 6.0.1-alpha.0-20240522-6037ce8ae
              2024-05-22 17:26:00.094 - info: hm-rpc.0 (1332) xmlrpc client is trying to connect to 192.168.178.84:2010/ with ["http://192.168.178.77:2010","ioBrokerTestsystem:hm-rpc.0:713ad579999f65d7863c7adac62c5e63"]
              2024-05-22 17:26:00.403 - info: hm-rpc.0 (1332) Connected
              2024-05-22 17:26:00.422 - info: hm-rpc.0 (1332) xmlrpc <- listDevices ["ioBrokerTestsystem:hm-rpc.0:713ad579999f65d7863c7adac62c5e63"]
              2024-05-22 17:26:00.684 - error: host.ioBrokerTestsystem instance system.adapter.ical.5 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
              
              2024-05-22 17:26:31.595 - info: host.ioBrokerTestsystem instance system.adapter.vis-inventwo.0 started with pid 1570
              2024-05-22 17:26:31.674 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
              2024-05-22 17:26:31.677 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
              2024-05-22 17:26:31.690 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
              2024-05-22 17:26:31.693 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
              2024-05-22 17:26:31.695 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
              2024-05-22 17:26:31.709 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:126:18)
              2024-05-22 17:26:31.711 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
              2024-05-22 17:26:31.714 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
              2024-05-22 17:26:31.717 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
              2024-05-22 17:26:31.729 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
              2024-05-22 17:26:31.732 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
              2024-05-22 17:26:31.746 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
              2024-05-22 17:26:31.750 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/index.js:19:27)
              2024-05-22 17:26:31.752 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
              2024-05-22 17:26:31.764 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
              2024-05-22 17:26:31.779 - info: host.ioBrokerTestsystem instance system.adapter.vis-google-fonts.0 terminated while should be started once
              2024-05-22 17:26:35.580 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
              2024-05-22 17:26:35.584 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
              2024-05-22 17:26:35.587 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
              2024-05-22 17:26:35.589 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
              2024-05-22 17:26:35.592 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
              2024-05-22 17:26:35.595 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:126:18)
              2024-05-22 17:26:35.597 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
              2024-05-22 17:26:35.600 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
              2024-05-22 17:26:35.603 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
              2024-05-22 17:26:35.606 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
              2024-05-22 17:26:35.609 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
              2024-05-22 17:26:35.612 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
              2024-05-22 17:26:35.615 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/index.js:19:27)
              2024-05-22 17:26:35.618 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
              2024-05-22 17:26:35.621 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
              2024-05-22 17:26:35.624 - error: host.ioBrokerTestsystem instance system.adapter.vis-inventwo.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
              2024-05-22 17:26:35.627 - info: host.ioBrokerTestsystem Restart adapter system.adapter.vis-inventwo.0 because enabled
              2024-05-22 17:26:40.521 - info: vis-2.0 (1533) starting. Version 2.9.63 in /opt/iobroker/node_modules/iobroker.vis-2, node: v18.20.3, js-controller: 6.0.1-alpha.0-20240522-6037ce8ae
              2024-05-22 17:26:40.715 - info: host.ioBrokerTestsystem instance system.adapter.web.0 started with pid 1604
              
              2024-05-22 17:26:55.563 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
              2024-05-22 17:26:55.569 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
              2024-05-22 17:26:55.578 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
              2024-05-22 17:26:55.581 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
              2024-05-22 17:26:55.585 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
              2024-05-22 17:26:55.596 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:126:18)
              2024-05-22 17:26:55.599 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
              2024-05-22 17:26:55.601 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
              2024-05-22 17:26:55.604 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
              2024-05-22 17:26:55.606 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
              2024-05-22 17:26:55.608 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
              2024-05-22 17:26:55.611 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
              2024-05-22 17:26:55.613 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/index.js:19:27)
              2024-05-22 17:26:55.615 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
              2024-05-22 17:26:55.618 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
              2024-05-22 17:26:55.621 - error: host.ioBrokerTestsystem instance system.adapter.device-manager.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
              2024-05-22 17:26:55.624 - info: host.ioBrokerTestsystem Restart adapter system.adapter.device-manager.0 because enabled
              

              discovery.0 läuft auf dem Slave, welcher noch auf js-controller 5.0.19 läuft
              discovery.1 läuft auf dem Master mit js-controller 6.x

              2024-05-22 17:26:59.372 - error: discovery.0 (1639) discovery.0 invalid process id scenario 8047 vs. own ID 1639. Stopping
              2024-05-22 17:26:59.410 - info: discovery.0 (1639) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2024-05-22 17:27:00.196 - info: host.ioBrokerTestsystem instance system.adapter.discovery.1 terminated by request of the instance itself and will not be restarted, before user restarts it.
              2024-05-22 17:27:00.200 - info: host.ioBrokerTestsystem Do not restart adapter system.adapter.discovery.1 because desired by instance
              
              2024-05-22 17:28:00.478 - info: host.ioBrokerTestsystem instance system.adapter.device-manager.0 started with pid 1705
              2024-05-22 17:28:03.644 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
              2024-05-22 17:28:03.654 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
              2024-05-22 17:28:03.657 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
              2024-05-22 17:28:03.660 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
              2024-05-22 17:28:03.663 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
              2024-05-22 17:28:03.666 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:126:18)
              2024-05-22 17:28:03.669 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
              2024-05-22 17:28:03.684 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
              2024-05-22 17:28:03.687 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
              2024-05-22 17:28:03.690 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
              2024-05-22 17:28:03.705 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
              2024-05-22 17:28:03.708 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
              2024-05-22 17:28:03.711 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/index.js:19:27)
              2024-05-22 17:28:03.714 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
              2024-05-22 17:28:03.717 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
              2024-05-22 17:28:03.720 - error: host.ioBrokerTestsystem instance system.adapter.device-manager.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
              2024-05-22 17:28:03.724 - info: host.ioBrokerTestsystem Restart adapter system.adapter.device-manager.0 because enabled
              
              1 Reply Last reply Reply Quote 0
              • M
                mrjeschke @foxriver76 last edited by

                @foxriver76

                Adapter kann ich nur über cli installieren/updaten.
                Sonst läuft es erstmal.

                2024-05-22 18:05:51.070 - error: host.iobalpha iobroker node:internal/modules/cjs/loader:1148 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/build/iobroker.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15) at Module._load (node:internal/modules/cjs/loader:986:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) at node:internal/main/run_main_module:28:49 { code: 'MODULE_NOT_FOUND', requireStack: []}
                2024-05-22 18:05:51.075 - error: host.iobalpha iobroker Node.js v20.13.1
                
                foxriver76 1 Reply Last reply Reply Quote 0
                • foxriver76
                  foxriver76 Developer @mrjeschke last edited by

                  @mrjeschke Diese Meldung kommt wann genau?

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    mrjeschke @foxriver76 last edited by

                    @foxriver76
                    Wenn ich über das webinterface installieren / updaten will.

                    foxriver76 1 Reply Last reply Reply Quote 0
                    • foxriver76
                      foxriver76 Developer @mrjeschke last edited by

                      @mrjeschke K kann ich nachstellen danke.

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

                        @foxriver76

                        Bei mir gibt es noch Trouble:

                        2024-05-22 18:39:02.278  - info: ble.0 (45213) starting. Version 0.14.0 in /opt/iobroker/node_modules/iobroker.ble, node: v20.13.1, js-controller: 6.0.1-alpha.0-20240522-6037ce8ae
                        2024-05-22 18:39:02.357  - info: ble.0 (45213) loaded plugins: Xiaomi, mi-flora, ruuvi-tag, BTHome, _default
                        2024-05-22 18:39:02.359  - info: ble.0 (45213) enabled plugins: _default
                        2024-05-22 18:39:02.360  - info: ble.0 (45213) monitored services: 
                        2024-05-22 18:39:02.431  - info: ble.0 (45213) starting scanner process...
                        2024-05-22 18:39:02.797  - error: ble.0 (45213) Cannot find module '../build/Release/bluetooth_hci_socket.node'
                        Require stack:
                        - /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket/lib/native.js
                        - /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket/index.js
                        - /opt/iobroker/node_modules/@abandonware/noble/lib/hci-socket/hci.js
                        - /opt/iobroker/node_modules/@abandonware/noble/lib/hci-socket/bindings.js
                        - /opt/iobroker/node_modules/@abandonware/noble/lib/resolve-bindings.js
                        - /opt/iobroker/node_modules/@abandonware/noble/with-custom-binding.js
                        - /opt/iobroker/node_modules/@abandonware/noble/index.js
                        - /opt/iobroker/node_modules/iobroker.ble/build/scanProcess.js
                        2024-05-22 18:39:03.085  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.drops-weather/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 18:39:03.086  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 18:39:03.086  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 18:39:03.086  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 18:39:03.086  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.drops-weather/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 18:39:03.087  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.drops-weather/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 18:39:03.087  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 18:39:03.087  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 18:39:03.087  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 18:39:03.088  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 18:39:03.088  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 18:39:03.088  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 18:39:03.088  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.drops-weather/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 18:39:03.089  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 18:39:03.089  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 18:39:03.089  - error: host.chet instance system.adapter.drops-weather.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 18:39:07.656  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 18:39:07.657  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 18:39:07.658  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 18:39:07.658  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 18:39:07.659  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 18:39:07.659  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 18:39:07.660  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 18:39:07.660  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 18:39:07.661  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 18:39:07.661  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 18:39:07.662  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 18:39:07.662  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 18:39:07.663  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 18:39:07.663  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 18:39:07.664  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 18:39:07.665  - error: host.chet instance system.adapter.rpi2.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        
                        

                        Scheint so, als wenn diese Adapter alle noch letsencrypt haben wollen:

                        2024-05-22 19:00:42.710  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:00:42.710  - error: host.chet instance system.adapter.whatsapp-cmb.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:00:42.797  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:00:42.797  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:00:42.797  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:00:42.798  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:00:42.798  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:00:42.798  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:00:42.798  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:00:42.798  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:00:42.798  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:00:42.798  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:00:42.798  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:00:42.799  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:00:42.799  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:00:42.799  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:00:42.799  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:00:42.799  - error: host.chet instance system.adapter.rpi2.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:00:51.181  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.switchbot-hub/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:00:51.182  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:00:51.182  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:00:51.183  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:00:51.183  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.switchbot-hub/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:00:51.183  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.switchbot-hub/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:00:51.183  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:00:51.184  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:00:51.184  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:00:51.184  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:00:51.185  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:00:51.185  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:00:51.185  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.switchbot-hub/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:00:51.185  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:00:51.186  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:00:51.186  - error: host.chet instance system.adapter.switchbot-hub.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:00:51.627  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.govee-app/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:00:51.628  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:00:51.628  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:00:51.628  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:00:51.629  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.govee-app/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:00:51.629  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.govee-app/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:00:51.629  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:00:51.629  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:00:51.629  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:00:51.630  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:00:51.630  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:00:51.630  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:00:51.630  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.govee-app/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:00:51.630  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:00:51.631  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:00:51.631  - error: host.chet instance system.adapter.govee-app.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:00:51.804  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.drops-weather/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:00:51.804  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:00:51.804  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:00:51.804  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:00:51.804  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.drops-weather/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:00:51.805  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.drops-weather/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:00:51.805  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:00:51.805  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:00:51.805  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:00:51.805  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:00:51.805  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:00:51.805  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:00:51.805  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.drops-weather/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:00:51.806  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:00:51.806  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:00:51.806  - error: host.chet instance system.adapter.drops-weather.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:00:59.936  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.tradfri/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:00:59.937  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:00:59.937  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:00:59.938  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:00:59.938  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.tradfri/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:00:59.938  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.tradfri/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:00:59.938  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:00:59.939  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:00:59.939  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:00:59.939  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:00:59.940  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:00:59.940  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:00:59.941  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.tradfri/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:00:59.941  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:00:59.942  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:00:59.942  - error: host.chet instance system.adapter.tradfri.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:01:00.364  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.mihome/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:01:00.364  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:01:00.365  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:01:00.365  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:01:00.365  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.mihome/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:01:00.365  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.mihome/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:01:00.366  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:00.366  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:01:00.366  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:01:00.366  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:01:00.366  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:01:00.367  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:01:00.367  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.mihome/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:01:00.367  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:00.367  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:01:00.367  - error: host.chet instance system.adapter.mihome.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:01:00.475  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.tuya/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:01:00.476  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:01:00.476  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:01:00.476  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:01:00.476  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.tuya/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:01:00.476  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.tuya/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:01:00.476  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:00.477  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:01:00.477  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:01:00.477  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:01:00.477  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:01:00.477  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:01:00.477  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.tuya/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:01:00.477  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:00.477  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:01:00.478  - error: host.chet instance system.adapter.tuya.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:01:16.720  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.sainlogic/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:01:16.721  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:01:16.721  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:01:16.721  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:01:16.722  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.sainlogic/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:01:16.722  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.sainlogic/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:01:16.722  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:16.722  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:01:16.723  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:01:16.723  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:01:16.723  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:01:16.723  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:01:16.724  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.sainlogic/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:01:16.724  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:16.726  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:01:16.726  - error: host.chet instance system.adapter.sainlogic.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:01:18.029  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.nut/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:01:18.029  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:01:18.029  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:01:18.029  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:01:18.029  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.nut/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:01:18.030  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.nut/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:01:18.030  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:18.030  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:01:18.030  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:01:18.030  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:01:18.030  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:01:18.031  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:01:18.031  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.nut/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:01:18.031  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:18.031  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:01:18.031  - error: host.chet instance system.adapter.nut.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:01:18.130  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.whatsapp-cmb/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:01:18.130  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:01:18.130  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:01:18.130  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:01:18.130  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.whatsapp-cmb/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:01:18.130  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.whatsapp-cmb/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:01:18.131  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:18.131  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:01:18.131  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:01:18.131  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:01:18.131  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:01:18.131  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:01:18.132  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.whatsapp-cmb/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:01:18.132  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:18.132  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:01:18.132  - error: host.chet instance system.adapter.whatsapp-cmb.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        2024-05-22 19:01:18.231  - error: host.chet Caught by controller[0]: /opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/controllerTools.js:94
                        2024-05-22 19:01:18.232  - error: host.chet Caught by controller[0]:     throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                        2024-05-22 19:01:18.232  - error: host.chet Caught by controller[0]:     ^
                        2024-05-22 19:01:18.232  - error: host.chet Caught by controller[0]: Error: Cannot resolve JS-Controller module letsencrypt.js
                        2024-05-22 19:01:18.232  - error: host.chet Caught by controller[0]:     at resolveNamedModule (/opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:11)
                        2024-05-22 19:01:18.233  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/controllerTools.js:137:18)
                        2024-05-22 19:01:18.233  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:18.233  - error: host.chet Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
                        2024-05-22 19:01:18.234  - error: host.chet Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1208:32)
                        2024-05-22 19:01:18.234  - error: host.chet Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1024:12)
                        2024-05-22 19:01:18.234  - error: host.chet Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1233:19)
                        2024-05-22 19:01:18.234  - error: host.chet Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
                        2024-05-22 19:01:18.234  - error: host.chet Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.rpi2/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                        2024-05-22 19:01:18.235  - error: host.chet Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1358:14)
                        2024-05-22 19:01:18.235  - error: host.chet Caught by controller[0]: Node.js v20.13.1
                        2024-05-22 19:01:18.235  - error: host.chet instance system.adapter.rpi2.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                        
                        
                        foxriver76 1 Reply Last reply Reply Quote 0
                        • foxriver76
                          foxriver76 Developer @Thomas Braun last edited by

                          @thomas-braun bitte die Linux Fraktion nochmal updaten

                          Windows wird frühestens morgen

                          Thomas Braun Feuersturm 3 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @foxriver76 last edited by

                            @foxriver76 sagte in Alpha Test js-controller Kiera (v6.0):

                            bitte die Linux Fraktion nochmal updaten

                            Jau, das sieht wesentlich ruhiger aus im Log.

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

                              @foxriver76 Update auf 6.0.1-alpha.0-20240522-72e34be5c

                              ical Fehler

                              2024-05-22 20:11:50.378 - error: ical.0 (7436) adapter disabled
                              2024-05-22 20:11:50.614 - info: host.ioBrokerTestsystem instance system.adapter.worx.0 started with pid 7503
                              2024-05-22 20:11:50.785 - info: hm-rpc.0 (7395) xmlrpc -> 0 devices
                              2024-05-22 20:11:51.194 - info: hm-rega.0 (7380) subscribe .BidCoS-RF.50.PRESS_SHORT
                              2024-05-22 20:11:51.219 - warn: ical.0 (7436) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                              2024-05-22 20:11:51.704 - info: hm-rega.0 (7380) ReGaHSS 192.168.178.84 up
                              2024-05-22 20:11:55.249 - info: hm-rpc.0 (7395) xmlrpc <- newDevices 323
                              2024-05-22 20:11:56.282 - warn: proxmox.0 (7458) slow connection to states DB. Still waiting ...
                              2024-05-22 20:11:57.053 - info: hm-rpc.0 (7395) new HMIP devices/channels after filter: 0
                              2024-05-22 20:12:02.833 - error: host.ioBrokerTestsystem instance system.adapter.ical.5 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                              2024-05-22 20:12:03.873 - info: admin.0 (7291) Repository received successfully.
                              

                              vis-inventwo

                              2024-05-22 20:12:35.031 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
                              2024-05-22 20:12:35.035 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                              2024-05-22 20:12:35.038 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                              2024-05-22 20:12:35.041 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module zipFiles.js
                              2024-05-22 20:12:35.044 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
                              2024-05-22 20:12:35.047 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/controllerTools.js:128:15)
                              2024-05-22 20:12:35.050 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-22 20:12:35.053 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                              2024-05-22 20:12:35.058 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                              2024-05-22 20:12:35.061 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                              2024-05-22 20:12:35.065 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                              2024-05-22 20:12:35.072 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                              2024-05-22 20:12:35.076 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-google-fonts/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                              2024-05-22 20:12:35.089 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-22 20:12:35.092 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                              2024-05-22 20:12:35.095 - info: host.ioBrokerTestsystem instance system.adapter.vis-google-fonts.0 terminated while should be started once
                              2024-05-22 20:12:36.370 - info: host.ioBrokerTestsystem instance system.adapter.web.0 started with pid 7630
                              2024-05-22 20:12:36.977 - warn: hue.0 (7429) channel "Tannenbaum" already exists, using "Tannenbaum_On/Off_plug-in_unit" for light 15
                              2024-05-22 20:12:37.330 - info: host.ioBrokerTestsystem instance system.adapter.echarts.0 started with pid 7637
                              2024-05-22 20:12:37.352 - info: hue.0 (7429) created/updated 13 light channels
                              2024-05-22 20:12:38.782 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
                              2024-05-22 20:12:38.810 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                              2024-05-22 20:12:38.825 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                              2024-05-22 20:12:38.835 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module zipFiles.js
                              2024-05-22 20:12:38.851 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
                              2024-05-22 20:12:38.857 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/controllerTools.js:128:15)
                              2024-05-22 20:12:38.864 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-22 20:12:38.904 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                              2024-05-22 20:12:38.913 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                              2024-05-22 20:12:38.928 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                              2024-05-22 20:12:38.946 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                              2024-05-22 20:12:38.956 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                              2024-05-22 20:12:38.970 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.vis-inventwo/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                              2024-05-22 20:12:38.985 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-22 20:12:39.044 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                              2024-05-22 20:12:39.054 - error: host.ioBrokerTestsystem instance system.adapter.vis-inventwo.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                              

                              device-manager

                              2024-05-22 20:12:50.402 - error: host.ioBrokerTestsystem Caught by controller[0]: /opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:83
                              2024-05-22 20:12:50.405 - error: host.ioBrokerTestsystem Caught by controller[0]: throw new Error(`Cannot resolve JS-Controller module ${name}.js`);
                              2024-05-22 20:12:50.409 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                              2024-05-22 20:12:50.412 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot resolve JS-Controller module zipFiles.js
                              2024-05-22 20:12:50.415 - error: host.ioBrokerTestsystem Caught by controller[0]: at resolveNamedModule (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:83:11)
                              2024-05-22 20:12:50.418 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/controllerTools.js:128:15)
                              2024-05-22 20:12:50.422 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-22 20:12:50.426 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                              2024-05-22 20:12:50.428 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                              2024-05-22 20:12:50.431 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                              2024-05-22 20:12:50.434 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                              2024-05-22 20:12:50.437 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                              2024-05-22 20:12:50.441 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.device-manager/node_modules/@iobroker/adapter-core/build/index.js:19:27)
                              2024-05-22 20:12:50.444 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                              2024-05-22 20:12:50.448 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                              2024-05-22 20:12:50.450 - error: host.ioBrokerTestsystem instance system.adapter.device-manager.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                              2024-05-22 20:12:50.453 - info: host.ioBrokerTestsystem Restart adapter system.adapter.device-manager.0 because enabled
                              

                              discovery.0 (läuft auf dem Slave mit jsc 5.0.19)

                              2024-05-22 20:12:56.274 - error: discovery.0 (7655) discovery.0 invalid process id scenario 13242 vs. own ID 7655. Stopping
                              
                              foxriver76 1 Reply Last reply Reply Quote 0
                              • foxriver76
                                foxriver76 Developer @Feuersturm last edited by

                                @feuersturm welche Version hat ical denn?

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

                                  @foxriver76

                                  Was mir gerade noch auffällt: Ein eChart wird nicht mehr aktualisiert. Die Datenwerte kommen vornehmlich als alias rein, da vermute ich einen Zusammenhang mit

                                  (foxriver76) optimize alias subscribe performance for non-redis dbs

                                  Bastel aber noch dran herum.
                                  Gegentest: Mit "js-controller": 5.0.19 füllen sich die DPs wieder korrekt.

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Feuersturm
                                    Feuersturm @foxriver76 last edited by

                                    @foxriver76 sagte in Alpha Test js-controller Kiera (v6.0):

                                    @feuersturm welche Version hat ical denn?

                                    v1.15.0
                                    ich hab ical.0 ical.1 ical.2 ical.3 ical.4 ical.5 im Einsatz
                                    ical.0 bis 4 sind inaktiv, ical.5 ist aktiv

                                    foxriver76 mcm1957 2 Replies Last reply Reply Quote 0
                                    • foxriver76
                                      foxriver76 Developer @Feuersturm last edited by

                                      @feuersturm hm kannst du auch mal die Adapter-Core Version von iCal zeigen. npm ls @iobroker/adapter-core

                                      Feuersturm mcm1957 2 Replies Last reply Reply Quote 0
                                      • Feuersturm
                                        Feuersturm @foxriver76 last edited by

                                        @foxriver76 sagte in Alpha Test js-controller Kiera (v6.0):

                                        @feuersturm hm kannst du auch mal die Adapter-Core Version von iCal zeigen. npm ls @iobroker/adapter-core

                                        proxmox@ioBrokerTestsystem:/opt/iobroker$ npm ls @iobroker/adapter-core
                                        [sudo] password for proxmox:
                                        iobroker.inst@2.0.3 /opt/iobroker
                                        +-- iobroker.admin@6.17.11
                                        | +-- @iobroker/adapter-core@3.1.4
                                        | `-- @iobroker/socket-classes@1.5.0
                                        |   `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.backitup@2.11.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.benchmark@1.2.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.daswetter@3.1.13
                                        | `-- @iobroker/adapter-core@3.0.4
                                        +-- iobroker.device-manager@0.0.3
                                        | +-- @iobroker/adapter-core@2.6.8
                                        | `-- @jey-cee/dm-utils@0.0.1
                                        |   `-- @iobroker/adapter-core@2.6.8
                                        +-- iobroker.device-watcher@2.12.1
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.discovery@4.5.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.dwd@2.8.5
                                        | `-- @iobroker/adapter-core@2.6.8
                                        +-- iobroker.fritzbox@0.6.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.fully-tablet-control@0.3.4-0 (git+ssh://git@github.com/xXBJXx/ioBroker.fully-tablet-control.git#7117121d4e659a2ddf69feb2698a4014588a5f94)
                                        | `-- @iobroker/adapter-core@2.6.8
                                        +-- iobroker.hm-rega@4.0.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.hm-rpc@1.17.0
                                        | +-- @iobroker/adapter-core@3.1.4 deduped
                                        | `-- @iobroker/dm-utils@0.1.9
                                        |   `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.hue@3.11.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.ical@1.15.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.influxdb@4.0.2
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.javascript@8.3.1
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.js-controller@6.0.1-alpha.0-20240522-72e34be5c
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.mqtt@5.2.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.nina@0.0.26
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.openweathermap@1.0.4
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.proxmox@2.3.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.rainbird@0.2.3 (git+ssh://git@github.com/StrathCole/ioBroker.rainbird.git#0caa24dcbb11024865ff9161c6f6bb5e6db6a9ce)
                                        | `-- @iobroker/adapter-core@1.0.3
                                        +-- iobroker.samsung-community@0.5.0 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.samsung-community.git#dd5c173cf9056c3ab9bd45006f17bb639d9ff5f8)
                                        | `-- @iobroker/adapter-core@2.6.8
                                        +-- iobroker.sayit@3.0.5
                                        | `-- @iobroker/adapter-core@2.6.8
                                        +-- iobroker.scenes@3.0.4
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.scheduler@1.3.12
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.simple-api@2.7.2
                                        | `-- @iobroker/adapter-core@2.6.8
                                        +-- iobroker.socketio@6.7.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.spotify-premium@1.5.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.tankerkoenig@3.4.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.telegram@3.2.1
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.tr-064@4.3.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.trashschedule@3.3.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.unifi@0.7.0
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.valloxmv@1.2.0 (git+ssh://git@github.com/hacki11/ioBroker.valloxmv.git#51ef16846b53016d658f1df5afa0cf42296000be)
                                        | `-- @iobroker/adapter-core@2.6.8
                                        +-- iobroker.vis-2@2.9.63
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.vis-google-fonts@1.0.4
                                        | `-- @iobroker/adapter-core@2.6.8
                                        +-- iobroker.vis-history@1.0.0
                                        | `-- @iobroker/adapter-core@1.0.3
                                        +-- iobroker.vis-inventwo@3.3.4
                                        | `-- @iobroker/adapter-core@2.6.8
                                        +-- iobroker.vis-timeandweather@1.2.2
                                        | `-- @iobroker/adapter-core@2.6.8
                                        +-- iobroker.vis@1.5.6
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.web@6.2.5
                                        | +-- @iobroker/adapter-core@3.1.4 deduped
                                        | +-- iobroker.socketio@6.6.1
                                        | | `-- @iobroker/adapter-core@3.1.4 deduped
                                        | `-- iobroker.ws@2.5.11
                                        |   `-- @iobroker/adapter-core@3.1.4 deduped
                                        +-- iobroker.worx@3.0.2
                                        | `-- @iobroker/adapter-core@3.1.4 deduped
                                        `-- iobroker.ws@2.6.1
                                          `-- @iobroker/adapter-core@3.1.4 deduped
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • mcm1957
                                          mcm1957 @Feuersturm last edited by

                                          @feuersturm
                                          Kannst du mal versuchen den ical mit DEBUG Loglevel zu starten?

                                          Der ical hat in der Version noch das nicht mehr unterstütze subscribe: <stateid> drinnen. Das sollte aber eigentlich keinen Start verhindern sondern nur den manuellen Trigger de facto außer Betrieb setzen.

                                          @foxriver76
                                          Achtung: Github ist etwas neuer als die Release. Auf Github hat Klein0r das subscribe schon aus io-package entfernt

                                          Sobald windows js-controlelr geht, könnt ich da was checken. Hab aber kein Linux Testsystem - und für production ist js-controller 6 noch etwas zu alpha 🙂

                                          1 Reply Last reply Reply Quote 0
                                          • mcm1957
                                            mcm1957 @foxriver76 last edited by

                                            @foxriver76
                                            Der adapter-core von ical sollte aktuell sein

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            798
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            alpha js-controller kiera test
                                            20
                                            234
                                            22303
                                            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