Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. (gelöst) JS-Controller 6.0.5 NodeJS 18

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.0k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.4k

(gelöst) JS-Controller 6.0.5 NodeJS 18

Geplant Angeheftet Gesperrt Verschoben Error/Bug
12 Beiträge 6 Kommentatoren 868 Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • J Offline
    J Offline
    JoeBaum
    schrieb am zuletzt editiert von JoeBaum
    #1

    Hallo Zusammen,

    ich habe mein System auf NodeJS 18.20.3 aktualisiert, der JS-Controller hat die Version 6.05. Leider bekomme ich die folgenden Fehlermeldungen und damit keine Verbindung mehr zu meiner VIS.

    Hier der Logfileauszug

    rVM
    2024-06-18 22:36:51.229	error	instance system.adapter.web.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: Node.js v18.20.3
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: }
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.web/main.js' ]
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) {
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.web/main.js:10:21)
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:981:27)
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.web/main.js
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: Require stack:
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/letsencrypt.js'
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: ^
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: throw err;
    host.iobrokerVM
    2024-06-18 22:36:51.229	error	Caught by controller[0]: node:internal/modules/cjs/loader:1143
    

    Ich habe dann die folgenden Schritte getestet, da ich diese in einem anderen Threat gefunden habe

    Die folgende Eingabe

    uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    

    liefert:

    iobroker@iobrokerVM:~$ sudo ln -s /usr/bin/node /usr/bin/nodejs
    [sudo] Passwort für iobroker:
    ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
    iobroker@iobrokerVM:~$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /de                                        v/null && sudo apt update && apt policy nodejs
    x86_64
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    v18.20.3
    v18.20.3
    10.7.0
    iobroker
    /home/iobroker
    

    Die folgende Eingabe:

    iobroker update -i
    

    liefert:

    iobroker@iobrokerVM:~$ iobroker update -i
    Used repository: beta
    Adapter    "admin"        : 6.17.14  , installed 6.17.14
    Adapter    "alarm"        : 3.6.0    , installed 3.6.0
    Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
    Adapter    "backitup"     : 3.0.5    , installed 2.9.10 [Updatable]
    Adapter    "coronavirus-statistics": 0.9.0, installed 0.8.7 [Updatable]
    Adapter    "daswetter"    : 3.1.15   , installed 3.1.3  [Updatable]
    Adapter    "deconz"       : 1.4.1    , installed 2.0.5
    Adapter    "discovery"    : 4.5.0    , installed 4.5.0
    Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
    Adapter    "fakeroku"     : 0.3.0    , installed 0.2.1  [Updatable]
    Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
    Adapter    "flot"         : 1.12.0   , installed 1.12.0
    Adapter    "harmony"      : 1.5.0    , installed 1.5.0
    Adapter    "history"      : 3.0.1    , installed 1.9.14 [Updatable]
    Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
    Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
    Adapter    "homekit-controller": 0.5.10, installed 0.5.8 [Updatable]
    Adapter    "hue"          : 3.11.0   , installed 3.11.0
    Adapter    "ical"         : 1.15.0   , installed 1.13.6 [Updatable]
    Adapter    "influxdb"     : 4.0.2    , installed 3.2.0  [Updatable]
    Adapter    "iot"          : 3.3.0    , installed 3.3.0
    Adapter    "javascript"   : 8.6.0    , installed 5.2.16 [Updatable]
    Controller "js-controller": 6.0.5    , installed 5.0.17 [Updatable]
    Adapter    "kecontact"    : 2.1.1    , installed 2.1.1
    Adapter    "klf200"       : 1.2.0    , installed 1.1.2  [Updatable]
    Adapter    "kodi"         : 3.1.0    , installed 2.0.8  [Updatable]
    Adapter    "mihome-vacuum": 4.2.0    , installed 4.1.0  [Updatable]
    Adapter    "modbus"       : 6.2.3    , installed 5.0.11 [Updatable]
    Adapter    "mqtt"         : 5.2.0    , installed 2.4.1  [Updatable]
    Adapter    "netatmo"      : 3.1.0    , installed 1.4.4  [Updatable]
    Adapter    "nina"         : 0.0.26   , installed 0.0.25 [Updatable]
    Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
    Adapter    "oilfox"       : 4.3.0    , installed 4.2.0  [Updatable]
    Adapter    "robonect"     : 1.3.5    , installed 1.3.4  [Updatable]
    Adapter    "samsung"      : 0.6.0    , installed 0.2.9  [Updatable]
    Adapter    "shelly"       : 7.0.0    , installed 7.0.0
    Adapter    "shuttercontrol": 1.7.0   , installed 1.7.0
    Adapter    "simple-api"   : 2.8.0    , installed 2.6.2  [Updatable]
    Adapter    "socketio"     : 6.7.0    , installed 3.1.5  [Updatable]
    Adapter    "sonnen"       : 1.18.1   , installed 1.17.0 [Updatable]
    Adapter    "sonos"        : 3.0.0    , installed 3.0.0
    Adapter    "spotify-premium": 1.5.0  , installed 1.2.2  [Updatable]
    Adapter    "tankerkoenig" : 3.4.0    , installed 2.1.1  [Updatable]
    Adapter    "telegram"     : 3.5.3    , installed 3.0.1  [Updatable]
    Adapter    "trashschedule": 3.3.0    , installed 3.3.0
    Adapter    "unifi"        : 0.7.0    , installed 0.6.0  [Updatable]
    Adapter    "unifi-protect": 1.0.1    , installed 0.0.12 [Updatable]
    Adapter    "vis"          : 1.5.6    , installed 1.5.6
    Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
    Adapter    "vis-canvas-gauges": 1.0.1, installed 0.1.5  [Updatable]
    Adapter    "vis-colorpicker": 2.0.3  , installed 1.2.0  [Updatable]
    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
    Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.3  [Updatable]
    Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
    Adapter    "vis-hqwidgets": 1.5.1    , installed 1.1.9  [Updatable]
    Adapter    "vis-icontwo"  : 1.5.0    , installed 0.84.0 [Updatable]
    Adapter    "vis-inventwo" : 3.3.4    , installed 3.2.5  [Updatable]
    Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.0.12 [Updatable]
    Adapter    "vis-justgage" : 2.1.7    , installed 1.0.2  [Updatable]
    Adapter    "vis-lcars"    : 1.1.1    , installed 1.0.4  [Updatable]
    Adapter    "vis-map"      : 1.1.0    , installed 1.0.4  [Updatable]
    Adapter    "vis-metro"    : 1.2.0    , installed 1.1.2  [Updatable]
    Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
    Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
    Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
    Adapter    "vis-timeandweather": 1.2.2, installed 1.1.7 [Updatable]
    Adapter    "vis-weather"  : 2.5.9    , installed 2.5.5  [Updatable]
    Adapter    "vw-connect"   : 0.6.0    , installed 0.5.1  [Updatable]
    Adapter    "web"          : 6.2.6    , installed 3.4.13 [Updatable]
    Adapter    "wled"         : 0.7.3-beta.0, installed 0.6.7 [Updatable]
    Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
    

    Ich habe den folgenden Befehl versucht, leider ohne Erfolg

    cd /opt/iobroker/node_modules/iobroker.javascript
    npm install --omit=dev
    

    Ich habe auch folgendes versucht:

    cd /opt/iobroker
    npm ls iobroker.javascript
    

    Rückmeldung hier:

    iobroker@iobrokerVM:~$ cd /opt/iobroker
    iobroker@iobrokerVM:/opt/iobroker$ npm ls iobroker.javascript
    iobroker.inst@3.0.0 /opt/iobroker
    └── iobroker.javascript@5.2.16
    

    Der folgende Befehl liefert:

    npm ls
    

    liefert:

    iobroker@iobrokerVM:/opt/iobroker$ npm ls
    iobroker.inst@3.0.0 /opt/iobroker
    ├── @types/caseless@0.12.2 extraneous
    ├── @types/request@2.48.7 extraneous
    ├── @types/tough-cookie@4.0.1 extraneous
    ├── coffee-compiler@0.3.2 extraneous
    ├── coffee-script@1.12.7 extraneous
    ├── colors@1.4.0 extraneous
    ├── cron-parser@3.5.0 extraneous
    ├── iobroker.admin@6.17.14
    ├── iobroker.alarm@3.6.0
    ├── iobroker.alexa2@3.26.5
    ├── iobroker.backitup@2.9.10
    ├── iobroker.coronavirus-statistics@0.8.7
    ├── iobroker.daswetter@3.1.3
    ├── iobroker.deconz@2.0.5
    ├── iobroker.discovery@4.5.0
    ├── iobroker.energiefluss@3.6.0
    ├── iobroker.fakeroku@0.2.1
    ├── iobroker.feiertage@1.2.0
    ├── iobroker.flot@1.12.0
    ├── iobroker.harmony@1.5.0
    ├── iobroker.history@1.9.14
    ├── iobroker.hm-rega@4.0.0
    ├── iobroker.hm-rpc@1.17.0
    ├── iobroker.homekit-controller@0.5.8
    ├── iobroker.hue@3.11.0
    ├── iobroker.ical@1.13.6
    ├── iobroker.influxdb@3.2.0
    ├── iobroker.info@1.9.16
    ├── iobroker.iot@3.3.0
    ├── iobroker.javascript@5.2.16
    ├── iobroker.js-controller@5.0.17
    ├── iobroker.kecontact@2.1.1
    ├── iobroker.klf200@1.1.2
    ├── iobroker.kodi@2.0.8
    ├── iobroker.mihome-vacuum@4.1.0
    ├── iobroker.modbus@5.0.11
    ├── iobroker.mqtt@2.4.1
    ├── iobroker.netatmo@1.4.4
    ├── iobroker.nina@0.0.25
    ├── iobroker.octoprint@5.1.0
    ├── iobroker.oilfox@4.2.0
    ├── iobroker.robonect@1.3.4
    ├── iobroker.samsung@0.2.9
    ├── iobroker.shelly@7.0.0
    ├── iobroker.shuttercontrol@1.7.0
    ├── iobroker.simple-api@2.6.2
    ├── iobroker.socketio@3.1.5
    ├── iobroker.sonnen@1.17.0
    ├── iobroker.sonos@3.0.0
    ├── iobroker.spotify-premium@1.2.2
    ├── iobroker.tankerkoenig@2.1.1
    ├── iobroker.telegram@3.0.1
    ├── iobroker.trashschedule@3.3.0
    ├── iobroker.unifi-protect@0.0.12
    ├── iobroker.unifi@0.6.0
    ├── iobroker.vis-bars@0.1.4
    ├── iobroker.vis-canvas-gauges@0.1.5
    ├── iobroker.vis-colorpicker@1.2.0
    ├── iobroker.vis-fancyswitch@1.1.0
    ├── iobroker.vis-google-fonts@1.0.3
    ├── iobroker.vis-history@1.0.0
    ├── iobroker.vis-hqwidgets@1.1.9
    ├── iobroker.vis-icontwo@0.84.0
    ├── iobroker.vis-inventwo@3.2.5
    ├── iobroker.vis-jqui-mfd@1.0.12
    ├── iobroker.vis-justgage@1.0.2
    ├── iobroker.vis-lcars@1.0.4
    ├── iobroker.vis-map@1.0.4
    ├── iobroker.vis-metro@1.1.2
    ├── iobroker.vis-players@0.1.6
    ├── iobroker.vis-plumb@1.0.2
    ├── iobroker.vis-rgraph@0.0.2
    ├── iobroker.vis-timeandweather@1.1.7
    ├── iobroker.vis-weather@2.5.5
    ├── iobroker.vis@1.5.6
    ├── iobroker.vw-connect@0.5.1
    ├── iobroker.web@3.4.13
    ├── iobroker.wled@0.6.7
    ├── iobroker.zigbee@1.10.3
    ├── is-nan@1.3.2 extraneous
    ├── jsonata@1.8.5 extraneous
    ├── luxon@1.28.0 extraneous
    ├── node-inspect@2.0.0 extraneous
    ├── node-schedule@2.0.0 extraneous
    ├── virtual-tsc@0.6.1 extraneous
    ├── vm2@3.9.5 extraneous
    └── wake_on_lan@1.0.0 extraneous
    

    Ich weiß leider nicht mehr weiter, ich hoffe Ihr könnt mir unter die Arme greifen und bei den Problemen helfen, vielen Dank.

    Gruß Joe

    wendy2702W 1 Antwort Letzte Antwort
    0
    • J JoeBaum

      Hallo Zusammen,

      ich habe mein System auf NodeJS 18.20.3 aktualisiert, der JS-Controller hat die Version 6.05. Leider bekomme ich die folgenden Fehlermeldungen und damit keine Verbindung mehr zu meiner VIS.

      Hier der Logfileauszug

      rVM
      2024-06-18 22:36:51.229	error	instance system.adapter.web.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: Node.js v18.20.3
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: }
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.web/main.js' ]
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) {
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.web/main.js:10:21)
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:981:27)
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.web/main.js
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: Require stack:
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/lib/letsencrypt.js'
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: ^
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: throw err;
      host.iobrokerVM
      2024-06-18 22:36:51.229	error	Caught by controller[0]: node:internal/modules/cjs/loader:1143
      

      Ich habe dann die folgenden Schritte getestet, da ich diese in einem anderen Threat gefunden habe

      Die folgende Eingabe

      uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      

      liefert:

      iobroker@iobrokerVM:~$ sudo ln -s /usr/bin/node /usr/bin/nodejs
      [sudo] Passwort für iobroker:
      ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
      iobroker@iobrokerVM:~$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /de                                        v/null && sudo apt update && apt policy nodejs
      x86_64
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v18.20.3
      v18.20.3
      10.7.0
      iobroker
      /home/iobroker
      

      Die folgende Eingabe:

      iobroker update -i
      

      liefert:

      iobroker@iobrokerVM:~$ iobroker update -i
      Used repository: beta
      Adapter    "admin"        : 6.17.14  , installed 6.17.14
      Adapter    "alarm"        : 3.6.0    , installed 3.6.0
      Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
      Adapter    "backitup"     : 3.0.5    , installed 2.9.10 [Updatable]
      Adapter    "coronavirus-statistics": 0.9.0, installed 0.8.7 [Updatable]
      Adapter    "daswetter"    : 3.1.15   , installed 3.1.3  [Updatable]
      Adapter    "deconz"       : 1.4.1    , installed 2.0.5
      Adapter    "discovery"    : 4.5.0    , installed 4.5.0
      Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
      Adapter    "fakeroku"     : 0.3.0    , installed 0.2.1  [Updatable]
      Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
      Adapter    "flot"         : 1.12.0   , installed 1.12.0
      Adapter    "harmony"      : 1.5.0    , installed 1.5.0
      Adapter    "history"      : 3.0.1    , installed 1.9.14 [Updatable]
      Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
      Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
      Adapter    "homekit-controller": 0.5.10, installed 0.5.8 [Updatable]
      Adapter    "hue"          : 3.11.0   , installed 3.11.0
      Adapter    "ical"         : 1.15.0   , installed 1.13.6 [Updatable]
      Adapter    "influxdb"     : 4.0.2    , installed 3.2.0  [Updatable]
      Adapter    "iot"          : 3.3.0    , installed 3.3.0
      Adapter    "javascript"   : 8.6.0    , installed 5.2.16 [Updatable]
      Controller "js-controller": 6.0.5    , installed 5.0.17 [Updatable]
      Adapter    "kecontact"    : 2.1.1    , installed 2.1.1
      Adapter    "klf200"       : 1.2.0    , installed 1.1.2  [Updatable]
      Adapter    "kodi"         : 3.1.0    , installed 2.0.8  [Updatable]
      Adapter    "mihome-vacuum": 4.2.0    , installed 4.1.0  [Updatable]
      Adapter    "modbus"       : 6.2.3    , installed 5.0.11 [Updatable]
      Adapter    "mqtt"         : 5.2.0    , installed 2.4.1  [Updatable]
      Adapter    "netatmo"      : 3.1.0    , installed 1.4.4  [Updatable]
      Adapter    "nina"         : 0.0.26   , installed 0.0.25 [Updatable]
      Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
      Adapter    "oilfox"       : 4.3.0    , installed 4.2.0  [Updatable]
      Adapter    "robonect"     : 1.3.5    , installed 1.3.4  [Updatable]
      Adapter    "samsung"      : 0.6.0    , installed 0.2.9  [Updatable]
      Adapter    "shelly"       : 7.0.0    , installed 7.0.0
      Adapter    "shuttercontrol": 1.7.0   , installed 1.7.0
      Adapter    "simple-api"   : 2.8.0    , installed 2.6.2  [Updatable]
      Adapter    "socketio"     : 6.7.0    , installed 3.1.5  [Updatable]
      Adapter    "sonnen"       : 1.18.1   , installed 1.17.0 [Updatable]
      Adapter    "sonos"        : 3.0.0    , installed 3.0.0
      Adapter    "spotify-premium": 1.5.0  , installed 1.2.2  [Updatable]
      Adapter    "tankerkoenig" : 3.4.0    , installed 2.1.1  [Updatable]
      Adapter    "telegram"     : 3.5.3    , installed 3.0.1  [Updatable]
      Adapter    "trashschedule": 3.3.0    , installed 3.3.0
      Adapter    "unifi"        : 0.7.0    , installed 0.6.0  [Updatable]
      Adapter    "unifi-protect": 1.0.1    , installed 0.0.12 [Updatable]
      Adapter    "vis"          : 1.5.6    , installed 1.5.6
      Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
      Adapter    "vis-canvas-gauges": 1.0.1, installed 0.1.5  [Updatable]
      Adapter    "vis-colorpicker": 2.0.3  , installed 1.2.0  [Updatable]
      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
      Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.3  [Updatable]
      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
      Adapter    "vis-hqwidgets": 1.5.1    , installed 1.1.9  [Updatable]
      Adapter    "vis-icontwo"  : 1.5.0    , installed 0.84.0 [Updatable]
      Adapter    "vis-inventwo" : 3.3.4    , installed 3.2.5  [Updatable]
      Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.0.12 [Updatable]
      Adapter    "vis-justgage" : 2.1.7    , installed 1.0.2  [Updatable]
      Adapter    "vis-lcars"    : 1.1.1    , installed 1.0.4  [Updatable]
      Adapter    "vis-map"      : 1.1.0    , installed 1.0.4  [Updatable]
      Adapter    "vis-metro"    : 1.2.0    , installed 1.1.2  [Updatable]
      Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
      Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
      Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
      Adapter    "vis-timeandweather": 1.2.2, installed 1.1.7 [Updatable]
      Adapter    "vis-weather"  : 2.5.9    , installed 2.5.5  [Updatable]
      Adapter    "vw-connect"   : 0.6.0    , installed 0.5.1  [Updatable]
      Adapter    "web"          : 6.2.6    , installed 3.4.13 [Updatable]
      Adapter    "wled"         : 0.7.3-beta.0, installed 0.6.7 [Updatable]
      Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
      

      Ich habe den folgenden Befehl versucht, leider ohne Erfolg

      cd /opt/iobroker/node_modules/iobroker.javascript
      npm install --omit=dev
      

      Ich habe auch folgendes versucht:

      cd /opt/iobroker
      npm ls iobroker.javascript
      

      Rückmeldung hier:

      iobroker@iobrokerVM:~$ cd /opt/iobroker
      iobroker@iobrokerVM:/opt/iobroker$ npm ls iobroker.javascript
      iobroker.inst@3.0.0 /opt/iobroker
      └── iobroker.javascript@5.2.16
      

      Der folgende Befehl liefert:

      npm ls
      

      liefert:

      iobroker@iobrokerVM:/opt/iobroker$ npm ls
      iobroker.inst@3.0.0 /opt/iobroker
      ├── @types/caseless@0.12.2 extraneous
      ├── @types/request@2.48.7 extraneous
      ├── @types/tough-cookie@4.0.1 extraneous
      ├── coffee-compiler@0.3.2 extraneous
      ├── coffee-script@1.12.7 extraneous
      ├── colors@1.4.0 extraneous
      ├── cron-parser@3.5.0 extraneous
      ├── iobroker.admin@6.17.14
      ├── iobroker.alarm@3.6.0
      ├── iobroker.alexa2@3.26.5
      ├── iobroker.backitup@2.9.10
      ├── iobroker.coronavirus-statistics@0.8.7
      ├── iobroker.daswetter@3.1.3
      ├── iobroker.deconz@2.0.5
      ├── iobroker.discovery@4.5.0
      ├── iobroker.energiefluss@3.6.0
      ├── iobroker.fakeroku@0.2.1
      ├── iobroker.feiertage@1.2.0
      ├── iobroker.flot@1.12.0
      ├── iobroker.harmony@1.5.0
      ├── iobroker.history@1.9.14
      ├── iobroker.hm-rega@4.0.0
      ├── iobroker.hm-rpc@1.17.0
      ├── iobroker.homekit-controller@0.5.8
      ├── iobroker.hue@3.11.0
      ├── iobroker.ical@1.13.6
      ├── iobroker.influxdb@3.2.0
      ├── iobroker.info@1.9.16
      ├── iobroker.iot@3.3.0
      ├── iobroker.javascript@5.2.16
      ├── iobroker.js-controller@5.0.17
      ├── iobroker.kecontact@2.1.1
      ├── iobroker.klf200@1.1.2
      ├── iobroker.kodi@2.0.8
      ├── iobroker.mihome-vacuum@4.1.0
      ├── iobroker.modbus@5.0.11
      ├── iobroker.mqtt@2.4.1
      ├── iobroker.netatmo@1.4.4
      ├── iobroker.nina@0.0.25
      ├── iobroker.octoprint@5.1.0
      ├── iobroker.oilfox@4.2.0
      ├── iobroker.robonect@1.3.4
      ├── iobroker.samsung@0.2.9
      ├── iobroker.shelly@7.0.0
      ├── iobroker.shuttercontrol@1.7.0
      ├── iobroker.simple-api@2.6.2
      ├── iobroker.socketio@3.1.5
      ├── iobroker.sonnen@1.17.0
      ├── iobroker.sonos@3.0.0
      ├── iobroker.spotify-premium@1.2.2
      ├── iobroker.tankerkoenig@2.1.1
      ├── iobroker.telegram@3.0.1
      ├── iobroker.trashschedule@3.3.0
      ├── iobroker.unifi-protect@0.0.12
      ├── iobroker.unifi@0.6.0
      ├── iobroker.vis-bars@0.1.4
      ├── iobroker.vis-canvas-gauges@0.1.5
      ├── iobroker.vis-colorpicker@1.2.0
      ├── iobroker.vis-fancyswitch@1.1.0
      ├── iobroker.vis-google-fonts@1.0.3
      ├── iobroker.vis-history@1.0.0
      ├── iobroker.vis-hqwidgets@1.1.9
      ├── iobroker.vis-icontwo@0.84.0
      ├── iobroker.vis-inventwo@3.2.5
      ├── iobroker.vis-jqui-mfd@1.0.12
      ├── iobroker.vis-justgage@1.0.2
      ├── iobroker.vis-lcars@1.0.4
      ├── iobroker.vis-map@1.0.4
      ├── iobroker.vis-metro@1.1.2
      ├── iobroker.vis-players@0.1.6
      ├── iobroker.vis-plumb@1.0.2
      ├── iobroker.vis-rgraph@0.0.2
      ├── iobroker.vis-timeandweather@1.1.7
      ├── iobroker.vis-weather@2.5.5
      ├── iobroker.vis@1.5.6
      ├── iobroker.vw-connect@0.5.1
      ├── iobroker.web@3.4.13
      ├── iobroker.wled@0.6.7
      ├── iobroker.zigbee@1.10.3
      ├── is-nan@1.3.2 extraneous
      ├── jsonata@1.8.5 extraneous
      ├── luxon@1.28.0 extraneous
      ├── node-inspect@2.0.0 extraneous
      ├── node-schedule@2.0.0 extraneous
      ├── virtual-tsc@0.6.1 extraneous
      ├── vm2@3.9.5 extraneous
      └── wake_on_lan@1.0.0 extraneous
      

      Ich weiß leider nicht mehr weiter, ich hoffe Ihr könnt mir unter die Arme greifen und bei den Problemen helfen, vielen Dank.

      Gruß Joe

      wendy2702W Offline
      wendy2702W Offline
      wendy2702
      schrieb am zuletzt editiert von
      #2

      @joebaum korrigiere die Überschrift

      JavaScript ist das nicht mit 6.0.5 sondern JS-Controller

      Bitte keine Fragen per PN, die gehören ins Forum!

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      J 1 Antwort Letzte Antwort
      0
      • wendy2702W wendy2702

        @joebaum korrigiere die Überschrift

        JavaScript ist das nicht mit 6.0.5 sondern JS-Controller

        J Offline
        J Offline
        JoeBaum
        schrieb am zuletzt editiert von
        #3

        @wendy2702 Vielen Dank für den Hinweis, ist mir durchgerutscht, hab es gleich korrigiert.

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • J JoeBaum

          @wendy2702 Vielen Dank für den Hinweis, ist mir durchgerutscht, hab es gleich korrigiert.

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #4

          @joebaum

          Zeig mal die Ausgabe von

          iob diag
          

          in der Langfassung.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          J 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @joebaum

            Zeig mal die Ausgabe von

            iob diag
            

            in der Langfassung.

            J Offline
            J Offline
            JoeBaum
            schrieb am zuletzt editiert von
            #5

            @thomas-braun

            Hier der Summery:

            ======================= SUMMARY =======================
                                    v.2024-05-22
            
            
               Static hostname: iobrokerVM
                     Icon name: computer-vm
                       Chassis: vm
                Virtualization: kvm
              Operating System: Debian GNU/Linux 10 (buster)
                        Kernel: Linux 4.19.0-17-amd64
                  Architecture: x86-64
            
            Installation:           kvm
            Kernel:                 x86_64
            Userland:               64 bit
            Timezone:               Europe/Berlin (CEST, +0200)
            User-ID:                1000
            Display-Server:         true
            Boot Target:            graphical.target
            
            Pending OS-Updates:     338
            Pending iob updates:    45
            
            Nodejs-Installation:
            /usr/bin/nodejs         v18.20.3
            /usr/bin/node           v18.20.3
            /usr/bin/npm            10.7.0
            /usr/bin/npx            10.7.0
            /usr/bin/corepack       0.28.0
            
            Recommended versions are nodejs 18.20.3 and npm 10.7.0
            Your nodejs installation is correct
            
            MEMORY:
                          total        used        free      shared  buff/cache   available
            Mem:           8.0G        3.5G        3.2G        6.0M        1.3G        4.2G
            Swap:          974M        298M        676M
            Total:         9.0G        3.8G        3.8G
            
            Active iob-Instances:   33
            Active repo(s): beta
            
            ioBroker Core:          js-controller           6.0.5
                                    admin                   6.17.14
            
            ioBroker Status:        iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : iobrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              system.adapter.web.0                    : web                   : iobrokerVM                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            Objects:                65631
            States:                 49848
            
            Size of iob-Database:
            
            71M     /opt/iobroker/iobroker-data/objects.jsonl
            38M     /opt/iobroker/iobroker-data/objects.json.migrated
            38M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
            28M     /opt/iobroker/iobroker-data/objects.json.broken
            56M     /opt/iobroker/iobroker-data/states.jsonl
            18M     /opt/iobroker/iobroker-data/states.json.migrated
            18M     /opt/iobroker/iobroker-data/states.json.bak.migrated
            0       /opt/iobroker/iobroker-data/states.json.broken
            
            
            
            =================== END OF SUMMARY ====================
            

            Und hier die Langversion

            Skript v.2024-05-22
            
            *** BASE SYSTEM ***
               Static hostname: iobrokerVM
                     Icon name: computer-vm
                       Chassis: vm
                Virtualization: kvm
              Operating System: Debian GNU/Linux 10 (buster)
                        Kernel: Linux 4.19.0-17-amd64
                  Architecture: x86-64
            
            model name      : Common KVM processor
            Docker          : false
            Virtualization  : kvm
            Kernel          : x86_64
            Userland        : 64 bit
            
            Systemuptime and Load:
             06:03:17 up 14:13,  1 user,  load average: 1.18, 1.07, 0.69
            CPU threads: 8
            
            
            *** Time and Time Zones ***
                           Local time: Thu 2024-06-20 06:03:17 CEST
                       Universal time: Thu 2024-06-20 04:03:17 UTC
                             RTC time: Thu 2024-06-20 04:03:18
                            Time zone: Europe/Berlin (CEST, +0200)
            System clock synchronized: yes
                          NTP service: active
                      RTC in local TZ: no
            
            *** Users and Groups ***
            User that called 'iob diag':
            iobroker
            HOME=/home/iobroker
            GROUPS=iobroker tty dialout cdrom floppy audio dip video plugdev netdev bluetooth lpadmin scanner
            
            User that is running 'js-controller':
            iobroker
            HOME=/home/iobroker
            GROUPS=iobroker tty dialout cdrom floppy audio dip video plugdev netdev bluetooth lpadmin scanner
            
            *** Display-Server-Setup ***
            Display-Server: true
            Desktop:
            Terminal:       tty
            Boot Target:    graphical.target
            
            *** MEMORY ***
                          total        used        free      shared  buff/cache   available
            Mem:           8.0G        3.4G        3.3G        6.0M        1.4G        4.3G
            Swap:          974M        298M        676M
            Total:         9.0G        3.7G        3.9G
            
            Active iob-Instances:   33
            
                     7978 M total memory
                     3369 M used memory
                     3685 M active memory
                      641 M inactive memory
                     3253 M free memory
                      155 M buffer memory
                     1199 M swap cache
                      974 M total swap
                      298 M used swap
                      676 M free swap
            
            *** top - Table Of Processes  ***
            top - 06:03:17 up 14:13,  1 user,  load average: 1.18, 1.07, 0.69
            Tasks: 183 total,   1 running, 182 sleeping,   0 stopped,   0 zombie
            %Cpu(s):  3.1 us,  1.6 sy,  0.0 ni, 95.3 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
            MiB Mem :   7978.4 total,   3252.3 free,   3370.9 used,   1355.2 buff/cache
            MiB Swap:    975.0 total,    676.5 free,    298.5 used.   4309.9 avail Mem
            
            *** FAILED SERVICES ***
            
              UNIT            LOAD   ACTIVE SUB    DESCRIPTION
            * udisks2.service loaded failed failed Disk Manager
            
            LOAD   = Reflects whether the unit definition was properly loaded.
            ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
            SUB    = The low-level unit activation state, values depend on unit type.
            
            1 loaded units listed. Pass --all to see loaded but inactive units, too.
            To show all installed unit files use 'systemctl list-unit-files'.
            
            *** FILESYSTEM ***
            Filesystem     Type      Size  Used Avail Use% Mounted on
            udev           devtmpfs  3.9G     0  3.9G   0% /dev
            tmpfs          tmpfs     798M   79M  719M  10% /run
            /dev/sda1      ext4       19G  9.0G  8.7G  51% /
            tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
            tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
            tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
            tmpfs          tmpfs     798M  3.1M  795M   1% /run/user/117
            tmpfs          tmpfs     798M     0  798M   0% /run/user/1000
            
            Messages concerning ext4 filesystem in dmesg:
            [Wed Jun 19 15:50:32 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
            [Wed Jun 19 15:50:53 2024] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
            [Wed Jun 19 17:27:15 2024] Modules linked in: bluetooth drbg ansi_cprng ecdh_generic cfg80211 rfkill cdc_acm sg virtio_balloon joydev evdev serio_raw pcspkr qemu_fw_cfg parport_pc ppdev sunrpc lp parport ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic virtio_net net_failover virtio_scsi failover ata_piix xhci_pci libata xhci_hcd bochs_drm ttm uhci_hcd psmouse drm_kms_helper scsi_mod ehci_hcd drm usbcore virtio_pci virtio_ring virtio i2c_piix4 usb_common floppy button
            [Wed Jun 19 17:27:37 2024] Modules linked in: bluetooth drbg ansi_cprng ecdh_generic cfg80211 rfkill cdc_acm sg virtio_balloon joydev evdev serio_raw pcspkr qemu_fw_cfg parport_pc ppdev sunrpc lp parport ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic virtio_net net_failover virtio_scsi failover ata_piix xhci_pci libata xhci_hcd bochs_drm ttm uhci_hcd psmouse drm_kms_helper scsi_mod ehci_hcd drm usbcore virtio_pci virtio_ring virtio i2c_piix4 usb_common floppy button
            [Wed Jun 19 17:27:37 2024] Modules linked in: bluetooth drbg ansi_cprng ecdh_generic cfg80211 rfkill cdc_acm sg virtio_balloon joydev evdev serio_raw pcspkr qemu_fw_cfg parport_pc ppdev sunrpc lp parport ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic virtio_net net_failover virtio_scsi failover ata_piix xhci_pci libata xhci_hcd bochs_drm ttm uhci_hcd psmouse drm_kms_helper scsi_mod ehci_hcd drm usbcore virtio_pci virtio_ring virtio i2c_piix4 usb_common floppy button
            [Wed Jun 19 21:26:19 2024]  ext4_filemap_fault+0x2c/0x40 [ext4]
            
            Show mounted filesystems:
            TARGET                                SOURCE      FSTYPE      OPTIONS
            /                                     /dev/sda1   ext4        rw,relatime,errors=remount-ro
            |-/sys                                sysfs       sysfs       rw,nosuid,nodev,noexec,relatime
            | |-/sys/kernel/security              securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
            | |-/sys/fs/cgroup                    tmpfs       tmpfs       ro,nosuid,nodev,noexec,mode=755
            | | |-/sys/fs/cgroup/unified          cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate
            | | |-/sys/fs/cgroup/systemd          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
            | | |-/sys/fs/cgroup/pids             cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,pids
            | | |-/sys/fs/cgroup/memory           cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,memory
            | | |-/sys/fs/cgroup/net_cls,net_prio cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
            | | |-/sys/fs/cgroup/devices          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,devices
            | | |-/sys/fs/cgroup/rdma             cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,rdma
            | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
            | | |-/sys/fs/cgroup/freezer          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,freezer
            | | |-/sys/fs/cgroup/cpuset           cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,cpuset
            | | |-/sys/fs/cgroup/blkio            cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,blkio
            | | `-/sys/fs/cgroup/perf_event       cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,perf_event
            | |-/sys/fs/pstore                    pstore      pstore      rw,nosuid,nodev,noexec,relatime
            | |-/sys/fs/bpf                       bpf         bpf         rw,nosuid,nodev,noexec,relatime,mode=700
            | `-/sys/kernel/debug                 debugfs     debugfs     rw,relatime
            |-/proc                               proc        proc        rw,nosuid,nodev,noexec,relatime
            | `-/proc/sys/fs/binfmt_misc          systemd-1   autofs      rw,relatime,fd=40,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12592
            |   `-/proc/sys/fs/binfmt_misc        binfmt_misc binfmt_misc rw,relatime
            |-/dev                                udev        devtmpfs    rw,nosuid,relatime,size=4065044k,nr_inodes=1016261,mode=755
            | |-/dev/pts                          devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
            | |-/dev/shm                          tmpfs       tmpfs       rw,nosuid,nodev
            | |-/dev/mqueue                       mqueue      mqueue      rw,relatime
            | `-/dev/hugepages                    hugetlbfs   hugetlbfs   rw,relatime,pagesize=2M
            `-/run                                tmpfs       tmpfs       rw,nosuid,noexec,relatime,size=816988k,mode=755
              |-/run/lock                         tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
              |-/run/rpc_pipefs                   sunrpc      rpc_pipefs  rw,relatime
              |-/run/user/117                     tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=816988k,mode=700,uid=117,gid=124
              `-/run/user/1000                    tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=816988k,mode=700,uid=1000,gid=1000
            
            Files in neuralgic directories:
            
            /var:
            1.2G    /var/
            912M    /var/cache
            893M    /var/cache/apt
            831M    /var/cache/apt/archives
            227M    /var/lib
            
            Hint: You are currently not seeing messages from other users and the system.
                  Users in the 'systemd-journal' group can see all messages. Pass -q to
                  turn off this notice.
            No journal files were opened due to insufficient permissions.
            
            /opt/iobroker/backups:
            59M     /opt/iobroker/backups/
            
            /opt/iobroker/iobroker-data:
            969M    /opt/iobroker/iobroker-data/
            296M    /opt/iobroker/iobroker-data/backup-objects
            264M    /opt/iobroker/iobroker-data/files
            127M    /opt/iobroker/iobroker-data/sonosCache
            61M     /opt/iobroker/iobroker-data/files/javascript.admin
            
            The five largest files in iobroker-data are:
            71M     /opt/iobroker/iobroker-data/objects.jsonl
            57M     /opt/iobroker/iobroker-data/states.jsonl
            38M     /opt/iobroker/iobroker-data/objects.json.migrated
            38M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
            38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.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':
            
            /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if03
            /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if00
            
            Your zigbee.0 COM-Port is matching 'by-id'. Very good!
            
            
            
            *** NodeJS-Installation ***
            
            /usr/bin/nodejs         v18.20.3
            /usr/bin/node           v18.20.3
            /usr/bin/npm            10.7.0
            /usr/bin/npx            10.7.0
            /usr/bin/corepack       0.28.0
            
            
            nodejs:
              Installed: 18.20.3-1nodesource1
              Candidate: 18.20.3-1nodesource1
              Version table:
             *** 18.20.3-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                    100 /var/lib/dpkg/status
                 18.20.2-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.20.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.20.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.19.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.19.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.18.2-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.18.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.18.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.17.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.17.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.16.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.16.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.15.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.14.2-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.14.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.14.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.13.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.12.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.11.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.10.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.9.1-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.9.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.8.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.7.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.6.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.5.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.4.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.3.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.2.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.1.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 18.0.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                 10.24.0~dfsg-1~deb10u4 500
                    500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                 10.24.0~dfsg-1~deb10u1 500
                    500 http://deb.debian.org/debian buster/main amd64 Packages
            
            Temp directories causing npm8 problem: 0
            No problems detected
            
            Errors in npm tree:
            
            *** ioBroker-Installation ***
            
            ioBroker Status
            iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Core adapters versions
            js-controller:  6.0.5
            admin:          6.17.14
            javascript:     5.2.16
            
            nodejs modules from github:     0
            
            Adapter State
            + system.adapter.admin.0                  : admin                 : iobrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.alarm.0                  : alarm                 : iobrokerVM                               -  enabled
            + system.adapter.alexa2.0                 : alexa2                : iobrokerVM                               -  enabled
            + system.adapter.backitup.0               : backitup              : iobrokerVM                               -  enabled
              system.adapter.coronavirus-statistics.0 : coronavirus-statistics: iobrokerVM                               - disabled
              system.adapter.daswetter.0              : daswetter             : iobrokerVM                               -  enabled
              system.adapter.deconz.0                 : deconz                : iobrokerVM                               - disabled, port: 80
            + system.adapter.discovery.0              : discovery             : iobrokerVM                               -  enabled
              system.adapter.fakeroku.0               : fakeroku              : iobrokerVM                               -  enabled
              system.adapter.feiertage.0              : feiertage             : iobrokerVM                               -  enabled
              system.adapter.flot.0                   : flot                  : iobrokerVM                               - disabled
            + system.adapter.harmony.0                : harmony               : iobrokerVM                               -  enabled
              system.adapter.history.0                : history               : iobrokerVM                               -  enabled
            + system.adapter.hm-rega.0                : hm-rega               : iobrokerVM                               -  enabled
            + system.adapter.hm-rpc.0                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12001
            + system.adapter.hm-rpc.1                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12010
            + system.adapter.hue.0                    : hue                   : iobrokerVM                               -  enabled, port: 443
              system.adapter.ical.0                   : ical                  : iobrokerVM                               -  enabled
            + system.adapter.influxdb.0               : influxdb              : iobrokerVM                               -  enabled, port: 8086
            + system.adapter.info.0                   : info                  : iobrokerVM                               -  enabled
            + system.adapter.iot.0                    : iot                   : iobrokerVM                               -  enabled
            + system.adapter.javascript.0             : javascript            : iobrokerVM                               -  enabled
            + system.adapter.kecontact.0              : kecontact             : iobrokerVM                               -  enabled
              system.adapter.klf200.0                 : klf200                : iobrokerVM                               - disabled
              system.adapter.kodi.0                   : kodi                  : iobrokerVM                               - disabled, port: 9090
            + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobrokerVM                               -  enabled, port: 54321
            + system.adapter.modbus.0                 : modbus                : iobrokerVM                               -  enabled
              system.adapter.mqtt.0                   : mqtt                  : iobrokerVM                               - disabled, port: 1886, bind: 0.0.0.0
              system.adapter.netatmo.0                : netatmo               : iobrokerVM                               - disabled
            + system.adapter.nina.0                   : nina                  : iobrokerVM                               -  enabled
            + system.adapter.octoprint.0              : octoprint             : iobrokerVM                               -  enabled
              system.adapter.oilfox.0                 : oilfox                : iobrokerVM                               -  enabled
            + system.adapter.robonect.0               : robonect              : iobrokerVM                               -  enabled
              system.adapter.samsung.0                : samsung               : iobrokerVM                               - disabled
            + system.adapter.shelly.0                 : shelly                : iobrokerVM                               -  enabled, port: 1882, bind: 0.0.0.0
            + system.adapter.shuttercontrol.0         : shuttercontrol        : iobrokerVM                               -  enabled
            + system.adapter.sonnen.0                 : sonnen                : iobrokerVM                               -  enabled
            + system.adapter.sonos.0                  : sonos                 : iobrokerVM                               -  enabled
              system.adapter.spotify-premium.0        : spotify-premium       : iobrokerVM                               - disabled
            + system.adapter.tankerkoenig.0           : tankerkoenig          : iobrokerVM                               -  enabled
            + system.adapter.telegram.0               : telegram              : iobrokerVM                               -  enabled, port: 8443, bind: 0.0.0.0
            + system.adapter.trashschedule.0          : trashschedule         : iobrokerVM                               -  enabled
              system.adapter.unifi-protect.0          : unifi-protect         : iobrokerVM                               -  enabled
            + system.adapter.unifi.0                  : unifi                 : iobrokerVM                               -  enabled
              system.adapter.vis-bars.0               : vis-bars              : iobrokerVM                               - disabled
              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobrokerVM                               - disabled
              system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobrokerVM                               - disabled
              system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobrokerVM                               - disabled
              system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobrokerVM                               -  enabled
              system.adapter.vis-history.0            : vis-history           : iobrokerVM                               - disabled
              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobrokerVM                               - disabled
              system.adapter.vis-icontwo.0            : vis-icontwo           : iobrokerVM                               -  enabled
            + system.adapter.vis-inventwo.0           : vis-inventwo          : iobrokerVM                               -  enabled
              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobrokerVM                               - disabled
              system.adapter.vis-justgage.0           : vis-justgage          : iobrokerVM                               - disabled
              system.adapter.vis-lcars.0              : vis-lcars             : iobrokerVM                               - disabled
              system.adapter.vis-map.0                : vis-map               : iobrokerVM                               - disabled
              system.adapter.vis-metro.0              : vis-metro             : iobrokerVM                               - disabled
              system.adapter.vis-players.0            : vis-players           : iobrokerVM                               - disabled
              system.adapter.vis-plumb.0              : vis-plumb             : iobrokerVM                               - disabled
              system.adapter.vis-rgraph.0             : vis-rgraph            : iobrokerVM                               - disabled
              system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobrokerVM                               - disabled
              system.adapter.vis-weather.0            : vis-weather           : iobrokerVM                               - disabled
              system.adapter.vis.0                    : vis                   : iobrokerVM                               -  enabled
            + system.adapter.vw-connect.0             : vw-connect            : iobrokerVM                               -  enabled
              system.adapter.web.0                    : web                   : iobrokerVM                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            + system.adapter.wled.0                   : wled                  : iobrokerVM                               -  enabled
            + system.adapter.zigbee.0                 : zigbee                : iobrokerVM                               -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if00
            
            + instance is alive
            
            Enabled adapters with bindings
            + system.adapter.admin.0                  : admin                 : iobrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.hm-rpc.0                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12001
            + system.adapter.hm-rpc.1                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12010
            + system.adapter.hue.0                    : hue                   : iobrokerVM                               -  enabled, port: 443
            + system.adapter.influxdb.0               : influxdb              : iobrokerVM                               -  enabled, port: 8086
            + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobrokerVM                               -  enabled, port: 54321
            + system.adapter.shelly.0                 : shelly                : iobrokerVM                               -  enabled, port: 1882, bind: 0.0.0.0
            + system.adapter.telegram.0               : telegram              : iobrokerVM                               -  enabled, port: 8443, bind: 0.0.0.0
              system.adapter.web.0                    : web                   : iobrokerVM                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            + system.adapter.zigbee.0                 : zigbee                : iobrokerVM                               -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if00
            
            ioBroker-Repositories
            stable        : http://download.iobroker.net/sources-dist.json
            beta          : http://download.iobroker.net/sources-dist-latest.json
            
            Active repo(s): beta
            
            Installed ioBroker-Instances
            Used repository: beta
            Adapter    "admin"        : 6.17.14  , installed 6.17.14
            Adapter    "alarm"        : 3.6.1    , installed 3.6.0  [Updatable]
            Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
            Adapter    "backitup"     : 3.0.5    , installed 2.9.10 [Updatable]
            Adapter    "coronavirus-statistics": 0.9.0, installed 0.8.7 [Updatable]
            Adapter    "daswetter"    : 3.1.15   , installed 3.1.3  [Updatable]
            Adapter    "deconz"       : 1.4.1    , installed 2.0.5
            Adapter    "discovery"    : 4.5.0    , installed 4.5.0
            Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
            Adapter    "fakeroku"     : 0.3.0    , installed 0.2.1  [Updatable]
            Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
            Adapter    "flot"         : 1.12.0   , installed 1.12.0
            Adapter    "harmony"      : 1.5.0    , installed 1.5.0
            Adapter    "history"      : 3.0.1    , installed 1.9.14 [Updatable]
            Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
            Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
            Adapter    "homekit-controller": 0.5.10, installed 0.5.8 [Updatable]
            Adapter    "hue"          : 3.11.0   , installed 3.11.0
            Adapter    "ical"         : 1.15.0   , installed 1.13.6 [Updatable]
            Adapter    "influxdb"     : 4.0.2    , installed 3.2.0  [Updatable]
            Adapter    "iot"          : 3.3.0    , installed 3.3.0
            Adapter    "javascript"   : 8.6.0    , installed 5.2.16 [Updatable]
            Controller "js-controller": 6.0.5    , installed 6.0.5
            Adapter    "kecontact"    : 2.1.1    , installed 2.1.1
            Adapter    "klf200"       : 1.2.0    , installed 1.1.2  [Updatable]
            Adapter    "kodi"         : 3.1.0    , installed 2.0.8  [Updatable]
            Adapter    "mihome-vacuum": 4.2.0    , installed 4.1.0  [Updatable]
            Adapter    "modbus"       : 6.2.3    , installed 5.0.11 [Updatable]
            Adapter    "mqtt"         : 5.2.0    , installed 2.4.1  [Updatable]
            Adapter    "netatmo"      : 3.1.0    , installed 1.4.4  [Updatable]
            Adapter    "nina"         : 0.0.26   , installed 0.0.25 [Updatable]
            Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
            Adapter    "oilfox"       : 4.3.0    , installed 4.2.0  [Updatable]
            Adapter    "robonect"     : 1.3.5    , installed 1.3.4  [Updatable]
            Adapter    "samsung"      : 0.6.0    , installed 0.2.9  [Updatable]
            Adapter    "shelly"       : 7.0.0    , installed 7.0.0
            Adapter    "shuttercontrol": 1.7.1   , installed 1.7.0  [Updatable]
            Adapter    "simple-api"   : 2.8.0    , installed 2.6.2  [Updatable]
            Adapter    "socketio"     : 6.7.0    , installed 3.1.5  [Updatable]
            Adapter    "sonnen"       : 1.18.1   , installed 1.17.0 [Updatable]
            Adapter    "sonos"        : 3.0.0    , installed 3.0.0
            Adapter    "spotify-premium": 1.5.0  , installed 1.2.2  [Updatable]
            Adapter    "tankerkoenig" : 3.4.0    , installed 2.1.1  [Updatable]
            Adapter    "telegram"     : 3.6.0    , installed 3.0.1  [Updatable]
            Adapter    "trashschedule": 3.3.0    , installed 3.3.0
            Adapter    "unifi"        : 0.7.0    , installed 0.6.0  [Updatable]
            Adapter    "unifi-protect": 1.0.1    , installed 0.0.12 [Updatable]
            Adapter    "vis"          : 1.5.6    , installed 1.5.6
            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
            Adapter    "vis-canvas-gauges": 1.0.1, installed 0.1.5  [Updatable]
            Adapter    "vis-colorpicker": 2.0.3  , installed 1.2.0  [Updatable]
            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
            Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.3  [Updatable]
            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
            Adapter    "vis-hqwidgets": 1.5.1    , installed 1.1.9  [Updatable]
            Adapter    "vis-icontwo"  : 1.5.0    , installed 0.84.0 [Updatable]
            Adapter    "vis-inventwo" : 3.3.4    , installed 3.2.5  [Updatable]
            Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.0.12 [Updatable]
            Adapter    "vis-justgage" : 2.1.7    , installed 1.0.2  [Updatable]
            Adapter    "vis-lcars"    : 1.1.1    , installed 1.0.4  [Updatable]
            Adapter    "vis-map"      : 1.1.0    , installed 1.0.4  [Updatable]
            Adapter    "vis-metro"    : 1.2.0    , installed 1.1.2  [Updatable]
            Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
            Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
            Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
            Adapter    "vis-timeandweather": 1.2.2, installed 1.1.7 [Updatable]
            Adapter    "vis-weather"  : 2.5.9    , installed 2.5.5  [Updatable]
            Adapter    "vw-connect"   : 0.6.0    , installed 0.5.1  [Updatable]
            Adapter    "web"          : 6.2.6    , installed 3.4.13 [Updatable]
            Adapter    "wled"         : 0.7.3-beta.0, installed 0.6.7 [Updatable]
            Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
            
            Objects and States
            Please stand by - This may take a while
            Objects:        65631
            States:         49839
            
            *** OS-Repositories and Updates ***
            Hit:1 http://deb.debian.org/debian buster InRelease
            Hit:2 http://security.debian.org/debian-security buster/updates InRelease
            Hit:3 http://deb.debian.org/debian buster-updates InRelease
            Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
            Reading package lists...
            Pending Updates: 338
            
            *** 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 192.168.1.188:12001     0.0.0.0:*               LISTEN      1000       489009     25111/io.hm-rpc.0
            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       486212     24655/iobroker.js-c
            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       487751     24655/iobroker.js-c
            tcp        0      0 192.168.1.188:12010     0.0.0.0:*               LISTEN      1000       488096     25142/io.hm-rpc.1
            tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          2321       1/init
            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          19581      503/sshd
            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          599348     27291/cupsd
            tcp6       0      0 :::61991                :::*                    LISTEN      1000       486923     25103/io.harmony.0
            tcp6       0      0 :::3500                 :::*                    LISTEN      1000       488220     25405/io.sonos.0
            tcp6       0      0 :::111                  :::*                    LISTEN      0          1692       1/init
            tcp6       0      0 :::8081                 :::*                    LISTEN      1000       486265     24673/io.admin.0
            tcp6       0      0 :::22                   :::*                    LISTEN      0          19583      503/sshd
            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          599347     27291/cupsd
            udp        0      0 0.0.0.0:44291           0.0.0.0:*                           112        17051      448/avahi-daemon: r
            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          18603      522/dhclient
            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          2322       1/init
            udp        0    768 0.0.0.0:53421           0.0.0.0:*                           1000       489077     25183/io.mihome-vac
            udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1000       486924     25103/io.harmony.0
            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          600109     27292/cups-browsed
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       491687     26031/io.wled.0
            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        17049      448/avahi-daemon: r
            udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       489810     25239/io.shelly.0
            udp        0      0 0.0.0.0:51075           0.0.0.0:*                           1000       489960     25552/io.kecontact.
            udp        0      0 0.0.0.0:7090            0.0.0.0:*                           1000       490499     25552/io.kecontact.
            udp        0      0 0.0.0.0:7092            0.0.0.0:*                           1000       490500     25552/io.kecontact.
            udp6       0      0 :::111                  :::*                                0          1695       1/init
            udp6       0      0 :::5353                 :::*                                112        17050      448/avahi-daemon: r
            udp6       0      0 :::35274                :::*                                112        17052      448/avahi-daemon: r
            
            
            
            
            J Thomas BraunT 2 Antworten Letzte Antwort
            0
            • J JoeBaum

              @thomas-braun

              Hier der Summery:

              ======================= SUMMARY =======================
                                      v.2024-05-22
              
              
                 Static hostname: iobrokerVM
                       Icon name: computer-vm
                         Chassis: vm
                  Virtualization: kvm
                Operating System: Debian GNU/Linux 10 (buster)
                          Kernel: Linux 4.19.0-17-amd64
                    Architecture: x86-64
              
              Installation:           kvm
              Kernel:                 x86_64
              Userland:               64 bit
              Timezone:               Europe/Berlin (CEST, +0200)
              User-ID:                1000
              Display-Server:         true
              Boot Target:            graphical.target
              
              Pending OS-Updates:     338
              Pending iob updates:    45
              
              Nodejs-Installation:
              /usr/bin/nodejs         v18.20.3
              /usr/bin/node           v18.20.3
              /usr/bin/npm            10.7.0
              /usr/bin/npx            10.7.0
              /usr/bin/corepack       0.28.0
              
              Recommended versions are nodejs 18.20.3 and npm 10.7.0
              Your nodejs installation is correct
              
              MEMORY:
                            total        used        free      shared  buff/cache   available
              Mem:           8.0G        3.5G        3.2G        6.0M        1.3G        4.2G
              Swap:          974M        298M        676M
              Total:         9.0G        3.8G        3.8G
              
              Active iob-Instances:   33
              Active repo(s): beta
              
              ioBroker Core:          js-controller           6.0.5
                                      admin                   6.17.14
              
              ioBroker Status:        iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Status admin and web instance:
              + system.adapter.admin.0                  : admin                 : iobrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                system.adapter.web.0                    : web                   : iobrokerVM                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              
              Objects:                65631
              States:                 49848
              
              Size of iob-Database:
              
              71M     /opt/iobroker/iobroker-data/objects.jsonl
              38M     /opt/iobroker/iobroker-data/objects.json.migrated
              38M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
              28M     /opt/iobroker/iobroker-data/objects.json.broken
              56M     /opt/iobroker/iobroker-data/states.jsonl
              18M     /opt/iobroker/iobroker-data/states.json.migrated
              18M     /opt/iobroker/iobroker-data/states.json.bak.migrated
              0       /opt/iobroker/iobroker-data/states.json.broken
              
              
              
              =================== END OF SUMMARY ====================
              

              Und hier die Langversion

              Skript v.2024-05-22
              
              *** BASE SYSTEM ***
                 Static hostname: iobrokerVM
                       Icon name: computer-vm
                         Chassis: vm
                  Virtualization: kvm
                Operating System: Debian GNU/Linux 10 (buster)
                          Kernel: Linux 4.19.0-17-amd64
                    Architecture: x86-64
              
              model name      : Common KVM processor
              Docker          : false
              Virtualization  : kvm
              Kernel          : x86_64
              Userland        : 64 bit
              
              Systemuptime and Load:
               06:03:17 up 14:13,  1 user,  load average: 1.18, 1.07, 0.69
              CPU threads: 8
              
              
              *** Time and Time Zones ***
                             Local time: Thu 2024-06-20 06:03:17 CEST
                         Universal time: Thu 2024-06-20 04:03:17 UTC
                               RTC time: Thu 2024-06-20 04:03:18
                              Time zone: Europe/Berlin (CEST, +0200)
              System clock synchronized: yes
                            NTP service: active
                        RTC in local TZ: no
              
              *** Users and Groups ***
              User that called 'iob diag':
              iobroker
              HOME=/home/iobroker
              GROUPS=iobroker tty dialout cdrom floppy audio dip video plugdev netdev bluetooth lpadmin scanner
              
              User that is running 'js-controller':
              iobroker
              HOME=/home/iobroker
              GROUPS=iobroker tty dialout cdrom floppy audio dip video plugdev netdev bluetooth lpadmin scanner
              
              *** Display-Server-Setup ***
              Display-Server: true
              Desktop:
              Terminal:       tty
              Boot Target:    graphical.target
              
              *** MEMORY ***
                            total        used        free      shared  buff/cache   available
              Mem:           8.0G        3.4G        3.3G        6.0M        1.4G        4.3G
              Swap:          974M        298M        676M
              Total:         9.0G        3.7G        3.9G
              
              Active iob-Instances:   33
              
                       7978 M total memory
                       3369 M used memory
                       3685 M active memory
                        641 M inactive memory
                       3253 M free memory
                        155 M buffer memory
                       1199 M swap cache
                        974 M total swap
                        298 M used swap
                        676 M free swap
              
              *** top - Table Of Processes  ***
              top - 06:03:17 up 14:13,  1 user,  load average: 1.18, 1.07, 0.69
              Tasks: 183 total,   1 running, 182 sleeping,   0 stopped,   0 zombie
              %Cpu(s):  3.1 us,  1.6 sy,  0.0 ni, 95.3 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
              MiB Mem :   7978.4 total,   3252.3 free,   3370.9 used,   1355.2 buff/cache
              MiB Swap:    975.0 total,    676.5 free,    298.5 used.   4309.9 avail Mem
              
              *** FAILED SERVICES ***
              
                UNIT            LOAD   ACTIVE SUB    DESCRIPTION
              * udisks2.service loaded failed failed Disk Manager
              
              LOAD   = Reflects whether the unit definition was properly loaded.
              ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
              SUB    = The low-level unit activation state, values depend on unit type.
              
              1 loaded units listed. Pass --all to see loaded but inactive units, too.
              To show all installed unit files use 'systemctl list-unit-files'.
              
              *** FILESYSTEM ***
              Filesystem     Type      Size  Used Avail Use% Mounted on
              udev           devtmpfs  3.9G     0  3.9G   0% /dev
              tmpfs          tmpfs     798M   79M  719M  10% /run
              /dev/sda1      ext4       19G  9.0G  8.7G  51% /
              tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
              tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
              tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
              tmpfs          tmpfs     798M  3.1M  795M   1% /run/user/117
              tmpfs          tmpfs     798M     0  798M   0% /run/user/1000
              
              Messages concerning ext4 filesystem in dmesg:
              [Wed Jun 19 15:50:32 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
              [Wed Jun 19 15:50:53 2024] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
              [Wed Jun 19 17:27:15 2024] Modules linked in: bluetooth drbg ansi_cprng ecdh_generic cfg80211 rfkill cdc_acm sg virtio_balloon joydev evdev serio_raw pcspkr qemu_fw_cfg parport_pc ppdev sunrpc lp parport ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic virtio_net net_failover virtio_scsi failover ata_piix xhci_pci libata xhci_hcd bochs_drm ttm uhci_hcd psmouse drm_kms_helper scsi_mod ehci_hcd drm usbcore virtio_pci virtio_ring virtio i2c_piix4 usb_common floppy button
              [Wed Jun 19 17:27:37 2024] Modules linked in: bluetooth drbg ansi_cprng ecdh_generic cfg80211 rfkill cdc_acm sg virtio_balloon joydev evdev serio_raw pcspkr qemu_fw_cfg parport_pc ppdev sunrpc lp parport ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic virtio_net net_failover virtio_scsi failover ata_piix xhci_pci libata xhci_hcd bochs_drm ttm uhci_hcd psmouse drm_kms_helper scsi_mod ehci_hcd drm usbcore virtio_pci virtio_ring virtio i2c_piix4 usb_common floppy button
              [Wed Jun 19 17:27:37 2024] Modules linked in: bluetooth drbg ansi_cprng ecdh_generic cfg80211 rfkill cdc_acm sg virtio_balloon joydev evdev serio_raw pcspkr qemu_fw_cfg parport_pc ppdev sunrpc lp parport ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic virtio_net net_failover virtio_scsi failover ata_piix xhci_pci libata xhci_hcd bochs_drm ttm uhci_hcd psmouse drm_kms_helper scsi_mod ehci_hcd drm usbcore virtio_pci virtio_ring virtio i2c_piix4 usb_common floppy button
              [Wed Jun 19 21:26:19 2024]  ext4_filemap_fault+0x2c/0x40 [ext4]
              
              Show mounted filesystems:
              TARGET                                SOURCE      FSTYPE      OPTIONS
              /                                     /dev/sda1   ext4        rw,relatime,errors=remount-ro
              |-/sys                                sysfs       sysfs       rw,nosuid,nodev,noexec,relatime
              | |-/sys/kernel/security              securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
              | |-/sys/fs/cgroup                    tmpfs       tmpfs       ro,nosuid,nodev,noexec,mode=755
              | | |-/sys/fs/cgroup/unified          cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate
              | | |-/sys/fs/cgroup/systemd          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
              | | |-/sys/fs/cgroup/pids             cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,pids
              | | |-/sys/fs/cgroup/memory           cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,memory
              | | |-/sys/fs/cgroup/net_cls,net_prio cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
              | | |-/sys/fs/cgroup/devices          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,devices
              | | |-/sys/fs/cgroup/rdma             cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,rdma
              | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
              | | |-/sys/fs/cgroup/freezer          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,freezer
              | | |-/sys/fs/cgroup/cpuset           cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,cpuset
              | | |-/sys/fs/cgroup/blkio            cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,blkio
              | | `-/sys/fs/cgroup/perf_event       cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,perf_event
              | |-/sys/fs/pstore                    pstore      pstore      rw,nosuid,nodev,noexec,relatime
              | |-/sys/fs/bpf                       bpf         bpf         rw,nosuid,nodev,noexec,relatime,mode=700
              | `-/sys/kernel/debug                 debugfs     debugfs     rw,relatime
              |-/proc                               proc        proc        rw,nosuid,nodev,noexec,relatime
              | `-/proc/sys/fs/binfmt_misc          systemd-1   autofs      rw,relatime,fd=40,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12592
              |   `-/proc/sys/fs/binfmt_misc        binfmt_misc binfmt_misc rw,relatime
              |-/dev                                udev        devtmpfs    rw,nosuid,relatime,size=4065044k,nr_inodes=1016261,mode=755
              | |-/dev/pts                          devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
              | |-/dev/shm                          tmpfs       tmpfs       rw,nosuid,nodev
              | |-/dev/mqueue                       mqueue      mqueue      rw,relatime
              | `-/dev/hugepages                    hugetlbfs   hugetlbfs   rw,relatime,pagesize=2M
              `-/run                                tmpfs       tmpfs       rw,nosuid,noexec,relatime,size=816988k,mode=755
                |-/run/lock                         tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                |-/run/rpc_pipefs                   sunrpc      rpc_pipefs  rw,relatime
                |-/run/user/117                     tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=816988k,mode=700,uid=117,gid=124
                `-/run/user/1000                    tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=816988k,mode=700,uid=1000,gid=1000
              
              Files in neuralgic directories:
              
              /var:
              1.2G    /var/
              912M    /var/cache
              893M    /var/cache/apt
              831M    /var/cache/apt/archives
              227M    /var/lib
              
              Hint: You are currently not seeing messages from other users and the system.
                    Users in the 'systemd-journal' group can see all messages. Pass -q to
                    turn off this notice.
              No journal files were opened due to insufficient permissions.
              
              /opt/iobroker/backups:
              59M     /opt/iobroker/backups/
              
              /opt/iobroker/iobroker-data:
              969M    /opt/iobroker/iobroker-data/
              296M    /opt/iobroker/iobroker-data/backup-objects
              264M    /opt/iobroker/iobroker-data/files
              127M    /opt/iobroker/iobroker-data/sonosCache
              61M     /opt/iobroker/iobroker-data/files/javascript.admin
              
              The five largest files in iobroker-data are:
              71M     /opt/iobroker/iobroker-data/objects.jsonl
              57M     /opt/iobroker/iobroker-data/states.jsonl
              38M     /opt/iobroker/iobroker-data/objects.json.migrated
              38M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
              38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.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':
              
              /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if03
              /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if00
              
              Your zigbee.0 COM-Port is matching 'by-id'. Very good!
              
              
              
              *** NodeJS-Installation ***
              
              /usr/bin/nodejs         v18.20.3
              /usr/bin/node           v18.20.3
              /usr/bin/npm            10.7.0
              /usr/bin/npx            10.7.0
              /usr/bin/corepack       0.28.0
              
              
              nodejs:
                Installed: 18.20.3-1nodesource1
                Candidate: 18.20.3-1nodesource1
                Version table:
               *** 18.20.3-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                      100 /var/lib/dpkg/status
                   18.20.2-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.20.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.20.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.19.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.19.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.18.2-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.18.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.18.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.17.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.17.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.16.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.16.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.15.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.14.2-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.14.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.14.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.13.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.12.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.11.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.10.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.9.1-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.9.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.8.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.7.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.6.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.5.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.4.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.3.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.2.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.1.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   18.0.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                   10.24.0~dfsg-1~deb10u4 500
                      500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                   10.24.0~dfsg-1~deb10u1 500
                      500 http://deb.debian.org/debian buster/main amd64 Packages
              
              Temp directories causing npm8 problem: 0
              No problems detected
              
              Errors in npm tree:
              
              *** ioBroker-Installation ***
              
              ioBroker Status
              iobroker is running on this host.
              
              
              Objects type: jsonl
              States  type: jsonl
              
              Core adapters versions
              js-controller:  6.0.5
              admin:          6.17.14
              javascript:     5.2.16
              
              nodejs modules from github:     0
              
              Adapter State
              + system.adapter.admin.0                  : admin                 : iobrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.alarm.0                  : alarm                 : iobrokerVM                               -  enabled
              + system.adapter.alexa2.0                 : alexa2                : iobrokerVM                               -  enabled
              + system.adapter.backitup.0               : backitup              : iobrokerVM                               -  enabled
                system.adapter.coronavirus-statistics.0 : coronavirus-statistics: iobrokerVM                               - disabled
                system.adapter.daswetter.0              : daswetter             : iobrokerVM                               -  enabled
                system.adapter.deconz.0                 : deconz                : iobrokerVM                               - disabled, port: 80
              + system.adapter.discovery.0              : discovery             : iobrokerVM                               -  enabled
                system.adapter.fakeroku.0               : fakeroku              : iobrokerVM                               -  enabled
                system.adapter.feiertage.0              : feiertage             : iobrokerVM                               -  enabled
                system.adapter.flot.0                   : flot                  : iobrokerVM                               - disabled
              + system.adapter.harmony.0                : harmony               : iobrokerVM                               -  enabled
                system.adapter.history.0                : history               : iobrokerVM                               -  enabled
              + system.adapter.hm-rega.0                : hm-rega               : iobrokerVM                               -  enabled
              + system.adapter.hm-rpc.0                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12001
              + system.adapter.hm-rpc.1                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12010
              + system.adapter.hue.0                    : hue                   : iobrokerVM                               -  enabled, port: 443
                system.adapter.ical.0                   : ical                  : iobrokerVM                               -  enabled
              + system.adapter.influxdb.0               : influxdb              : iobrokerVM                               -  enabled, port: 8086
              + system.adapter.info.0                   : info                  : iobrokerVM                               -  enabled
              + system.adapter.iot.0                    : iot                   : iobrokerVM                               -  enabled
              + system.adapter.javascript.0             : javascript            : iobrokerVM                               -  enabled
              + system.adapter.kecontact.0              : kecontact             : iobrokerVM                               -  enabled
                system.adapter.klf200.0                 : klf200                : iobrokerVM                               - disabled
                system.adapter.kodi.0                   : kodi                  : iobrokerVM                               - disabled, port: 9090
              + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobrokerVM                               -  enabled, port: 54321
              + system.adapter.modbus.0                 : modbus                : iobrokerVM                               -  enabled
                system.adapter.mqtt.0                   : mqtt                  : iobrokerVM                               - disabled, port: 1886, bind: 0.0.0.0
                system.adapter.netatmo.0                : netatmo               : iobrokerVM                               - disabled
              + system.adapter.nina.0                   : nina                  : iobrokerVM                               -  enabled
              + system.adapter.octoprint.0              : octoprint             : iobrokerVM                               -  enabled
                system.adapter.oilfox.0                 : oilfox                : iobrokerVM                               -  enabled
              + system.adapter.robonect.0               : robonect              : iobrokerVM                               -  enabled
                system.adapter.samsung.0                : samsung               : iobrokerVM                               - disabled
              + system.adapter.shelly.0                 : shelly                : iobrokerVM                               -  enabled, port: 1882, bind: 0.0.0.0
              + system.adapter.shuttercontrol.0         : shuttercontrol        : iobrokerVM                               -  enabled
              + system.adapter.sonnen.0                 : sonnen                : iobrokerVM                               -  enabled
              + system.adapter.sonos.0                  : sonos                 : iobrokerVM                               -  enabled
                system.adapter.spotify-premium.0        : spotify-premium       : iobrokerVM                               - disabled
              + system.adapter.tankerkoenig.0           : tankerkoenig          : iobrokerVM                               -  enabled
              + system.adapter.telegram.0               : telegram              : iobrokerVM                               -  enabled, port: 8443, bind: 0.0.0.0
              + system.adapter.trashschedule.0          : trashschedule         : iobrokerVM                               -  enabled
                system.adapter.unifi-protect.0          : unifi-protect         : iobrokerVM                               -  enabled
              + system.adapter.unifi.0                  : unifi                 : iobrokerVM                               -  enabled
                system.adapter.vis-bars.0               : vis-bars              : iobrokerVM                               - disabled
                system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobrokerVM                               - disabled
                system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobrokerVM                               - disabled
                system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobrokerVM                               - disabled
                system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobrokerVM                               -  enabled
                system.adapter.vis-history.0            : vis-history           : iobrokerVM                               - disabled
                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobrokerVM                               - disabled
                system.adapter.vis-icontwo.0            : vis-icontwo           : iobrokerVM                               -  enabled
              + system.adapter.vis-inventwo.0           : vis-inventwo          : iobrokerVM                               -  enabled
                system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobrokerVM                               - disabled
                system.adapter.vis-justgage.0           : vis-justgage          : iobrokerVM                               - disabled
                system.adapter.vis-lcars.0              : vis-lcars             : iobrokerVM                               - disabled
                system.adapter.vis-map.0                : vis-map               : iobrokerVM                               - disabled
                system.adapter.vis-metro.0              : vis-metro             : iobrokerVM                               - disabled
                system.adapter.vis-players.0            : vis-players           : iobrokerVM                               - disabled
                system.adapter.vis-plumb.0              : vis-plumb             : iobrokerVM                               - disabled
                system.adapter.vis-rgraph.0             : vis-rgraph            : iobrokerVM                               - disabled
                system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobrokerVM                               - disabled
                system.adapter.vis-weather.0            : vis-weather           : iobrokerVM                               - disabled
                system.adapter.vis.0                    : vis                   : iobrokerVM                               -  enabled
              + system.adapter.vw-connect.0             : vw-connect            : iobrokerVM                               -  enabled
                system.adapter.web.0                    : web                   : iobrokerVM                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.wled.0                   : wled                  : iobrokerVM                               -  enabled
              + system.adapter.zigbee.0                 : zigbee                : iobrokerVM                               -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if00
              
              + instance is alive
              
              Enabled adapters with bindings
              + system.adapter.admin.0                  : admin                 : iobrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
              + system.adapter.hm-rpc.0                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12001
              + system.adapter.hm-rpc.1                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12010
              + system.adapter.hue.0                    : hue                   : iobrokerVM                               -  enabled, port: 443
              + system.adapter.influxdb.0               : influxdb              : iobrokerVM                               -  enabled, port: 8086
              + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobrokerVM                               -  enabled, port: 54321
              + system.adapter.shelly.0                 : shelly                : iobrokerVM                               -  enabled, port: 1882, bind: 0.0.0.0
              + system.adapter.telegram.0               : telegram              : iobrokerVM                               -  enabled, port: 8443, bind: 0.0.0.0
                system.adapter.web.0                    : web                   : iobrokerVM                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
              + system.adapter.zigbee.0                 : zigbee                : iobrokerVM                               -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if00
              
              ioBroker-Repositories
              stable        : http://download.iobroker.net/sources-dist.json
              beta          : http://download.iobroker.net/sources-dist-latest.json
              
              Active repo(s): beta
              
              Installed ioBroker-Instances
              Used repository: beta
              Adapter    "admin"        : 6.17.14  , installed 6.17.14
              Adapter    "alarm"        : 3.6.1    , installed 3.6.0  [Updatable]
              Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
              Adapter    "backitup"     : 3.0.5    , installed 2.9.10 [Updatable]
              Adapter    "coronavirus-statistics": 0.9.0, installed 0.8.7 [Updatable]
              Adapter    "daswetter"    : 3.1.15   , installed 3.1.3  [Updatable]
              Adapter    "deconz"       : 1.4.1    , installed 2.0.5
              Adapter    "discovery"    : 4.5.0    , installed 4.5.0
              Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
              Adapter    "fakeroku"     : 0.3.0    , installed 0.2.1  [Updatable]
              Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
              Adapter    "flot"         : 1.12.0   , installed 1.12.0
              Adapter    "harmony"      : 1.5.0    , installed 1.5.0
              Adapter    "history"      : 3.0.1    , installed 1.9.14 [Updatable]
              Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
              Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
              Adapter    "homekit-controller": 0.5.10, installed 0.5.8 [Updatable]
              Adapter    "hue"          : 3.11.0   , installed 3.11.0
              Adapter    "ical"         : 1.15.0   , installed 1.13.6 [Updatable]
              Adapter    "influxdb"     : 4.0.2    , installed 3.2.0  [Updatable]
              Adapter    "iot"          : 3.3.0    , installed 3.3.0
              Adapter    "javascript"   : 8.6.0    , installed 5.2.16 [Updatable]
              Controller "js-controller": 6.0.5    , installed 6.0.5
              Adapter    "kecontact"    : 2.1.1    , installed 2.1.1
              Adapter    "klf200"       : 1.2.0    , installed 1.1.2  [Updatable]
              Adapter    "kodi"         : 3.1.0    , installed 2.0.8  [Updatable]
              Adapter    "mihome-vacuum": 4.2.0    , installed 4.1.0  [Updatable]
              Adapter    "modbus"       : 6.2.3    , installed 5.0.11 [Updatable]
              Adapter    "mqtt"         : 5.2.0    , installed 2.4.1  [Updatable]
              Adapter    "netatmo"      : 3.1.0    , installed 1.4.4  [Updatable]
              Adapter    "nina"         : 0.0.26   , installed 0.0.25 [Updatable]
              Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
              Adapter    "oilfox"       : 4.3.0    , installed 4.2.0  [Updatable]
              Adapter    "robonect"     : 1.3.5    , installed 1.3.4  [Updatable]
              Adapter    "samsung"      : 0.6.0    , installed 0.2.9  [Updatable]
              Adapter    "shelly"       : 7.0.0    , installed 7.0.0
              Adapter    "shuttercontrol": 1.7.1   , installed 1.7.0  [Updatable]
              Adapter    "simple-api"   : 2.8.0    , installed 2.6.2  [Updatable]
              Adapter    "socketio"     : 6.7.0    , installed 3.1.5  [Updatable]
              Adapter    "sonnen"       : 1.18.1   , installed 1.17.0 [Updatable]
              Adapter    "sonos"        : 3.0.0    , installed 3.0.0
              Adapter    "spotify-premium": 1.5.0  , installed 1.2.2  [Updatable]
              Adapter    "tankerkoenig" : 3.4.0    , installed 2.1.1  [Updatable]
              Adapter    "telegram"     : 3.6.0    , installed 3.0.1  [Updatable]
              Adapter    "trashschedule": 3.3.0    , installed 3.3.0
              Adapter    "unifi"        : 0.7.0    , installed 0.6.0  [Updatable]
              Adapter    "unifi-protect": 1.0.1    , installed 0.0.12 [Updatable]
              Adapter    "vis"          : 1.5.6    , installed 1.5.6
              Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
              Adapter    "vis-canvas-gauges": 1.0.1, installed 0.1.5  [Updatable]
              Adapter    "vis-colorpicker": 2.0.3  , installed 1.2.0  [Updatable]
              Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
              Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.3  [Updatable]
              Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
              Adapter    "vis-hqwidgets": 1.5.1    , installed 1.1.9  [Updatable]
              Adapter    "vis-icontwo"  : 1.5.0    , installed 0.84.0 [Updatable]
              Adapter    "vis-inventwo" : 3.3.4    , installed 3.2.5  [Updatable]
              Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.0.12 [Updatable]
              Adapter    "vis-justgage" : 2.1.7    , installed 1.0.2  [Updatable]
              Adapter    "vis-lcars"    : 1.1.1    , installed 1.0.4  [Updatable]
              Adapter    "vis-map"      : 1.1.0    , installed 1.0.4  [Updatable]
              Adapter    "vis-metro"    : 1.2.0    , installed 1.1.2  [Updatable]
              Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
              Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
              Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
              Adapter    "vis-timeandweather": 1.2.2, installed 1.1.7 [Updatable]
              Adapter    "vis-weather"  : 2.5.9    , installed 2.5.5  [Updatable]
              Adapter    "vw-connect"   : 0.6.0    , installed 0.5.1  [Updatable]
              Adapter    "web"          : 6.2.6    , installed 3.4.13 [Updatable]
              Adapter    "wled"         : 0.7.3-beta.0, installed 0.6.7 [Updatable]
              Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
              
              Objects and States
              Please stand by - This may take a while
              Objects:        65631
              States:         49839
              
              *** OS-Repositories and Updates ***
              Hit:1 http://deb.debian.org/debian buster InRelease
              Hit:2 http://security.debian.org/debian-security buster/updates InRelease
              Hit:3 http://deb.debian.org/debian buster-updates InRelease
              Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
              Reading package lists...
              Pending Updates: 338
              
              *** 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 192.168.1.188:12001     0.0.0.0:*               LISTEN      1000       489009     25111/io.hm-rpc.0
              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       486212     24655/iobroker.js-c
              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       487751     24655/iobroker.js-c
              tcp        0      0 192.168.1.188:12010     0.0.0.0:*               LISTEN      1000       488096     25142/io.hm-rpc.1
              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          2321       1/init
              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          19581      503/sshd
              tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          599348     27291/cupsd
              tcp6       0      0 :::61991                :::*                    LISTEN      1000       486923     25103/io.harmony.0
              tcp6       0      0 :::3500                 :::*                    LISTEN      1000       488220     25405/io.sonos.0
              tcp6       0      0 :::111                  :::*                    LISTEN      0          1692       1/init
              tcp6       0      0 :::8081                 :::*                    LISTEN      1000       486265     24673/io.admin.0
              tcp6       0      0 :::22                   :::*                    LISTEN      0          19583      503/sshd
              tcp6       0      0 ::1:631                 :::*                    LISTEN      0          599347     27291/cupsd
              udp        0      0 0.0.0.0:44291           0.0.0.0:*                           112        17051      448/avahi-daemon: r
              udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          18603      522/dhclient
              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          2322       1/init
              udp        0    768 0.0.0.0:53421           0.0.0.0:*                           1000       489077     25183/io.mihome-vac
              udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1000       486924     25103/io.harmony.0
              udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          600109     27292/cups-browsed
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       491687     26031/io.wled.0
              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        17049      448/avahi-daemon: r
              udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       489810     25239/io.shelly.0
              udp        0      0 0.0.0.0:51075           0.0.0.0:*                           1000       489960     25552/io.kecontact.
              udp        0      0 0.0.0.0:7090            0.0.0.0:*                           1000       490499     25552/io.kecontact.
              udp        0      0 0.0.0.0:7092            0.0.0.0:*                           1000       490500     25552/io.kecontact.
              udp6       0      0 :::111                  :::*                                0          1695       1/init
              udp6       0      0 :::5353                 :::*                                112        17050      448/avahi-daemon: r
              udp6       0      0 :::35274                :::*                                112        17052      448/avahi-daemon: r
              
              
              
              
              J Offline
              J Offline
              JoeBaum
              schrieb am zuletzt editiert von
              #6

              @thomas-braun

              *** Log File - Last 25 Lines ***
              
              2024-06-20 06:02:13.285  - debug: zigbee.0 (28449) DeviceAvailability:Successful read state 'state' of '0x84182600000c6fb3' in stead of pinging
              2024-06-20 06:02:13.296  - debug: zigbee.0 (28449) Publish {"state":"ON"} to "84182600000c6fb3"
              2024-06-20 06:02:54.136  - debug: zigbee.0 (28449) handleMessage. {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":8,"_applicationVersion":2,"_dateCode":"20191218","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Philips","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20191218","swBuildId":"1.50.2_r30933"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102465914"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102465914"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102465914","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856174136,"_manufacturerID":4107,"_manufacturerName":"Philips","_modelID":"LCT010","_networkAddress":58971,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.50.2_r30933","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":15,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":1},"linkquality":15,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":170,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
              2024-06-20 06:02:54.136  - debug: zigbee.0 (28449) Received Zigbee message from '0x0017880102465914', type 'readResponse', cluster 'genOnOff', data '{"onOff":1}' from endpoint 11 with groupID 0
              2024-06-20 06:02:54.137  - debug: zigbee.0 (28449) Type readResponse device {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":8,"_applicationVersion":2,"_dateCode":"20191218","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Philips","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20191218","swBuildId":"1.50.2_r30933"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102465914"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102465914"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102465914","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856174136,"_manufacturerID":4107,"_manufacturerName":"Philips","_modelID":"LCT010","_networkAddress":58971,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.50.2_r30933","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":15,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"mapped":{"toZigbee":[{"key":["state","brightness","brightness_percent","on_time"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["transition"]},{"key":["level_config"]},{"key":["rate"]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color","color_temp","color_temp_percent"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false},{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_mode"]},{"key":["color_options"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_temp_startup"]},{"key":["hue_move","saturation_move"]},{"key":["hue_step","saturation_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["power_on_behavior"]},{"key":["hue_power_on_behavior"]},{"key":["hue_power_on_brightness","hue_power_on_color_temperature","hue_power_on_color"]},{"key":["effect"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["scene_rename"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]},{"key":["zclcommand"]}],"fromZigbee":[{"cluster":"genOnOff","type":["attributeReport","readResponse"],"options":[{"name":"state_action","label":"State action","access":2,"type":"binary","property":"state_action","description":"State actions will also be published as 'action' when true (default false).","value_on":true,"value_off":false}]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false}]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]}],"exposes":[{"type":"light","features":[{"name":"state","label":"State","access":7,"type":"binary","property":"state","description":"On/off state of this light","value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE"},{"name":"brightness","label":"Brightness","access":7,"type":"numeric","property":"brightness","description":"Brightness of this light","value_max":254,"value_min":0},{"name":"color_temp","label":"Color temp","access":7,"type":"numeric","property":"color_temp","description":"Color temperature of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"}]},{"name":"color_temp_startup","label":"Color temp startup","access":7,"type":"numeric","property":"color_temp_startup","description":"Color temperature after cold power on of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]},{"name":"color_xy","label":"Color (X/Y)","access":7,"type":"composite","property":"color","description":"Color of this light in the CIE 1931 color space (x/y)","features":[{"name":"x","label":"X","access":7,"type":"numeric","property":"x"},{"name":"y","label":"Y","access":7,"type":"numeric","property":"y"}]},{"name":"color_hs","label":"Color (HS)","access":7,"type":"composite","property":"color","description":"Color of this light expressed as hue/saturation","features":[{"name":"hue","label":"Hue","access":7,"type":"numeric","property":"hue"},{"name":"saturation","label":"Saturation","access":7,"type":"numeric","property":"saturation"}]}]},{"name":"power_on_behavior","label":"Power-on behavior","access":7,"type":"enum","property":"power_on_behavior","description":"Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.","category":"config","values":["off","on","toggle","previous"]},{"name":"effect","label":"Effect","access":2,"type":"enum","property":"effect","values":["blink","breathe","okay","channel_change","candle","fireplace","colorloop","finish_effect","stop_effect","stop_hue_effect"]},{"name":"linkquality","label":"Linkquality","access":1,"type":"numeric","property":"linkquality","description":"Link quality (signal strength)","category":"diagnostic","unit":"lqi","value_max":255,"value_min":0}],"meta":{"supportsHueAndSaturation":true,"turnsOffAtBrightness1":true},"ota":{},"zigbeeModel":["LCT001","LCT007","LCT010","LCT012","LCT014","LCT015","LCT016","LCT021"],"model":"9290012573A","vendor":"Philips","description":"Hue white and color ambiance E26/E27/E14","options":["[Circular]","[Circular]","[Circular]"]},"name":"0x0017880102465914"} incoming event: {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":8,"_applicationVersion":2,"_dateCode":"20191218","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Philips","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20191218","swBuildId":"1.50.2_r30933"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102465914"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102465914"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102465914","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856174136,"_manufacturerID":4107,"_manufacturerName":"Philips","_modelID":"LCT010","_networkAddress":58971,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.50.2_r30933","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":15,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":1},"linkquality":15,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":170,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
              2024-06-20 06:02:54.138  - debug: zigbee.0 (28449) DeviceAvailability:Successful read state 'state' of '0x0017880102465914' in stead of pinging
              2024-06-20 06:02:54.150  - debug: zigbee.0 (28449) Publish {"state":"ON"} to "0017880102465914"
              2024-06-20 06:02:56.566  - debug: zigbee.0 (28449) handleMessage. {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":20,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x00178801023c7578"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x00178801023c7578"}}],"_hardwareVersion":1,"_ieeeAddr":"0x00178801023c7578","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856176566,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":59784,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":18,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":1},"linkquality":18,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":171,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
              2024-06-20 06:02:56.567  - debug: zigbee.0 (28449) Received Zigbee message from '0x00178801023c7578', type 'readResponse', cluster 'genOnOff', data '{"onOff":1}' from endpoint 11 with groupID 0
              2024-06-20 06:02:56.568  - debug: zigbee.0 (28449) Type readResponse device {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":20,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x00178801023c7578"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x00178801023c7578"}}],"_hardwareVersion":1,"_ieeeAddr":"0x00178801023c7578","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856176566,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":59784,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":18,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"mapped":{"toZigbee":[{"key":["state","brightness","brightness_percent","on_time"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["transition"]},{"key":["level_config"]},{"key":["rate"]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color","color_temp","color_temp_percent"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false},{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_mode"]},{"key":["color_options"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_temp_startup"]},{"key":["hue_move","saturation_move"]},{"key":["hue_step","saturation_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["power_on_behavior"]},{"key":["hue_power_on_behavior"]},{"key":["hue_power_on_brightness","hue_power_on_color_temperature","hue_power_on_color"]},{"key":["effect"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["scene_rename"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]},{"key":["zclcommand"]}],"fromZigbee":[{"cluster":"genOnOff","type":["attributeReport","readResponse"],"options":[{"name":"state_action","label":"State action","access":2,"type":"binary","property":"state_action","description":"State actions will also be published as 'action' when true (default false).","value_on":true,"value_off":false}]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false}]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]}],"exposes":[{"type":"light","features":[{"name":"state","label":"State","access":7,"type":"binary","property":"state","description":"On/off state of this light","value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE"},{"name":"brightness","label":"Brightness","access":7,"type":"numeric","property":"brightness","description":"Brightness of this light","value_max":254,"value_min":0},{"name":"color_temp","label":"Color temp","access":7,"type":"numeric","property":"color_temp","description":"Color temperature of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"}]},{"name":"color_temp_startup","label":"Color temp startup","access":7,"type":"numeric","property":"color_temp_startup","description":"Color temperature after cold power on of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]},{"name":"color_xy","label":"Color (X/Y)","access":7,"type":"composite","property":"color","description":"Color of this light in the CIE 1931 color space (x/y)","features":[{"name":"x","label":"X","access":7,"type":"numeric","property":"x"},{"name":"y","label":"Y","access":7,"type":"numeric","property":"y"}]},{"name":"color_hs","label":"Color (HS)","access":7,"type":"composite","property":"color","description":"Color of this light expressed as hue/saturation","features":[{"name":"hue","label":"Hue","access":7,"type":"numeric","property":"hue"},{"name":"saturation","label":"Saturation","access":7,"type":"numeric","property":"saturation"}]}]},{"name":"power_on_behavior","label":"Power-on behavior","access":7,"type":"enum","property":"power_on_behavior","description":"Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.","category":"config","values":["off","on","toggle","previous"]},{"name":"effect","label":"Effect","access":2,"type":"enum","property":"effect","values":["blink","breathe","okay","channel_change","candle","fireplace","colorloop","finish_effect","stop_effect","stop_hue_effect"]},{"name":"linkquality","label":"Linkquality","access":1,"type":"numeric","property":"linkquality","description":"Link quality (signal strength)","category":"diagnostic","unit":"lqi","value_max":255,"value_min":0}],"meta":{"supportsHueAndSaturation":true,"turnsOffAtBrightness1":true},"ota":{},"zigbeeModel":["LCT001","LCT007","LCT010","LCT012","LCT014","LCT015","LCT016","LCT021"],"model":"9290012573A","vendor":"Philips","description":"Hue white and color ambiance E26/E27/E14","options":["[Circular]","[Circular]","[Circular]"]},"name":"0x00178801023c7578"} incoming event: {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":20,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x00178801023c7578"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x00178801023c7578"}}],"_hardwareVersion":1,"_ieeeAddr":"0x00178801023c7578","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856176566,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":59784,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":18,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":1},"linkquality":18,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":171,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
              2024-06-20 06:02:56.570  - debug: zigbee.0 (28449) DeviceAvailability:Successful read state 'state' of '0x00178801023c7578' in stead of pinging
              2024-06-20 06:02:56.631  - debug: zigbee.0 (28449) Publish {"state":"ON"} to "00178801023c7578"
              2024-06-20 06:02:57.801  - debug: zigbee.0 (28449) handleMessage. {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":10,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":0}}},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102464b47"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102464b47"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102464b47","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856177800,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":51066,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":36,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":36,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":172,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
              2024-06-20 06:02:57.801  - debug: zigbee.0 (28449) Received Zigbee message from '0x0017880102464b47', type 'readResponse', cluster 'genOnOff', data '{"onOff":0}' from endpoint 11 with groupID 0
              2024-06-20 06:02:57.802  - debug: zigbee.0 (28449) Type readResponse device {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":10,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":0}}},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102464b47"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102464b47"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102464b47","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856177800,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":51066,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":36,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"mapped":{"toZigbee":[{"key":["state","brightness","brightness_percent","on_time"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["transition"]},{"key":["level_config"]},{"key":["rate"]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color","color_temp","color_temp_percent"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false},{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_mode"]},{"key":["color_options"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_temp_startup"]},{"key":["hue_move","saturation_move"]},{"key":["hue_step","saturation_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["power_on_behavior"]},{"key":["hue_power_on_behavior"]},{"key":["hue_power_on_brightness","hue_power_on_color_temperature","hue_power_on_color"]},{"key":["effect"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["scene_rename"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]},{"key":["zclcommand"]}],"fromZigbee":[{"cluster":"genOnOff","type":["attributeReport","readResponse"],"options":[{"name":"state_action","label":"State action","access":2,"type":"binary","property":"state_action","description":"State actions will also be published as 'action' when true (default false).","value_on":true,"value_off":false}]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false}]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]}],"exposes":[{"type":"light","features":[{"name":"state","label":"State","access":7,"type":"binary","property":"state","description":"On/off state of this light","value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE"},{"name":"brightness","label":"Brightness","access":7,"type":"numeric","property":"brightness","description":"Brightness of this light","value_max":254,"value_min":0},{"name":"color_temp","label":"Color temp","access":7,"type":"numeric","property":"color_temp","description":"Color temperature of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"}]},{"name":"color_temp_startup","label":"Color temp startup","access":7,"type":"numeric","property":"color_temp_startup","description":"Color temperature after cold power on of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]},{"name":"color_xy","label":"Color (X/Y)","access":7,"type":"composite","property":"color","description":"Color of this light in the CIE 1931 color space (x/y)","features":[{"name":"x","label":"X","access":7,"type":"numeric","property":"x"},{"name":"y","label":"Y","access":7,"type":"numeric","property":"y"}]},{"name":"color_hs","label":"Color (HS)","access":7,"type":"composite","property":"color","description":"Color of this light expressed as hue/saturation","features":[{"name":"hue","label":"Hue","access":7,"type":"numeric","property":"hue"},{"name":"saturation","label":"Saturation","access":7,"type":"numeric","property":"saturation"}]}]},{"name":"power_on_behavior","label":"Power-on behavior","access":7,"type":"enum","property":"power_on_behavior","description":"Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.","category":"config","values":["off","on","toggle","previous"]},{"name":"effect","label":"Effect","access":2,"type":"enum","property":"effect","values":["blink","breathe","okay","channel_change","candle","fireplace","colorloop","finish_effect","stop_effect","stop_hue_effect"]},{"name":"linkquality","label":"Linkquality","access":1,"type":"numeric","property":"linkquality","description":"Link quality (signal strength)","category":"diagnostic","unit":"lqi","value_max":255,"value_min":0}],"meta":{"supportsHueAndSaturation":true,"turnsOffAtBrightness1":true},"ota":{},"zigbeeModel":["LCT001","LCT007","LCT010","LCT012","LCT014","LCT015","LCT016","LCT021"],"model":"9290012573A","vendor":"Philips","description":"Hue white and color ambiance E26/E27/E14","options":["[Circular]","[Circular]","[Circular]"]},"name":"0x0017880102464b47"} incoming event: {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":10,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":0}}},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102464b47"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102464b47"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102464b47","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856177800,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":51066,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":36,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":36,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":172,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
              2024-06-20 06:02:57.802  - debug: zigbee.0 (28449) DeviceAvailability:Successful read state 'state' of '0x0017880102464b47' in stead of pinging
              2024-06-20 06:02:57.814  - debug: zigbee.0 (28449) Publish {"state":"OFF"} to "0017880102464b47"
              2024-06-20 06:03:06.295  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00057f8249 lumi.sensor_motion.aq2 was last seen '779.361' seconds ago.
              2024-06-20 06:03:06.295  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00054cb2c5 lumi.weather was last seen '29226707.704' seconds ago.
              2024-06-20 06:03:06.296  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00054bdf58 lumi.weather was last seen '1770815.955' seconds ago.
              2024-06-20 06:03:06.297  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00054ba0ff lumi.weather was last seen '30569952.722' seconds ago.
              2024-06-20 06:03:06.298  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d000456d9de lumi.sensor_magnet.aq2 was last seen '12470587.417' seconds ago.
              2024-06-20 06:03:06.298  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00054d64d0 lumi.sensor_magnet.aq2 was last seen '2469836.43' seconds ago.
              2024-06-20 06:03:06.298  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00044e7f73 lumi.sensor_magnet.aq2 was last seen '35290404.709' seconds ago.
              2024-06-20 06:03:06.298  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00044f32d9 lumi.sensor_magnet.aq2 was last seen '2744.013' seconds ago.
              
              F 1 Antwort Letzte Antwort
              0
              • J JoeBaum

                @thomas-braun

                *** Log File - Last 25 Lines ***
                
                2024-06-20 06:02:13.285  - debug: zigbee.0 (28449) DeviceAvailability:Successful read state 'state' of '0x84182600000c6fb3' in stead of pinging
                2024-06-20 06:02:13.296  - debug: zigbee.0 (28449) Publish {"state":"ON"} to "84182600000c6fb3"
                2024-06-20 06:02:54.136  - debug: zigbee.0 (28449) handleMessage. {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":8,"_applicationVersion":2,"_dateCode":"20191218","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Philips","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20191218","swBuildId":"1.50.2_r30933"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102465914"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102465914"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102465914","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856174136,"_manufacturerID":4107,"_manufacturerName":"Philips","_modelID":"LCT010","_networkAddress":58971,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.50.2_r30933","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":15,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":1},"linkquality":15,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":170,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
                2024-06-20 06:02:54.136  - debug: zigbee.0 (28449) Received Zigbee message from '0x0017880102465914', type 'readResponse', cluster 'genOnOff', data '{"onOff":1}' from endpoint 11 with groupID 0
                2024-06-20 06:02:54.137  - debug: zigbee.0 (28449) Type readResponse device {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":8,"_applicationVersion":2,"_dateCode":"20191218","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Philips","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20191218","swBuildId":"1.50.2_r30933"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102465914"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102465914"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102465914","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856174136,"_manufacturerID":4107,"_manufacturerName":"Philips","_modelID":"LCT010","_networkAddress":58971,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.50.2_r30933","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":15,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"mapped":{"toZigbee":[{"key":["state","brightness","brightness_percent","on_time"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["transition"]},{"key":["level_config"]},{"key":["rate"]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color","color_temp","color_temp_percent"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false},{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_mode"]},{"key":["color_options"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_temp_startup"]},{"key":["hue_move","saturation_move"]},{"key":["hue_step","saturation_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["power_on_behavior"]},{"key":["hue_power_on_behavior"]},{"key":["hue_power_on_brightness","hue_power_on_color_temperature","hue_power_on_color"]},{"key":["effect"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["scene_rename"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]},{"key":["zclcommand"]}],"fromZigbee":[{"cluster":"genOnOff","type":["attributeReport","readResponse"],"options":[{"name":"state_action","label":"State action","access":2,"type":"binary","property":"state_action","description":"State actions will also be published as 'action' when true (default false).","value_on":true,"value_off":false}]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false}]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]}],"exposes":[{"type":"light","features":[{"name":"state","label":"State","access":7,"type":"binary","property":"state","description":"On/off state of this light","value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE"},{"name":"brightness","label":"Brightness","access":7,"type":"numeric","property":"brightness","description":"Brightness of this light","value_max":254,"value_min":0},{"name":"color_temp","label":"Color temp","access":7,"type":"numeric","property":"color_temp","description":"Color temperature of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"}]},{"name":"color_temp_startup","label":"Color temp startup","access":7,"type":"numeric","property":"color_temp_startup","description":"Color temperature after cold power on of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]},{"name":"color_xy","label":"Color (X/Y)","access":7,"type":"composite","property":"color","description":"Color of this light in the CIE 1931 color space (x/y)","features":[{"name":"x","label":"X","access":7,"type":"numeric","property":"x"},{"name":"y","label":"Y","access":7,"type":"numeric","property":"y"}]},{"name":"color_hs","label":"Color (HS)","access":7,"type":"composite","property":"color","description":"Color of this light expressed as hue/saturation","features":[{"name":"hue","label":"Hue","access":7,"type":"numeric","property":"hue"},{"name":"saturation","label":"Saturation","access":7,"type":"numeric","property":"saturation"}]}]},{"name":"power_on_behavior","label":"Power-on behavior","access":7,"type":"enum","property":"power_on_behavior","description":"Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.","category":"config","values":["off","on","toggle","previous"]},{"name":"effect","label":"Effect","access":2,"type":"enum","property":"effect","values":["blink","breathe","okay","channel_change","candle","fireplace","colorloop","finish_effect","stop_effect","stop_hue_effect"]},{"name":"linkquality","label":"Linkquality","access":1,"type":"numeric","property":"linkquality","description":"Link quality (signal strength)","category":"diagnostic","unit":"lqi","value_max":255,"value_min":0}],"meta":{"supportsHueAndSaturation":true,"turnsOffAtBrightness1":true},"ota":{},"zigbeeModel":["LCT001","LCT007","LCT010","LCT012","LCT014","LCT015","LCT016","LCT021"],"model":"9290012573A","vendor":"Philips","description":"Hue white and color ambiance E26/E27/E14","options":["[Circular]","[Circular]","[Circular]"]},"name":"0x0017880102465914"} incoming event: {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":8,"_applicationVersion":2,"_dateCode":"20191218","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Philips","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20191218","swBuildId":"1.50.2_r30933"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102465914"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102465914","deviceNetworkAddress":58971,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102465914"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102465914","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856174136,"_manufacturerID":4107,"_manufacturerName":"Philips","_modelID":"LCT010","_networkAddress":58971,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.50.2_r30933","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":15,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":1},"linkquality":15,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":170,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
                2024-06-20 06:02:54.138  - debug: zigbee.0 (28449) DeviceAvailability:Successful read state 'state' of '0x0017880102465914' in stead of pinging
                2024-06-20 06:02:54.150  - debug: zigbee.0 (28449) Publish {"state":"ON"} to "0017880102465914"
                2024-06-20 06:02:56.566  - debug: zigbee.0 (28449) handleMessage. {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":20,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x00178801023c7578"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x00178801023c7578"}}],"_hardwareVersion":1,"_ieeeAddr":"0x00178801023c7578","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856176566,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":59784,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":18,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":1},"linkquality":18,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":171,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
                2024-06-20 06:02:56.567  - debug: zigbee.0 (28449) Received Zigbee message from '0x00178801023c7578', type 'readResponse', cluster 'genOnOff', data '{"onOff":1}' from endpoint 11 with groupID 0
                2024-06-20 06:02:56.568  - debug: zigbee.0 (28449) Type readResponse device {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":20,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x00178801023c7578"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x00178801023c7578"}}],"_hardwareVersion":1,"_ieeeAddr":"0x00178801023c7578","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856176566,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":59784,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":18,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"mapped":{"toZigbee":[{"key":["state","brightness","brightness_percent","on_time"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["transition"]},{"key":["level_config"]},{"key":["rate"]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color","color_temp","color_temp_percent"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false},{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_mode"]},{"key":["color_options"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_temp_startup"]},{"key":["hue_move","saturation_move"]},{"key":["hue_step","saturation_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["power_on_behavior"]},{"key":["hue_power_on_behavior"]},{"key":["hue_power_on_brightness","hue_power_on_color_temperature","hue_power_on_color"]},{"key":["effect"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["scene_rename"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]},{"key":["zclcommand"]}],"fromZigbee":[{"cluster":"genOnOff","type":["attributeReport","readResponse"],"options":[{"name":"state_action","label":"State action","access":2,"type":"binary","property":"state_action","description":"State actions will also be published as 'action' when true (default false).","value_on":true,"value_off":false}]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false}]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]}],"exposes":[{"type":"light","features":[{"name":"state","label":"State","access":7,"type":"binary","property":"state","description":"On/off state of this light","value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE"},{"name":"brightness","label":"Brightness","access":7,"type":"numeric","property":"brightness","description":"Brightness of this light","value_max":254,"value_min":0},{"name":"color_temp","label":"Color temp","access":7,"type":"numeric","property":"color_temp","description":"Color temperature of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"}]},{"name":"color_temp_startup","label":"Color temp startup","access":7,"type":"numeric","property":"color_temp_startup","description":"Color temperature after cold power on of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]},{"name":"color_xy","label":"Color (X/Y)","access":7,"type":"composite","property":"color","description":"Color of this light in the CIE 1931 color space (x/y)","features":[{"name":"x","label":"X","access":7,"type":"numeric","property":"x"},{"name":"y","label":"Y","access":7,"type":"numeric","property":"y"}]},{"name":"color_hs","label":"Color (HS)","access":7,"type":"composite","property":"color","description":"Color of this light expressed as hue/saturation","features":[{"name":"hue","label":"Hue","access":7,"type":"numeric","property":"hue"},{"name":"saturation","label":"Saturation","access":7,"type":"numeric","property":"saturation"}]}]},{"name":"power_on_behavior","label":"Power-on behavior","access":7,"type":"enum","property":"power_on_behavior","description":"Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.","category":"config","values":["off","on","toggle","previous"]},{"name":"effect","label":"Effect","access":2,"type":"enum","property":"effect","values":["blink","breathe","okay","channel_change","candle","fireplace","colorloop","finish_effect","stop_effect","stop_hue_effect"]},{"name":"linkquality","label":"Linkquality","access":1,"type":"numeric","property":"linkquality","description":"Link quality (signal strength)","category":"diagnostic","unit":"lqi","value_max":255,"value_min":0}],"meta":{"supportsHueAndSaturation":true,"turnsOffAtBrightness1":true},"ota":{},"zigbeeModel":["LCT001","LCT007","LCT010","LCT012","LCT014","LCT015","LCT016","LCT021"],"model":"9290012573A","vendor":"Philips","description":"Hue white and color ambiance E26/E27/E14","options":["[Circular]","[Circular]","[Circular]"]},"name":"0x00178801023c7578"} incoming event: {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":20,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":1}}},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x00178801023c7578"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x00178801023c7578","deviceNetworkAddress":59784,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x00178801023c7578"}}],"_hardwareVersion":1,"_ieeeAddr":"0x00178801023c7578","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856176566,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":59784,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":18,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":1},"linkquality":18,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":171,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
                2024-06-20 06:02:56.570  - debug: zigbee.0 (28449) DeviceAvailability:Successful read state 'state' of '0x00178801023c7578' in stead of pinging
                2024-06-20 06:02:56.631  - debug: zigbee.0 (28449) Publish {"state":"ON"} to "00178801023c7578"
                2024-06-20 06:02:57.801  - debug: zigbee.0 (28449) handleMessage. {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":10,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":0}}},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102464b47"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102464b47"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102464b47","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856177800,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":51066,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":36,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":36,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":172,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
                2024-06-20 06:02:57.801  - debug: zigbee.0 (28449) Received Zigbee message from '0x0017880102464b47', type 'readResponse', cluster 'genOnOff', data '{"onOff":0}' from endpoint 11 with groupID 0
                2024-06-20 06:02:57.802  - debug: zigbee.0 (28449) Type readResponse device {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":10,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":0}}},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102464b47"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102464b47"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102464b47","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856177800,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":51066,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":36,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"mapped":{"toZigbee":[{"key":["state","brightness","brightness_percent","on_time"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["transition"]},{"key":["level_config"]},{"key":["rate"]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["brightness_step","brightness_step_onoff"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color","color_temp","color_temp_percent"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false},{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_mode"]},{"key":["color_options"]},{"key":["colortemp_move","color_temp_move"]},{"key":["color_temp_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["color_temp_startup"]},{"key":["hue_move","saturation_move"]},{"key":["hue_step","saturation_step"],"options":[{"name":"transition","label":"Transition","access":2,"type":"numeric","property":"transition","description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition).","value_min":0}]},{"key":["power_on_behavior"]},{"key":["hue_power_on_behavior"]},{"key":["hue_power_on_brightness","hue_power_on_color_temperature","hue_power_on_color"]},{"key":["effect"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["scene_rename"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]},{"key":["zclcommand"]}],"fromZigbee":[{"cluster":"genOnOff","type":["attributeReport","readResponse"],"options":[{"name":"state_action","label":"State action","access":2,"type":"binary","property":"state_action","description":"State actions will also be published as 'action' when true (default false).","value_on":true,"value_off":false}]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"],"options":[{"name":"color_sync","label":"Color sync","access":2,"type":"binary","property":"color_sync","description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true).","value_on":true,"value_off":false}]},{"cluster":"genOnOff","type":["attributeReport","readResponse"]}],"exposes":[{"type":"light","features":[{"name":"state","label":"State","access":7,"type":"binary","property":"state","description":"On/off state of this light","value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE"},{"name":"brightness","label":"Brightness","access":7,"type":"numeric","property":"brightness","description":"Brightness of this light","value_max":254,"value_min":0},{"name":"color_temp","label":"Color temp","access":7,"type":"numeric","property":"color_temp","description":"Color temperature of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"}]},{"name":"color_temp_startup","label":"Color temp startup","access":7,"type":"numeric","property":"color_temp_startup","description":"Color temperature after cold power on of this light","unit":"mired","value_max":500,"value_min":153,"presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"},{"name":"previous","value":65535,"description":"Restore previous color_temp on cold power on"}]},{"name":"color_xy","label":"Color (X/Y)","access":7,"type":"composite","property":"color","description":"Color of this light in the CIE 1931 color space (x/y)","features":[{"name":"x","label":"X","access":7,"type":"numeric","property":"x"},{"name":"y","label":"Y","access":7,"type":"numeric","property":"y"}]},{"name":"color_hs","label":"Color (HS)","access":7,"type":"composite","property":"color","description":"Color of this light expressed as hue/saturation","features":[{"name":"hue","label":"Hue","access":7,"type":"numeric","property":"hue"},{"name":"saturation","label":"Saturation","access":7,"type":"numeric","property":"saturation"}]}]},{"name":"power_on_behavior","label":"Power-on behavior","access":7,"type":"enum","property":"power_on_behavior","description":"Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.","category":"config","values":["off","on","toggle","previous"]},{"name":"effect","label":"Effect","access":2,"type":"enum","property":"effect","values":["blink","breathe","okay","channel_change","candle","fireplace","colorloop","finish_effect","stop_effect","stop_hue_effect"]},{"name":"linkquality","label":"Linkquality","access":1,"type":"numeric","property":"linkquality","description":"Link quality (signal strength)","category":"diagnostic","unit":"lqi","value_max":255,"value_min":0}],"meta":{"supportsHueAndSaturation":true,"turnsOffAtBrightness1":true},"ota":{},"zigbeeModel":["LCT001","LCT007","LCT010","LCT012","LCT014","LCT015","LCT016","LCT021"],"model":"9290012573A","vendor":"Philips","description":"Hue white and color ambiance E26/E27/E14","options":["[Circular]","[Circular]","[Circular]"]},"name":"0x0017880102464b47"} incoming event: {"type":"readResponse","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":10,"_applicationVersion":2,"_dateCode":"20210331","_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":528,"inputClusters":[0,3,4,5,6,8,4096,64515,768,64513],"outputClusters":[25],"profileID":49246,"ID":11,"clusters":{"genBasic":{"attributes":{"modelId":"LCT010","manufacturerName":"Signify Netherlands B.V.","powerSource":1,"zclVersion":1,"appVersion":2,"stackVersion":1,"hwVersion":1,"dateCode":"20210331","swBuildId":"1.88.1"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":31,"colorTempPhysicalMin":153,"colorTempPhysicalMax":500}},"genOnOff":{"attributes":{"onOff":0}}},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":11,"deviceIeeeAddress":"0x0017880102464b47"}},{"_events":{},"_eventsCount":0,"_maxListeners":100,"deviceID":97,"inputClusters":[33],"outputClusters":[33],"profileID":41440,"ID":242,"clusters":{},"deviceIeeeAddress":"0x0017880102464b47","deviceNetworkAddress":51066,"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{"sendInProgress":false,"ID":242,"deviceIeeeAddress":"0x0017880102464b47"}}],"_hardwareVersion":1,"_ieeeAddr":"0x0017880102464b47","_interviewCompleted":true,"_interviewing":false,"_lastSeen":1718856177800,"_manufacturerID":4107,"_manufacturerName":"Signify Netherlands B.V.","_modelID":"LCT010","_networkAddress":51066,"_powerSource":"Mains (single phase)","_softwareBuildID":"1.88.1","_stackVersion":1,"_type":"Router","_zclVersion":1,"_linkquality":36,"_skipDefaultResponse":false,"_pendingRequestTimeout":0,"meta":{"configured":2}},"endpoint":"[Circular]","data":{"onOff":0},"linkquality":36,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":172,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}}}
                2024-06-20 06:02:57.802  - debug: zigbee.0 (28449) DeviceAvailability:Successful read state 'state' of '0x0017880102464b47' in stead of pinging
                2024-06-20 06:02:57.814  - debug: zigbee.0 (28449) Publish {"state":"OFF"} to "0017880102464b47"
                2024-06-20 06:03:06.295  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00057f8249 lumi.sensor_motion.aq2 was last seen '779.361' seconds ago.
                2024-06-20 06:03:06.295  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00054cb2c5 lumi.weather was last seen '29226707.704' seconds ago.
                2024-06-20 06:03:06.296  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00054bdf58 lumi.weather was last seen '1770815.955' seconds ago.
                2024-06-20 06:03:06.297  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00054ba0ff lumi.weather was last seen '30569952.722' seconds ago.
                2024-06-20 06:03:06.298  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d000456d9de lumi.sensor_magnet.aq2 was last seen '12470587.417' seconds ago.
                2024-06-20 06:03:06.298  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00054d64d0 lumi.sensor_magnet.aq2 was last seen '2469836.43' seconds ago.
                2024-06-20 06:03:06.298  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00044e7f73 lumi.sensor_magnet.aq2 was last seen '35290404.709' seconds ago.
                2024-06-20 06:03:06.298  - debug: zigbee.0 (28449) DeviceAvailability:Non-pingable device 0x00158d00044f32d9 lumi.sensor_magnet.aq2 was last seen '2744.013' seconds ago.
                
                F Offline
                F Offline
                Frank579
                schrieb am zuletzt editiert von
                #7

                @joebaum ganz ehrlich? Du willst eine (recht frühe) BETA Version vom JS Controller testen. Dein System ist aber aus der Steinzeit 🙈. --> Backup ziehen, Aktuelles OS + IOBroker neu installieren , Backup einspielen, Adapter Updaten. Dann weiter sehen, ich würde aber an deiner Stelle auf Stable bleiben 😉

                1 Antwort Letzte Antwort
                0
                • J JoeBaum

                  @thomas-braun

                  Hier der Summery:

                  ======================= SUMMARY =======================
                                          v.2024-05-22
                  
                  
                     Static hostname: iobrokerVM
                           Icon name: computer-vm
                             Chassis: vm
                      Virtualization: kvm
                    Operating System: Debian GNU/Linux 10 (buster)
                              Kernel: Linux 4.19.0-17-amd64
                        Architecture: x86-64
                  
                  Installation:           kvm
                  Kernel:                 x86_64
                  Userland:               64 bit
                  Timezone:               Europe/Berlin (CEST, +0200)
                  User-ID:                1000
                  Display-Server:         true
                  Boot Target:            graphical.target
                  
                  Pending OS-Updates:     338
                  Pending iob updates:    45
                  
                  Nodejs-Installation:
                  /usr/bin/nodejs         v18.20.3
                  /usr/bin/node           v18.20.3
                  /usr/bin/npm            10.7.0
                  /usr/bin/npx            10.7.0
                  /usr/bin/corepack       0.28.0
                  
                  Recommended versions are nodejs 18.20.3 and npm 10.7.0
                  Your nodejs installation is correct
                  
                  MEMORY:
                                total        used        free      shared  buff/cache   available
                  Mem:           8.0G        3.5G        3.2G        6.0M        1.3G        4.2G
                  Swap:          974M        298M        676M
                  Total:         9.0G        3.8G        3.8G
                  
                  Active iob-Instances:   33
                  Active repo(s): beta
                  
                  ioBroker Core:          js-controller           6.0.5
                                          admin                   6.17.14
                  
                  ioBroker Status:        iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Status admin and web instance:
                  + system.adapter.admin.0                  : admin                 : iobrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    system.adapter.web.0                    : web                   : iobrokerVM                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  Objects:                65631
                  States:                 49848
                  
                  Size of iob-Database:
                  
                  71M     /opt/iobroker/iobroker-data/objects.jsonl
                  38M     /opt/iobroker/iobroker-data/objects.json.migrated
                  38M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                  28M     /opt/iobroker/iobroker-data/objects.json.broken
                  56M     /opt/iobroker/iobroker-data/states.jsonl
                  18M     /opt/iobroker/iobroker-data/states.json.migrated
                  18M     /opt/iobroker/iobroker-data/states.json.bak.migrated
                  0       /opt/iobroker/iobroker-data/states.json.broken
                  
                  
                  
                  =================== END OF SUMMARY ====================
                  

                  Und hier die Langversion

                  Skript v.2024-05-22
                  
                  *** BASE SYSTEM ***
                     Static hostname: iobrokerVM
                           Icon name: computer-vm
                             Chassis: vm
                      Virtualization: kvm
                    Operating System: Debian GNU/Linux 10 (buster)
                              Kernel: Linux 4.19.0-17-amd64
                        Architecture: x86-64
                  
                  model name      : Common KVM processor
                  Docker          : false
                  Virtualization  : kvm
                  Kernel          : x86_64
                  Userland        : 64 bit
                  
                  Systemuptime and Load:
                   06:03:17 up 14:13,  1 user,  load average: 1.18, 1.07, 0.69
                  CPU threads: 8
                  
                  
                  *** Time and Time Zones ***
                                 Local time: Thu 2024-06-20 06:03:17 CEST
                             Universal time: Thu 2024-06-20 04:03:17 UTC
                                   RTC time: Thu 2024-06-20 04:03:18
                                  Time zone: Europe/Berlin (CEST, +0200)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  *** Users and Groups ***
                  User that called 'iob diag':
                  iobroker
                  HOME=/home/iobroker
                  GROUPS=iobroker tty dialout cdrom floppy audio dip video plugdev netdev bluetooth lpadmin scanner
                  
                  User that is running 'js-controller':
                  iobroker
                  HOME=/home/iobroker
                  GROUPS=iobroker tty dialout cdrom floppy audio dip video plugdev netdev bluetooth lpadmin scanner
                  
                  *** Display-Server-Setup ***
                  Display-Server: true
                  Desktop:
                  Terminal:       tty
                  Boot Target:    graphical.target
                  
                  *** MEMORY ***
                                total        used        free      shared  buff/cache   available
                  Mem:           8.0G        3.4G        3.3G        6.0M        1.4G        4.3G
                  Swap:          974M        298M        676M
                  Total:         9.0G        3.7G        3.9G
                  
                  Active iob-Instances:   33
                  
                           7978 M total memory
                           3369 M used memory
                           3685 M active memory
                            641 M inactive memory
                           3253 M free memory
                            155 M buffer memory
                           1199 M swap cache
                            974 M total swap
                            298 M used swap
                            676 M free swap
                  
                  *** top - Table Of Processes  ***
                  top - 06:03:17 up 14:13,  1 user,  load average: 1.18, 1.07, 0.69
                  Tasks: 183 total,   1 running, 182 sleeping,   0 stopped,   0 zombie
                  %Cpu(s):  3.1 us,  1.6 sy,  0.0 ni, 95.3 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                  MiB Mem :   7978.4 total,   3252.3 free,   3370.9 used,   1355.2 buff/cache
                  MiB Swap:    975.0 total,    676.5 free,    298.5 used.   4309.9 avail Mem
                  
                  *** FAILED SERVICES ***
                  
                    UNIT            LOAD   ACTIVE SUB    DESCRIPTION
                  * udisks2.service loaded failed failed Disk Manager
                  
                  LOAD   = Reflects whether the unit definition was properly loaded.
                  ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                  SUB    = The low-level unit activation state, values depend on unit type.
                  
                  1 loaded units listed. Pass --all to see loaded but inactive units, too.
                  To show all installed unit files use 'systemctl list-unit-files'.
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  udev           devtmpfs  3.9G     0  3.9G   0% /dev
                  tmpfs          tmpfs     798M   79M  719M  10% /run
                  /dev/sda1      ext4       19G  9.0G  8.7G  51% /
                  tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                  tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                  tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
                  tmpfs          tmpfs     798M  3.1M  795M   1% /run/user/117
                  tmpfs          tmpfs     798M     0  798M   0% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Wed Jun 19 15:50:32 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                  [Wed Jun 19 15:50:53 2024] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                  [Wed Jun 19 17:27:15 2024] Modules linked in: bluetooth drbg ansi_cprng ecdh_generic cfg80211 rfkill cdc_acm sg virtio_balloon joydev evdev serio_raw pcspkr qemu_fw_cfg parport_pc ppdev sunrpc lp parport ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic virtio_net net_failover virtio_scsi failover ata_piix xhci_pci libata xhci_hcd bochs_drm ttm uhci_hcd psmouse drm_kms_helper scsi_mod ehci_hcd drm usbcore virtio_pci virtio_ring virtio i2c_piix4 usb_common floppy button
                  [Wed Jun 19 17:27:37 2024] Modules linked in: bluetooth drbg ansi_cprng ecdh_generic cfg80211 rfkill cdc_acm sg virtio_balloon joydev evdev serio_raw pcspkr qemu_fw_cfg parport_pc ppdev sunrpc lp parport ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic virtio_net net_failover virtio_scsi failover ata_piix xhci_pci libata xhci_hcd bochs_drm ttm uhci_hcd psmouse drm_kms_helper scsi_mod ehci_hcd drm usbcore virtio_pci virtio_ring virtio i2c_piix4 usb_common floppy button
                  [Wed Jun 19 17:27:37 2024] Modules linked in: bluetooth drbg ansi_cprng ecdh_generic cfg80211 rfkill cdc_acm sg virtio_balloon joydev evdev serio_raw pcspkr qemu_fw_cfg parport_pc ppdev sunrpc lp parport ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb crypto_simd cryptd glue_helper aes_x86_64 hid_generic usbhid hid sr_mod cdrom sd_mod ata_generic virtio_net net_failover virtio_scsi failover ata_piix xhci_pci libata xhci_hcd bochs_drm ttm uhci_hcd psmouse drm_kms_helper scsi_mod ehci_hcd drm usbcore virtio_pci virtio_ring virtio i2c_piix4 usb_common floppy button
                  [Wed Jun 19 21:26:19 2024]  ext4_filemap_fault+0x2c/0x40 [ext4]
                  
                  Show mounted filesystems:
                  TARGET                                SOURCE      FSTYPE      OPTIONS
                  /                                     /dev/sda1   ext4        rw,relatime,errors=remount-ro
                  |-/sys                                sysfs       sysfs       rw,nosuid,nodev,noexec,relatime
                  | |-/sys/kernel/security              securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
                  | |-/sys/fs/cgroup                    tmpfs       tmpfs       ro,nosuid,nodev,noexec,mode=755
                  | | |-/sys/fs/cgroup/unified          cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate
                  | | |-/sys/fs/cgroup/systemd          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
                  | | |-/sys/fs/cgroup/pids             cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,pids
                  | | |-/sys/fs/cgroup/memory           cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,memory
                  | | |-/sys/fs/cgroup/net_cls,net_prio cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
                  | | |-/sys/fs/cgroup/devices          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,devices
                  | | |-/sys/fs/cgroup/rdma             cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,rdma
                  | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
                  | | |-/sys/fs/cgroup/freezer          cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,freezer
                  | | |-/sys/fs/cgroup/cpuset           cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,cpuset
                  | | |-/sys/fs/cgroup/blkio            cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,blkio
                  | | `-/sys/fs/cgroup/perf_event       cgroup      cgroup      rw,nosuid,nodev,noexec,relatime,perf_event
                  | |-/sys/fs/pstore                    pstore      pstore      rw,nosuid,nodev,noexec,relatime
                  | |-/sys/fs/bpf                       bpf         bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                  | `-/sys/kernel/debug                 debugfs     debugfs     rw,relatime
                  |-/proc                               proc        proc        rw,nosuid,nodev,noexec,relatime
                  | `-/proc/sys/fs/binfmt_misc          systemd-1   autofs      rw,relatime,fd=40,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12592
                  |   `-/proc/sys/fs/binfmt_misc        binfmt_misc binfmt_misc rw,relatime
                  |-/dev                                udev        devtmpfs    rw,nosuid,relatime,size=4065044k,nr_inodes=1016261,mode=755
                  | |-/dev/pts                          devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                  | |-/dev/shm                          tmpfs       tmpfs       rw,nosuid,nodev
                  | |-/dev/mqueue                       mqueue      mqueue      rw,relatime
                  | `-/dev/hugepages                    hugetlbfs   hugetlbfs   rw,relatime,pagesize=2M
                  `-/run                                tmpfs       tmpfs       rw,nosuid,noexec,relatime,size=816988k,mode=755
                    |-/run/lock                         tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                    |-/run/rpc_pipefs                   sunrpc      rpc_pipefs  rw,relatime
                    |-/run/user/117                     tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=816988k,mode=700,uid=117,gid=124
                    `-/run/user/1000                    tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=816988k,mode=700,uid=1000,gid=1000
                  
                  Files in neuralgic directories:
                  
                  /var:
                  1.2G    /var/
                  912M    /var/cache
                  893M    /var/cache/apt
                  831M    /var/cache/apt/archives
                  227M    /var/lib
                  
                  Hint: You are currently not seeing messages from other users and the system.
                        Users in the 'systemd-journal' group can see all messages. Pass -q to
                        turn off this notice.
                  No journal files were opened due to insufficient permissions.
                  
                  /opt/iobroker/backups:
                  59M     /opt/iobroker/backups/
                  
                  /opt/iobroker/iobroker-data:
                  969M    /opt/iobroker/iobroker-data/
                  296M    /opt/iobroker/iobroker-data/backup-objects
                  264M    /opt/iobroker/iobroker-data/files
                  127M    /opt/iobroker/iobroker-data/sonosCache
                  61M     /opt/iobroker/iobroker-data/files/javascript.admin
                  
                  The five largest files in iobroker-data are:
                  71M     /opt/iobroker/iobroker-data/objects.jsonl
                  57M     /opt/iobroker/iobroker-data/states.jsonl
                  38M     /opt/iobroker/iobroker-data/objects.json.migrated
                  38M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                  38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.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':
                  
                  /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if03
                  /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if00
                  
                  Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                  
                  
                  
                  *** NodeJS-Installation ***
                  
                  /usr/bin/nodejs         v18.20.3
                  /usr/bin/node           v18.20.3
                  /usr/bin/npm            10.7.0
                  /usr/bin/npx            10.7.0
                  /usr/bin/corepack       0.28.0
                  
                  
                  nodejs:
                    Installed: 18.20.3-1nodesource1
                    Candidate: 18.20.3-1nodesource1
                    Version table:
                   *** 18.20.3-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                          100 /var/lib/dpkg/status
                       18.20.2-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.20.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.20.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.19.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.19.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.18.2-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.18.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.18.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.17.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.17.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.16.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.16.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.15.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.14.2-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.14.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.14.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.13.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.12.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.11.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.10.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.9.1-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.9.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.8.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.7.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.6.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.5.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.4.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.3.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.2.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.1.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       18.0.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                       10.24.0~dfsg-1~deb10u4 500
                          500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                       10.24.0~dfsg-1~deb10u1 500
                          500 http://deb.debian.org/debian buster/main amd64 Packages
                  
                  Temp directories causing npm8 problem: 0
                  No problems detected
                  
                  Errors in npm tree:
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Core adapters versions
                  js-controller:  6.0.5
                  admin:          6.17.14
                  javascript:     5.2.16
                  
                  nodejs modules from github:     0
                  
                  Adapter State
                  + system.adapter.admin.0                  : admin                 : iobrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.alarm.0                  : alarm                 : iobrokerVM                               -  enabled
                  + system.adapter.alexa2.0                 : alexa2                : iobrokerVM                               -  enabled
                  + system.adapter.backitup.0               : backitup              : iobrokerVM                               -  enabled
                    system.adapter.coronavirus-statistics.0 : coronavirus-statistics: iobrokerVM                               - disabled
                    system.adapter.daswetter.0              : daswetter             : iobrokerVM                               -  enabled
                    system.adapter.deconz.0                 : deconz                : iobrokerVM                               - disabled, port: 80
                  + system.adapter.discovery.0              : discovery             : iobrokerVM                               -  enabled
                    system.adapter.fakeroku.0               : fakeroku              : iobrokerVM                               -  enabled
                    system.adapter.feiertage.0              : feiertage             : iobrokerVM                               -  enabled
                    system.adapter.flot.0                   : flot                  : iobrokerVM                               - disabled
                  + system.adapter.harmony.0                : harmony               : iobrokerVM                               -  enabled
                    system.adapter.history.0                : history               : iobrokerVM                               -  enabled
                  + system.adapter.hm-rega.0                : hm-rega               : iobrokerVM                               -  enabled
                  + system.adapter.hm-rpc.0                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12001
                  + system.adapter.hm-rpc.1                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12010
                  + system.adapter.hue.0                    : hue                   : iobrokerVM                               -  enabled, port: 443
                    system.adapter.ical.0                   : ical                  : iobrokerVM                               -  enabled
                  + system.adapter.influxdb.0               : influxdb              : iobrokerVM                               -  enabled, port: 8086
                  + system.adapter.info.0                   : info                  : iobrokerVM                               -  enabled
                  + system.adapter.iot.0                    : iot                   : iobrokerVM                               -  enabled
                  + system.adapter.javascript.0             : javascript            : iobrokerVM                               -  enabled
                  + system.adapter.kecontact.0              : kecontact             : iobrokerVM                               -  enabled
                    system.adapter.klf200.0                 : klf200                : iobrokerVM                               - disabled
                    system.adapter.kodi.0                   : kodi                  : iobrokerVM                               - disabled, port: 9090
                  + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobrokerVM                               -  enabled, port: 54321
                  + system.adapter.modbus.0                 : modbus                : iobrokerVM                               -  enabled
                    system.adapter.mqtt.0                   : mqtt                  : iobrokerVM                               - disabled, port: 1886, bind: 0.0.0.0
                    system.adapter.netatmo.0                : netatmo               : iobrokerVM                               - disabled
                  + system.adapter.nina.0                   : nina                  : iobrokerVM                               -  enabled
                  + system.adapter.octoprint.0              : octoprint             : iobrokerVM                               -  enabled
                    system.adapter.oilfox.0                 : oilfox                : iobrokerVM                               -  enabled
                  + system.adapter.robonect.0               : robonect              : iobrokerVM                               -  enabled
                    system.adapter.samsung.0                : samsung               : iobrokerVM                               - disabled
                  + system.adapter.shelly.0                 : shelly                : iobrokerVM                               -  enabled, port: 1882, bind: 0.0.0.0
                  + system.adapter.shuttercontrol.0         : shuttercontrol        : iobrokerVM                               -  enabled
                  + system.adapter.sonnen.0                 : sonnen                : iobrokerVM                               -  enabled
                  + system.adapter.sonos.0                  : sonos                 : iobrokerVM                               -  enabled
                    system.adapter.spotify-premium.0        : spotify-premium       : iobrokerVM                               - disabled
                  + system.adapter.tankerkoenig.0           : tankerkoenig          : iobrokerVM                               -  enabled
                  + system.adapter.telegram.0               : telegram              : iobrokerVM                               -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.trashschedule.0          : trashschedule         : iobrokerVM                               -  enabled
                    system.adapter.unifi-protect.0          : unifi-protect         : iobrokerVM                               -  enabled
                  + system.adapter.unifi.0                  : unifi                 : iobrokerVM                               -  enabled
                    system.adapter.vis-bars.0               : vis-bars              : iobrokerVM                               - disabled
                    system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobrokerVM                               - disabled
                    system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobrokerVM                               - disabled
                    system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobrokerVM                               - disabled
                    system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobrokerVM                               -  enabled
                    system.adapter.vis-history.0            : vis-history           : iobrokerVM                               - disabled
                    system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobrokerVM                               - disabled
                    system.adapter.vis-icontwo.0            : vis-icontwo           : iobrokerVM                               -  enabled
                  + system.adapter.vis-inventwo.0           : vis-inventwo          : iobrokerVM                               -  enabled
                    system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobrokerVM                               - disabled
                    system.adapter.vis-justgage.0           : vis-justgage          : iobrokerVM                               - disabled
                    system.adapter.vis-lcars.0              : vis-lcars             : iobrokerVM                               - disabled
                    system.adapter.vis-map.0                : vis-map               : iobrokerVM                               - disabled
                    system.adapter.vis-metro.0              : vis-metro             : iobrokerVM                               - disabled
                    system.adapter.vis-players.0            : vis-players           : iobrokerVM                               - disabled
                    system.adapter.vis-plumb.0              : vis-plumb             : iobrokerVM                               - disabled
                    system.adapter.vis-rgraph.0             : vis-rgraph            : iobrokerVM                               - disabled
                    system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobrokerVM                               - disabled
                    system.adapter.vis-weather.0            : vis-weather           : iobrokerVM                               - disabled
                    system.adapter.vis.0                    : vis                   : iobrokerVM                               -  enabled
                  + system.adapter.vw-connect.0             : vw-connect            : iobrokerVM                               -  enabled
                    system.adapter.web.0                    : web                   : iobrokerVM                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  + system.adapter.wled.0                   : wled                  : iobrokerVM                               -  enabled
                  + system.adapter.zigbee.0                 : zigbee                : iobrokerVM                               -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if00
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                  + system.adapter.admin.0                  : admin                 : iobrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.hm-rpc.0                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12001
                  + system.adapter.hm-rpc.1                 : hm-rpc                : iobrokerVM                               -  enabled, port: 12010
                  + system.adapter.hue.0                    : hue                   : iobrokerVM                               -  enabled, port: 443
                  + system.adapter.influxdb.0               : influxdb              : iobrokerVM                               -  enabled, port: 8086
                  + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobrokerVM                               -  enabled, port: 54321
                  + system.adapter.shelly.0                 : shelly                : iobrokerVM                               -  enabled, port: 1882, bind: 0.0.0.0
                  + system.adapter.telegram.0               : telegram              : iobrokerVM                               -  enabled, port: 8443, bind: 0.0.0.0
                    system.adapter.web.0                    : web                   : iobrokerVM                               -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  + system.adapter.zigbee.0                 : zigbee                : iobrokerVM                               -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.16__Embed_with_CMSIS-DAP_L1100LTM-if00
                  
                  ioBroker-Repositories
                  stable        : http://download.iobroker.net/sources-dist.json
                  beta          : http://download.iobroker.net/sources-dist-latest.json
                  
                  Active repo(s): beta
                  
                  Installed ioBroker-Instances
                  Used repository: beta
                  Adapter    "admin"        : 6.17.14  , installed 6.17.14
                  Adapter    "alarm"        : 3.6.1    , installed 3.6.0  [Updatable]
                  Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                  Adapter    "backitup"     : 3.0.5    , installed 2.9.10 [Updatable]
                  Adapter    "coronavirus-statistics": 0.9.0, installed 0.8.7 [Updatable]
                  Adapter    "daswetter"    : 3.1.15   , installed 3.1.3  [Updatable]
                  Adapter    "deconz"       : 1.4.1    , installed 2.0.5
                  Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                  Adapter    "energiefluss" : 3.6.0    , installed 3.6.0
                  Adapter    "fakeroku"     : 0.3.0    , installed 0.2.1  [Updatable]
                  Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                  Adapter    "flot"         : 1.12.0   , installed 1.12.0
                  Adapter    "harmony"      : 1.5.0    , installed 1.5.0
                  Adapter    "history"      : 3.0.1    , installed 1.9.14 [Updatable]
                  Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                  Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
                  Adapter    "homekit-controller": 0.5.10, installed 0.5.8 [Updatable]
                  Adapter    "hue"          : 3.11.0   , installed 3.11.0
                  Adapter    "ical"         : 1.15.0   , installed 1.13.6 [Updatable]
                  Adapter    "influxdb"     : 4.0.2    , installed 3.2.0  [Updatable]
                  Adapter    "iot"          : 3.3.0    , installed 3.3.0
                  Adapter    "javascript"   : 8.6.0    , installed 5.2.16 [Updatable]
                  Controller "js-controller": 6.0.5    , installed 6.0.5
                  Adapter    "kecontact"    : 2.1.1    , installed 2.1.1
                  Adapter    "klf200"       : 1.2.0    , installed 1.1.2  [Updatable]
                  Adapter    "kodi"         : 3.1.0    , installed 2.0.8  [Updatable]
                  Adapter    "mihome-vacuum": 4.2.0    , installed 4.1.0  [Updatable]
                  Adapter    "modbus"       : 6.2.3    , installed 5.0.11 [Updatable]
                  Adapter    "mqtt"         : 5.2.0    , installed 2.4.1  [Updatable]
                  Adapter    "netatmo"      : 3.1.0    , installed 1.4.4  [Updatable]
                  Adapter    "nina"         : 0.0.26   , installed 0.0.25 [Updatable]
                  Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                  Adapter    "oilfox"       : 4.3.0    , installed 4.2.0  [Updatable]
                  Adapter    "robonect"     : 1.3.5    , installed 1.3.4  [Updatable]
                  Adapter    "samsung"      : 0.6.0    , installed 0.2.9  [Updatable]
                  Adapter    "shelly"       : 7.0.0    , installed 7.0.0
                  Adapter    "shuttercontrol": 1.7.1   , installed 1.7.0  [Updatable]
                  Adapter    "simple-api"   : 2.8.0    , installed 2.6.2  [Updatable]
                  Adapter    "socketio"     : 6.7.0    , installed 3.1.5  [Updatable]
                  Adapter    "sonnen"       : 1.18.1   , installed 1.17.0 [Updatable]
                  Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                  Adapter    "spotify-premium": 1.5.0  , installed 1.2.2  [Updatable]
                  Adapter    "tankerkoenig" : 3.4.0    , installed 2.1.1  [Updatable]
                  Adapter    "telegram"     : 3.6.0    , installed 3.0.1  [Updatable]
                  Adapter    "trashschedule": 3.3.0    , installed 3.3.0
                  Adapter    "unifi"        : 0.7.0    , installed 0.6.0  [Updatable]
                  Adapter    "unifi-protect": 1.0.1    , installed 0.0.12 [Updatable]
                  Adapter    "vis"          : 1.5.6    , installed 1.5.6
                  Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                  Adapter    "vis-canvas-gauges": 1.0.1, installed 0.1.5  [Updatable]
                  Adapter    "vis-colorpicker": 2.0.3  , installed 1.2.0  [Updatable]
                  Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                  Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.3  [Updatable]
                  Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                  Adapter    "vis-hqwidgets": 1.5.1    , installed 1.1.9  [Updatable]
                  Adapter    "vis-icontwo"  : 1.5.0    , installed 0.84.0 [Updatable]
                  Adapter    "vis-inventwo" : 3.3.4    , installed 3.2.5  [Updatable]
                  Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.0.12 [Updatable]
                  Adapter    "vis-justgage" : 2.1.7    , installed 1.0.2  [Updatable]
                  Adapter    "vis-lcars"    : 1.1.1    , installed 1.0.4  [Updatable]
                  Adapter    "vis-map"      : 1.1.0    , installed 1.0.4  [Updatable]
                  Adapter    "vis-metro"    : 1.2.0    , installed 1.1.2  [Updatable]
                  Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                  Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                  Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                  Adapter    "vis-timeandweather": 1.2.2, installed 1.1.7 [Updatable]
                  Adapter    "vis-weather"  : 2.5.9    , installed 2.5.5  [Updatable]
                  Adapter    "vw-connect"   : 0.6.0    , installed 0.5.1  [Updatable]
                  Adapter    "web"          : 6.2.6    , installed 3.4.13 [Updatable]
                  Adapter    "wled"         : 0.7.3-beta.0, installed 0.6.7 [Updatable]
                  Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects:        65631
                  States:         49839
                  
                  *** OS-Repositories and Updates ***
                  Hit:1 http://deb.debian.org/debian buster InRelease
                  Hit:2 http://security.debian.org/debian-security buster/updates InRelease
                  Hit:3 http://deb.debian.org/debian buster-updates InRelease
                  Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                  Reading package lists...
                  Pending Updates: 338
                  
                  *** 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 192.168.1.188:12001     0.0.0.0:*               LISTEN      1000       489009     25111/io.hm-rpc.0
                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1000       486212     24655/iobroker.js-c
                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1000       487751     24655/iobroker.js-c
                  tcp        0      0 192.168.1.188:12010     0.0.0.0:*               LISTEN      1000       488096     25142/io.hm-rpc.1
                  tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          2321       1/init
                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          19581      503/sshd
                  tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          599348     27291/cupsd
                  tcp6       0      0 :::61991                :::*                    LISTEN      1000       486923     25103/io.harmony.0
                  tcp6       0      0 :::3500                 :::*                    LISTEN      1000       488220     25405/io.sonos.0
                  tcp6       0      0 :::111                  :::*                    LISTEN      0          1692       1/init
                  tcp6       0      0 :::8081                 :::*                    LISTEN      1000       486265     24673/io.admin.0
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          19583      503/sshd
                  tcp6       0      0 ::1:631                 :::*                    LISTEN      0          599347     27291/cupsd
                  udp        0      0 0.0.0.0:44291           0.0.0.0:*                           112        17051      448/avahi-daemon: r
                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          18603      522/dhclient
                  udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          2322       1/init
                  udp        0    768 0.0.0.0:53421           0.0.0.0:*                           1000       489077     25183/io.mihome-vac
                  udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1000       486924     25103/io.harmony.0
                  udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          600109     27292/cups-browsed
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       491687     26031/io.wled.0
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        17049      448/avahi-daemon: r
                  udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1000       489810     25239/io.shelly.0
                  udp        0      0 0.0.0.0:51075           0.0.0.0:*                           1000       489960     25552/io.kecontact.
                  udp        0      0 0.0.0.0:7090            0.0.0.0:*                           1000       490499     25552/io.kecontact.
                  udp        0      0 0.0.0.0:7092            0.0.0.0:*                           1000       490500     25552/io.kecontact.
                  udp6       0      0 :::111                  :::*                                0          1695       1/init
                  udp6       0      0 :::5353                 :::*                                112        17050      448/avahi-daemon: r
                  udp6       0      0 :::35274                :::*                                112        17052      448/avahi-daemon: r
                  
                  
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #8

                  @joebaum

                  Debian 10 Buster ist zu alt und längst abgekündigt.
                  Installier da NEU Debian 12 'Bookworm'

                  Das neue System dann gleich OHNE Desktop aufsetzen:

                  Display-Server: true
                  Boot Target: graphical.target

                  Und regelmäßig bzw. mal überhaupt updaten dann:

                  Pending OS-Updates: 338
                  Pending iob updates: 45

                  Einen anderen username als iobroker. Dein Vorname eignet sich da z. B. hervorragend.
                  Diesen user dann in die Gruppe adm packen.

                  Setz den ioBroker auf das stable-Repository. Kein Developer braucht Betatestings gegen alte Versionen.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  J 1 Antwort Letzte Antwort
                  1
                  • Thomas BraunT Thomas Braun

                    @joebaum

                    Debian 10 Buster ist zu alt und längst abgekündigt.
                    Installier da NEU Debian 12 'Bookworm'

                    Das neue System dann gleich OHNE Desktop aufsetzen:

                    Display-Server: true
                    Boot Target: graphical.target

                    Und regelmäßig bzw. mal überhaupt updaten dann:

                    Pending OS-Updates: 338
                    Pending iob updates: 45

                    Einen anderen username als iobroker. Dein Vorname eignet sich da z. B. hervorragend.
                    Diesen user dann in die Gruppe adm packen.

                    Setz den ioBroker auf das stable-Repository. Kein Developer braucht Betatestings gegen alte Versionen.

                    J Offline
                    J Offline
                    JoeBaum
                    schrieb am zuletzt editiert von
                    #9

                    @thomas-braun Ich habe nun Debian 12 installiert und entsprechend alles per Backup eingespielt. zunächst äußerte sich das Problem exakt gleich wie bei der alten Konfiguration. Nach dem Update des Web Server Adapters war das Problem weg.
                    In dem Zuge habe ich auch gleich noch den User geändert.

                    Vielen Dank für die Hilfe, nun läuft wieder alles stabil.

                    Thomas BraunT mcm1957M 2 Antworten Letzte Antwort
                    0
                    • J JoeBaum

                      @thomas-braun Ich habe nun Debian 12 installiert und entsprechend alles per Backup eingespielt. zunächst äußerte sich das Problem exakt gleich wie bei der alten Konfiguration. Nach dem Update des Web Server Adapters war das Problem weg.
                      In dem Zuge habe ich auch gleich noch den User geändert.

                      Vielen Dank für die Hilfe, nun läuft wieder alles stabil.

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #10

                      @joebaum sagte in JS-Controller 6.0.5 NodeJS 18:

                      Nach dem Update des Web Server Adapters war das Problem weg.

                      Und deswegen hält man das komplette Konstrukt halt immer auf einem aktuellen, stabilen Stand. Also Betriebssystem, Laufzeitumgebung, js-controller, ioBroker-Adapter.

                      Das spielt ja alles zusammen.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      1 Antwort Letzte Antwort
                      0
                      • J JoeBaum

                        @thomas-braun Ich habe nun Debian 12 installiert und entsprechend alles per Backup eingespielt. zunächst äußerte sich das Problem exakt gleich wie bei der alten Konfiguration. Nach dem Update des Web Server Adapters war das Problem weg.
                        In dem Zuge habe ich auch gleich noch den User geändert.

                        Vielen Dank für die Hilfe, nun läuft wieder alles stabil.

                        mcm1957M Online
                        mcm1957M Online
                        mcm1957
                        schrieb am zuletzt editiert von
                        #11

                        @joebaum said in (gelöst) JS-Controller 6.0.5 NodeJS 18:

                        Nach dem Update des Web Server Adapters war das Problem weg.

                        Deswegen sollte man auch den js-controller 6 Test Topic lesen bevor man js-controller 6 installiert, Da steht im 2ten Beitrag eine Liste von Adapetrn die aktualisiert werden müssen :-)

                        Aber hauptsache es geht jetzt.
                        Ansonsten bitte mit js-controller 6 Problemen im js-controller 6 Topic melden:
                        https://forum.iobroker.net/topic/75206/beta-test-js-controller-kiera-v6-0

                        @Homoran
                        Ev. bitte hier schließen. js-controlelr 6 Dinge sollten im Haupttopic bleiben.

                        Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                        Support Repositoryverwaltung.

                        Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                        LESEN - gute Forenbeitrage

                        HomoranH 1 Antwort Letzte Antwort
                        1
                        • mcm1957M mcm1957

                          @joebaum said in (gelöst) JS-Controller 6.0.5 NodeJS 18:

                          Nach dem Update des Web Server Adapters war das Problem weg.

                          Deswegen sollte man auch den js-controller 6 Test Topic lesen bevor man js-controller 6 installiert, Da steht im 2ten Beitrag eine Liste von Adapetrn die aktualisiert werden müssen :-)

                          Aber hauptsache es geht jetzt.
                          Ansonsten bitte mit js-controller 6 Problemen im js-controller 6 Topic melden:
                          https://forum.iobroker.net/topic/75206/beta-test-js-controller-kiera-v6-0

                          @Homoran
                          Ev. bitte hier schließen. js-controlelr 6 Dinge sollten im Haupttopic bleiben.

                          HomoranH Nicht stören
                          HomoranH Nicht stören
                          Homoran
                          Global Moderator Administrators
                          schrieb am zuletzt editiert von
                          #12

                          @mcm1957 sorry, der ist mir durchgerutscht.

                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          1 Antwort Letzte Antwort
                          0
                          Antworten
                          • In einem neuen Thema antworten
                          Anmelden zum Antworten
                          • Älteste zuerst
                          • Neuste zuerst
                          • Meiste Stimmen


                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          764

                          Online

                          32.5k

                          Benutzer

                          81.6k

                          Themen

                          1.3m

                          Beiträge
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                          ioBroker Community 2014-2025
                          logo
                          • Anmelden

                          • Du hast noch kein Konto? Registrieren

                          • Anmelden oder registrieren, um zu suchen
                          • Erster Beitrag
                            Letzter Beitrag
                          0
                          • Home
                          • Aktuell
                          • Tags
                          • Ungelesen 0
                          • Kategorien
                          • Unreplied
                          • Beliebt
                          • GitHub
                          • Docu
                          • Hilfe