Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Problem beim Aktualisieren des Admin Adapters

    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

    UNSOLVED Problem beim Aktualisieren des Admin Adapters

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

      @ecopilot was ich probieren würde:

      • erstmal den js-controller auf 6.x updaten (4.x ist vermutlich zu alt für admin 7)
      • dann den admin zunächst auf 6.x, und danach auf 7.x updaten
      E 1 Reply Last reply Reply Quote 0
      • E
        Ecopilot @JLeg last edited by Ecopilot

        @jleg
        @thomas-braun

        Mit dem Update des js-controlers hat das Problem eigentlich angefangen. Nach dem Update läuft das System nicht mehr hoch.
        Da ich im Log dann was vom Admin gesehen habe, habe ich versucht erst mal den hoch zu ziehen.

        2024-12-29 10:33:03.667  - info: host.raspberrypi iobroker.js-controller version 7.0.6 js-controller starting
        2024-12-29 10:33:03.672  - info: host.raspberrypi Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
        2024-12-29 10:33:03.674  - info: host.raspberrypi hostname: raspberrypi, node: v20.18.1
        2024-12-29 10:33:03.675  - info: host.raspberrypi ip addresses: 192.168.178.63 fe80::f13e:8ffb:c366:b5b0
        2024-12-29 10:33:04.549  - info: host.raspberrypi connected to Objects and States
        2024-12-29 10:33:04.575  - info: host.raspberrypi added notifications configuration of host
        2024-12-29 10:33:05.076  - info: host.raspberrypi 22 instances found
        2024-12-29 10:33:05.109  - info: host.raspberrypi starting 21 instances
        2024-12-29 10:33:05.485  - info: host.raspberrypi instance system.adapter.admin.0 in version "5.3.8" started with pid 23895
        2024-12-29 10:33:06.574  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
        2024-12-29 10:33:06.576  - error: host.raspberrypi Caught by controller[0]:   throw err;
        2024-12-29 10:33:06.576  - error: host.raspberrypi Caught by controller[0]:   ^
        2024-12-29 10:33:06.577  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
        2024-12-29 10:33:06.578  - error: host.raspberrypi Caught by controller[0]: Require stack:
        2024-12-29 10:33:06.578  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
        2024-12-29 10:33:06.579  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
        2024-12-29 10:33:06.579  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
        2024-12-29 10:33:06.579  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
        2024-12-29 10:33:06.580  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
        2024-12-29 10:33:06.580  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/main.js:18:18)
        2024-12-29 10:33:06.581  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
        2024-12-29 10:33:06.581  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
        2024-12-29 10:33:06.582  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
        2024-12-29 10:33:06.582  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
        2024-12-29 10:33:06.582  - error: host.raspberrypi Caught by controller[0]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
        2024-12-29 10:33:06.583  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
        2024-12-29 10:33:06.583  - error: host.raspberrypi Caught by controller[0]:   requireStack: [ '/opt/iobroker/node_modules/iobroker.admin/main.js' ]
        2024-12-29 10:33:06.583  - error: host.raspberrypi Caught by controller[0]: }
        2024-12-29 10:33:06.584  - error: host.raspberrypi Caught by controller[0]: Node.js v20.18.1
        2024-12-29 10:33:06.584  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        2024-12-29 10:33:06.584  - info: host.raspberrypi Adapter system.adapter.admin.0 needs rebuild and will be restarted afterwards.
        2024-12-29 10:33:06.593  - info: host.raspberrypi system.adapter.admin.0 will be rebuilt
        2024-12-29 10:33:06.594  - warn: host.raspberrypi adapter "admin" seems to be installed for a different version of Node.js. Trying to rebuild it... 1 attempt
        2024-12-29 10:33:06.596  - info: host.raspberrypi iobroker rebuild
        2024-12-29 10:33:08.237  - info: host.raspberrypi iobroker npm-rebuild: Rebuilding native modules ...
        2024-12-29 10:33:09.446  - info: host.raspberrypi instance system.adapter.history.0 in version "3.0.1" started with pid 23924
        2024-12-29 10:33:12.528  - info: history.0 (23924) starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.history, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:12.667  - info: history.0 (23924) enabled logging of Strom aktuelle Leistung (Count=1), Alias=true
        2024-12-29 10:33:12.669  - info: history.0 (23924) enabled logging of Strom Gesamtverbrauch (Count=2), Alias=true
        2024-12-29 10:33:12.671  - info: history.0 (23924) enabled logging of Akku Leistung (Count=3), Alias=true
        2024-12-29 10:33:12.672  - info: history.0 (23924) enabled logging of PV Produktion (Count=4), Alias=true
        2024-12-29 10:33:12.673  - info: history.0 (23924) enabled logging of Erzeugte Leistung (Count=5), Alias=true
        2024-12-29 10:33:13.566  - info: host.raspberrypi instance system.adapter.javascript.0 in version "5.2.21" started with pid 24000
        2024-12-29 10:33:17.821  - info: host.raspberrypi instance system.adapter.hm-rega.0 in version "5.1.0" started with pid 24148
        2024-12-29 10:33:19.939  - info: javascript.0 (24000) starting. Version 5.2.21 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:20.216  - info: javascript.0 (24000) requesting all states
        2024-12-29 10:33:20.228  - info: javascript.0 (24000) requesting all objects
        2024-12-29 10:33:20.889  - info: javascript.0 (24000) received all states
        2024-12-29 10:33:21.760  - info: javascript.0 (24000) received all objects
        2024-12-29 10:33:21.763  - info: host.raspberrypi instance system.adapter.hm-rpc.0 in version "1.15.12" started with pid 24186
        2024-12-29 10:33:22.726  - info: javascript.0 (24000) Start javascript script.js.common.CCU-MQTT
        2024-12-29 10:33:22.891  - info: javascript.0 (24000) script.js.common.CCU-MQTT: registered 1 subscription and 0 schedules
        2024-12-29 10:33:22.907  - info: javascript.0 (24000) Start javascript script.js.common.GS303
        2024-12-29 10:33:22.916  - info: javascript.0 (24000) script.js.common.GS303: registered 1 subscription and 0 schedules
        2024-12-29 10:33:22.935  - info: javascript.0 (24000) Start javascript script.js.common.Klimaanlage
        2024-12-29 10:33:22.948  - info: javascript.0 (24000) script.js.common.Klimaanlage: registered 1 subscription and 0 schedules
        2024-12-29 10:33:23.007  - info: javascript.0 (24000) Start javascript script.js.common.Wintergarten
        2024-12-29 10:33:23.044  - info: javascript.0 (24000) script.js.common.Wintergarten: registered 4 subscriptions and 0 schedules
        2024-12-29 10:33:23.892  - info: hm-rega.0 (24148) starting. Version 5.1.0 in /opt/iobroker/node_modules/iobroker.hm-rega, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:24.231  - info: hm-rega.0 (24148) subscribe hm-rpc.1.BidCoS-RF.50.PRESS_SHORT
        2024-12-29 10:33:24.470  - info: hm-rega.0 (24148) ReGaHSS 192.168.178.61 up
        2024-12-29 10:33:24.629  - info: hm-rega.0 (24148) time difference local-ccu 1s
        2024-12-29 10:33:25.622  - info: host.raspberrypi instance system.adapter.hm-rpc.1 in version "1.15.12" started with pid 24222
        2024-12-29 10:33:28.113  - info: hm-rega.0 (24148) request state values
        2024-12-29 10:33:28.524  - info: hm-rpc.0 (24186) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:28.959  - info: hm-rpc.0 (24186) binrpc server is trying to listen on 0.0.0.0:18701
        2024-12-29 10:33:28.962  - info: hm-rpc.0 (24186) binrpc client is trying to connect to 192.168.178.61:8701/ with ["xmlrpc_bin://192.168.178.63:18701","raspberrypi:hm-rpc.0:186286867aa8a120b5f002c9bf19b91e"]
        2024-12-29 10:33:29.408  - info: hm-rpc.0 (24186) binrpc -> listDevices 54
        2024-12-29 10:33:29.493  - info: hm-rpc.0 (24186) Connected
        2024-12-29 10:33:29.858  - error: hm-rpc.0 (24186) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:29.870  - error: hm-rpc.0 (24186) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:29.872  - error: hm-rpc.0 (24186) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:29.873  - error: hm-rpc.0 (24186) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:29.919  - info: hm-rpc.0 (24186) new CUxD devices/channels after filter: 0
        2024-12-29 10:33:30.074  - info: host.raspberrypi instance system.adapter.hm-rpc.2 in version "1.15.12" started with pid 24295
        2024-12-29 10:33:32.154  - info: hm-rpc.1 (24222) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:32.496  - info: hm-rpc.1 (24222) xmlrpc server is trying to listen on 0.0.0.0:12001
        2024-12-29 10:33:32.498  - info: hm-rpc.1 (24222) xmlrpc client is trying to connect to 192.168.178.61:2001/ with ["http://192.168.178.63:12001","raspberrypi:hm-rpc.1:af0cb36dc5e3beac7d5f659ab8a1a2b6"]
        2024-12-29 10:33:32.646  - info: hm-rpc.1 (24222) xmlrpc <- system.listMethods ["raspberrypi:hm-rpc.1:af0cb36dc5e3beac7d5f659ab8a1a2b6"]
        2024-12-29 10:33:32.685  - info: hm-rpc.1 (24222) xmlrpc <- listDevices ["raspberrypi:hm-rpc.1:af0cb36dc5e3beac7d5f659ab8a1a2b6"]
        2024-12-29 10:33:32.763  - error: hm-rpc.1 (24222) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:32.767  - error: hm-rpc.1 (24222) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:32.791  - info: hm-rpc.1 (24222) xmlrpc -> 96 devices
        2024-12-29 10:33:32.878  - info: hm-rpc.1 (24222) Connected
        2024-12-29 10:33:33.736  - info: host.raspberrypi instance system.adapter.discovery.0 in version "5.0.0" started with pid 24329
        2024-12-29 10:33:34.196  - info: vis.0 (24288) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:34.440  - info: hm-rega.0 (24148) Updated all datapoints
        2024-12-29 10:33:34.481  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:34.490  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:34.492  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:34.507  - info: hm-rega.0 (24148) got 71 variables
        2024-12-29 10:33:34.992  - warn: hm-rega.0 (24148) State value to set for "hm-rega.0.2005" has value "4661680" greater than max "100"
        2024-12-29 10:33:36.529  - info: hm-rpc.2 (24295) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:36.629  - info: hm-rega.0 (24148) added/updated 71 variables
        2024-12-29 10:33:36.631  - info: hm-rega.0 (24148) deleted 0 variables
        2024-12-29 10:33:36.659  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:36.661  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:36.661  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:36.668  - info: hm-rega.0 (24148) got 20 programs
        2024-12-29 10:33:36.794  - info: vis.0 (24288) Terminated (NO_ERROR): Without reason
        2024-12-29 10:33:36.944  - info: hm-rpc.2 (24295) xmlrpc server is trying to listen on 0.0.0.0:12010
        2024-12-29 10:33:36.948  - info: hm-rpc.2 (24295) xmlrpc client is trying to connect to 192.168.178.61:2010/ with ["http://192.168.178.63:12010","raspberrypi:hm-rpc.2:8d78cd558866440b6914037795f36aae"]
        2024-12-29 10:33:37.096  - info: hm-rpc.2 (24295) Connected
        2024-12-29 10:33:37.218  - info: hm-rpc.2 (24295) xmlrpc <- listDevices ["raspberrypi:hm-rpc.2:8d78cd558866440b6914037795f36aae"]
        2024-12-29 10:33:37.592  - error: hm-rpc.2 (24295) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:37.603  - info: hm-rpc.2 (24295) xmlrpc -> 0 devices
        2024-12-29 10:33:37.625  - info: host.raspberrypi instance system.adapter.backitup.0 in version "2.4.6" started with pid 24360
        2024-12-29 10:33:38.337  - info: hm-rpc.2 (24295) xmlrpc <- newDevices 106
        2024-12-29 10:33:38.434  - error: hm-rpc.2 (24295) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:33:38.440  - info: hm-rpc.2 (24295) new HMIP devices/channels after filter: 0
        2024-12-29 10:33:38.513  - info: hm-rega.0 (24148) added/updated 20 programs
        2024-12-29 10:33:38.515  - info: hm-rega.0 (24148) deleted 0 programs
        2024-12-29 10:33:38.535  - info: hm-rega.0 (24148) update rooms to enum.rooms
        2024-12-29 10:33:38.586  - info: hm-rega.0 (24148) update functions to enum.functions
        2024-12-29 10:33:38.637  - info: hm-rega.0 (24148) update favorites to enum.favorites
        2024-12-29 10:33:39.779  - info: discovery.0 (24329) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:41.517  - info: host.raspberrypi instance system.adapter.echarts.0 in version "1.9.2" started with pid 24396
        2024-12-29 10:33:42.350  - info: backitup.0 (24360) starting. Version 2.4.6 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:42.471  - error: backitup.0 (24360) cannot create startIOB.sh: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
        Require stack:
        - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
        - /opt/iobroker/node_modules/iobroker.backitup/main.jsPlease run "iobroker fix"
        2024-12-29 10:33:42.475  - error: backitup.0 (24360) cannot create external.sh: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
        Require stack:
        - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
        - /opt/iobroker/node_modules/iobroker.backitup/main.jsPlease run "iobroker fix"
        2024-12-29 10:33:42.479  - warn: backitup.0 (24360) Cannot read log file: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
        Require stack:
        - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
        - /opt/iobroker/node_modules/iobroker.backitup/main.js
        2024-12-29 10:33:44.918  - info: echarts.0 (24396) starting. Version 1.9.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:45.386  - info: host.raspberrypi instance system.adapter.fritzbox.0 in version "0.2.1" started with pid 24444
        2024-12-29 10:33:45.535  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
        2024-12-29 10:33:45.535  - error: host.raspberrypi Caught by controller[0]:   throw err;
        2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]:   ^
        2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js'
        2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]: Require stack:
        2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js
        2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/main.js
        2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
        2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
        2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
        2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
        2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js:46:25)
        2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
        2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
        2024-12-29 10:33:45.538  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
        2024-12-29 10:33:45.538  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
        2024-12-29 10:33:45.538  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19) {
        2024-12-29 10:33:45.538  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
        2024-12-29 10:33:45.538  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
        2024-12-29 10:33:45.539  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js',
        2024-12-29 10:33:45.539  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/main.js'
        2024-12-29 10:33:45.539  - error: host.raspberrypi Caught by controller[0]:   ]
        2024-12-29 10:33:45.539  - error: host.raspberrypi Caught by controller[0]: }
        2024-12-29 10:33:45.539  - error: host.raspberrypi Caught by controller[0]: Node.js v20.18.1
        2024-12-29 10:33:45.540  - error: host.raspberrypi instance system.adapter.fritzbox.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        2024-12-29 10:33:45.540  - info: host.raspberrypi Adapter system.adapter.fritzbox.0 needs rebuild and will be restarted afterwards.
        2024-12-29 10:33:45.540  - info: host.raspberrypi system.adapter.fritzbox.0 will be rebuilt
        2024-12-29 10:33:49.524  - info: host.raspberrypi instance system.adapter.info.0 in version "1.9.19" started with pid 24472
        2024-12-29 10:33:53.528  - info: host.raspberrypi instance system.adapter.mqtt.0 in version "2.1.14" started with pid 24516
        2024-12-29 10:33:54.711  - info: info.0 (24472) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:54.994  - info: info.0 (24472) Reading/updating systemdata.
        2024-12-29 10:33:55.820  - info: info.0 (24472) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number" 
        2024-12-29 10:33:55.981  - info: info.0 (24472) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string" 
        2024-12-29 10:33:56.286  - info: info.0 (24472) cpu Temp res = {"main":46.251,"cores":[],"max":46.251,"socket":[],"chipset":null}
        2024-12-29 10:33:59.469  - info: mqtt.0 (24516) starting. Version 2.1.14 in /opt/iobroker/node_modules/iobroker.mqtt, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:33:59.814  - info: mqtt.0 (24516) Starting MQTT authenticated server on 0.0.0.0:1883
        2024-12-29 10:33:59.816  - info: mqtt.0 (24516) Starting MQTT-WebSocket authenticated server on 0.0.0.0:1884
        2024-12-29 10:34:01.481  - info: host.raspberrypi instance system.adapter.web.0 in version "6.2.5" started with pid 24928
        2024-12-29 10:34:02.735  - info: vis.0 (24659) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:34:04.773  - info: vis.0 (24659) Terminated (NO_ERROR): Without reason
        2024-12-29 10:34:05.549  - info: host.raspberrypi instance system.adapter.fronius.0 in version "1.1.3" started with pid 25066
        2024-12-29 10:34:05.593  - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
        2024-12-29 10:34:06.515  - info: web.0 (24928) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:34:06.801  - info: mqtt.0 (24516) Client [DS100] connected with secret 1735464846770_2455
        2024-12-29 10:34:06.916  - info: web.0 (24928) socket.io server listening on port 8082
        2024-12-29 10:34:06.938  - info: web.0 (24928) http server listening on port 8082
        2024-12-29 10:34:07.019  - info: mqtt.0 (24516) Client [DS100] subscribes on topic "DS100/Modus"
        2024-12-29 10:34:07.049  - info: mqtt.0 (24516) Client [DS100] subscribes on topic "GS303/stat/Akt_Leistung"
        2024-12-29 10:34:08.901  - info: fronius.0 (25066) starting. Version 1.1.3 in /opt/iobroker/node_modules/iobroker.fronius, node: v20.18.1, js-controller: 7.0.6
        2024-12-29 10:34:46.503  - info: mqtt.0 (24516) Client [Klimaanlage] connected with secret 1735464886501_7439
        2024-12-29 10:34:46.564  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "Klimaanlage/cmnd/#" with regex /^Klimaanlage\.cmnd\..*/
        2024-12-29 10:34:46.565  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "Klimaanlage/cmnd/#"  with regex /^mqtt\.0\.Klimaanlage\.cmnd\..*/
        2024-12-29 10:34:46.568  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
        2024-12-29 10:34:46.569  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
        2024-12-29 10:34:46.570  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "cmnd/Klimaanlage_fb/#" with regex /^cmnd\.Klimaanlage_fb\..*/
        2024-12-29 10:34:46.571  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "cmnd/Klimaanlage_fb/#"  with regex /^mqtt\.0\.cmnd\.Klimaanlage_fb\..*/
        2024-12-29 10:34:46.573  - info: mqtt.0 (24516) Client [Klimaanlage] unsubscribes on unknown topic "homeassistant/status"
        2024-12-29 10:34:47.254  - info: mqtt.0 (24516) Client [GS303] connected with secret 1735464887253_6169
        2024-12-29 10:34:47.312  - info: mqtt.0 (24516) Client [GS303] subscribes on "GS303/cmnd/#" with regex /^GS303\.cmnd\..*/
        2024-12-29 10:34:47.313  - info: mqtt.0 (24516) Client [GS303] subscribes on "GS303/cmnd/#"  with regex /^mqtt\.0\.GS303\.cmnd\..*/
        2024-12-29 10:34:47.316  - info: mqtt.0 (24516) Client [GS303] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
        2024-12-29 10:34:47.317  - info: mqtt.0 (24516) Client [GS303] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
        2024-12-29 10:34:47.319  - info: mqtt.0 (24516) Client [GS303] subscribes on "cmnd/GS303_fb/#" with regex /^cmnd\.GS303_fb\..*/
        2024-12-29 10:34:47.320  - info: mqtt.0 (24516) Client [GS303] subscribes on "cmnd/GS303_fb/#"  with regex /^mqtt\.0\.cmnd\.GS303_fb\..*/
        2024-12-29 10:34:47.321  - info: mqtt.0 (24516) Client [GS303] unsubscribes on unknown topic "homeassistant/status"
        2024-12-29 10:34:47.362  - info: mqtt.0 (24516) Client [Wintergarten] connected with secret 1735464887361_3754
        2024-12-29 10:34:47.419  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "Wintergarten/cmnd/#" with regex /^Wintergarten\.cmnd\..*/
        2024-12-29 10:34:47.420  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "Wintergarten/cmnd/#"  with regex /^mqtt\.0\.Wintergarten\.cmnd\..*/
        2024-12-29 10:34:47.421  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
        2024-12-29 10:34:47.422  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
        2024-12-29 10:34:47.423  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "cmnd/Wintergarten_fb/#" with regex /^cmnd\.Wintergarten_fb\..*/
        2024-12-29 10:34:47.424  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "cmnd/Wintergarten_fb/#"  with regex /^mqtt\.0\.cmnd\.Wintergarten_fb\..*/
        2024-12-29 10:34:47.425  - info: mqtt.0 (24516) Client [Wintergarten] unsubscribes on unknown topic "homeassistant/status"
        2024-12-29 10:35:16.442  - info: host.raspberrypi iobroker npm-rebuild: rebuilt dependencies successfully
        2024-12-29 10:35:16.468  - info: host.raspberrypi iobroker npm-rebuild: 
        2024-12-29 10:35:16.469  - info: host.raspberrypi iobroker npm-rebuild: Rebuilding native modules done
        2024-12-29 10:35:17.495  - info: host.raspberrypi iobroker npm-rebuild: exit 0
        2024-12-29 10:35:18.299  - info: host.raspberrypi instance system.adapter.fritzbox.0 in version "0.2.1" started with pid 25370
        2024-12-29 10:35:18.360  - info: host.raspberrypi instance system.adapter.admin.0 in version "5.3.8" started with pid 25377
        2024-12-29 10:35:18.440  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
        2024-12-29 10:35:18.441  - error: host.raspberrypi Caught by controller[0]:   throw err;
        2024-12-29 10:35:18.446  - error: host.raspberrypi Caught by controller[0]:   ^
        2024-12-29 10:35:18.446  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js'
        2024-12-29 10:35:18.447  - error: host.raspberrypi Caught by controller[0]: Require stack:
        2024-12-29 10:35:18.447  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js
        2024-12-29 10:35:18.447  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/main.js
        2024-12-29 10:35:18.447  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
        2024-12-29 10:35:18.448  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
        2024-12-29 10:35:18.448  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
        2024-12-29 10:35:18.448  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
        2024-12-29 10:35:18.448  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js:46:25)
        2024-12-29 10:35:18.449  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
        2024-12-29 10:35:18.449  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
        2024-12-29 10:35:18.449  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
        2024-12-29 10:35:18.449  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
        2024-12-29 10:35:18.450  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19) {
        2024-12-29 10:35:18.450  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
        2024-12-29 10:35:18.450  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
        2024-12-29 10:35:18.451  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js',
        2024-12-29 10:35:18.451  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/main.js'
        2024-12-29 10:35:18.451  - error: host.raspberrypi Caught by controller[0]:   ]
        2024-12-29 10:35:18.452  - error: host.raspberrypi Caught by controller[0]: }
        2024-12-29 10:35:18.452  - error: host.raspberrypi Caught by controller[0]: Node.js v20.18.1
        2024-12-29 10:35:18.452  - error: host.raspberrypi instance system.adapter.fritzbox.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        2024-12-29 10:35:18.453  - info: host.raspberrypi Adapter system.adapter.fritzbox.0 needs rebuild of iobroker.js-controller and will be restarted afterwards.
        2024-12-29 10:35:18.453  - info: host.raspberrypi system.adapter.fritzbox.0 will be rebuilt (Args: {"path":"/opt/iobroker/node_modules","module":"iobroker.js-controller","version":"7.0.6"})
        2024-12-29 10:35:18.455  - warn: host.raspberrypi adapter "fritzbox" seems to be installed for a different version of Node.js. Trying to rebuild it... 2 attempt
        2024-12-29 10:35:18.456  - info: host.raspberrypi iobroker rebuild iobroker.js-controller@7.0.6 --path /opt/iobroker/node_modules
        2024-12-29 10:35:19.811  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
        2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]:   throw err;
        2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]:   ^
        2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
        2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]: Require stack:
        2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
        2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
        2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
        2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
        2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
        2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/main.js:18:18)
        2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
        2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
        2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
        2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
        2024-12-29 10:35:19.814  - error: host.raspberrypi Caught by controller[0]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
        2024-12-29 10:35:19.814  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
        2024-12-29 10:35:19.814  - error: host.raspberrypi Caught by controller[0]:   requireStack: [ '/opt/iobroker/node_modules/iobroker.admin/main.js' ]
        2024-12-29 10:35:19.814  - error: host.raspberrypi Caught by controller[0]: }
        2024-12-29 10:35:19.814  - error: host.raspberrypi Caught by controller[0]: Node.js v20.18.1
        2024-12-29 10:35:19.814  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        2024-12-29 10:35:19.814  - info: host.raspberrypi Adapter system.adapter.admin.0 needs rebuild of iobroker.js-controller and will be restarted afterwards.
        2024-12-29 10:35:19.815  - info: host.raspberrypi system.adapter.admin.0 will be rebuilt (Args: {"path":"/opt/iobroker/node_modules","module":"iobroker.js-controller","version":"7.0.6"})
        2024-12-29 10:35:20.436  - info: host.raspberrypi iobroker npm-rebuild: Rebuilding native module "iobroker.js-controller@7.0.6" in /opt/iobroker/node_modules ...
        
        

        Auch wenn ich es erst mal mit einem js-controler v5.xx versuche bekomme ich das gleiche Problem.

        2024-12-29 10:42:21.425  - info: host.raspberrypi iobroker.js-controller version 5.0.17 js-controller starting
        2024-12-29 10:42:21.431  - info: host.raspberrypi Copyright (c) 2014-2023 bluefox, 2014 hobbyquaker
        2024-12-29 10:42:21.432  - info: host.raspberrypi hostname: raspberrypi, node: v20.18.1
        2024-12-29 10:42:21.433  - info: host.raspberrypi ip addresses: 192.168.178.63 fe80::f13e:8ffb:c366:b5b0
        2024-12-29 10:42:22.349  - info: host.raspberrypi connected to Objects and States
        2024-12-29 10:42:22.379  - info: host.raspberrypi added notifications configuration of host
        2024-12-29 10:42:22.914  - info: host.raspberrypi 22 instances found
        2024-12-29 10:42:22.953  - info: host.raspberrypi starting 21 instances
        2024-12-29 10:42:23.026  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 26982
        2024-12-29 10:42:24.046  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
        2024-12-29 10:42:24.047  - error: host.raspberrypi Caught by controller[0]:   throw err;
        2024-12-29 10:42:24.047  - error: host.raspberrypi Caught by controller[0]:   ^
        2024-12-29 10:42:24.048  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
        2024-12-29 10:42:24.048  - error: host.raspberrypi Caught by controller[0]: Require stack:
        2024-12-29 10:42:24.049  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
        2024-12-29 10:42:24.049  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
        2024-12-29 10:42:24.049  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
        2024-12-29 10:42:24.049  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
        2024-12-29 10:42:24.049  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
        2024-12-29 10:42:24.050  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/main.js:18:18)
        2024-12-29 10:42:24.050  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
        2024-12-29 10:42:24.051  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
        2024-12-29 10:42:24.051  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
        2024-12-29 10:42:24.051  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
        2024-12-29 10:42:24.051  - error: host.raspberrypi Caught by controller[0]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
        2024-12-29 10:42:24.051  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
        2024-12-29 10:42:24.052  - error: host.raspberrypi Caught by controller[0]:   requireStack: [ '/opt/iobroker/node_modules/iobroker.admin/main.js' ]
        2024-12-29 10:42:24.052  - error: host.raspberrypi Caught by controller[0]: }
        2024-12-29 10:42:24.052  - error: host.raspberrypi Caught by controller[1]: Node.js v20.18.1
        2024-12-29 10:42:24.052  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        2024-12-29 10:42:24.053  - info: host.raspberrypi Adapter system.adapter.admin.0 needs rebuild and will be restarted afterwards.
        2024-12-29 10:42:24.057  - info: host.raspberrypi system.adapter.admin.0 will be rebuilt
        2024-12-29 10:42:24.059  - warn: host.raspberrypi adapter "admin" seems to be installed for a different version of Node.js. Trying to rebuild it... 1 attempt
        2024-12-29 10:42:24.059  - info: host.raspberrypi iobroker rebuild
        2024-12-29 10:42:25.197  - info: host.raspberrypi iobroker npm-rebuild: Rebuilding native modules ...
        2024-12-29 10:42:27.006  - info: host.raspberrypi instance system.adapter.history.0 started with pid 27011
        2024-12-29 10:42:29.578  - info: history.0 (27011) starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.history, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:42:29.683  - info: history.0 (27011) enabled logging of Strom aktuelle Leistung (Count=1), Alias=true
        2024-12-29 10:42:29.685  - info: history.0 (27011) enabled logging of Strom Gesamtverbrauch (Count=2), Alias=true
        2024-12-29 10:42:29.686  - info: history.0 (27011) enabled logging of Akku Leistung (Count=3), Alias=true
        2024-12-29 10:42:29.688  - info: history.0 (27011) enabled logging of PV Produktion (Count=4), Alias=true
        2024-12-29 10:42:29.690  - info: history.0 (27011) enabled logging of Erzeugte Leistung (Count=5), Alias=true
        2024-12-29 10:42:31.020  - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 27106
        2024-12-29 10:42:35.033  - info: host.raspberrypi instance system.adapter.hm-rega.0 started with pid 27250
        2024-12-29 10:42:36.707  - info: javascript.0 (27106) starting. Version 5.2.21 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:42:36.859  - info: javascript.0 (27106) requesting all states
        2024-12-29 10:42:36.863  - info: javascript.0 (27106) requesting all objects
        2024-12-29 10:42:37.997  - info: javascript.0 (27106) received all objects
        2024-12-29 10:42:38.191  - info: javascript.0 (27106) received all states
        2024-12-29 10:42:38.783  - info: javascript.0 (27106) Start javascript script.js.common.CCU-MQTT
        2024-12-29 10:42:38.856  - info: javascript.0 (27106) script.js.common.CCU-MQTT: registered 1 subscription and 0 schedules
        2024-12-29 10:42:38.869  - info: javascript.0 (27106) Start javascript script.js.common.GS303
        2024-12-29 10:42:38.878  - info: javascript.0 (27106) script.js.common.GS303: registered 1 subscription and 0 schedules
        2024-12-29 10:42:38.884  - info: javascript.0 (27106) Start javascript script.js.common.Klimaanlage
        2024-12-29 10:42:38.893  - info: javascript.0 (27106) script.js.common.Klimaanlage: registered 1 subscription and 0 schedules
        2024-12-29 10:42:38.895  - info: javascript.0 (27106) Start javascript script.js.common.Wintergarten
        2024-12-29 10:42:38.905  - info: javascript.0 (27106) script.js.common.Wintergarten: registered 4 subscriptions and 0 schedules
        2024-12-29 10:42:39.049  - info: host.raspberrypi instance system.adapter.hm-rpc.0 started with pid 27265
        2024-12-29 10:42:40.267  - info: hm-rega.0 (27250) starting. Version 5.1.0 in /opt/iobroker/node_modules/iobroker.hm-rega, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:42:40.577  - info: hm-rega.0 (27250) subscribe hm-rpc.1.BidCoS-RF.50.PRESS_SHORT
        2024-12-29 10:42:40.753  - info: hm-rega.0 (27250) ReGaHSS 192.168.178.61 up
        2024-12-29 10:42:40.857  - info: hm-rega.0 (27250) time difference local-ccu 1s
        2024-12-29 10:42:43.029  - info: host.raspberrypi instance system.adapter.hm-rpc.1 started with pid 27338
        2024-12-29 10:42:43.512  - info: hm-rpc.0 (27265) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:42:43.521  - info: hm-rega.0 (27250) request state values
        2024-12-29 10:42:43.948  - info: hm-rpc.0 (27265) binrpc server is trying to listen on 0.0.0.0:18701
        2024-12-29 10:42:43.951  - info: hm-rpc.0 (27265) binrpc client is trying to connect to 192.168.178.61:8701/ with ["xmlrpc_bin://192.168.178.63:18701","raspberrypi:hm-rpc.0:49502bdb2a4a6ac8bc1ae5308af8782f"]
        2024-12-29 10:42:44.280  - info: hm-rpc.0 (27265) binrpc -> listDevices 54
        2024-12-29 10:42:44.417  - info: hm-rpc.0 (27265) Connected
        2024-12-29 10:42:44.525  - error: hm-rpc.0 (27265) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:44.547  - error: hm-rpc.0 (27265) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:44.548  - error: hm-rpc.0 (27265) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:44.549  - error: hm-rpc.0 (27265) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:44.576  - info: hm-rpc.0 (27265) new CUxD devices/channels after filter: 0
        2024-12-29 10:42:47.021  - info: vis.0 (27331) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:42:47.039  - info: host.raspberrypi instance system.adapter.hm-rpc.2 started with pid 27393
        2024-12-29 10:42:47.145  - info: hm-rega.0 (27250) Updated all datapoints
        2024-12-29 10:42:47.175  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:47.176  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:47.177  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:47.184  - info: hm-rega.0 (27250) got 71 variables
        2024-12-29 10:42:47.454  - warn: hm-rega.0 (27250) State value to set for "hm-rega.0.2005" has value "4661680" greater than max "100"
        2024-12-29 10:42:48.127  - info: hm-rpc.1 (27338) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:42:48.575  - info: hm-rpc.1 (27338) xmlrpc server is trying to listen on 0.0.0.0:12001
        2024-12-29 10:42:48.577  - info: hm-rpc.1 (27338) xmlrpc client is trying to connect to 192.168.178.61:2001/ with ["http://192.168.178.63:12001","raspberrypi:hm-rpc.1:6c984a4c8a4315fff8b080e31d59a99f"]
        2024-12-29 10:42:48.672  - info: hm-rpc.1 (27338) xmlrpc <- system.listMethods ["raspberrypi:hm-rpc.1:6c984a4c8a4315fff8b080e31d59a99f"]
        2024-12-29 10:42:48.705  - info: hm-rpc.1 (27338) xmlrpc <- listDevices ["raspberrypi:hm-rpc.1:6c984a4c8a4315fff8b080e31d59a99f"]
        2024-12-29 10:42:48.795  - error: hm-rpc.1 (27338) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:48.802  - error: hm-rpc.1 (27338) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:48.824  - info: hm-rpc.1 (27338) xmlrpc -> 96 devices
        2024-12-29 10:42:48.902  - info: hm-rpc.1 (27338) Connected
        2024-12-29 10:42:49.031  - info: hm-rega.0 (27250) added/updated 71 variables
        2024-12-29 10:42:49.033  - info: hm-rega.0 (27250) deleted 0 variables
        2024-12-29 10:42:49.057  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:49.057  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:49.058  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:49.066  - info: hm-rega.0 (27250) got 20 programs
        2024-12-29 10:42:49.581  - info: vis.0 (27331) Terminated (NO_ERROR): Without reason
        2024-12-29 10:42:49.901  - info: hm-rega.0 (27250) added/updated 20 programs
        2024-12-29 10:42:49.902  - info: hm-rega.0 (27250) deleted 0 programs
        2024-12-29 10:42:49.923  - info: hm-rega.0 (27250) update rooms to enum.rooms
        2024-12-29 10:42:49.971  - info: hm-rega.0 (27250) update functions to enum.functions
        2024-12-29 10:42:50.023  - info: hm-rega.0 (27250) update favorites to enum.favorites
        2024-12-29 10:42:51.056  - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 27443
        2024-12-29 10:42:51.807  - info: hm-rpc.2 (27393) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:42:52.141  - info: hm-rpc.2 (27393) xmlrpc server is trying to listen on 0.0.0.0:12010
        2024-12-29 10:42:52.143  - info: hm-rpc.2 (27393) xmlrpc client is trying to connect to 192.168.178.61:2010/ with ["http://192.168.178.63:12010","raspberrypi:hm-rpc.2:9be79d8ce17acc1f215b27a4c939afb4"]
        2024-12-29 10:42:52.260  - info: hm-rpc.2 (27393) Connected
        2024-12-29 10:42:52.278  - info: hm-rpc.2 (27393) xmlrpc <- listDevices ["raspberrypi:hm-rpc.2:9be79d8ce17acc1f215b27a4c939afb4"]
        2024-12-29 10:42:52.371  - error: hm-rpc.2 (27393) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:52.372  - info: hm-rpc.2 (27393) xmlrpc -> 0 devices
        2024-12-29 10:42:53.113  - info: hm-rpc.2 (27393) xmlrpc <- newDevices 106
        2024-12-29 10:42:53.157  - error: hm-rpc.2 (27393) Cannot execute map: Cannot read properties of undefined (reading 'match')
        2024-12-29 10:42:53.161  - info: hm-rpc.2 (27393) new HMIP devices/channels after filter: 0
        2024-12-29 10:42:55.038  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 27510
        2024-12-29 10:42:55.328  - info: discovery.0 (27443) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:42:58.558  - info: backitup.0 (27510) starting. Version 2.4.6 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:42:58.628  - error: backitup.0 (27510) cannot create startIOB.sh: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
        Require stack:
        - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
        - /opt/iobroker/node_modules/iobroker.backitup/main.jsPlease run "iobroker fix"
        2024-12-29 10:42:58.631  - error: backitup.0 (27510) cannot create external.sh: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
        Require stack:
        - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
        - /opt/iobroker/node_modules/iobroker.backitup/main.jsPlease run "iobroker fix"
        2024-12-29 10:42:58.633  - warn: backitup.0 (27510) Cannot read log file: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
        Require stack:
        - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
        - /opt/iobroker/node_modules/iobroker.backitup/main.js
        2024-12-29 10:42:58.975  - info: host.raspberrypi instance system.adapter.echarts.0 started with pid 27558
        2024-12-29 10:43:01.231  - info: echarts.0 (27558) starting. Version 1.9.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:43:02.973  - info: host.raspberrypi instance system.adapter.fritzbox.0 started with pid 27594
        2024-12-29 10:43:03.114  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
        2024-12-29 10:43:03.115  - error: host.raspberrypi Caught by controller[0]:   throw err;
        2024-12-29 10:43:03.115  - error: host.raspberrypi Caught by controller[0]:   ^
        2024-12-29 10:43:03.115  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js'
        2024-12-29 10:43:03.115  - error: host.raspberrypi Caught by controller[0]: Require stack:
        2024-12-29 10:43:03.116  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js
        2024-12-29 10:43:03.116  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/main.js
        2024-12-29 10:43:03.116  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
        2024-12-29 10:43:03.116  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
        2024-12-29 10:43:03.116  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
        2024-12-29 10:43:03.117  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
        2024-12-29 10:43:03.117  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js:46:25)
        2024-12-29 10:43:03.118  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
        2024-12-29 10:43:03.118  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
        2024-12-29 10:43:03.118  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
        2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
        2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19) {
        2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
        2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
        2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js',
        2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/main.js'
        2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:   ]
        2024-12-29 10:43:03.120  - error: host.raspberrypi Caught by controller[0]: }
        2024-12-29 10:43:03.120  - error: host.raspberrypi Caught by controller[0]: Node.js v20.18.1
        2024-12-29 10:43:03.120  - error: host.raspberrypi instance system.adapter.fritzbox.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        2024-12-29 10:43:03.120  - info: host.raspberrypi Adapter system.adapter.fritzbox.0 needs rebuild and will be restarted afterwards.
        2024-12-29 10:43:03.121  - info: host.raspberrypi system.adapter.fritzbox.0 will be rebuilt
        2024-12-29 10:43:07.002  - info: host.raspberrypi instance system.adapter.info.0 started with pid 27622
        2024-12-29 10:43:10.800  - info: info.0 (27622) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:43:11.001  - info: host.raspberrypi instance system.adapter.mqtt.0 started with pid 27670
        2024-12-29 10:43:11.059  - info: info.0 (27622) Reading/updating systemdata.
        2024-12-29 10:43:11.825  - info: info.0 (27622) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number" 
        2024-12-29 10:43:11.977  - info: info.0 (27622) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string" 
        2024-12-29 10:43:12.250  - info: info.0 (27622) cpu Temp res = {"main":47.225,"cores":[],"max":47.225,"socket":[],"chipset":null}
        2024-12-29 10:43:14.109  - info: mqtt.0 (27670) starting. Version 2.1.14 in /opt/iobroker/node_modules/iobroker.mqtt, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:43:14.474  - info: mqtt.0 (27670) Starting MQTT authenticated server on 0.0.0.0:1883
        2024-12-29 10:43:14.477  - info: mqtt.0 (27670) Starting MQTT-WebSocket authenticated server on 0.0.0.0:1884
        2024-12-29 10:43:17.647  - info: vis.0 (28051) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:43:18.997  - info: host.raspberrypi instance system.adapter.web.0 started with pid 28182
        2024-12-29 10:43:19.345  - info: vis.0 (28051) Terminated (NO_ERROR): Without reason
        2024-12-29 10:43:19.672  - info: mqtt.0 (27670) Client [DS100] connected with secret 1735465399659_2103
        2024-12-29 10:43:19.784  - info: mqtt.0 (27670) Client [DS100] subscribes on topic "DS100/Modus"
        2024-12-29 10:43:19.786  - info: mqtt.0 (27670) Client [DS100] subscribes on topic "GS303/stat/Akt_Leistung"
        2024-12-29 10:43:19.935  - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
        2024-12-29 10:43:21.943  - info: web.0 (28182) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:43:22.325  - info: web.0 (28182) socket.io server listening on port 8082
        2024-12-29 10:43:22.335  - info: web.0 (28182) http server listening on port 8082
        2024-12-29 10:43:22.973  - info: host.raspberrypi instance system.adapter.fronius.0 started with pid 28197
        2024-12-29 10:43:25.564  - info: fronius.0 (28197) starting. Version 1.1.3 in /opt/iobroker/node_modules/iobroker.fronius, node: v20.18.1, js-controller: 5.0.17
        2024-12-29 10:43:54.237  - info: mqtt.0 (27670) Client [GS303] connected with secret 1735465434235_5009
        2024-12-29 10:43:54.296  - info: mqtt.0 (27670) Client [GS303] subscribes on "GS303/cmnd/#" with regex /^GS303\.cmnd\..*/
        2024-12-29 10:43:54.297  - info: mqtt.0 (27670) Client [GS303] subscribes on "GS303/cmnd/#"  with regex /^mqtt\.0\.GS303\.cmnd\..*/
        2024-12-29 10:43:54.300  - info: mqtt.0 (27670) Client [GS303] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
        2024-12-29 10:43:54.301  - info: mqtt.0 (27670) Client [GS303] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
        2024-12-29 10:43:54.302  - info: mqtt.0 (27670) Client [GS303] subscribes on "cmnd/GS303_fb/#" with regex /^cmnd\.GS303_fb\..*/
        2024-12-29 10:43:54.304  - info: mqtt.0 (27670) Client [GS303] subscribes on "cmnd/GS303_fb/#"  with regex /^mqtt\.0\.cmnd\.GS303_fb\..*/
        2024-12-29 10:43:54.306  - info: mqtt.0 (27670) Client [GS303] unsubscribes on unknown topic "homeassistant/status"
        2024-12-29 10:43:54.370  - info: mqtt.0 (27670) Client [Wintergarten] connected with secret 1735465434368_8009
        2024-12-29 10:43:54.430  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "Wintergarten/cmnd/#" with regex /^Wintergarten\.cmnd\..*/
        2024-12-29 10:43:54.431  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "Wintergarten/cmnd/#"  with regex /^mqtt\.0\.Wintergarten\.cmnd\..*/
        2024-12-29 10:43:54.433  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
        2024-12-29 10:43:54.433  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
        2024-12-29 10:43:54.435  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "cmnd/Wintergarten_fb/#" with regex /^cmnd\.Wintergarten_fb\..*/
        2024-12-29 10:43:54.436  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "cmnd/Wintergarten_fb/#"  with regex /^mqtt\.0\.cmnd\.Wintergarten_fb\..*/
        2024-12-29 10:43:54.438  - info: mqtt.0 (27670) Client [Wintergarten] unsubscribes on unknown topic "homeassistant/status"
        2024-12-29 10:43:54.525  - info: mqtt.0 (27670) Client [Klimaanlage] connected with secret 1735465434524_1081
        2024-12-29 10:43:54.586  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "Klimaanlage/cmnd/#" with regex /^Klimaanlage\.cmnd\..*/
        2024-12-29 10:43:54.586  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "Klimaanlage/cmnd/#"  with regex /^mqtt\.0\.Klimaanlage\.cmnd\..*/
        2024-12-29 10:43:54.588  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
        2024-12-29 10:43:54.588  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
        2024-12-29 10:43:54.589  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "cmnd/Klimaanlage_fb/#" with regex /^cmnd\.Klimaanlage_fb\..*/
        2024-12-29 10:43:54.590  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "cmnd/Klimaanlage_fb/#"  with regex /^mqtt\.0\.cmnd\.Klimaanlage_fb\..*/
        2024-12-29 10:43:54.591  - info: mqtt.0 (27670) Client [Klimaanlage] unsubscribes on unknown topic "homeassistant/status"
        
        

        Selbst wenn ich versuche für den Admin in der gleichen Main Schiene ein Update durch zu führen, kommt der Fehler mit dem fehlenden Zugriffen.

        raik@raspberrypi:/opt/iobroker $ iobroker upgrade admin@5.3.9
        Would you like to upgrade admin from @5.3.8 to @5.3.9 now? [(y)es, (n)o]: y
        Update admin from @5.3.8 to @5.3.9
        Cannot upgrade: Cannot read properties of undefined (reading 'enabled')
        raik@raspberrypi:/opt/iobroker $
        
        
        

        Auch bei anderen Adaptern sehe ich im Log fehlende Zugriffe.

        hm-rpc.2	2024-12-29 10:46:26.259	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
        hm-rpc.2	2024-12-29 10:46:25.802	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
        hm-rpc.1	2024-12-29 10:46:21.716	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
        hm-rpc.1	2024-12-29 10:46:21.714	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
        hm-rpc.0	2024-12-29 10:46:18.516	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
        hm-rpc.0	2024-12-29 10:46:18.515	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
        hm-rpc.0	2024-12-29 10:46:18.514	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
        hm-rpc.0	2024-12-29 10:46:18.505	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
        host.raspberrypi-Server	2024-12-29 10:46:18.457	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
        host.raspberrypi-Server	2024-12-29 10:46:18.456	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
        host.raspberrypi-Server	2024-12-29 10:46:18.454	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
        hm-rega.0	2024-12-29 10:46:17.527	warn	State value to set for "hm-rega.0.2005" has value "4661680" greater than max "100"
        host.raspberrypi-Server	2024-12-29 10:46:17.372	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
        host.raspberrypi-Server	2024-12-29 10:46:17.371	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
        host.raspberrypi-Server	2024-12-29 10:46:17.369	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
        
        Homoran 1 Reply Last reply Reply Quote 0
        • E
          Ecopilot @Thomas Braun last edited by

          @thomas-braun

          Mit dem Update des js-controlers hat das Problem eigentlich angefangen. Nach dem Update läuft das System nicht mehr hoch.
          Da ich im Log dann was vom Admin gesehen habe, habe ich versucht erst mal den hoch zu ziehen.

          2024-12-29 10:33:03.667  - info: host.raspberrypi iobroker.js-controller version 7.0.6 js-controller starting
          2024-12-29 10:33:03.672  - info: host.raspberrypi Copyright (c) 2014-2024 bluefox, 2014 hobbyquaker
          2024-12-29 10:33:03.674  - info: host.raspberrypi hostname: raspberrypi, node: v20.18.1
          2024-12-29 10:33:03.675  - info: host.raspberrypi ip addresses: 192.168.178.63 fe80::f13e:8ffb:c366:b5b0
          2024-12-29 10:33:04.549  - info: host.raspberrypi connected to Objects and States
          2024-12-29 10:33:04.575  - info: host.raspberrypi added notifications configuration of host
          2024-12-29 10:33:05.076  - info: host.raspberrypi 22 instances found
          2024-12-29 10:33:05.109  - info: host.raspberrypi starting 21 instances
          2024-12-29 10:33:05.485  - info: host.raspberrypi instance system.adapter.admin.0 in version "5.3.8" started with pid 23895
          2024-12-29 10:33:06.574  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
          2024-12-29 10:33:06.576  - error: host.raspberrypi Caught by controller[0]:   throw err;
          2024-12-29 10:33:06.576  - error: host.raspberrypi Caught by controller[0]:   ^
          2024-12-29 10:33:06.577  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
          2024-12-29 10:33:06.578  - error: host.raspberrypi Caught by controller[0]: Require stack:
          2024-12-29 10:33:06.578  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
          2024-12-29 10:33:06.579  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
          2024-12-29 10:33:06.579  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
          2024-12-29 10:33:06.579  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
          2024-12-29 10:33:06.580  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
          2024-12-29 10:33:06.580  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/main.js:18:18)
          2024-12-29 10:33:06.581  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
          2024-12-29 10:33:06.581  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
          2024-12-29 10:33:06.582  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
          2024-12-29 10:33:06.582  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
          2024-12-29 10:33:06.582  - error: host.raspberrypi Caught by controller[0]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
          2024-12-29 10:33:06.583  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
          2024-12-29 10:33:06.583  - error: host.raspberrypi Caught by controller[0]:   requireStack: [ '/opt/iobroker/node_modules/iobroker.admin/main.js' ]
          2024-12-29 10:33:06.583  - error: host.raspberrypi Caught by controller[0]: }
          2024-12-29 10:33:06.584  - error: host.raspberrypi Caught by controller[0]: Node.js v20.18.1
          2024-12-29 10:33:06.584  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          2024-12-29 10:33:06.584  - info: host.raspberrypi Adapter system.adapter.admin.0 needs rebuild and will be restarted afterwards.
          2024-12-29 10:33:06.593  - info: host.raspberrypi system.adapter.admin.0 will be rebuilt
          2024-12-29 10:33:06.594  - warn: host.raspberrypi adapter "admin" seems to be installed for a different version of Node.js. Trying to rebuild it... 1 attempt
          2024-12-29 10:33:06.596  - info: host.raspberrypi iobroker rebuild
          2024-12-29 10:33:08.237  - info: host.raspberrypi iobroker npm-rebuild: Rebuilding native modules ...
          2024-12-29 10:33:09.446  - info: host.raspberrypi instance system.adapter.history.0 in version "3.0.1" started with pid 23924
          2024-12-29 10:33:12.528  - info: history.0 (23924) starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.history, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:12.667  - info: history.0 (23924) enabled logging of Strom aktuelle Leistung (Count=1), Alias=true
          2024-12-29 10:33:12.669  - info: history.0 (23924) enabled logging of Strom Gesamtverbrauch (Count=2), Alias=true
          2024-12-29 10:33:12.671  - info: history.0 (23924) enabled logging of Akku Leistung (Count=3), Alias=true
          2024-12-29 10:33:12.672  - info: history.0 (23924) enabled logging of PV Produktion (Count=4), Alias=true
          2024-12-29 10:33:12.673  - info: history.0 (23924) enabled logging of Erzeugte Leistung (Count=5), Alias=true
          2024-12-29 10:33:13.566  - info: host.raspberrypi instance system.adapter.javascript.0 in version "5.2.21" started with pid 24000
          2024-12-29 10:33:17.821  - info: host.raspberrypi instance system.adapter.hm-rega.0 in version "5.1.0" started with pid 24148
          2024-12-29 10:33:19.939  - info: javascript.0 (24000) starting. Version 5.2.21 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:20.216  - info: javascript.0 (24000) requesting all states
          2024-12-29 10:33:20.228  - info: javascript.0 (24000) requesting all objects
          2024-12-29 10:33:20.889  - info: javascript.0 (24000) received all states
          2024-12-29 10:33:21.760  - info: javascript.0 (24000) received all objects
          2024-12-29 10:33:21.763  - info: host.raspberrypi instance system.adapter.hm-rpc.0 in version "1.15.12" started with pid 24186
          2024-12-29 10:33:22.726  - info: javascript.0 (24000) Start javascript script.js.common.CCU-MQTT
          2024-12-29 10:33:22.891  - info: javascript.0 (24000) script.js.common.CCU-MQTT: registered 1 subscription and 0 schedules
          2024-12-29 10:33:22.907  - info: javascript.0 (24000) Start javascript script.js.common.GS303
          2024-12-29 10:33:22.916  - info: javascript.0 (24000) script.js.common.GS303: registered 1 subscription and 0 schedules
          2024-12-29 10:33:22.935  - info: javascript.0 (24000) Start javascript script.js.common.Klimaanlage
          2024-12-29 10:33:22.948  - info: javascript.0 (24000) script.js.common.Klimaanlage: registered 1 subscription and 0 schedules
          2024-12-29 10:33:23.007  - info: javascript.0 (24000) Start javascript script.js.common.Wintergarten
          2024-12-29 10:33:23.044  - info: javascript.0 (24000) script.js.common.Wintergarten: registered 4 subscriptions and 0 schedules
          2024-12-29 10:33:23.892  - info: hm-rega.0 (24148) starting. Version 5.1.0 in /opt/iobroker/node_modules/iobroker.hm-rega, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:24.231  - info: hm-rega.0 (24148) subscribe hm-rpc.1.BidCoS-RF.50.PRESS_SHORT
          2024-12-29 10:33:24.470  - info: hm-rega.0 (24148) ReGaHSS 192.168.178.61 up
          2024-12-29 10:33:24.629  - info: hm-rega.0 (24148) time difference local-ccu 1s
          2024-12-29 10:33:25.622  - info: host.raspberrypi instance system.adapter.hm-rpc.1 in version "1.15.12" started with pid 24222
          2024-12-29 10:33:28.113  - info: hm-rega.0 (24148) request state values
          2024-12-29 10:33:28.524  - info: hm-rpc.0 (24186) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:28.959  - info: hm-rpc.0 (24186) binrpc server is trying to listen on 0.0.0.0:18701
          2024-12-29 10:33:28.962  - info: hm-rpc.0 (24186) binrpc client is trying to connect to 192.168.178.61:8701/ with ["xmlrpc_bin://192.168.178.63:18701","raspberrypi:hm-rpc.0:186286867aa8a120b5f002c9bf19b91e"]
          2024-12-29 10:33:29.408  - info: hm-rpc.0 (24186) binrpc -> listDevices 54
          2024-12-29 10:33:29.493  - info: hm-rpc.0 (24186) Connected
          2024-12-29 10:33:29.858  - error: hm-rpc.0 (24186) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:29.870  - error: hm-rpc.0 (24186) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:29.872  - error: hm-rpc.0 (24186) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:29.873  - error: hm-rpc.0 (24186) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:29.919  - info: hm-rpc.0 (24186) new CUxD devices/channels after filter: 0
          2024-12-29 10:33:30.074  - info: host.raspberrypi instance system.adapter.hm-rpc.2 in version "1.15.12" started with pid 24295
          2024-12-29 10:33:32.154  - info: hm-rpc.1 (24222) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:32.496  - info: hm-rpc.1 (24222) xmlrpc server is trying to listen on 0.0.0.0:12001
          2024-12-29 10:33:32.498  - info: hm-rpc.1 (24222) xmlrpc client is trying to connect to 192.168.178.61:2001/ with ["http://192.168.178.63:12001","raspberrypi:hm-rpc.1:af0cb36dc5e3beac7d5f659ab8a1a2b6"]
          2024-12-29 10:33:32.646  - info: hm-rpc.1 (24222) xmlrpc <- system.listMethods ["raspberrypi:hm-rpc.1:af0cb36dc5e3beac7d5f659ab8a1a2b6"]
          2024-12-29 10:33:32.685  - info: hm-rpc.1 (24222) xmlrpc <- listDevices ["raspberrypi:hm-rpc.1:af0cb36dc5e3beac7d5f659ab8a1a2b6"]
          2024-12-29 10:33:32.763  - error: hm-rpc.1 (24222) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:32.767  - error: hm-rpc.1 (24222) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:32.791  - info: hm-rpc.1 (24222) xmlrpc -> 96 devices
          2024-12-29 10:33:32.878  - info: hm-rpc.1 (24222) Connected
          2024-12-29 10:33:33.736  - info: host.raspberrypi instance system.adapter.discovery.0 in version "5.0.0" started with pid 24329
          2024-12-29 10:33:34.196  - info: vis.0 (24288) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:34.440  - info: hm-rega.0 (24148) Updated all datapoints
          2024-12-29 10:33:34.481  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:34.490  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:34.492  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:34.507  - info: hm-rega.0 (24148) got 71 variables
          2024-12-29 10:33:34.992  - warn: hm-rega.0 (24148) State value to set for "hm-rega.0.2005" has value "4661680" greater than max "100"
          2024-12-29 10:33:36.529  - info: hm-rpc.2 (24295) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:36.629  - info: hm-rega.0 (24148) added/updated 71 variables
          2024-12-29 10:33:36.631  - info: hm-rega.0 (24148) deleted 0 variables
          2024-12-29 10:33:36.659  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:36.661  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:36.661  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:36.668  - info: hm-rega.0 (24148) got 20 programs
          2024-12-29 10:33:36.794  - info: vis.0 (24288) Terminated (NO_ERROR): Without reason
          2024-12-29 10:33:36.944  - info: hm-rpc.2 (24295) xmlrpc server is trying to listen on 0.0.0.0:12010
          2024-12-29 10:33:36.948  - info: hm-rpc.2 (24295) xmlrpc client is trying to connect to 192.168.178.61:2010/ with ["http://192.168.178.63:12010","raspberrypi:hm-rpc.2:8d78cd558866440b6914037795f36aae"]
          2024-12-29 10:33:37.096  - info: hm-rpc.2 (24295) Connected
          2024-12-29 10:33:37.218  - info: hm-rpc.2 (24295) xmlrpc <- listDevices ["raspberrypi:hm-rpc.2:8d78cd558866440b6914037795f36aae"]
          2024-12-29 10:33:37.592  - error: hm-rpc.2 (24295) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:37.603  - info: hm-rpc.2 (24295) xmlrpc -> 0 devices
          2024-12-29 10:33:37.625  - info: host.raspberrypi instance system.adapter.backitup.0 in version "2.4.6" started with pid 24360
          2024-12-29 10:33:38.337  - info: hm-rpc.2 (24295) xmlrpc <- newDevices 106
          2024-12-29 10:33:38.434  - error: hm-rpc.2 (24295) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:33:38.440  - info: hm-rpc.2 (24295) new HMIP devices/channels after filter: 0
          2024-12-29 10:33:38.513  - info: hm-rega.0 (24148) added/updated 20 programs
          2024-12-29 10:33:38.515  - info: hm-rega.0 (24148) deleted 0 programs
          2024-12-29 10:33:38.535  - info: hm-rega.0 (24148) update rooms to enum.rooms
          2024-12-29 10:33:38.586  - info: hm-rega.0 (24148) update functions to enum.functions
          2024-12-29 10:33:38.637  - info: hm-rega.0 (24148) update favorites to enum.favorites
          2024-12-29 10:33:39.779  - info: discovery.0 (24329) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:41.517  - info: host.raspberrypi instance system.adapter.echarts.0 in version "1.9.2" started with pid 24396
          2024-12-29 10:33:42.350  - info: backitup.0 (24360) starting. Version 2.4.6 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:42.471  - error: backitup.0 (24360) cannot create startIOB.sh: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
          Require stack:
          - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
          - /opt/iobroker/node_modules/iobroker.backitup/main.jsPlease run "iobroker fix"
          2024-12-29 10:33:42.475  - error: backitup.0 (24360) cannot create external.sh: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
          Require stack:
          - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
          - /opt/iobroker/node_modules/iobroker.backitup/main.jsPlease run "iobroker fix"
          2024-12-29 10:33:42.479  - warn: backitup.0 (24360) Cannot read log file: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
          Require stack:
          - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
          - /opt/iobroker/node_modules/iobroker.backitup/main.js
          2024-12-29 10:33:44.918  - info: echarts.0 (24396) starting. Version 1.9.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:45.386  - info: host.raspberrypi instance system.adapter.fritzbox.0 in version "0.2.1" started with pid 24444
          2024-12-29 10:33:45.535  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
          2024-12-29 10:33:45.535  - error: host.raspberrypi Caught by controller[0]:   throw err;
          2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]:   ^
          2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js'
          2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]: Require stack:
          2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js
          2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/main.js
          2024-12-29 10:33:45.536  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
          2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
          2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
          2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
          2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js:46:25)
          2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
          2024-12-29 10:33:45.537  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
          2024-12-29 10:33:45.538  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
          2024-12-29 10:33:45.538  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
          2024-12-29 10:33:45.538  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19) {
          2024-12-29 10:33:45.538  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
          2024-12-29 10:33:45.538  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
          2024-12-29 10:33:45.539  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js',
          2024-12-29 10:33:45.539  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/main.js'
          2024-12-29 10:33:45.539  - error: host.raspberrypi Caught by controller[0]:   ]
          2024-12-29 10:33:45.539  - error: host.raspberrypi Caught by controller[0]: }
          2024-12-29 10:33:45.539  - error: host.raspberrypi Caught by controller[0]: Node.js v20.18.1
          2024-12-29 10:33:45.540  - error: host.raspberrypi instance system.adapter.fritzbox.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          2024-12-29 10:33:45.540  - info: host.raspberrypi Adapter system.adapter.fritzbox.0 needs rebuild and will be restarted afterwards.
          2024-12-29 10:33:45.540  - info: host.raspberrypi system.adapter.fritzbox.0 will be rebuilt
          2024-12-29 10:33:49.524  - info: host.raspberrypi instance system.adapter.info.0 in version "1.9.19" started with pid 24472
          2024-12-29 10:33:53.528  - info: host.raspberrypi instance system.adapter.mqtt.0 in version "2.1.14" started with pid 24516
          2024-12-29 10:33:54.711  - info: info.0 (24472) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:54.994  - info: info.0 (24472) Reading/updating systemdata.
          2024-12-29 10:33:55.820  - info: info.0 (24472) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number" 
          2024-12-29 10:33:55.981  - info: info.0 (24472) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string" 
          2024-12-29 10:33:56.286  - info: info.0 (24472) cpu Temp res = {"main":46.251,"cores":[],"max":46.251,"socket":[],"chipset":null}
          2024-12-29 10:33:59.469  - info: mqtt.0 (24516) starting. Version 2.1.14 in /opt/iobroker/node_modules/iobroker.mqtt, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:33:59.814  - info: mqtt.0 (24516) Starting MQTT authenticated server on 0.0.0.0:1883
          2024-12-29 10:33:59.816  - info: mqtt.0 (24516) Starting MQTT-WebSocket authenticated server on 0.0.0.0:1884
          2024-12-29 10:34:01.481  - info: host.raspberrypi instance system.adapter.web.0 in version "6.2.5" started with pid 24928
          2024-12-29 10:34:02.735  - info: vis.0 (24659) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:34:04.773  - info: vis.0 (24659) Terminated (NO_ERROR): Without reason
          2024-12-29 10:34:05.549  - info: host.raspberrypi instance system.adapter.fronius.0 in version "1.1.3" started with pid 25066
          2024-12-29 10:34:05.593  - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
          2024-12-29 10:34:06.515  - info: web.0 (24928) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:34:06.801  - info: mqtt.0 (24516) Client [DS100] connected with secret 1735464846770_2455
          2024-12-29 10:34:06.916  - info: web.0 (24928) socket.io server listening on port 8082
          2024-12-29 10:34:06.938  - info: web.0 (24928) http server listening on port 8082
          2024-12-29 10:34:07.019  - info: mqtt.0 (24516) Client [DS100] subscribes on topic "DS100/Modus"
          2024-12-29 10:34:07.049  - info: mqtt.0 (24516) Client [DS100] subscribes on topic "GS303/stat/Akt_Leistung"
          2024-12-29 10:34:08.901  - info: fronius.0 (25066) starting. Version 1.1.3 in /opt/iobroker/node_modules/iobroker.fronius, node: v20.18.1, js-controller: 7.0.6
          2024-12-29 10:34:46.503  - info: mqtt.0 (24516) Client [Klimaanlage] connected with secret 1735464886501_7439
          2024-12-29 10:34:46.564  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "Klimaanlage/cmnd/#" with regex /^Klimaanlage\.cmnd\..*/
          2024-12-29 10:34:46.565  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "Klimaanlage/cmnd/#"  with regex /^mqtt\.0\.Klimaanlage\.cmnd\..*/
          2024-12-29 10:34:46.568  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
          2024-12-29 10:34:46.569  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
          2024-12-29 10:34:46.570  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "cmnd/Klimaanlage_fb/#" with regex /^cmnd\.Klimaanlage_fb\..*/
          2024-12-29 10:34:46.571  - info: mqtt.0 (24516) Client [Klimaanlage] subscribes on "cmnd/Klimaanlage_fb/#"  with regex /^mqtt\.0\.cmnd\.Klimaanlage_fb\..*/
          2024-12-29 10:34:46.573  - info: mqtt.0 (24516) Client [Klimaanlage] unsubscribes on unknown topic "homeassistant/status"
          2024-12-29 10:34:47.254  - info: mqtt.0 (24516) Client [GS303] connected with secret 1735464887253_6169
          2024-12-29 10:34:47.312  - info: mqtt.0 (24516) Client [GS303] subscribes on "GS303/cmnd/#" with regex /^GS303\.cmnd\..*/
          2024-12-29 10:34:47.313  - info: mqtt.0 (24516) Client [GS303] subscribes on "GS303/cmnd/#"  with regex /^mqtt\.0\.GS303\.cmnd\..*/
          2024-12-29 10:34:47.316  - info: mqtt.0 (24516) Client [GS303] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
          2024-12-29 10:34:47.317  - info: mqtt.0 (24516) Client [GS303] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
          2024-12-29 10:34:47.319  - info: mqtt.0 (24516) Client [GS303] subscribes on "cmnd/GS303_fb/#" with regex /^cmnd\.GS303_fb\..*/
          2024-12-29 10:34:47.320  - info: mqtt.0 (24516) Client [GS303] subscribes on "cmnd/GS303_fb/#"  with regex /^mqtt\.0\.cmnd\.GS303_fb\..*/
          2024-12-29 10:34:47.321  - info: mqtt.0 (24516) Client [GS303] unsubscribes on unknown topic "homeassistant/status"
          2024-12-29 10:34:47.362  - info: mqtt.0 (24516) Client [Wintergarten] connected with secret 1735464887361_3754
          2024-12-29 10:34:47.419  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "Wintergarten/cmnd/#" with regex /^Wintergarten\.cmnd\..*/
          2024-12-29 10:34:47.420  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "Wintergarten/cmnd/#"  with regex /^mqtt\.0\.Wintergarten\.cmnd\..*/
          2024-12-29 10:34:47.421  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
          2024-12-29 10:34:47.422  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
          2024-12-29 10:34:47.423  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "cmnd/Wintergarten_fb/#" with regex /^cmnd\.Wintergarten_fb\..*/
          2024-12-29 10:34:47.424  - info: mqtt.0 (24516) Client [Wintergarten] subscribes on "cmnd/Wintergarten_fb/#"  with regex /^mqtt\.0\.cmnd\.Wintergarten_fb\..*/
          2024-12-29 10:34:47.425  - info: mqtt.0 (24516) Client [Wintergarten] unsubscribes on unknown topic "homeassistant/status"
          2024-12-29 10:35:16.442  - info: host.raspberrypi iobroker npm-rebuild: rebuilt dependencies successfully
          2024-12-29 10:35:16.468  - info: host.raspberrypi iobroker npm-rebuild: 
          2024-12-29 10:35:16.469  - info: host.raspberrypi iobroker npm-rebuild: Rebuilding native modules done
          2024-12-29 10:35:17.495  - info: host.raspberrypi iobroker npm-rebuild: exit 0
          2024-12-29 10:35:18.299  - info: host.raspberrypi instance system.adapter.fritzbox.0 in version "0.2.1" started with pid 25370
          2024-12-29 10:35:18.360  - info: host.raspberrypi instance system.adapter.admin.0 in version "5.3.8" started with pid 25377
          2024-12-29 10:35:18.440  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
          2024-12-29 10:35:18.441  - error: host.raspberrypi Caught by controller[0]:   throw err;
          2024-12-29 10:35:18.446  - error: host.raspberrypi Caught by controller[0]:   ^
          2024-12-29 10:35:18.446  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js'
          2024-12-29 10:35:18.447  - error: host.raspberrypi Caught by controller[0]: Require stack:
          2024-12-29 10:35:18.447  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js
          2024-12-29 10:35:18.447  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/main.js
          2024-12-29 10:35:18.447  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
          2024-12-29 10:35:18.448  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
          2024-12-29 10:35:18.448  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
          2024-12-29 10:35:18.448  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
          2024-12-29 10:35:18.448  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js:46:25)
          2024-12-29 10:35:18.449  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
          2024-12-29 10:35:18.449  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
          2024-12-29 10:35:18.449  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
          2024-12-29 10:35:18.449  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
          2024-12-29 10:35:18.450  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19) {
          2024-12-29 10:35:18.450  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
          2024-12-29 10:35:18.450  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
          2024-12-29 10:35:18.451  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js',
          2024-12-29 10:35:18.451  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/main.js'
          2024-12-29 10:35:18.451  - error: host.raspberrypi Caught by controller[0]:   ]
          2024-12-29 10:35:18.452  - error: host.raspberrypi Caught by controller[0]: }
          2024-12-29 10:35:18.452  - error: host.raspberrypi Caught by controller[0]: Node.js v20.18.1
          2024-12-29 10:35:18.452  - error: host.raspberrypi instance system.adapter.fritzbox.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          2024-12-29 10:35:18.453  - info: host.raspberrypi Adapter system.adapter.fritzbox.0 needs rebuild of iobroker.js-controller and will be restarted afterwards.
          2024-12-29 10:35:18.453  - info: host.raspberrypi system.adapter.fritzbox.0 will be rebuilt (Args: {"path":"/opt/iobroker/node_modules","module":"iobroker.js-controller","version":"7.0.6"})
          2024-12-29 10:35:18.455  - warn: host.raspberrypi adapter "fritzbox" seems to be installed for a different version of Node.js. Trying to rebuild it... 2 attempt
          2024-12-29 10:35:18.456  - info: host.raspberrypi iobroker rebuild iobroker.js-controller@7.0.6 --path /opt/iobroker/node_modules
          2024-12-29 10:35:19.811  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
          2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]:   throw err;
          2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]:   ^
          2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
          2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]: Require stack:
          2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
          2024-12-29 10:35:19.812  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
          2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
          2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
          2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
          2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/main.js:18:18)
          2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
          2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
          2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
          2024-12-29 10:35:19.813  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
          2024-12-29 10:35:19.814  - error: host.raspberrypi Caught by controller[0]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
          2024-12-29 10:35:19.814  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
          2024-12-29 10:35:19.814  - error: host.raspberrypi Caught by controller[0]:   requireStack: [ '/opt/iobroker/node_modules/iobroker.admin/main.js' ]
          2024-12-29 10:35:19.814  - error: host.raspberrypi Caught by controller[0]: }
          2024-12-29 10:35:19.814  - error: host.raspberrypi Caught by controller[0]: Node.js v20.18.1
          2024-12-29 10:35:19.814  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          2024-12-29 10:35:19.814  - info: host.raspberrypi Adapter system.adapter.admin.0 needs rebuild of iobroker.js-controller and will be restarted afterwards.
          2024-12-29 10:35:19.815  - info: host.raspberrypi system.adapter.admin.0 will be rebuilt (Args: {"path":"/opt/iobroker/node_modules","module":"iobroker.js-controller","version":"7.0.6"})
          2024-12-29 10:35:20.436  - info: host.raspberrypi iobroker npm-rebuild: Rebuilding native module "iobroker.js-controller@7.0.6" in /opt/iobroker/node_modules ...
          
          

          Auch wenn ich es erst mal mit einem js-controler v5.xx versuche bekomme ich das gleiche Problem.

          2024-12-29 10:42:21.425  - info: host.raspberrypi iobroker.js-controller version 5.0.17 js-controller starting
          2024-12-29 10:42:21.431  - info: host.raspberrypi Copyright (c) 2014-2023 bluefox, 2014 hobbyquaker
          2024-12-29 10:42:21.432  - info: host.raspberrypi hostname: raspberrypi, node: v20.18.1
          2024-12-29 10:42:21.433  - info: host.raspberrypi ip addresses: 192.168.178.63 fe80::f13e:8ffb:c366:b5b0
          2024-12-29 10:42:22.349  - info: host.raspberrypi connected to Objects and States
          2024-12-29 10:42:22.379  - info: host.raspberrypi added notifications configuration of host
          2024-12-29 10:42:22.914  - info: host.raspberrypi 22 instances found
          2024-12-29 10:42:22.953  - info: host.raspberrypi starting 21 instances
          2024-12-29 10:42:23.026  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 26982
          2024-12-29 10:42:24.046  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
          2024-12-29 10:42:24.047  - error: host.raspberrypi Caught by controller[0]:   throw err;
          2024-12-29 10:42:24.047  - error: host.raspberrypi Caught by controller[0]:   ^
          2024-12-29 10:42:24.048  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
          2024-12-29 10:42:24.048  - error: host.raspberrypi Caught by controller[0]: Require stack:
          2024-12-29 10:42:24.049  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.admin/main.js
          2024-12-29 10:42:24.049  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
          2024-12-29 10:42:24.049  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
          2024-12-29 10:42:24.049  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
          2024-12-29 10:42:24.049  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
          2024-12-29 10:42:24.050  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.admin/main.js:18:18)
          2024-12-29 10:42:24.050  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
          2024-12-29 10:42:24.051  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
          2024-12-29 10:42:24.051  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
          2024-12-29 10:42:24.051  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
          2024-12-29 10:42:24.051  - error: host.raspberrypi Caught by controller[0]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:173:12) {
          2024-12-29 10:42:24.051  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
          2024-12-29 10:42:24.052  - error: host.raspberrypi Caught by controller[0]:   requireStack: [ '/opt/iobroker/node_modules/iobroker.admin/main.js' ]
          2024-12-29 10:42:24.052  - error: host.raspberrypi Caught by controller[0]: }
          2024-12-29 10:42:24.052  - error: host.raspberrypi Caught by controller[1]: Node.js v20.18.1
          2024-12-29 10:42:24.052  - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          2024-12-29 10:42:24.053  - info: host.raspberrypi Adapter system.adapter.admin.0 needs rebuild and will be restarted afterwards.
          2024-12-29 10:42:24.057  - info: host.raspberrypi system.adapter.admin.0 will be rebuilt
          2024-12-29 10:42:24.059  - warn: host.raspberrypi adapter "admin" seems to be installed for a different version of Node.js. Trying to rebuild it... 1 attempt
          2024-12-29 10:42:24.059  - info: host.raspberrypi iobroker rebuild
          2024-12-29 10:42:25.197  - info: host.raspberrypi iobroker npm-rebuild: Rebuilding native modules ...
          2024-12-29 10:42:27.006  - info: host.raspberrypi instance system.adapter.history.0 started with pid 27011
          2024-12-29 10:42:29.578  - info: history.0 (27011) starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.history, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:42:29.683  - info: history.0 (27011) enabled logging of Strom aktuelle Leistung (Count=1), Alias=true
          2024-12-29 10:42:29.685  - info: history.0 (27011) enabled logging of Strom Gesamtverbrauch (Count=2), Alias=true
          2024-12-29 10:42:29.686  - info: history.0 (27011) enabled logging of Akku Leistung (Count=3), Alias=true
          2024-12-29 10:42:29.688  - info: history.0 (27011) enabled logging of PV Produktion (Count=4), Alias=true
          2024-12-29 10:42:29.690  - info: history.0 (27011) enabled logging of Erzeugte Leistung (Count=5), Alias=true
          2024-12-29 10:42:31.020  - info: host.raspberrypi instance system.adapter.javascript.0 started with pid 27106
          2024-12-29 10:42:35.033  - info: host.raspberrypi instance system.adapter.hm-rega.0 started with pid 27250
          2024-12-29 10:42:36.707  - info: javascript.0 (27106) starting. Version 5.2.21 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:42:36.859  - info: javascript.0 (27106) requesting all states
          2024-12-29 10:42:36.863  - info: javascript.0 (27106) requesting all objects
          2024-12-29 10:42:37.997  - info: javascript.0 (27106) received all objects
          2024-12-29 10:42:38.191  - info: javascript.0 (27106) received all states
          2024-12-29 10:42:38.783  - info: javascript.0 (27106) Start javascript script.js.common.CCU-MQTT
          2024-12-29 10:42:38.856  - info: javascript.0 (27106) script.js.common.CCU-MQTT: registered 1 subscription and 0 schedules
          2024-12-29 10:42:38.869  - info: javascript.0 (27106) Start javascript script.js.common.GS303
          2024-12-29 10:42:38.878  - info: javascript.0 (27106) script.js.common.GS303: registered 1 subscription and 0 schedules
          2024-12-29 10:42:38.884  - info: javascript.0 (27106) Start javascript script.js.common.Klimaanlage
          2024-12-29 10:42:38.893  - info: javascript.0 (27106) script.js.common.Klimaanlage: registered 1 subscription and 0 schedules
          2024-12-29 10:42:38.895  - info: javascript.0 (27106) Start javascript script.js.common.Wintergarten
          2024-12-29 10:42:38.905  - info: javascript.0 (27106) script.js.common.Wintergarten: registered 4 subscriptions and 0 schedules
          2024-12-29 10:42:39.049  - info: host.raspberrypi instance system.adapter.hm-rpc.0 started with pid 27265
          2024-12-29 10:42:40.267  - info: hm-rega.0 (27250) starting. Version 5.1.0 in /opt/iobroker/node_modules/iobroker.hm-rega, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:42:40.577  - info: hm-rega.0 (27250) subscribe hm-rpc.1.BidCoS-RF.50.PRESS_SHORT
          2024-12-29 10:42:40.753  - info: hm-rega.0 (27250) ReGaHSS 192.168.178.61 up
          2024-12-29 10:42:40.857  - info: hm-rega.0 (27250) time difference local-ccu 1s
          2024-12-29 10:42:43.029  - info: host.raspberrypi instance system.adapter.hm-rpc.1 started with pid 27338
          2024-12-29 10:42:43.512  - info: hm-rpc.0 (27265) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:42:43.521  - info: hm-rega.0 (27250) request state values
          2024-12-29 10:42:43.948  - info: hm-rpc.0 (27265) binrpc server is trying to listen on 0.0.0.0:18701
          2024-12-29 10:42:43.951  - info: hm-rpc.0 (27265) binrpc client is trying to connect to 192.168.178.61:8701/ with ["xmlrpc_bin://192.168.178.63:18701","raspberrypi:hm-rpc.0:49502bdb2a4a6ac8bc1ae5308af8782f"]
          2024-12-29 10:42:44.280  - info: hm-rpc.0 (27265) binrpc -> listDevices 54
          2024-12-29 10:42:44.417  - info: hm-rpc.0 (27265) Connected
          2024-12-29 10:42:44.525  - error: hm-rpc.0 (27265) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:44.547  - error: hm-rpc.0 (27265) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:44.548  - error: hm-rpc.0 (27265) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:44.549  - error: hm-rpc.0 (27265) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:44.576  - info: hm-rpc.0 (27265) new CUxD devices/channels after filter: 0
          2024-12-29 10:42:47.021  - info: vis.0 (27331) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:42:47.039  - info: host.raspberrypi instance system.adapter.hm-rpc.2 started with pid 27393
          2024-12-29 10:42:47.145  - info: hm-rega.0 (27250) Updated all datapoints
          2024-12-29 10:42:47.175  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:47.176  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:47.177  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:47.184  - info: hm-rega.0 (27250) got 71 variables
          2024-12-29 10:42:47.454  - warn: hm-rega.0 (27250) State value to set for "hm-rega.0.2005" has value "4661680" greater than max "100"
          2024-12-29 10:42:48.127  - info: hm-rpc.1 (27338) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:42:48.575  - info: hm-rpc.1 (27338) xmlrpc server is trying to listen on 0.0.0.0:12001
          2024-12-29 10:42:48.577  - info: hm-rpc.1 (27338) xmlrpc client is trying to connect to 192.168.178.61:2001/ with ["http://192.168.178.63:12001","raspberrypi:hm-rpc.1:6c984a4c8a4315fff8b080e31d59a99f"]
          2024-12-29 10:42:48.672  - info: hm-rpc.1 (27338) xmlrpc <- system.listMethods ["raspberrypi:hm-rpc.1:6c984a4c8a4315fff8b080e31d59a99f"]
          2024-12-29 10:42:48.705  - info: hm-rpc.1 (27338) xmlrpc <- listDevices ["raspberrypi:hm-rpc.1:6c984a4c8a4315fff8b080e31d59a99f"]
          2024-12-29 10:42:48.795  - error: hm-rpc.1 (27338) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:48.802  - error: hm-rpc.1 (27338) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:48.824  - info: hm-rpc.1 (27338) xmlrpc -> 96 devices
          2024-12-29 10:42:48.902  - info: hm-rpc.1 (27338) Connected
          2024-12-29 10:42:49.031  - info: hm-rega.0 (27250) added/updated 71 variables
          2024-12-29 10:42:49.033  - info: hm-rega.0 (27250) deleted 0 variables
          2024-12-29 10:42:49.057  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:49.057  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:49.058  - warn: host.raspberrypi-Server Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:49.066  - info: hm-rega.0 (27250) got 20 programs
          2024-12-29 10:42:49.581  - info: vis.0 (27331) Terminated (NO_ERROR): Without reason
          2024-12-29 10:42:49.901  - info: hm-rega.0 (27250) added/updated 20 programs
          2024-12-29 10:42:49.902  - info: hm-rega.0 (27250) deleted 0 programs
          2024-12-29 10:42:49.923  - info: hm-rega.0 (27250) update rooms to enum.rooms
          2024-12-29 10:42:49.971  - info: hm-rega.0 (27250) update functions to enum.functions
          2024-12-29 10:42:50.023  - info: hm-rega.0 (27250) update favorites to enum.favorites
          2024-12-29 10:42:51.056  - info: host.raspberrypi instance system.adapter.discovery.0 started with pid 27443
          2024-12-29 10:42:51.807  - info: hm-rpc.2 (27393) starting. Version 1.15.12 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:42:52.141  - info: hm-rpc.2 (27393) xmlrpc server is trying to listen on 0.0.0.0:12010
          2024-12-29 10:42:52.143  - info: hm-rpc.2 (27393) xmlrpc client is trying to connect to 192.168.178.61:2010/ with ["http://192.168.178.63:12010","raspberrypi:hm-rpc.2:9be79d8ce17acc1f215b27a4c939afb4"]
          2024-12-29 10:42:52.260  - info: hm-rpc.2 (27393) Connected
          2024-12-29 10:42:52.278  - info: hm-rpc.2 (27393) xmlrpc <- listDevices ["raspberrypi:hm-rpc.2:9be79d8ce17acc1f215b27a4c939afb4"]
          2024-12-29 10:42:52.371  - error: hm-rpc.2 (27393) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:52.372  - info: hm-rpc.2 (27393) xmlrpc -> 0 devices
          2024-12-29 10:42:53.113  - info: hm-rpc.2 (27393) xmlrpc <- newDevices 106
          2024-12-29 10:42:53.157  - error: hm-rpc.2 (27393) Cannot execute map: Cannot read properties of undefined (reading 'match')
          2024-12-29 10:42:53.161  - info: hm-rpc.2 (27393) new HMIP devices/channels after filter: 0
          2024-12-29 10:42:55.038  - info: host.raspberrypi instance system.adapter.backitup.0 started with pid 27510
          2024-12-29 10:42:55.328  - info: discovery.0 (27443) starting. Version 5.0.0 in /opt/iobroker/node_modules/iobroker.discovery, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:42:58.558  - info: backitup.0 (27510) starting. Version 2.4.6 in /opt/iobroker/node_modules/iobroker.backitup, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:42:58.628  - error: backitup.0 (27510) cannot create startIOB.sh: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
          Require stack:
          - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
          - /opt/iobroker/node_modules/iobroker.backitup/main.jsPlease run "iobroker fix"
          2024-12-29 10:42:58.631  - error: backitup.0 (27510) cannot create external.sh: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
          Require stack:
          - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
          - /opt/iobroker/node_modules/iobroker.backitup/main.jsPlease run "iobroker fix"
          2024-12-29 10:42:58.633  - warn: backitup.0 (27510) Cannot read log file: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js'
          Require stack:
          - /opt/iobroker/node_modules/iobroker.backitup/lib/tools.js
          - /opt/iobroker/node_modules/iobroker.backitup/main.js
          2024-12-29 10:42:58.975  - info: host.raspberrypi instance system.adapter.echarts.0 started with pid 27558
          2024-12-29 10:43:01.231  - info: echarts.0 (27558) starting. Version 1.9.2 in /opt/iobroker/node_modules/iobroker.echarts, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:43:02.973  - info: host.raspberrypi instance system.adapter.fritzbox.0 started with pid 27594
          2024-12-29 10:43:03.114  - error: host.raspberrypi Caught by controller[0]: node:internal/modules/cjs/loader:1228
          2024-12-29 10:43:03.115  - error: host.raspberrypi Caught by controller[0]:   throw err;
          2024-12-29 10:43:03.115  - error: host.raspberrypi Caught by controller[0]:   ^
          2024-12-29 10:43:03.115  - error: host.raspberrypi Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js'
          2024-12-29 10:43:03.115  - error: host.raspberrypi Caught by controller[0]: Require stack:
          2024-12-29 10:43:03.116  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js
          2024-12-29 10:43:03.116  - error: host.raspberrypi Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.fritzbox/main.js
          2024-12-29 10:43:03.116  - error: host.raspberrypi Caught by controller[0]:     at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
          2024-12-29 10:43:03.116  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1051:27)
          2024-12-29 10:43:03.116  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19)
          2024-12-29 10:43:03.117  - error: host.raspberrypi Caught by controller[0]:     at require (node:internal/modules/helpers:179:18)
          2024-12-29 10:43:03.117  - error: host.raspberrypi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js:46:25)
          2024-12-29 10:43:03.118  - error: host.raspberrypi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1469:14)
          2024-12-29 10:43:03.118  - error: host.raspberrypi Caught by controller[0]:     at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
          2024-12-29 10:43:03.118  - error: host.raspberrypi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1288:32)
          2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:     at Module._load (node:internal/modules/cjs/loader:1104:12)
          2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1311:19) {
          2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
          2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:   requireStack: [
          2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/lib/utils.js',
          2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:     '/opt/iobroker/node_modules/iobroker.fritzbox/main.js'
          2024-12-29 10:43:03.119  - error: host.raspberrypi Caught by controller[0]:   ]
          2024-12-29 10:43:03.120  - error: host.raspberrypi Caught by controller[0]: }
          2024-12-29 10:43:03.120  - error: host.raspberrypi Caught by controller[0]: Node.js v20.18.1
          2024-12-29 10:43:03.120  - error: host.raspberrypi instance system.adapter.fritzbox.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          2024-12-29 10:43:03.120  - info: host.raspberrypi Adapter system.adapter.fritzbox.0 needs rebuild and will be restarted afterwards.
          2024-12-29 10:43:03.121  - info: host.raspberrypi system.adapter.fritzbox.0 will be rebuilt
          2024-12-29 10:43:07.002  - info: host.raspberrypi instance system.adapter.info.0 started with pid 27622
          2024-12-29 10:43:10.800  - info: info.0 (27622) starting. Version 1.9.19 in /opt/iobroker/node_modules/iobroker.info, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:43:11.001  - info: host.raspberrypi instance system.adapter.mqtt.0 started with pid 27670
          2024-12-29 10:43:11.059  - info: info.0 (27622) Reading/updating systemdata.
          2024-12-29 10:43:11.825  - info: info.0 (27622) State value to set for "info.0.sysinfo.cpu.info.speed" has to be type "string" but received type "number" 
          2024-12-29 10:43:11.977  - info: info.0 (27622) State value to set for "info.0.sysinfo.cpu.info.cache-l3" has to be type "number" but received type "string" 
          2024-12-29 10:43:12.250  - info: info.0 (27622) cpu Temp res = {"main":47.225,"cores":[],"max":47.225,"socket":[],"chipset":null}
          2024-12-29 10:43:14.109  - info: mqtt.0 (27670) starting. Version 2.1.14 in /opt/iobroker/node_modules/iobroker.mqtt, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:43:14.474  - info: mqtt.0 (27670) Starting MQTT authenticated server on 0.0.0.0:1883
          2024-12-29 10:43:14.477  - info: mqtt.0 (27670) Starting MQTT-WebSocket authenticated server on 0.0.0.0:1884
          2024-12-29 10:43:17.647  - info: vis.0 (28051) starting. Version 1.5.6 in /opt/iobroker/node_modules/iobroker.vis, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:43:18.997  - info: host.raspberrypi instance system.adapter.web.0 started with pid 28182
          2024-12-29 10:43:19.345  - info: vis.0 (28051) Terminated (NO_ERROR): Without reason
          2024-12-29 10:43:19.672  - info: mqtt.0 (27670) Client [DS100] connected with secret 1735465399659_2103
          2024-12-29 10:43:19.784  - info: mqtt.0 (27670) Client [DS100] subscribes on topic "DS100/Modus"
          2024-12-29 10:43:19.786  - info: mqtt.0 (27670) Client [DS100] subscribes on topic "GS303/stat/Akt_Leistung"
          2024-12-29 10:43:19.935  - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
          2024-12-29 10:43:21.943  - info: web.0 (28182) starting. Version 6.2.5 in /opt/iobroker/node_modules/iobroker.web, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:43:22.325  - info: web.0 (28182) socket.io server listening on port 8082
          2024-12-29 10:43:22.335  - info: web.0 (28182) http server listening on port 8082
          2024-12-29 10:43:22.973  - info: host.raspberrypi instance system.adapter.fronius.0 started with pid 28197
          2024-12-29 10:43:25.564  - info: fronius.0 (28197) starting. Version 1.1.3 in /opt/iobroker/node_modules/iobroker.fronius, node: v20.18.1, js-controller: 5.0.17
          2024-12-29 10:43:54.237  - info: mqtt.0 (27670) Client [GS303] connected with secret 1735465434235_5009
          2024-12-29 10:43:54.296  - info: mqtt.0 (27670) Client [GS303] subscribes on "GS303/cmnd/#" with regex /^GS303\.cmnd\..*/
          2024-12-29 10:43:54.297  - info: mqtt.0 (27670) Client [GS303] subscribes on "GS303/cmnd/#"  with regex /^mqtt\.0\.GS303\.cmnd\..*/
          2024-12-29 10:43:54.300  - info: mqtt.0 (27670) Client [GS303] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
          2024-12-29 10:43:54.301  - info: mqtt.0 (27670) Client [GS303] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
          2024-12-29 10:43:54.302  - info: mqtt.0 (27670) Client [GS303] subscribes on "cmnd/GS303_fb/#" with regex /^cmnd\.GS303_fb\..*/
          2024-12-29 10:43:54.304  - info: mqtt.0 (27670) Client [GS303] subscribes on "cmnd/GS303_fb/#"  with regex /^mqtt\.0\.cmnd\.GS303_fb\..*/
          2024-12-29 10:43:54.306  - info: mqtt.0 (27670) Client [GS303] unsubscribes on unknown topic "homeassistant/status"
          2024-12-29 10:43:54.370  - info: mqtt.0 (27670) Client [Wintergarten] connected with secret 1735465434368_8009
          2024-12-29 10:43:54.430  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "Wintergarten/cmnd/#" with regex /^Wintergarten\.cmnd\..*/
          2024-12-29 10:43:54.431  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "Wintergarten/cmnd/#"  with regex /^mqtt\.0\.Wintergarten\.cmnd\..*/
          2024-12-29 10:43:54.433  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
          2024-12-29 10:43:54.433  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
          2024-12-29 10:43:54.435  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "cmnd/Wintergarten_fb/#" with regex /^cmnd\.Wintergarten_fb\..*/
          2024-12-29 10:43:54.436  - info: mqtt.0 (27670) Client [Wintergarten] subscribes on "cmnd/Wintergarten_fb/#"  with regex /^mqtt\.0\.cmnd\.Wintergarten_fb\..*/
          2024-12-29 10:43:54.438  - info: mqtt.0 (27670) Client [Wintergarten] unsubscribes on unknown topic "homeassistant/status"
          2024-12-29 10:43:54.525  - info: mqtt.0 (27670) Client [Klimaanlage] connected with secret 1735465434524_1081
          2024-12-29 10:43:54.586  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "Klimaanlage/cmnd/#" with regex /^Klimaanlage\.cmnd\..*/
          2024-12-29 10:43:54.586  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "Klimaanlage/cmnd/#"  with regex /^mqtt\.0\.Klimaanlage\.cmnd\..*/
          2024-12-29 10:43:54.588  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "tasmotas/cmnd/#" with regex /^tasmotas\.cmnd\..*/
          2024-12-29 10:43:54.588  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "tasmotas/cmnd/#"  with regex /^mqtt\.0\.tasmotas\.cmnd\..*/
          2024-12-29 10:43:54.589  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "cmnd/Klimaanlage_fb/#" with regex /^cmnd\.Klimaanlage_fb\..*/
          2024-12-29 10:43:54.590  - info: mqtt.0 (27670) Client [Klimaanlage] subscribes on "cmnd/Klimaanlage_fb/#"  with regex /^mqtt\.0\.cmnd\.Klimaanlage_fb\..*/
          2024-12-29 10:43:54.591  - info: mqtt.0 (27670) Client [Klimaanlage] unsubscribes on unknown topic "homeassistant/status"
          
          

          Selbst wenn ich versuche für den Admin in der gleichen Main Schiene ein Update durch zu führen, kommt der Fehler mit dem fehlenden Zugriffen.

          raik@raspberrypi:/opt/iobroker $ iobroker upgrade admin@5.3.9
          Would you like to upgrade admin from @5.3.8 to @5.3.9 now? [(y)es, (n)o]: y
          Update admin from @5.3.8 to @5.3.9
          Cannot upgrade: Cannot read properties of undefined (reading 'enabled')
          raik@raspberrypi:/opt/iobroker $
          
          
          

          Auch bei anderen Adaptern sehe ich im Log fehlende Zugriffe.

          hm-rpc.2	2024-12-29 10:46:26.259	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
          hm-rpc.2	2024-12-29 10:46:25.802	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
          hm-rpc.1	2024-12-29 10:46:21.716	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
          hm-rpc.1	2024-12-29 10:46:21.714	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
          hm-rpc.0	2024-12-29 10:46:18.516	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
          hm-rpc.0	2024-12-29 10:46:18.515	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
          hm-rpc.0	2024-12-29 10:46:18.514	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
          hm-rpc.0	2024-12-29 10:46:18.505	error	Cannot execute map: Cannot read properties of undefined (reading 'match')
          host.raspberrypi-Server	2024-12-29 10:46:18.457	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
          host.raspberrypi-Server	2024-12-29 10:46:18.456	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
          host.raspberrypi-Server	2024-12-29 10:46:18.454	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
          hm-rega.0	2024-12-29 10:46:17.527	warn	State value to set for "hm-rega.0.2005" has value "4661680" greater than max "100"
          host.raspberrypi-Server	2024-12-29 10:46:17.372	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
          host.raspberrypi-Server	2024-12-29 10:46:17.371	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
          host.raspberrypi-Server	2024-12-29 10:46:17.369	warn	Cannot execute map: Cannot read properties of undefined (reading 'match')
          
          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Ecopilot last edited by

            @ecopilot sagte in Problem beim Aktualisieren des Admin Adapters:

            Mit dem Update des js-controlers hat das Problem eigentlich angefangen.

            hast du das ordnungsgemäß schrittweise gemacht, oder direkt von v4 auf v6/7 hochgezogen?

            E 1 Reply Last reply Reply Quote 0
            • E
              Ecopilot @Homoran last edited by

              @homoran
              Ich habe es zu Beginn über die Anleitung auf der Admin Seite gemacht und damit direkt von 4.0.23 auf 7.0.6.
              Nach dem Fehler bin ich dan zurück auf die 4.0.23 und da lief dann alles wieder. Dann habe ich noch mal den Veruch unternommen in kleinen Schritten auf die 5.0.17 zu gehen und habe damit das gleiche Ergebnis (siehe oben) erziehlt.

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

                @ecopilot

                Zeig mir mal die Ausgabe von

                iob diag
                

                dazu. Langfassung.

                E 1 Reply Last reply Reply Quote 0
                • E
                  Ecopilot @Thomas Braun last edited by

                  @thomas-braun
                  In welchem Zustand mit der 7.0.6?

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

                    @ecopilot

                    Im jetzigen Zustand. Damit man mal sieht was da überhaupt gerade Phase ist.

                    E 1 Reply Last reply Reply Quote 0
                    • E
                      Ecopilot @Thomas Braun last edited by

                      @thomas-braun

                      Das ist die Ausgabe von iob diag im aktuellen funktionierenden Zustand mit der 4.0.23.

                      ========== Start marking the full check here ===========

                      Script v.2024-10-19
                      
                      *** BASE SYSTEM ***
                         Static hostname: raspberrypi
                               Icon name: computer
                        Operating System: Debian GNU/Linux 11 (bullseye)
                                  Kernel: Linux 6.1.21-v8+
                            Architecture: arm64
                      OS is similar to:
                      
                      Model           : Raspberry Pi 4 Model B Rev 1.5
                      Docker          : false
                      Virtualization  : none
                      Kernel          : aarch64
                      Userland        : 64 bit
                      
                      Systemuptime and Load:
                       22:18:03 up 1 day,  3:36,  2 users,  load average: 0.92, 0.45, 0.31
                      CPU threads: 4
                      
                      
                      *** LIFE CYCLE STATUS ***
                      Debian 'bullseye' is the current oldstable version. Please upgrade to the latest stable release 'bookworm' in due time!
                      
                      *** RASPBERRY THROTTLING ***
                      Current issues:
                      No throttling issues detected.
                      
                      Previously detected issues:
                      No throttling issues detected.
                      
                      *** TIME AND TIMEZONES ***
                                     Local time: Sun 2024-12-29 22:18:03 CET
                                 Universal time: Sun 2024-12-29 21:18:03 UTC
                                       RTC time: n/a
                                      Time zone: Europe/Berlin (CET, +0100)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** Users and Groups ***
                      User that called 'iob diag':
                      raik
                      HOME=/home/raik
                      GROUPS=raik adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                      
                      User that is running 'js-controller':
                      iobroker
                      HOME=/home/iobroker
                      GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                      
                      *** DISPLAY-SERVER SETUP ***
                      Display-Server: false
                      Desktop:
                      Terminal:       tty
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:            3.8G        922M        1.5G        0.0K        1.4G        2.8G
                      Swap:            99M          0B         99M
                      Total:          3.9G        922M        1.6G
                      
                      Active iob-Instances:   16
                      
                               3793 M total memory
                                923 M used memory
                               1091 M active memory
                                989 M inactive memory
                               1494 M free memory
                                446 M buffer memory
                                929 M swap cache
                                 99 M total swap
                                  0 M used swap
                                 99 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 22:18:04 up 1 day,  3:36,  2 users,  load average: 0.92, 0.45, 0.31
                      Tasks: 169 total,   1 running, 168 sleeping,   0 stopped,   0 zombie
                      %Cpu(s):  1.4 us,  2.9 sy,  0.0 ni, 95.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                      MiB Mem :   3793.3 total,   1494.2 free,    922.9 used,   1376.2 buff/cache
                      MiB Swap:    100.0 total,    100.0 free,      0.0 used.   2794.2 avail Mem
                      
                      *** FAILED SERVICES ***
                      
                        UNIT LOAD ACTIVE SUB DESCRIPTION
                      0 loaded units listed.
                      
                      
                      *** DMESG CRITICAL ERRORS ***
                      No critical errors detected
                      
                      *** FILESYSTEM ***
                      Filesystem     Type      Size  Used Avail Use% Mounted on
                      /dev/root      ext4       29G  5.8G   23G  21% /
                      devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                      tmpfs          tmpfs     759M  848K  758M   1% /run
                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                      /dev/sda3      fuseblk    90G  767M   89G   1% /media/Daten
                      /dev/sda1      vfat      255M   31M  225M  13% /boot
                      tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Sat Dec 28 18:41:58 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:A8:7A:E0 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=04937d0c-02 rootfstype=ext4 fsck.repair=yes rootwait
                      [Sat Dec 28 18:42:00 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                      [Sat Dec 28 18:42:00 2024] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                      [Sat Dec 28 18:42:02 2024] EXT4-fs (sda2): re-mounted. Quota mode: none.
                      
                      Show mounted filesystems:
                      TARGET         SOURCE    FSTYPE  OPTIONS
                      /              /dev/sda2 ext4    rw,noatime
                      |-/media/Daten /dev/sda3 fuseblk rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
                      `-/boot        /dev/sda1 vfat    rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                      
                      Files in neuralgic directories:
                      
                      /var:
                      2.0G    /var/
                      1.3G    /var/log/journal/ed031130534d46b5a0be8a8e1b815909
                      1.3G    /var/log/journal
                      1.3G    /var/log
                      468M    /var/cache
                      
                      Archived and active journals take up 1.2G in the file system.
                      
                      /opt/iobroker/backups:
                      50M     /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      385M    /opt/iobroker/iobroker-data/
                      331M    /opt/iobroker/iobroker-data/files
                      78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
                      67M     /opt/iobroker/iobroker-data/files/echarts.admin
                      61M     /opt/iobroker/iobroker-data/files/echarts
                      
                      The five largest files in iobroker-data are:
                      26M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map
                      26M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map
                      24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                      24M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.70a15e1f.js.map
                      18M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.5fe9c7da.js.map
                      
                      USB-Devices by-id:
                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                      
                      No Devices found 'by-id'
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v20.18.1
                      /usr/bin/node           v20.18.1
                      /usr/bin/npm            10.8.2
                      /usr/bin/npx            10.8.2
                      /usr/bin/corepack       0.29.4
                      
                      nodejs:
                        Installed: 20.18.1-1nodesource1
                        Candidate: 20.18.1-1nodesource1
                        Version table:
                       *** 20.18.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                              100 /var/lib/dpkg/status
                           20.18.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.17.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.16.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.15.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.15.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.14.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.13.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.13.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.12.2-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.12.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.12.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.11.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.11.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.10.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.9.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.8.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.8.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.7.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.6.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.6.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.5.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.5.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.4.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.3.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.3.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.2.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.1.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.0.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           12.22.12~dfsg-1~deb11u5 500
                              500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                           12.22.12~dfsg-1~deb11u4 500
                              500 http://deb.debian.org/debian bullseye/main arm64 Packages
                      
                      Temp directories causing deletion problem: 0
                      No problems detected
                      
                      Errors in npm tree: 0
                      No problems detected
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Hosts:
                      raspberrypi         raspberrypi (version: 4.0.23, hostname: raspberrypi   , alive, uptime: 41522)
                      
                      Core adapters versions
                      js-controller:  4.0.23
                      admin:          5.3.8
                      javascript:     5.2.21
                      
                      nodejs modules from github:     0
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                      + system.adapter.echarts.0                : echarts               : raspberrypi                              -  enabled
                      + system.adapter.fritzbox.0               : fritzbox              : raspberrypi                              -  enabled
                      + system.adapter.fronius.0                : fronius               : raspberrypi                              -  enabled
                      + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                      + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                      + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 18701
                      + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 12001
                      + system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              -  enabled, port: 12010
                        system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: raspberrypi                              -  enabled
                      + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                        system.adapter.vis-history.0            : vis-history           : raspberrypi                              -  enabled
                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              -  enabled
                        system.adapter.vis-plumb.0              : vis-plumb             : raspberrypi                              -  enabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 18701
                      + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 12001
                      + system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              -  enabled, port: 12010
                      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      ioBroker-Repositories
                      stable        : http://download.iobroker.net/sources-dist.json
                      beta          : http://download.iobroker.net/sources-dist-latest.json
                      
                      Active repo(s): stable
                      
                      Installed ioBroker-Instances
                      Used repository: stable
                      Adapter    "admin"        : 7.1.5    , installed 5.3.8  [Updatable]
                      Adapter    "backitup"     : 3.0.25   , installed 2.4.6  [Updatable]
                      Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                      Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                      Adapter    "fritzbox"     : 0.6.0    , installed 0.2.1  [Updatable]
                      Adapter    "fronius"      : 2.1.1    , installed 1.1.3  [Updatable]
                      Adapter    "history"      : 3.0.1    , installed 3.0.1
                      Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                      Adapter    "hm-rpc"       : 2.0.2    , installed 1.15.12 [Updatable]
                      Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                      Adapter    "javascript"   : 8.8.3    , installed 5.2.21 [Updatable]
                      Controller "js-controller": 7.0.6    , installed 4.0.23 [Updatable]
                      Adapter    "mqtt"         : 6.1.2    , installed 2.1.14 [Updatable]
                      Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                      Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                      Adapter    "vis"          : 1.5.6    , installed 1.5.6
                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                      Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                      Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                      Adapter    "web"          : 6.2.5    , installed 6.2.5
                      Adapter    "ws"           : 2.6.2    , installed 2.6.2
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        3317
                      States:         2076
                      
                      *** OS-Repositories and Updates ***
                      Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                      Hit:2 http://deb.debian.org/debian bullseye InRelease
                      Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
                      Hit:5 https://deb.nodesource.com/node_20.x nodistro InRelease
                      Reading package lists...
                      Pending Updates: 0
                      
                      *** Listening Ports ***
                      Active Internet connections (only servers)
                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                      tcp        0      0 0.0.0.0:18701           0.0.0.0:*               LISTEN      1001       292985     28745/io.hm-rpc.0
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14735      534/sshd: /usr/sbin
                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       291610     28935/io.mqtt.0
                      tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       291611     28935/io.mqtt.0
                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       291372     28667/iobroker.js-c
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       291367     28667/iobroker.js-c
                      tcp        0      0 0.0.0.0:12010           0.0.0.0:*               LISTEN      1001       292622     28778/io.hm-rpc.2
                      tcp        0      0 0.0.0.0:12001           0.0.0.0:*               LISTEN      1001       293019     28763/io.hm-rpc.1
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          14737      534/sshd: /usr/sbin
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       292923     28685/io.admin.0
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       293358     29370/io.web.0
                      udp        0      0 0.0.0.0:57884           0.0.0.0:*                           108        13536      393/avahi-daemon: r
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13534      393/avahi-daemon: r
                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12254      693/dhcpcd
                      udp6       0      0 :::41843                :::*                                108        13537      393/avahi-daemon: r
                      udp6       0      0 :::5353                 :::*                                108        13535      393/avahi-daemon: r
                      
                      *** Log File - Last 25 Lines ***
                      
                      2024-12-29 20:52:50.229  - info: web.0 (29370) <== Disconnect system.user.admin from ::ffff:192.168.178.50 vis.0
                      2024-12-29 20:52:55.287  - info: web.0 (29370) ==> Connected system.user.admin from ::ffff:192.168.178.50
                      2024-12-29 20:54:13.638  - info: mqtt.0 (28935) Client [2] connected with secret 1735502053636_64
                      2024-12-29 20:54:13.657  - info: mqtt.0 (28935) Client [2] subscribes on "mqtt.0.Zisterne.Modus"
                      2024-12-29 20:54:38.711  - info: mqtt.0 (28935) Client [2] connection closed: timeout
                      2024-12-29 21:08:52.135  - info: mqtt.0 (28935) Client [2] connected with secret 1735502932133_1808
                      2024-12-29 21:08:52.158  - info: mqtt.0 (28935) Client [2] subscribes on "mqtt.0.Zisterne.Modus"
                      2024-12-29 21:09:17.830  - info: mqtt.0 (28935) Client [2] connection closed: timeout
                      2024-12-29 21:18:10.201  - info: web.0 (29370) ==> Connected system.user.admin from ::ffff:192.168.178.50
                      2024-12-29 21:18:11.280  - info: web.0 (29370) <== Disconnect system.user.admin from ::ffff:192.168.178.50 vis.0
                      2024-12-29 21:23:30.565  - info: mqtt.0 (28935) Client [2] connected with secret 1735503810564_9974
                      2024-12-29 21:23:30.588  - info: mqtt.0 (28935) Client [2] subscribes on "mqtt.0.Zisterne.Modus"
                      2024-12-29 21:23:55.687  - info: mqtt.0 (28935) Client [2] connection closed: timeout
                      2024-12-29 21:32:53.598  - error: hm-rpc.0 (28745) Ping error [raspberrypi:hm-rpc.0:2597ee68cadec398d13f29e3977d2fda]: response timeout
                      2024-12-29 21:32:53.601  - info: hm-rpc.0 (28745) Disconnected
                      2024-12-29 21:32:54.085  - info: hm-rpc.0 (28745) Connected
                      2024-12-29 21:38:09.299  - info: mqtt.0 (28935) Client [2] connected with secret 1735504689297_533
                      2024-12-29 21:38:09.320  - info: mqtt.0 (28935) Client [2] subscribes on "mqtt.0.Zisterne.Modus"
                      2024-12-29 21:38:34.806  - info: mqtt.0 (28935) Client [2] connection closed: timeout
                      2024-12-29 21:52:48.588  - info: mqtt.0 (28935) Client [2] connected with secret 1735505568587_867
                      2024-12-29 21:52:48.608  - info: mqtt.0 (28935) Client [2] subscribes on "mqtt.0.Zisterne.Modus"
                      2024-12-29 21:53:13.925  - info: mqtt.0 (28935) Client [2] connection closed: timeout
                      2024-12-29 22:07:26.562  - info: mqtt.0 (28935) Client [2] connected with secret 1735506446561_3595
                      2024-12-29 22:07:26.585  - info: mqtt.0 (28935) Client [2] subscribes on "mqtt.0.Zisterne.Modus"
                      2024-12-29 22:07:51.783  - info: mqtt.0 (28935) Client [2] connection closed: timeout
                      
                      

                      ============ Mark until here for C&P =============

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

                        @ecopilot sagte in Problem beim Aktualisieren des Admin Adapters:

                        Debian GNU/Linux 11 (bullseye)

                        Kannste schon mal auf Version 12 (bookworm) bringen --> Per NEUINSTALLATION.

                        Im jetzigen System:

                        iob update
                        iob upgrade all -y
                        
                        E 1 Reply Last reply Reply Quote 0
                        • E
                          Ecopilot @Thomas Braun last edited by

                          @thomas-braun said in Problem beim Aktualisieren des Admin Adapters:

                          Im jetzigen System:

                          raik@raspberrypi:~ $ iob update
                          Used repository: stable
                          Adapter    "admin"        : 7.1.5    , installed 5.3.8  [Updatable]
                          Adapter    "backitup"     : 3.0.25   , installed 2.4.6  [Updatable]
                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                          Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                          Adapter    "fritzbox"     : 0.6.0    , installed 0.2.1  [Updatable]
                          Adapter    "fronius"      : 2.1.1    , installed 1.1.3  [Updatable]
                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                          Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                          Adapter    "hm-rpc"       : 2.0.2    , installed 1.15.12 [Updatable]
                          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                          Adapter    "javascript"   : 8.8.3    , installed 5.2.21 [Updatable]
                          Controller "js-controller": 7.0.6    , installed 4.0.23 [Updatable]
                          Adapter    "mqtt"         : 6.1.2    , installed 2.1.14 [Updatable]
                          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                          Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                          Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                          Adapter    "web"          : 6.2.5    , installed 6.2.5
                          Adapter    "ws"           : 2.6.2    , installed 2.6.2
                          raik@raspberrypi:~ $ iob upgrade all -y
                          Update admin from @5.3.8 to @7.1.5
                          Cannot upgrade: Cannot read properties of undefined (reading 'enabled')
                          raik@raspberrypi:~ $
                          
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Ecopilot last edited by

                            @ecopilot

                            Das kommt halt davon, wenn man da alles versumpfen lässt...

                            iob stop
                            cd /opt/iobroker
                            npm install iobroker.js-controller@5.0.0 --omit=dev
                            npm install iobroker.js-controller@6.0.0 --omit=dev
                            npm install iobroker.js-controller@7.0.0 --omit=dev
                            iob update 
                            iob upgrade self
                            
                            E 1 Reply Last reply Reply Quote 0
                            • E
                              Ecopilot @Thomas Braun last edited by

                              @thomas-braun said in Problem beim Aktualisieren des Admin Adapters:

                              iob upgrade self

                              raik@raspberrypi:~ $ iob stop
                              raik@raspberrypi:~ $ cd /opt/iobroker
                              raik@raspberrypi:/opt/iobroker $ npm install iobroker.js-controller@5.0.0 --omit=dev
                              npm error code ETARGET
                              npm error notarget No matching version found for iobroker.js-controller@5.0.0.
                              npm error notarget In most cases you or one of your dependencies are requesting
                              npm error notarget a package version that doesn't exist.
                              npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-12-29T21_48_50_900Z-debug-0.log
                              raik@raspberrypi:/opt/iobroker $ npm install iobroker.js-controller@5.0.17 --omit=dev
                              
                              added 15 packages, removed 5 packages, and changed 16 packages in 37s
                              
                              72 packages are looking for funding
                                run `npm fund` for details
                              raik@raspberrypi:/opt/iobroker $ npm install iobroker.js-controller@6.0.0 --omit=dev
                              
                              removed 33 packages, and changed 14 packages in 33s
                              
                              72 packages are looking for funding
                                run `npm fund` for details
                              raik@raspberrypi:/opt/iobroker $ npm install iobroker.js-controller@7.0.0 --omit=dev
                              
                              added 2 packages, removed 2 packages, and changed 14 packages in 31s
                              
                              72 packages are looking for funding
                                run `npm fund` for details
                              raik@raspberrypi:/opt/iobroker $ iob update
                              Used repository: stable
                              Adapter    "admin"        : 7.1.5    , installed 5.3.8  [Updatable]
                              Adapter    "backitup"     : 3.0.25   , installed 2.4.6  [Updatable]
                              Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                              Adapter    "echarts"      : 1.9.2    , installed 1.9.2
                              Adapter    "fritzbox"     : 0.6.0    , installed 0.2.1  [Updatable]
                              Adapter    "fronius"      : 2.1.1    , installed 1.1.3  [Updatable]
                              Adapter    "history"      : 3.0.1    , installed 3.0.1
                              Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                              Adapter    "hm-rpc"       : 2.0.2    , installed 1.15.12 [Updatable]
                              Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                              Adapter    "javascript"   : 8.8.3    , installed 5.2.21 [Updatable]
                              Controller "js-controller": 7.0.6    , installed 7.0.0  [Updatable]
                              Adapter    "mqtt"         : 6.1.2    , installed 2.1.14 [Updatable]
                              Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                              Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                              Adapter    "vis"          : 1.5.6    , installed 1.5.6
                              Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                              Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                              Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                              Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                              Adapter    "web"          : 6.2.5    , installed 6.2.5
                              Adapter    "ws"           : 2.6.2    , installed 2.6.2
                              raik@raspberrypi:/opt/iobroker $ iob upgrade self
                              Update js-controller from @7.0.0 to @7.0.6
                              Stopped Objects DB
                              Stopped States DB
                              NPM version: 10.8.2
                              Installing iobroker.js-controller@7.0.6... (System call)
                              
                              changed 12 packages in 27s
                              
                              72 packages are looking for funding
                                run `npm fund` for details
                              raik@raspberrypi:/opt/iobroker $
                              
                              
                              Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Ecopilot last edited by

                                @ecopilot

                                Dann schau jetzt mal ob du die einzelnen Adapter nachgezogen bekommst.

                                E 1 Reply Last reply Reply Quote 0
                                • E
                                  Ecopilot @Thomas Braun last edited by

                                  @thomas-braun

                                  Nee, das gleiche Problem besteht immer noch.

                                  raik@raspberrypi:/opt/iobroker $ iob upgrade all -y
                                  Update admin from @5.3.8 to @7.1.5
                                  Cannot upgrade: Cannot read properties of undefined (reading 'enabled')
                                  raik@raspberrypi:/opt/iobroker $
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Ecopilot last edited by

                                    @ecopilot

                                    Mach es einzeln, den admin dann als letzten.

                                    E 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @Ecopilot last edited by

                                      @ecopilot sagte in Problem beim Aktualisieren des Admin Adapters:

                                      npm error code ETARGET

                                      Da liegt der controller v5.0.0 wohl nicht mehr auf npm

                                      mcm1957 1 Reply Last reply Reply Quote 0
                                      • E
                                        Ecopilot @Thomas Braun last edited by

                                        @thomas-braun
                                        Das funktioniert nicht, da werden Abhängigkeiten beanstandet.

                                        raik@raspberrypi:/opt/iobroker $ iob upgrade fronius
                                        Cannot check dependencies: Invalid version of "admin". Installed "5.3.8", required ">=6.13.16
                                        raik@raspberrypi:/opt/iobroker $
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Ecopilot last edited by

                                          @ecopilot

                                          Dependency hell.
                                          Handelt man sich ein, wenn das Ding nie Updates bekommt....

                                          iob upgrade admin@6.13.16 --omit=dev
                                          
                                          E 1 Reply Last reply Reply Quote 0
                                          • E
                                            Ecopilot @Thomas Braun last edited by

                                            @thomas-braun
                                            Es läuft immer wieder auf das Problem mit den nicht lesbaren Eigenschaften hinaus.

                                            raik@raspberrypi:/opt/iobroker $ iob upgrade admin@6.13.16 --omit=dev
                                            BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                            Would you like to upgrade admin from @5.3.8 to @6.13.16 now? [(y)es, (n)o]: y
                                            Update admin from @5.3.8 to @6.13.16
                                            Cannot upgrade: Cannot read properties of undefined (reading 'enabled')
                                            raik@raspberrypi:/opt/iobroker $
                                            
                                            
                                            Thomas Braun 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

                                            734
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            32
                                            1118
                                            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