@djmarc75 Richtig, Version: v7.8.0
Rest wird gepostet an der Stelle, die Du angegeben hast.
NEWS
Best posts made by iobroker2001
-
RE: Blockly: Bug bei neuem Multi-AND!?
-
RE: [gelöst]SLZB-06 Kein Update möglich "REQ error: ...."
@markus-7 sagte in [gelöst]SLZB-06 Kein Update möglich "REQ error: ....":
Radio [EFR32MG21] Mode
Ich hoffe, ich erinnere mich noch richtig, aber diesen Teil konnte ich (so meine ich) über OTA machen:
In der dann folgenden Liste ziemlich weit nach unten scrollen, bis Du das siehst und das dann installieren:
-
RE: Klimaanlage Mitsubishi Heavy oder Electric?
@dieter_p Danke für Deine Antwort!
Aber es wird wohl irgendwie bei Mitsubishi bleiben, habe 2 Angebote von 2 lokalen Installateuren, beide bieten Mitsubishi an, der eine "Electric" der andere "Heavy Industries".
Latest posts made by iobroker2001
-
RE: Nicht aktuelle Werte andersfarbig markieren
@oliverio Vielen Dank für Deine Recherche und die Mühe!
Da hätte ich wohl Tage für gebraucht, ohne zu merken, dass es technisch nicht klappen kann. -
RE: Nicht aktuelle Werte andersfarbig markieren
@oliverio Da war ich wohl etwas blind, vielen Dank!
Musste manuell auf "Alle Projekte" umgestellt werden.
-
RE: Nicht aktuelle Werte andersfarbig markieren
@oliverio Vielen Dank!
Funktioniert mit einem HTML-Widget.Jetzt muss ich "nur noch" herausfinden, wie das CSS für ein Basic-Number-Widget aussehen muss...
Dabei ist mir ein Fehler im VIS2-Editor aufgefallen, oder ich habe irgendetwas falsch bedient:
Im Reiter "CSS" konnte ich Deine ".text-anim"-CSS-Definition einbauen, aber als ich später noch mal daran eine Änderung machen wollte, ist die CSS-Seite komplett leer. Ist der Code irgendwo anders hinkopiert worden? -
RE: Nicht aktuelle Werte andersfarbig markieren
So eine Funktion hatte ich schon länger gesucht, aber bei mir schaltet weder das direkte Binding noch beim Umweg über die Funktion die Farbe zurück.
Sprich: Die Farbe ändert sich nur ein einziges Mal und dann nicht nach den 5000 ms zurück.Auch nicht durch einen Browserrefresh.Wie kann man einen erneuten Aufruf hinbekommen?
Ich möchte - wahrscheinlich im Gegensatz zum Threadersteller - bei jedem Update für ca. 5 s eine andere Farbe des Textes erreichen.Im Widget steht bei CSS Font & Color dies hier:
{ts:hm-rpc.0.LEQ0098583.1.TEMPERATURE.ts;testfunktion(ts)}
Und bei den Scripten dies hier:
function testfunktion(ts) { let now = new Date().getTime(); let diff=1000*5; if (now-ts>diff) { return "red"; } else { return "green"; } }
Der Widget-Typ ist Basic Number, VIS2.
-
Statistics: Falscher Datentyp wird gemeldet
Guten Morgen zusammen,
aufgrund des starken Regens
ist mir erst jetzt aufgefallen, dass im Log eine Meldung meines Regenmessers auftaucht, die ich mir nicht erklären kann:
statistics.0 2025-09-09 09:14:27.581 info State value to set for "statistics.0.temp.sumCount.0_userdata.0.friedhelm.Wetter.Regenmesser.RegenmesserFlanke.lastPulse" has to be type "boolean" but received type "number"
Der Wert, auf den der Statistikwert gesetzt wird, hat aber den Typ "Boolean":
{ "common": { "name": "RegenmesserFlanke", "desc": "Manuell erzeugt", "role": "state", "type": "boolean", "read": true, "write": true, "def": false, "custom": { "statistics.0": { "enabled": true, "count": true, "fiveMin": false, "sumCount": true, "impUnitPerImpulse": 0.254, "impUnit": "l", "timeCount": false, "avg": false, "minmax": false, "sumDelta": false, "sumIgnoreMinus": false, "groupFactor": 1, "logName": "RegenmesserFlanke" } } }, "type": "state", "native": {}, "_id": "0_userdata.0.friedhelm.Wetter.Regenmesser.RegenmesserFlanke", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" }, "from": "system.adapter.admin.0", "user": "system.user.admin", "ts": 1671536170838 }
Die RegenmesserFlanke wird durch dieses Blockly gesetzt:
Dadurch wird das Objekt RegenmesserFlanke doch nur mit einem Boolean-Wert gesetzt.
Es funktioniert zwar, aber wo ist der Fehler?
Vielen Dank!
-
RE: vis-2-widgets-collection
@carsten04 Tut mir leid, hatte da in den Beispielen ein Fenstersymbol gesehen und direkt an Rollladen gedacht.
Bin immer noch auf der Suche nach einem gut sichtbaren Rollladenzustandswidget mit separatem Einstelldialog, so wie Dein Zustandswidget.Update: ich hatte gedacht, die blaue Fläche würde den Rolladen in seiner tatsächlichen prozentualen Höhe wiedergeben.
-
RE: vis-2-widgets-collection
Hallo, vielen Dank für Deine neuen Widgets!
Das Zustandswidget sieht gut aus.
Ich möchte das für meine Rolladen verwenden, schaffe es aber nicht, die graphische Anzeige so einzustellen, dass sie dem Prozentsatz der Behanghöhe entspricht. Das blaue Feld bleibt immer gleich groß.
Oder ist das so nicht programmiert?
Vielen Dank! -
RE: [gelöst] Growatt Leistung setzen MQTT
Danke, Alex, aber das war es auch nicht.
Bin jetzt dahinter gekommen, und ich habe es zum Laufen gebracht, und es ist sehr ärgerlich!
Ein Kollege aus dem Photovoltaik-Forum hat mir zur Kontrolle ein 2. Image des OpenInverterGateway zur Verfügung gestellt, um eventuelle Probleme diesbezüglich auszuschließen.
Zunächst hat es damit auch nicht funktioniert, bis ich endlich das Topic im Stick geändert habe von
/SmartHome/Growatt/ auf /SmartHome/Growatt, also ohne abschließenden Schrägstrich!
Dies ist in mehreren MQTT-Geräten bei mir gar kein Problem, obwohl es so von MQTT nicht vorgesehen ist.
(Wenn man mal auf die Tasmota-Konfigurationsseite sieht, s. Bild, steht dort sogar ein abschließender Schrägstrich).Aber in der aktuellen Version des OpenInverterGateways scheint dies tatsächlich dazu zu führen, dass keine Daten über dieses Topic vom Broker angenommen werden.
Trotzdem danke an alle, die mir zur Seite gestanden haben!
Gruß,
Friedhelm
-
RE: Upgrade von Debian 12 'Bookworm' auf Debian 13 'Trixie'
Vielen Dank für die sehr gute Anleitung!
Ich habe soeben mein System auf Debian 13 gehievt, und ich sehe z. Zt. keine Probleme.Dennoch habe ich 2 Fragen, weil mir beim 1. Versuch etwas passiert ist, womit mein Debmatic gelöscht wurde (ich wurde zwar gefragt, aber ich habe dennoch mit dem Kopf genickt ;-(
1. Beim folgenden Punkt wird Debmatic zum Löschen angeboten:
sudo apt purge '~o' Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: appstream lighttpd-mod-deflate python3-jaraco.context ca-certificates-java lighttpd-mod-openssl python3-jaraco.functools detect-radio-module lighttpd-modules-lua python3-jwt gir1.2-packagekitglib-1.0 lua-bit32 python3-lazr.restfulclient ipcalc lua-filesystem python3-lazr.uri java-common lua-socket python3-more-itertools libappstream5 packagekit python3-oauthlib libgstreamer1.0-0 packagekit-tools python3-pkg-resources liblcms2-2 pigpio-tools python3-pyparsing liblua5.4-0 python3-autocommand python3-typeguard libpackagekit-glib2-18 python3-blinker python3-typing-extensions libstemmer0d python3-dbus python3-wadllib libxmlb2 python3-httplib2 spawn-fcgi lighttpd python3-inflect wait-sysfs-notify Verwenden Sie »sudo apt autoremove«, um sie zu entfernen. ENTFERNE: debmatic* libpigpio1* libunistring2* python3-software-properties* libapt-pkg6.0* libpigpiod-if-dev* openjdk-17-jre-headless* raspberrypi-kernel-headers* libcups2* libpigpiod-if1* pigpio* raspi-gpio* libpigpio-dev* libpigpiod-if2-1* pigpiod* software-properties-common* Zusammenfassung: Aktualisiere: 0, Installiere: 0, Entferne: 16, Aktualisiere nicht: 0 Freigegebener Platz: 266 MB Fortfahren? [J/n] n Abbruch.
Das hatte ich beim 1. Versuch auch dämlicherweise mit J beantwortet. Ich konnte Debmatic danach auch nicht mehr manuell installieren, da irgendwie etwas in den Kernel-Headern fehlen würde.(Meldung habe ich leider nicht mehr)
Jetzt, beim 2. Mal, habe ich auf das Löschen verzichtet.
Frage: Muss ich mir deshalb Gedanken machen?2. Frage: Beim Update bekomme ich eine Warnung bzgl. der Debmatic-Signatur.
Wie kann ich das beheben?OK:1 https://apt.debmatic.de/debmatic stable InRelease OK:2 http://archive.raspberrypi.com/debian trixie InRelease OK:3 https://apt.grafana.com stable InRelease OK:4 http://deb.debian.org/debian trixie InRelease OK:5 http://deb.debian.org/debian-security trixie-security InRelease OK:6 https://repos.influxdata.com/debian stable InRelease OK:7 http://deb.debian.org/debian trixie-updates InRelease OK:8 https://deb.nodesource.com/node_22.x nodistro InRelease Alle Pakete sind aktuell. Warnung: https://apt.debmatic.de/debmatic/dists/stable/InRelease: Policy will reject signature within a year, see --audit for details Warnung: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
Das war mein System VOR dem Update:
```bash Script v.2025-08-09 *** BASE SYSTEM *** Operating System: Debian GNU/Linux 12 (bookworm) Static hostname: iobroker Icon name: computer Kernel: Linux 6.12.34+rpt-rpi-2712 Architecture: arm64 OS is similar to: Model : Raspberry Pi 5 Model B Rev 1.0 Docker : false Virtualization : none Kernel : aarch64 Userland : 64 bit Systemuptime and Load: 17:28:16 up 5 min, 2 users, load average: 1.40, 1.35, 0.68 CPU threads: 4 *** LIFE CYCLE STATUS *** Operating System is the current Debian stable version codenamed 'bookworm'! *** RASPBERRY THROTTLING *** Current issues: No throttling issues detected. Previously detected issues: No throttling issues detected. *** TIME AND TIMEZONES *** Local time: Fri 2025-08-29 17:28:16 CEST Universal time: Fri 2025-08-29 15:28:16 UTC RTC time: Fri 2025-08-29 15:28:16 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': pi HOME=/home/pi GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker User that is running 'js-controller': iobroker HOME=/home/iobroker GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c *** DISPLAY-SERVER SETUP *** Display-Server: false Unit display-manager.service could not be found. Display-Manager: Desktop: Session: tty *** MEMORY *** total used free shared buff/cache available Mem: 8.5G 3.9G 3.0G 6.0M 1.6G 4.6G Swap: 209M 0B 209M Total: 8.7G 3.9G 3.2G Active iob-Instances: 36 8063 M total memory 3722 M used memory 3826 M active memory 909 M inactive memory 2889 M free memory 141 M buffer memory 1403 M swap cache 199 M total swap 0 M used swap 199 M free swap *** top - Table Of Processes *** top - 17:28:17 up 5 min, 2 users, load average: 1.40, 1.35, 0.68 Tasks: 233 total, 1 running, 232 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.0 sy, 0.0 ni,100.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 8063.2 total, 2887.4 free, 3724.6 used, 1544.8 buff/cache MiB Swap: 200.0 total, 200.0 free, 0.0 used. 4338.6 avail Mem *** FAILED SERVICES *** UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed. *** DMESG CRITICAL ERRORS *** No critical errors detected *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on udev devtmpfs 3.9G 0 3.9G 0% /dev tmpfs tmpfs 1.6G 5.7M 1.6G 1% /run /dev/mmcblk0p2 ext4 29G 12G 16G 44% / tmpfs tmpfs 4.0G 0 4.0G 0% /dev/shm tmpfs tmpfs 5.0M 64K 5.0M 2% /run/lock /dev/mmcblk0p1 vfat 510M 66M 445M 13% /boot/firmware tmpfs tmpfs 807M 0 807M 0% /run/user/1000 Messages concerning ext4 filesystem in dmesg: [Fri Aug 29 17:22:17 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0 numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=2C:CF:67:34:62:E1 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=87a1b5ec-02 rootfstype=ext4 fsck.repair=yes rootwait [Fri Aug 29 17:22:20 2025] EXT4-fs (mmcblk0p2): mounted filesystem 93c89e92-8f2e-4522-ad32-68faed883d2f ro with ordered data mode. Quota mode: none. [Fri Aug 29 17:22:21 2025] EXT4-fs (mmcblk0p2): re-mounted 93c89e92-8f2e-4522-ad32-68faed883d2f r/w. Show mounted filesystems: TARGET SOURCE FSTYPE OPTIONS / /dev/mmcblk0p2 ext4 rw,noatime,commit=600 `-/boot/firmware /dev/mmcblk0p1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro Files in neuralgic directories: /var: 3.5G /var/ 2.4G /var/log/journal/41e4a03f5b7d490a97523b509aa0a614 2.4G /var/log/journal 2.4G /var/log 543M /var/cache Archived and active journals take up 2.3G in the file system. /opt/iobroker/backups: 12M /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 705M /opt/iobroker/iobroker-data/ 553M /opt/iobroker/iobroker-data/files 113M /opt/iobroker/iobroker-data/backup-objects 99M /opt/iobroker/iobroker-data/files/vis-2 67M /opt/iobroker/iobroker-data/files/echarts.admin The five largest files in iobroker-data are: 35M /opt/iobroker/iobroker-data/objects.jsonl 35M /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map 30M /opt/iobroker/iobroker-data/files/notification-manager.admin/build/index.js.map 26M /opt/iobroker/iobroker-data/files/echarts/static/js/main.41cee985.js.map 26M /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.41cee985.js.map 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-FTDI_FT232R_USB_UART_AI04PGZY-if00-port0 /dev/serial/by-id/usb-busware.de_CUL868-if00 *** ZigBee Settings *** HINT: Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting: tcp Zigbee Network Settings on your coordinator/in nvbackup are: zigbee.X Extended Pan ID: *** MASKED *** Pan ID: *** MASKED *** Channel: *** MASKED *** Network Key: *** MASKED *** To unmask the settings run 'iob diag --unmask' *** NodeJS-Installation *** /usr/bin/nodejs v22.18.0 /usr/bin/node v22.18.0 /usr/bin/npm 10.9.3 /usr/bin/npx 10.9.3 /usr/bin/corepack 0.33.0 nodejs: Installed: 22.18.0-1nodesource1 Candidate: 22.19.0-1nodesource1 Version table: 22.19.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages *** 22.18.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 100 /var/lib/dpkg/status 22.17.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.17.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.16.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.15.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.14.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.13.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.12.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.11.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.10.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.9.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.8.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.7.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.6.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.5.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.1-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.4.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.3.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.2.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.1.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 22.0.0-1nodesource1 1001 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages 18.19.0+dfsg-6~deb12u2 500 500 http://deb.debian.org/debian bookworm/main arm64 Packages 18.19.0+dfsg-6~deb12u1 500 500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages Temp directories causing deletion problem: 0 No problems detected Errors in npm tree: 0 No problems detected Checking for nodejs vulnerability: █████ ██ ██ ██████ ██████ ██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███████ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███████ ███████ ██████ ██████ ██████ ██████ ██ *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. Objects type: jsonl States type: jsonl Hosts: iobroker iobroker (version: 7.0.7, hostname: iobroker , alive, uptime: 336) Core adapters versions js-controller: 7.0.7 admin: 7.6.17 javascript: 8.9.2 nodejs modules from github: 1 +-- iobroker.connector-local-control@0.0.4 (git+ssh://git@github.com/ConnectorGit/ioBroker.connector-local-control.git#af6ca3a95371ad333ec5e967fa33ce251bb87ad3) Adapter State + system.adapter.admin.0 : admin : iobroker - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.backitup.0 : backitup : iobroker - enabled + system.adapter.connector-local-control.0: connector-local-control: iobroker - enabled + system.adapter.cul.0 : cul : iobroker - enabled, port: 23 system.adapter.devices.0 : devices : iobroker - disabled + system.adapter.echarts.0 : echarts : iobroker - enabled + system.adapter.email.0 : email : iobroker - enabled + system.adapter.followthesun.0 : followthesun : iobroker - enabled + system.adapter.fullybrowser.0 : fullybrowser : iobroker - enabled + system.adapter.hm-rega.0 : hm-rega : iobroker - enabled + system.adapter.hm-rpc.0 : hm-rpc : iobroker - enabled, port: 12001 + system.adapter.hm-rpc.1 : hm-rpc : iobroker - enabled, port: 12010 system.adapter.icons-mfd-png.0 : icons-mfd-png : iobroker - disabled system.adapter.icons-mfd-svg.0 : icons-mfd-svg : iobroker - disabled system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker - disabled + system.adapter.influxdb.0 : influxdb : iobroker - enabled, port: 8086 + system.adapter.influxdb.1 : influxdb : iobroker - enabled, port: 8086 + system.adapter.javascript.0 : javascript : iobroker - enabled + system.adapter.jeelink.0 : jeelink : iobroker - enabled + system.adapter.mhi-wfrac.0 : mhi-wfrac : iobroker - enabled + system.adapter.mqtt.0 : mqtt : iobroker - enabled, port: 1882, bind: 0.0.0.0 + system.adapter.notification-manager.0 : notification-manager : iobroker - enabled + system.adapter.nut.0 : nut : iobroker - enabled + system.adapter.onvif.0 : onvif : iobroker - enabled, port: 80, 7575, 8000, 8080, 8081, 8899 + system.adapter.ping.0 : ping : iobroker - enabled + system.adapter.reolink.0 : reolink : iobroker - enabled + system.adapter.reolink.1 : reolink : iobroker - enabled + system.adapter.reolink.2 : reolink : iobroker - enabled + system.adapter.reolink.3 : reolink : iobroker - enabled + system.adapter.reolink.4 : reolink : iobroker - enabled + system.adapter.shelly.0 : shelly : iobroker - enabled, port: 1884, bind: 0.0.0.0 + system.adapter.statistics.0 : statistics : iobroker - enabled + system.adapter.telegram.0 : telegram : iobroker - enabled, port: 8443, bind: 0.0.0.0 system.adapter.vis-2-widgets-collection.0: vis-2-widgets-collection: iobroker - enabled system.adapter.vis-2-widgets-energy.0 : vis-2-widgets-energy : iobroker - disabled system.adapter.vis-2-widgets-inventwo.0 : vis-2-widgets-inventwo: iobroker - disabled system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker - disabled + system.adapter.vis-2.0 : vis-2 : iobroker - enabled system.adapter.vis-icontwo.0 : vis-icontwo : iobroker - disabled + system.adapter.vis-inventwo.0 : vis-inventwo : iobroker - enabled + system.adapter.web.0 : web : iobroker - enabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.worx.0 : worx : iobroker - enabled + system.adapter.ws.0 : ws : iobroker - enabled, port: 8087, bind: 0.0.0.0, run as: admin system.adapter.yr.0 : yr : iobroker - enabled + system.adapter.zigbee.0 : zigbee : iobroker - enabled, port: tcp://192.168.178.75:6638 + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : iobroker - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.cul.0 : cul : iobroker - enabled, port: 23 + system.adapter.hm-rpc.0 : hm-rpc : iobroker - enabled, port: 12001 + system.adapter.hm-rpc.1 : hm-rpc : iobroker - enabled, port: 12010 + system.adapter.influxdb.0 : influxdb : iobroker - enabled, port: 8086 + system.adapter.influxdb.1 : influxdb : iobroker - enabled, port: 8086 + system.adapter.mqtt.0 : mqtt : iobroker - enabled, port: 1882, bind: 0.0.0.0 + system.adapter.onvif.0 : onvif : iobroker - enabled, port: 80, 7575, 8000, 8080, 8081, 8899 + system.adapter.shelly.0 : shelly : iobroker - enabled, port: 1884, bind: 0.0.0.0 + system.adapter.telegram.0 : telegram : iobroker - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.web.0 : web : iobroker - enabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.ws.0 : ws : iobroker - enabled, port: 8087, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee : iobroker - enabled, port: tcp://192.168.178.75:6638 ioBroker-Repositories ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐ │ (index) │ name │ url │ auto upgrade │ ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤ │ 0 │ 'stable' │ 'http://download.iobroker.net/sources-dist.json' │ false │ │ 1 │ 'beta' │ 'http://download.iobroker.net/sources-dist-latest.json' │ false │ └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘ Active repo(s): stable Upgrade policy: none Installed ioBroker-Adapters Used repository: stable Adapter "admin" : 7.6.17 , installed 7.6.17 Adapter "backitup" : 3.3.5 , installed 3.3.5 Adapter "cul" : 2.2.0 , installed 2.2.0 Adapter "devices" : 1.1.5 , installed 1.1.5 Adapter "echarts" : 1.9.2 , installed 1.9.2 Adapter "email" : 2.0.4 , installed 2.0.4 Adapter "followthesun" : 0.5.2 , installed 0.5.2 Adapter "fullybrowser" : 3.1.2 , installed 3.1.2 Adapter "hm-rega" : 5.1.0 , installed 5.1.0 Adapter "hm-rpc" : 2.0.2 , installed 2.0.2 Adapter "icons-mfd-png": 1.2.1 , installed 1.2.1 Adapter "icons-mfd-svg": 1.2.0 , installed 1.2.0 Adapter "icons-open-icon-library-png": 0.1.2, installed 0.1.2 Adapter "influxdb" : 4.0.2 , installed 4.0.2 Adapter "javascript" : 8.9.2 , installed 8.9.2 Adapter "jeelink" : 1.2.5 , installed 1.2.5 Controller "js-controller": 7.0.7 , installed 7.0.7 Adapter "mhi-wfrac" : 2.1.7 , installed 2.1.7 Adapter "mqtt" : 6.1.2 , installed 6.1.2 Adapter "notification-manager": 1.3.0, installed 1.3.0 Adapter "nut" : 1.6.0 , installed 1.6.0 Adapter "onvif" : 1.1.4 , installed 1.1.4 Adapter "ping" : 1.6.2 , installed 1.6.2 Adapter "reolink" : 1.2.3 , installed 1.2.3 Adapter "shelly" : 10.1.0 , installed 10.1.0 Adapter "socketio" : 6.7.1 , installed 6.7.1 Adapter "statistics" : 2.4.0 , installed 2.4.0 Adapter "telegram" : 4.1.0 , installed 4.1.0 Adapter "vis-2" : 2.12.12 , installed 2.12.12 Adapter "vis-2-widgets-collection": 1.8.1, installed 1.8.1 Adapter "vis-2-widgets-energy": 1.0.2, installed 1.0.2 Adapter "vis-2-widgets-inventwo": 0.2.2, installed 0.2.2 Adapter "vis-2-widgets-material": 1.4.10, installed 1.4.10 Adapter "vis-icontwo" : 1.12.0 , installed 1.12.0 Adapter "vis-inventwo" : 3.3.5 , installed 3.3.5 Adapter "web" : 7.0.8 , installed 7.0.8 Adapter "worx" : 3.2.6 , installed 3.2.6 Adapter "ws" : 2.6.2 , installed 2.6.2 Adapter "yr" : 5.3.0 , installed 5.3.0 Adapter "zigbee" : 2.0.5 , installed 2.0.5 Objects and States Please stand by - This may take a while Objects: 14416 States: 11412 *** OS-Repositories and Updates *** Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 https://apt.grafana.com stable InRelease Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease Hit:5 https://repos.influxdata.com/debian stable InRelease Hit:6 http://deb.debian.org/debian bookworm-updates InRelease Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease Hit:8 https://apt.debmatic.de/debmatic stable InRelease Reading package lists... Pending Updates: 16 *** Listening Ports *** Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 0.0.0.0:32001 0.0.0.0:* LISTEN 0 9268 1289/rfd tcp 0 0 127.0.0.1:12001 0.0.0.0:* LISTEN 1001 7805 1771/io.hm-rpc.0 tcp 0 0 127.0.0.1:12010 0.0.0.0:* LISTEN 1001 9733 1792/io.hm-rpc.1 tcp 0 0 0.0.0.0:31999 0.0.0.0:* LISTEN 0 7607 1575/ReGaHss.normal tcp 0 0 0.0.0.0:8183 0.0.0.0:* LISTEN 0 8734 1575/ReGaHss.normal tcp 0 0 0.0.0.0:8181 0.0.0.0:* LISTEN 0 7208 1119/lighttpd tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 8618 1335/iobroker.js-co tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 8613 1335/iobroker.js-co tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 7207 1119/lighttpd tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 1002 894/sshd: /usr/sbin tcp 0 0 0.0.0.0:9292 0.0.0.0:* LISTEN 0 7214 1119/lighttpd tcp 0 0 0.0.0.0:1882 0.0.0.0:* LISTEN 1001 9754 1808/io.mqtt.0 tcp 0 0 0.0.0.0:1884 0.0.0.0:* LISTEN 1001 10577 1856/io.shelly.0 tcp 0 0 127.0.0.1:30080 0.0.0.0:* LISTEN 0 6107 1224/lighttpd tcp 0 0 0.0.0.0:2010 0.0.0.0:* LISTEN 0 7212 1119/lighttpd tcp 0 0 0.0.0.0:2001 0.0.0.0:* LISTEN 0 7216 1119/lighttpd tcp 0 0 0.0.0.0:2000 0.0.0.0:* LISTEN 0 7218 1119/lighttpd tcp 0 0 0.0.0.0:1999 0.0.0.0:* LISTEN 0 7210 1119/lighttpd tcp6 0 0 :::39292 :::* LISTEN 0 10270 1330/java tcp6 0 0 :::3000 :::* LISTEN 106 9375 1333/grafana tcp6 0 0 :::32010 :::* LISTEN 0 7158 1330/java tcp6 0 0 :::8181 :::* LISTEN 0 7209 1119/lighttpd tcp6 0 0 :::8082 :::* LISTEN 1001 10106 2102/io.web.0 tcp6 0 0 :::8081 :::* LISTEN 1001 8660 1446/io.admin.0 tcp6 0 0 :::8087 :::* LISTEN 1001 11586 2117/io.ws.0 tcp6 0 0 :::8086 :::* LISTEN 999 9280 1076/influxd tcp6 0 0 :::80 :::* LISTEN 0 7206 1119/lighttpd tcp6 0 0 :::22 :::* LISTEN 0 1004 894/sshd: /usr/sbin tcp6 0 0 :::9294 :::* LISTEN 0 7465 1330/java tcp6 0 0 :::9293 :::* LISTEN 0 7464 1330/java tcp6 0 0 :::9292 :::* LISTEN 0 7215 1119/lighttpd tcp6 0 0 :::2010 :::* LISTEN 0 7213 1119/lighttpd tcp6 0 0 :::2001 :::* LISTEN 0 7217 1119/lighttpd tcp6 0 0 :::2000 :::* LISTEN 0 7219 1119/lighttpd tcp6 0 0 :::1999 :::* LISTEN 0 7211 1119/lighttpd tcp6 0 0 :::18075 :::* LISTEN 1001 9688 1729/io.fullybrowse udp 0 0 0.0.0.0:32101 0.0.0.0:* 1001 11283 1950/io.connector-l udp 0 0 0.0.0.0:52923 0.0.0.0:* 104 6378 720/avahi-daemon: r udp 0 0 127.0.0.1:8182 0.0.0.0:* 0 6106 1199/hss_led udp 0 0 0.0.0.0:33941 0.0.0.0:* 0 9269 1289/rfd udp 0 0 0.0.0.0:5353 0.0.0.0:* 104 6376 720/avahi-daemon: r udp 0 0 0.0.0.0:1900 0.0.0.0:* 0 1996 1179/ssdpd udp 0 0 127.0.0.1:1998 0.0.0.0:* 0 10305 1575/ReGaHss.normal udp 0 0 0.0.0.0:43439 0.0.0.0:* 0 6059 1175/eq3configd udp6 0 0 fe80::c317:5c0b:740:546 :::* 0 6536 851/NetworkManager udp6 0 0 :::5353 :::* 104 6377 720/avahi-daemon: r udp6 0 0 :::38399 :::* 104 6379 720/avahi-daemon: r udp6 0 0 :::42804 :::* 0 8612 1330/java *** Log File - Last 25 Lines *** 2025-08-29 17:24:57.458 - info: reolink.3 (2147) Changed state: EmailNotification 2025-08-29 17:24:57.459 - error: reolink.3 (2147) Set mail notification: Value not supported! 2025-08-29 17:24:59.107 - info: host.iobroker instance system.adapter.reolink.4 in version "1.2.3" started with pid 2197 2025-08-29 17:25:00.110 - info: reolink.4 (2197) starting. Version 1.2.3 in /opt/iobroker/node_modules/iobroker.reolink, node: v22.18.0, js-controller: 7.0.7 2025-08-29 17:25:00.120 - info: reolink.4 (2197) Reolink adapter has started 2025-08-29 17:25:00.121 - info: reolink.4 (2197) Current IP: 192.168.178.80 2025-08-29 17:25:01.219 - info: reolink.4 (2197) State value to set for "reolink.4.settings.EmailNotification" has to be type "number" but received type "string" 2025-08-29 17:25:01.261 - info: reolink.4 (2197) Changed state: EmailNotification 2025-08-29 17:25:01.261 - error: reolink.4 (2197) Set mail notification: Value not supported! 2025-08-29 17:25:03.088 - info: host.iobroker instance system.adapter.mhi-wfrac.0 in version "2.1.7" started with pid 2212 2025-08-29 17:25:03.906 - info: mhi-wfrac.0 (2212) starting. Version 2.1.7 in /opt/iobroker/node_modules/iobroker.mhi-wfrac, node: v22.18.0, js-controller: 7.0.7 2025-08-29 17:25:05.762 - info: web.0 (2102) ==> Connected system.user.admin from ::ffff:192.168.178.58 2025-08-29 17:25:09.168 - info: web.0 (2102) ==> Connected system.user.admin from ::ffff:192.168.178.58 2025-08-29 17:25:37.966 - error: mhi-wfrac.0 (2212) Klimaanlage: Failed to register device! | Error: connect EHOSTUNREACH 192.168.178.31:51443 2025-08-29 17:27:23.147 - info: admin.0 (1446) ==> Connected system.user.admin from ::ffff:192.168.178.20 2025-08-29 17:27:31.484 - info: host.iobroker stopInstance system.adapter.mhi-wfrac.0 (force=false, process=true) 2025-08-29 17:27:31.488 - info: mhi-wfrac.0 (2212) Got terminate signal TERMINATE_YOURSELF 2025-08-29 17:27:31.489 - info: mhi-wfrac.0 (2212) terminating 2025-08-29 17:27:31.490 - info: mhi-wfrac.0 (2212) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason 2025-08-29 17:27:31.543 - info: host.iobroker stopInstance system.adapter.mhi-wfrac.0 send kill signal 2025-08-29 17:27:31.991 - info: mhi-wfrac.0 (2212) terminating 2025-08-29 17:27:32.031 - info: host.iobroker instance system.adapter.mhi-wfrac.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2025-08-29 17:27:35.364 - info: host.iobroker instance system.adapter.mhi-wfrac.0 in version "2.1.7" started with pid 3693 2025-08-29 17:27:36.215 - info: mhi-wfrac.0 (3693) starting. Version 2.1.7 in /opt/iobroker/node_modules/iobroker.mhi-wfrac, node: v22.18.0, js-controller: 7.0.7 2025-08-29 17:28:07.982 - error: mhi-wfrac.0 (3693) Klimaanlage: Failed to register device! | Error: connect EHOSTUNREACH 192.168.178.31:51443
============ Mark until here for C&P =============
-
RE: Wir empfehlen: Node.js 22.x
@thomas-braun @thomas-braun Vielen Dank, das hat funktioniert!
Möglicherweise lag es sogar nur daran, dass nach dem Update die vorgewählte serielle Schnittstelle in den Adaptereinstellung geleert wurde, sprich neu ausgewählt werden musste.