Skip to content

Error/Bug

6.6k Topics 74.7k Posts

Hier könnt ihr Fehler von ioBroker melden

NEWS

  • Arbeitsweise von Tuya (möchte gerne feste IP zuweisen)

    42
    0 Votes
    42 Posts
    7k Views
    K
    @apollon77 said in Arbeitsweise von Tuya (möchte gerne feste IP zuweisen): So mal als "off topic Randnotiz" zum Thema Netzwerk-Segmentierung: Wer später überlegt auch Matter einzusetzen - sei es über ioBroker oder echte Geräte der sollte dies nur tun wenn er auch gescheit konfigurieren kann das MDNS/UDP über die Netzgrenzen geroutet wird undIPv6 geht ... Sonst seid Ihr was Matter angeht "raus". Braucht man für MDNS/UDP IPv6 ? Das habe ich in der Tat oft abgeschaltet... Aber zu meiner eigentlcihen Frage zu Tuya: habe da leider wieder ein Problem... Ein Lichtschalter schaltet schon lange nicht mehr. Habe mir jetzt die Logs mal genauer angeguckt. Also "verbunden" iss er irgendwie, aber iobroker kann nicht schaltet... Als wenn er da hängt. Kommt folgende Meldung: tuya.0 2024-10-10 16:17:23.184 debug 3065444498f4abb7e0aa.1: set value false via 3065444498f4abb7e0aa (Local): res=undefined tuya.0 2024-10-10 16:17:23.184 debug 3065444498f4abb7e0aa: Error from device (0): App still open on your mobile phone? Timeout waiting for status response from device id: 3065444498f4abb7e0aa tuya.0 2024-10-10 16:17:18.183 debug 3065444498f4abb7e0aa onChange triggered for 1 and value false tuya.0 2024-10-10 16:17:18.183 debug stateChange tuya.0.3065444498f4abb7e0aa.1 {"val":false,"ack":false,"ts":1728569838181,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1728569838181} tuya.0 2024-10-10 16:17:09.459 debug 3065444498f4abb7e0aa request data via get ... Tuya ist Version 3.16 - ob ich die mal aus GIT installieren sollte ? Oder kann man nur einzelne Objekte entfernen ? Also geöffnet ist Tuya nicht mehr auf Handy oder so. Hab n altes Tablet, wo ich SmartLife mit entsprechender Version habe - da geht es auch zu schalten. Hatten das eben noch mal mit Proxy durchlaufen lassen. Aber Tablet ist mittlerweile auch extra neu gestartet. Aber Meldung bleibt. LG
  • (gelöst) Adapter downgrade funktioniert nicht

    7
    0 Votes
    7 Posts
    596 Views
    M
    @haus-automatisierung @Thomas-Braun alles klar. ich habs gerade überprüft. ist im übrigen bei einigen adaptern so, dass versionen angegeben sind, welche im NPMJS nicht existieren. ich stelle es auf "gelöst" und versuche meinen zigbee2mqtt fehler zu lokalisieren. ;-) danke für die schnelle unterstützung. wieder was dazu gelernt.
  • ModBus Error FC5 write request outside coils boundaries

    4
    2
    0 Votes
    4 Posts
    686 Views
    D
    @hennerich Danke für deine Info. Bei mir war das Problem, dass ich dachte ich könnte sowohl bei analogen als auch digitalen Datenpunkte mit der Adresse 0 Anfangen. Das scheint so nicht zu funktionieren. Nachdem ich bei den digitalen Datenpunkten mit einer noch nicht verwendeten Adresse begonnen habe, war mein Problem erledigt. Gruß Dirk
  • 0 Votes
    22 Posts
    3k Views
    sigi234S
    @hotspot_2 sagte in beta admin (v7.2.1) Cannot find i18n und Gui Fehler: Bei mir funktioniert die Authentifizierung wieder normal (--auth true) mit dem 7.2.4 Update. Wollte ich nur mal kurz Bescheid geben ;-). Hängt das ev. zusammen? https://github.com/ioBroker/ioBroker.admin/issues/2756
  • Nach Update Anmeldung nicht mehr möglich

    39
    0 Votes
    39 Posts
    6k Views
    T
    @shadowhunter23 Das Downgrade auf 7.2.0 funktioniert. Habe mit der 7.2.0 soeben sogar den js-controller auf 7.0.0 aktualisiert. Keine weiteren Probleme. Danke :)
  • [gelöst] Workaround Raspi5 und GPIOs

    16
    0 Votes
    16 Posts
    2k Views
    Meister MopperM
    @dpcfan sagte in Nach Node Update geht nix mehr: Hallo! Ich habe das Thema jetzt umgangen: Ich hatte noch einen NodeMCU rumliegen und habe ESPeasy Image drauf gehabt, hier kann man recht einfach den GPIO von dem Board nutzen und es per MQTT an iobroker senden lassen ... läuft jetzt mal 1 Tag, mal sehen wie stabil das ist. So hätte ich nun auch eine Umgebung, die ich auch ohne GPOI Zugriff in einen Docker Container verschieben kann und damit eigentlich mein Szenario von vor 6 Monaten umgesetzt habe :-) ... so kommt Eins zum Anderen Es wäre aus meiner Perspektive jetzt der Zeitpunkt, da du den Thread-Titel auf was Recherchierbares änderst und dann ein [gelöst] voranstellst.
  • Nächtlicher Systemabsturz

    17
    0 Votes
    17 Posts
    2k Views
    B
    @marc-berg sagte in Nächtlicher Systemabsturz: @bloop sagte in Nächtlicher Systemabsturz: Die LXC mit der InfluxDB hat sich aber erst nach 05:00 gefüllt. Gibt's auch eine Kurve für die Festplattennutzung? Nichts wirklich brauchbares. [image: 1728241818251-dc4feb95-a86a-4e69-8bb8-47ae1a200d4e-image.png] Die Belastung scheint völlig normal zu sein. Ab 5:34 bricht jedoch die Aufzeichnung bis zum Neustart ab. Die angezeigten Daten kommen nicht aus iobroker sondern direkt aus Proxmox.
  • Blockly Skripte korrupt ("Cannot extract Blockly code!")

    4
    1
    0 Votes
    4 Posts
    477 Views
    D
    @meister-mopper Ich konnte das Problem lösen: Ich habe bei allen Adaptern, die ich in meinen Skripten bei SendTo verwende um eine Instanz erweitert. (Telegram, Email, Awtrix). Dann waren die SendTo-Blöcke bei neuen Skripten wieder auswählbar und in den bestehenden Skripten sind die Fehler weg. Danach konnte ich die neuen Instanzen wieder löschen und es funktioniert weiterhin. Ob das jetzt ein Bug der betroffenen Adapter war oder an meinem System liegt, vermag ich nicht zu sagen.
  • Javascript Bug in "ausblenden Lasche" der Scripte

    12
    1
    0 Votes
    12 Posts
    1k Views
    Rene55R
    @stenmic Ich hab das gerade mal mit einer 8.3.1 getestet. Hier bleiben beim Zu/Aufklappen nicht gespeicherte Änderungen bestehen. Bin da bei neueren Versionen auch schon blöd mit aufgefallen, dachte erst 'liegt an mir'. Ergänzung: bis 8.6.0 ist ok, ab 8.7.0 gibt es diesen 'Effekt'. Issue 101 erstellt.
  • BLE-Adapter empfängt keine Daten

    6
    0 Votes
    6 Posts
    693 Views
    Thomas BraunT
    @dan_ce sagte in BLE-Adapter empfängt keine Daten: Ich sehe keine Auffälligkeiten: Ich schon. Setz das in nächster Zeit komplett NEU auf. Raspberry 12 als reines 64Bit-System dann. Boot Target: graphical.target sudo systemctl set-default multi-user.target dhcpcd.service loaded failed failed DHCP Client Daemon Was ist damit los? Adapter "javascript" : 8.8.3 , installed 8.7.6 [Updatable] Updaten. Das Grafana Repository muss nochmal frisch angelegt werden, ich würde da auch nicht das Enterprise-Repo verwenden. Bei deconz würde ich nicht die Beta verwenden. Configured timezone "Europe/Berlin" and system timezone "Europe/Luxembourg" do not match. Please check configuration Schau dir das an.
  • Roborock Adapater set über REST/MQTT

    1
    0 Votes
    1 Posts
    97 Views
    No one has replied
  • Objekte werden nicht angezeigt - weißer Bildschirm

    script adapter
    10
    0 Votes
    10 Posts
    760 Views
    Ro75R
    @chiob314 Kommando zurück. Gerade wird diese Version mir im STABLE auch angeboten. Also OK. Ro75.
  • Cannot parse views file ".../vis-views.json"

    2
    0 Votes
    2 Posts
    296 Views
    M
    @matrose65 Hallo zusammen. Ich antworte mal selbst. Ich habe das Problem zum Anlass genommen und baue meine Vis zu Vis2 um. Da habe ich das Problem bis jetzt nicht. Uwe
  • Admin Interface nach Update nicht mehr erreichbar

    6
    0 Votes
    6 Posts
    876 Views
    ?
    @hardy_01 nimm am besten eine neue SD Karte, dann hast du, falls du etwas nachschauen mussst, das alte System noch.
  • 0 Votes
    4 Posts
    549 Views
    bmueller77B
    Ich hab den Fehler gefunden. Hatte gestern zur Ansteuerung von Bring per NFC das Forcieren von Websockets eingeschaltet, weil es nur mit der Simple API erst nicht lief. Nach Deaktivierung geht wieder alles. @crunchip: Danke für den Hinweis mit dem Browser-Log.
  • (Neu-)Installation von ioBroker schlägt fehl

    11
    0 Votes
    11 Posts
    1k Views
    E
    @thomas-braun Danke für Deine Mühe. Hatte heute Zeit und hab doch neu aufgesetzt und mal alles dokumentiert, was ich gemacht habe dabei :-)
  • Nuki Adapter error - unescaped characters

    7
    0 Votes
    7 Posts
    765 Views
    W
    Ich habe Nuki-Instanz und Nuki-Adapter deinstalliert. Der Objektbaum wurde dabei automatisch gelöscht. Dann Nuki-Extended installiert, funktioniert bis jetzt ohne Probleme.
  • Hohe Speicherauslastung IOBroker auf Raspberry Pi 5 8GB

    3
    1
    0 Votes
    3 Posts
    547 Views
    Thomas BraunT
    @vippis Spiel die 56 Updates ein und heb die Kiste auf nodejs 20. Die ioBroker-Adapter auch auf einen aktuellen Stand bringen.
  • Startloop nach js-controller Upgrade

    18
    0 Votes
    18 Posts
    2k Views
    G
    @meister-mopper natürlich geht das, wie geschrieben habe ich den Hinweis nicht verstanden. gerd@server:~$ systemctl status redis.service ● redis-server.service - Advanced key-value store Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2024-09-26 13:19:37 CEST; 1 day 7h ago Docs: http://redis.io/documentation, man:redis-server(1) Main PID: 8021 (redis-server) Status: "Ready to accept connections" Tasks: 6 (limit: 23863) Memory: 13.3M CGroup: /system.slice/redis-server.service └─8021 /usr/bin/redis-server 127.0.0.1:6379 Sep 26 13:19:37 server systemd[1]: Starting Advanced key-value store... Sep 26 13:19:37 server systemd[1]: Started Advanced key-value store.
  • Probleme mit Shelly mqtt

    15
    0 Votes
    15 Posts
    2k Views
    K
    @samson71 EDIT - Gelöst mit dieser Einstellung [image: 1727767844385-858ed006-9150-4429-b9e6-43ecc4bf1262-image.png] Leider hat @jenbenn nichts weiter geschrieben, ob sich das Thema bei ihm erledigt hat. Ich bringe den Thread nochmal hoch. In meinem Log kommt leider auch fortlaufend die Nachricht received pubcomp for unknown messageId 3 Hier schon mal mein iob diag Skript v.2024-08-12 *** BASE SYSTEM *** Static hostname: iobroker Icon name: computer-vm Chassis: vm 🖴 Virtualization: kvm Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.1.0-25-amd64 Architecture: x86-64 Hardware Vendor: QEMU Hardware Model: Standard PC _i440FX + PIIX, 1996_ Firmware Version: rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org OS is similar to: model name : QEMU Virtual CPU version 2.5+ Docker : false Virtualization : kvm Kernel : x86_64 Userland : 64 bit Systemuptime and Load: 16:56:17 up 2 days, 8:06, 3 users, load average: 0.47, 0.38, 0.31 CPU threads: 4 *** Time and Time Zones *** Local time: Fri 2024-09-27 16:56:17 CEST Universal time: Fri 2024-09-27 14:56:17 UTC RTC time: Fri 2024-09-27 14:56:17 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 cdrom floppy sudo audio dip video plugdev users netdev iobroker User that is running 'js-controller': iobroker HOME=/home/iobroker GROUPS=iobroker tty dialout audio video plugdev redis *** Display-Server-Setup *** Display-Server: false Desktop: Terminal: tty Boot Target: graphical.target *** MEMORY *** total used free shared buff/cache available Mem: 16G 4.8G 10G 585K 1.5G 11G Swap: 1.0G 0B 1.0G Total: 17G 4.8G 11G Active iob-Instances: 53 15992 M total memory 4551 M used memory 336 M active memory 5069 M inactive memory 10263 M free memory 131 M buffer memory 1338 M swap cache 974 M total swap 0 M used swap 974 M free swap *** top - Table Of Processes *** top - 16:56:17 up 2 days, 8:06, 3 users, load average: 0.47, 0.38, 0.31 Tasks: 162 total, 3 running, 159 sleeping, 0 stopped, 0 zombie %Cpu(s):100.0 us, 0.0 sy, 0.0 ni, 0.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 15992.7 total, 10260.7 free, 4553.9 used, 1470.3 buff/cache MiB Swap: 975.0 total, 975.0 free, 0.0 used. 11438.7 avail Mem *** FAILED SERVICES *** UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed. *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on udev devtmpfs 7.8G 0 7.8G 0% /dev tmpfs tmpfs 1.6G 580K 1.6G 1% /run /dev/sda1 ext4 15G 12G 2.5G 83% / tmpfs tmpfs 7.9G 0 7.9G 0% /dev/shm tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs tmpfs 1.6G 0 1.6G 0% /run/user/1000 Messages concerning ext4 filesystem in dmesg: [Wed Sep 25 08:49:57 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none. [Wed Sep 25 08:49:58 2024] EXT4-fs (sda1): re-mounted. Quota mode: none. Show mounted filesystems: TARGET SOURCE FSTYPE OPTIONS / /dev/sda1 ext4 rw,relatime,errors=remount-ro Files in neuralgic directories: /var: 1.8G /var/ 1.2G /var/log/journal/f78de3547b0149a78c6e67d9bf816f18 1.2G /var/log/journal 1.2G /var/log 353M /var/cache Hint: You are currently not seeing messages from other users and the system. Users in groups 'adm', 'systemd-journal' can see all messages. Pass -q to turn off this notice. Archived and active journals take up 23.7M in the file system. /opt/iobroker/backups: 1.5M /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 1.7G /opt/iobroker/iobroker-data/ 1.4G /opt/iobroker/iobroker-data/files 441M /opt/iobroker/iobroker-data/files/javascript.admin 409M /opt/iobroker/iobroker-data/files/javascript.admin/static 408M /opt/iobroker/iobroker-data/files/javascript.admin/static/js The five largest files in iobroker-data are: 80M /opt/iobroker/iobroker-data/objects.jsonl 38M /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map 29M /opt/iobroker/iobroker-data/files/telegram-menu.admin/build/index.js.map 27M /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map 26M /opt/iobroker/iobroker-data/files/echarts/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-SHA_CUL868-if00 HINT: Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting: tcp *** NodeJS-Installation *** /usr/bin/nodejs v20.17.0 /usr/bin/node v20.17.0 /usr/bin/npm 10.8.2 /usr/bin/npx 10.8.2 /usr/bin/corepack 0.29.3 nodejs: Installed: 20.17.0-1nodesource1 Candidate: 20.17.0-1nodesource1 Version table: *** 20.17.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 100 /var/lib/dpkg/status 20.16.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.15.1-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.15.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.14.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.13.1-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.13.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.12.2-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.12.1-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.12.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.11.1-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.11.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.10.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.9.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.8.1-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.8.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.7.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.6.1-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.6.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.5.1-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.5.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.4.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.3.1-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.3.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.2.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.1.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 20.0.0-1nodesource1 1001 500 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages 18.19.0+dfsg-6~deb12u2 500 500 http://deb.debian.org/debian bookworm/main amd64 Packages 18.19.0+dfsg-6~deb12u1 500 500 http://security.debian.org/debian-security bookworm-security/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: redis Core adapters versions js-controller: 6.0.11 admin: 7.1.5 javascript: 8.7.6 nodejs modules from github: 6 +-- iobroker.energiefluss-erweitert@0.4.1 (git+ssh://git@github.com/SKB-CGN/ioBroker.energiefluss-erweitert.git#2e63ad165a0c0147f01955b024a2ca002299ad65) +-- iobroker.fronius-solarweb@0.1.0 (git+ssh://git@github.com/TA2k/ioBroker.fronius-solarweb.git#ca2f1a4972992cbd0d14bb25f5f7546219dd5b9e) +-- iobroker.info@2.0.0 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.info.git#863fada0c02d8c0f718022943bb783f40514f059) +-- iobroker.mercedesme@0.2.3 (git+ssh://git@github.com/TA2k/ioBroker.mercedesme.git#127508de20b11a628957ab2478fbf590ef99cf9f) +-- iobroker.scheppach-roboticmower@0.0.1 (git+ssh://git@github.com/TA2k/ioBroker.scheppach-roboticmower.git#b7a5aa58bca3c366b03249e8488ae6d7c4342ffd) +-- iobroker.solaredge-modbus@0.0.25 (git+ssh://git@github.com/joergspoerl/ioBroker.solaredge-modbus.git#a17300b3182465292a476c4e0fbaa96c9706e14d) Adapter State + system.adapter.admin.0 : admin : iobroker - enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.airconwithme.0 : airconwithme : iobroker - enabled, compact disabled + system.adapter.alexa2.0 : alexa2 : iobroker - enabled, compact disabled + system.adapter.alexa2.1 : alexa2 : iobroker - enabled, compact disabled system.adapter.alias-manager.0 : alias-manager : iobroker - disabled, compact disabled + system.adapter.awtrix-light.0 : awtrix-light : iobroker - enabled, compact disabled system.adapter.awtrix-light.1 : awtrix-light : iobroker - disabled, compact disabled + system.adapter.backitup.0 : backitup : iobroker - enabled, compact disabled + system.adapter.cloud.0 : cloud : iobroker - enabled, compact disabled system.adapter.daswetter.0 : daswetter : iobroker - enabled, compact disabled + system.adapter.device-reminder.0 : device-reminder : iobroker - enabled, compact disabled + system.adapter.device-reminder.1 : device-reminder : iobroker - enabled, compact disabled + system.adapter.device-watcher.0 : device-watcher : iobroker - enabled, compact disabled + system.adapter.deyeidc.1 : deyeidc : iobroker - enabled, compact disabled, port: 8899 + system.adapter.discovery.0 : discovery : iobroker - disabled, compact disabled system.adapter.dwd.0 : dwd : iobroker - enabled, compact disabled + system.adapter.echarts.0 : echarts : iobroker - disabled, compact disabled + system.adapter.email.0 : email : iobroker - enabled, compact disabled + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: iobroker - enabled, compact disabled system.adapter.evcc.0 : evcc : iobroker - disabled, compact disabled, port: 7070 system.adapter.fb-checkpresence.0 : fb-checkpresence : iobroker - disabled, compact disabled system.adapter.feiertage.0 : feiertage : iobroker - enabled, compact disabled system.adapter.flot.0 : flot : iobroker - disabled system.adapter.fronius-solarweb.0 : fronius-solarweb : iobroker - disabled, compact disabled system.adapter.fullybrowser.0 : fullybrowser : iobroker - disabled, compact disabled + system.adapter.go-e.0 : go-e : iobroker - enabled, compact disabled system.adapter.hass.0 : hass : iobroker - disabled, compact disabled, port: 8123 + system.adapter.history.0 : history : iobroker - enabled, compact disabled + system.adapter.hm-rega.0 : hm-rega : iobroker - enabled, compact disabled + system.adapter.hm-rpc.0 : hm-rpc : iobroker - enabled, compact disabled, port: 0 + system.adapter.homeconnect.0 : homeconnect : iobroker - enabled, compact disabled system.adapter.ical.0 : ical : iobroker - enabled, compact disabled system.adapter.icons-icons8.0 : icons-icons8 : iobroker - disabled 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-ultimate-png.0 : icons-ultimate-png : iobroker - disabled + system.adapter.influxdb.0 : influxdb : iobroker - enabled, compact disabled, port: 8086 + system.adapter.info.0 : info : iobroker - enabled, compact disabled + system.adapter.iot.0 : iot : iobroker - enabled, compact disabled system.adapter.iqontrol.0 : iqontrol : iobroker - disabled, compact disabled system.adapter.iwg-vpn.0 : iwg-vpn : iobroker - disabled, compact disabled system.adapter.jarvis.0 : jarvis : iobroker - disabled, compact disabled + system.adapter.javascript.0 : javascript : iobroker - enabled, compact disabled system.adapter.maxcube.0 : maxcube : iobroker - disabled, port: 62910, bind: 0.0.0.0 + system.adapter.mercedesme.0 : mercedesme : iobroker - enabled, compact disabled + system.adapter.meross.0 : meross : iobroker - enabled, compact disabled + system.adapter.mihome-vacuum.1 : mihome-vacuum : iobroker - enabled, compact disabled, port: 54321 system.adapter.mobile.0 : mobile : iobroker - disabled + system.adapter.modbus.2 : modbus : iobroker - enabled, compact disabled system.adapter.mqtt.0 : mqtt : iobroker - disabled, compact disabled, port: 1886, bind: 0.0.0.0 system.adapter.netatmo-crawler.0 : netatmo-crawler : iobroker - disabled, compact disabled + system.adapter.netatmo.0 : netatmo : iobroker - enabled, compact disabled system.adapter.onvif.0 : onvif : iobroker - disabled, compact disabled, port: 80, 7575, 8000, 8080, 8081, 8899 + system.adapter.pollenflug.0 : pollenflug : iobroker - disabled, compact disabled + system.adapter.proxmox.0 : proxmox : iobroker - enabled, compact disabled, port: 8006 + system.adapter.pvforecast.0 : pvforecast : iobroker - enabled, compact disabled + system.adapter.scheppach-roboticmower.0 : scheppach-roboticmower: iobroker - enabled, compact disabled system.adapter.schoolfree.0 : schoolfree : iobroker - enabled, compact disabled system.adapter.schoolfree.1 : schoolfree : iobroker - enabled, compact disabled + system.adapter.shelly.0 : shelly : iobroker - enabled, compact disabled, port: 1882, bind: 0.0.0.0 + system.adapter.shelly.1 : shelly : iobroker - enabled, compact disabled, port: 1886, bind: 0.0.0.0 system.adapter.shuttercontrol.0 : shuttercontrol : iobroker - disabled, compact disabled system.adapter.smartcontrol.0 : smartcontrol : iobroker - disabled, compact disabled + system.adapter.smartthings.0 : smartthings : iobroker - enabled, compact disabled system.adapter.socketio.0 : socketio : iobroker - disabled, compact disabled, port: 8084, bind: 0.0.0.0, run as: admin system.adapter.solaredge-modbus.0 : solaredge-modbus : iobroker - disabled, compact disabled, port: 1502 system.adapter.solaredge.0 : solaredge : iobroker - enabled, compact disabled + system.adapter.sonoff.0 : sonoff : iobroker - enabled, compact disabled, port: 1887, bind: 0.0.0.0 + system.adapter.sourceanalytix.0 : sourceanalytix : iobroker - enabled, compact disabled system.adapter.sprinklecontrol.0 : sprinklecontrol : iobroker - disabled, compact disabled + system.adapter.tankerkoenig.0 : tankerkoenig : iobroker - enabled, compact disabled system.adapter.telegram-menu.0 : telegram-menu : iobroker - disabled, compact disabled + system.adapter.telegram.0 : telegram : iobroker - enabled, compact disabled, port: 8443, bind: 0.0.0.0 + system.adapter.telegram.1 : telegram : iobroker - enabled, compact disabled, port: 8443, bind: 0.0.0.0 + system.adapter.telegram.2 : telegram : iobroker - enabled, compact disabled, port: 8443, bind: 0.0.0.0 + system.adapter.tesla-motors.0 : tesla-motors : iobroker - enabled, compact disabled system.adapter.text2command.0 : text2command : iobroker - disabled, compact disabled + system.adapter.tibberlink.0 : tibberlink : iobroker - enabled, compact disabled system.adapter.tibberlink.1 : tibberlink : iobroker - disabled, compact disabled + system.adapter.trashschedule.0 : trashschedule : iobroker - enabled, compact disabled system.adapter.tuya.0 : tuya : iobroker - disabled, compact disabled + system.adapter.unifi.0 : unifi : iobroker - enabled, compact disabled system.adapter.vis-2-widgets-jaeger-design.0: vis-2-widgets-jaeger-design: iobroker - enabled system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker - enabled + system.adapter.vis-2.0 : vis-2 : iobroker - enabled, compact disabled system.adapter.vis-bars.0 : vis-bars : iobroker - disabled system.adapter.vis-fancyswitch.0 : vis-fancyswitch : iobroker - disabled system.adapter.vis-history.0 : vis-history : iobroker - disabled system.adapter.vis-hqwidgets.0 : vis-hqwidgets : iobroker - disabled system.adapter.vis-icontwo.0 : vis-icontwo : iobroker - disabled, compact disabled + system.adapter.vis-inventwo.0 : vis-inventwo : iobroker - enabled, compact disabled system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd : iobroker - disabled system.adapter.vis-justgage.0 : vis-justgage : iobroker - disabled system.adapter.vis-map.0 : vis-map : iobroker - disabled system.adapter.vis-metro.0 : vis-metro : iobroker - disabled system.adapter.vis-plumb.0 : vis-plumb : iobroker - disabled system.adapter.vis-rgraph.0 : vis-rgraph : iobroker - disabled system.adapter.vis-timeandweather.0 : vis-timeandweather : iobroker - disabled system.adapter.vis-weather.0 : vis-weather : iobroker - disabled system.adapter.vis.0 : vis : iobroker - disabled, compact disabled system.adapter.weatherunderground.0 : weatherunderground : iobroker - enabled, compact disabled + system.adapter.web.0 : web : iobroker - enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.welcome.0 : welcome : iobroker - enabled, compact disabled, port: 80, bind: 0.0.0.0, run as: admin + system.adapter.wireless-mbus.0 : wireless-mbus : iobroker - enabled, compact disabled system.adapter.yr.0 : yr : iobroker - enabled, compact disabled + system.adapter.zigbee.0 : zigbee : iobroker - enabled, compact disabled, port: tcp://192.168.178.188:6638 + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : iobroker - enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.deyeidc.1 : deyeidc : iobroker - enabled, compact disabled, port: 8899 + system.adapter.hm-rpc.0 : hm-rpc : iobroker - enabled, compact disabled, port: 0 + system.adapter.influxdb.0 : influxdb : iobroker - enabled, compact disabled, port: 8086 + system.adapter.mihome-vacuum.1 : mihome-vacuum : iobroker - enabled, compact disabled, port: 54321 + system.adapter.proxmox.0 : proxmox : iobroker - enabled, compact disabled, port: 8006 + system.adapter.shelly.0 : shelly : iobroker - enabled, compact disabled, port: 1882, bind: 0.0.0.0 + system.adapter.shelly.1 : shelly : iobroker - enabled, compact disabled, port: 1886, bind: 0.0.0.0 + system.adapter.sonoff.0 : sonoff : iobroker - enabled, compact disabled, port: 1887, bind: 0.0.0.0 + system.adapter.telegram.0 : telegram : iobroker - enabled, compact disabled, port: 8443, bind: 0.0.0.0 + system.adapter.telegram.1 : telegram : iobroker - enabled, compact disabled, port: 8443, bind: 0.0.0.0 + system.adapter.telegram.2 : telegram : iobroker - enabled, compact disabled, port: 8443, bind: 0.0.0.0 + system.adapter.web.0 : web : iobroker - enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.welcome.0 : welcome : iobroker - enabled, compact disabled, port: 80, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee : iobroker - enabled, compact disabled, port: tcp://192.168.178.188:6638 ioBroker-Repositories ┌─────────┬────────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐ │ (index) │ name │ url │ auto upgrade │ ├─────────┼────────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤ │ 0 │ 'Beta (latest)' │ 'http://iobroker.live/repo/sources-dist-latest.json' │ false │ │ 1 │ 'Stable (default)' │ 'http://iobroker.live/repo/sources-dist.json' │ false │ │ 2 │ 'default.ursprünglich' │ 'http://download.iobroker.net/sources-dist.json' │ false │ │ 3 │ 'latest.ursprünglich' │ 'http://download.iobroker.net/sources-dist-latest.json' │ false │ └─────────┴────────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘ Active repo(s): Stable (default) Upgrade policy: none Installed ioBroker-Instances Used repository: Stable (default) Adapter "admin" : 7.1.5 , installed 7.1.5 Adapter "airconwithme" : 0.0.4 , installed 0.0.4 Adapter "alexa2" : 3.26.5 , installed 3.26.5 Adapter "alias-manager": 1.2.6 , installed 1.2.6 Adapter "awtrix-light" : 1.3.0 , installed 1.3.0 Adapter "backitup" : 3.0.22 , installed 3.0.22 Adapter "cloud" : 5.0.1 , installed 5.0.1 Adapter "daswetter" : 3.1.16 , installed 3.1.16 Adapter "device-reminder": 3.1.2 , installed 3.1.2 Adapter "device-watcher": 2.12.1 , installed 2.12.1 Adapter "deyeidc" : 0.1.0 , installed 0.1.0 Adapter "discovery" : 5.0.0 , installed 5.0.0 Adapter "dwd" : 2.8.5 , installed 2.8.5 Adapter "echarts" : 1.9.2 , installed 1.9.2 Adapter "email" : 1.3.1 , installed 1.3.1 Adapter "energiefluss-erweitert": 0.4.1, installed 0.4.1 Adapter "evcc" : 0.1.1 , installed 0.1.1 Adapter "fb-checkpresence": 1.2.4 , installed 1.2.4 Adapter "feiertage" : 1.2.0 , installed 1.2.0 Adapter "flot" : 1.12.0 , installed 1.12.0 Adapter "fronius-solarweb": 0.0.3 , installed 0.1.0 Adapter "fullcalendar" : 2.4.2 , installed 2.4.2 Adapter "fullybrowser" : 3.0.12 , installed 3.0.12 Adapter "go-e" : 1.0.29 , installed 1.0.38 Adapter "hass" : 1.4.0 , installed 1.4.0 Adapter "history" : 3.0.1 , installed 3.0.1 Adapter "hm-rega" : 5.0.0 , installed 5.0.0 Adapter "hm-rpc" : 1.17.0 , installed 1.17.0 Adapter "homeconnect" : 1.4.1 , installed 1.4.1 Adapter "ical" : 1.15.0 , installed 1.15.0 Adapter "icons-icons8" : 0.0.1 , installed 0.0.1 Adapter "icons-mfd-png": 1.2.1 , installed 1.2.1 Adapter "icons-mfd-svg": 1.2.0 , installed 1.2.0 Adapter "icons-ultimate-png": 1.0.1, installed 1.0.1 Adapter "influxdb" : 4.0.2 , installed 4.0.2 Adapter "iot" : 3.3.0 , installed 3.3.0 Adapter "iqontrol" : 2.3.0 , installed 2.3.0 Adapter "iwg-vpn" : 3.0.0 , installed 3.0.0 Adapter "jarvis" : 3.1.8 , installed 3.1.8 Adapter "javascript" : 8.7.6 , installed 8.7.6 Controller "js-controller": 6.0.11 , installed 6.0.11 Adapter "maxcube" : 1.0.4 , installed 1.0.4 Adapter "meross" : 1.17.0 , installed 1.17.0 Adapter "mihome-vacuum": 4.2.0 , installed 4.2.0 Adapter "mobile" : 1.0.1 , installed 1.0.1 Adapter "modbus" : 6.2.3 , installed 6.2.3 Adapter "mqtt" : 5.2.0 , installed 5.2.0 Adapter "netatmo" : 3.1.0 , installed 3.1.0 Adapter "netatmo-crawler": 0.8.1 , installed 0.8.1 Adapter "onvif" : 1.1.4 , installed 1.1.4 Adapter "pollenflug" : 2.0.0 , installed 2.0.0 Adapter "proxmox" : 2.3.0 , installed 2.3.0 Adapter "pvforecast" : 3.0.0 , installed 3.0.0 Adapter "reolink" : 1.1.1 , installed 1.1.1 Adapter "schoolfree" : 1.1.4 , installed 1.1.4 Adapter "shelly" : 7.0.0 , installed 8.2.0 Adapter "shuttercontrol": 1.7.3 , installed 1.7.3 Adapter "simple-api" : 2.8.0 , installed 2.8.0 Adapter "smartcontrol" : 2.0.1 , installed 2.0.1 Adapter "socketio" : 6.7.1 , installed 6.7.1 Adapter "solaredge" : 1.4.1 , installed 1.4.1 Adapter "sonoff" : 3.1.0 , installed 3.1.0 Adapter "sprinklecontrol": 0.2.13 , installed 0.2.13 Adapter "systeminfo" : 1.2.0 , installed 1.2.0 Adapter "tankerkoenig" : 3.4.0 , installed 3.4.0 Adapter "telegram" : 3.9.0 , installed 3.9.0 Adapter "telegram-menu": 2.0.0 , installed 2.0.0 Adapter "tesla-motors" : 1.3.2 , installed 1.4.5 Adapter "text2command" : 3.0.3 , installed 3.0.3 Adapter "tibberlink" : 3.4.10 , installed 3.4.10 Adapter "trashschedule": 3.3.0 , installed 3.3.0 Adapter "tuya" : 3.16.0 , installed 3.16.0 Adapter "unifi" : 0.7.0 , installed 0.7.0 Adapter "vis" : 1.5.6 , installed 1.5.6 Adapter "vis-2" : 2.9.32 , installed 2.9.64 Adapter "vis-2-widgets-jaeger-design": 1.2.7, installed 1.2.7 Adapter "vis-2-widgets-material": 1.4.8, installed 1.4.8 Adapter "vis-bars" : 0.1.4 , installed 0.1.4 Adapter "vis-fancyswitch": 1.1.0 , installed 1.1.0 Adapter "vis-history" : 1.0.0 , installed 1.0.0 Adapter "vis-hqwidgets": 1.5.1 , installed 1.5.1 Adapter "vis-icontwo" : 1.5.0 , installed 1.5.0 Adapter "vis-inventwo" : 3.3.4 , installed 3.3.4 Adapter "vis-jqui-mfd" : 1.1.1 , installed 1.1.1 Adapter "vis-justgage" : 2.1.7 , installed 2.1.7 Adapter "vis-map" : 1.1.2 , installed 1.1.2 Adapter "vis-metro" : 1.2.0 , installed 1.2.0 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.2.2 Adapter "vis-weather" : 2.5.9 , installed 2.5.9 Adapter "weatherunderground": 3.7.0, installed 3.7.0 Adapter "web" : 6.2.5 , installed 6.2.5 Adapter "welcome" : 0.3.0 , installed 0.3.0 Adapter "wireless-mbus": 0.9.3 , installed 0.9.3 Adapter "ws" : 2.6.2 , installed 2.6.2 Adapter "yr" : 5.3.0 , installed 5.3.0 Adapter "zigbee" : 1.10.3 , installed 1.10.3 Objects and States Please stand by - This may take a while Objects: 68504 States: 52473 *** OS-Repositories and Updates *** Hit:1 http://deb.debian.org/debian bookworm InRelease Hit:2 http://security.debian.org/debian-security bookworm-security InRelease Hit:3 http://deb.debian.org/debian bookworm-updates InRelease Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease Reading package lists... Pending Updates: 0 *** Listening Ports *** Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 0.0.0.0:2001 0.0.0.0:* LISTEN 1001 14156 937/io.hm-rpc.0 tcp 0 0 0.0.0.0:1886 0.0.0.0:* LISTEN 1001 20491 1087/io.shelly.1 tcp 0 0 0.0.0.0:1887 0.0.0.0:* LISTEN 1001 20499 1102/io.sonoff.0 tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN 1001 13792 558/iobroker.js-con tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 0 13388 1/init tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 16128 553/sshd: /usr/sbin tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 104 17273 526/redis-server 12 tcp6 0 0 :::8081 :::* LISTEN 1001 4698542 1832540/io.admin.0 tcp6 0 0 :::8082 :::* LISTEN 1001 25632 2263/io.web.0 tcp6 0 0 :::111 :::* LISTEN 0 13389 1/init tcp6 0 0 :::80 :::* LISTEN 1001 24874 2367/io.welcome.0 tcp6 0 0 :::22 :::* LISTEN 0 16130 553/sshd: /usr/sbin tcp6 0 0 ::1:6379 :::* LISTEN 104 17274 526/redis-server 12 udp 0 0 0.0.0.0:53421 0.0.0.0:* 1001 20615 1188/io.mihome-vacu udp 0 0 0.0.0.0:5683 0.0.0.0:* 1001 14307 1072/io.shelly.0 udp 0 0 0.0.0.0:68 0.0.0.0:* 0 918 422/dhclient udp 0 0 0.0.0.0:111 0.0.0.0:* 0 15465 1/init udp 0 0 0.0.0.0:50060 0.0.0.0:* 1001 3440795 781/io.backitup.0 udp 0 0 0.0.0.0:36306 0.0.0.0:* 1001 1315155 781/io.backitup.0 udp6 0 0 :::111 :::* 0 15466 1/init *** Log File - Last 25 Lines *** 2024-09-27 16:55:45.452 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:55:50.396 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:55:50.453 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:55:55.394 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:55:55.453 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:56:00.393 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:56:00.457 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:56:05.395 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:56:05.458 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:56:10.396 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:56:10.454 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:56:15.398 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:56:15.454 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:56:20.395 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:56:20.454 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:56:25.395 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:56:25.455 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:56:30.394 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:56:30.458 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:56:35.400 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:56:35.461 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:56:40.394 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:56:40.456 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 2024-09-27 16:56:45.396 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubcomp for unknown messageId: 3 2024-09-27 16:56:45.457 - info: shelly.1 (1087) [MQTT] Client 192.168.178.249 (shellyplus1 / shellyplus1-e465b842cc80 / shellyplus1#e465b842cc80#1) received pubrec for unknown messageId: 3 ============ Mark until here for C&P ============= iob diag has finished. Press any key for a summary Copy text starting here: ```bash ======================= SUMMARY ======================= v.2024-08-12 Static hostname: iobroker Icon name: computer-vm Chassis: vm 🖴 Virtualization: kvm Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.1.0-25-amd64 Architecture: x86-64 Hardware Vendor: QEMU Hardware Model: Standard PC _i440FX + PIIX, 1996_ Firmware Version: rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org Installation: kvm Kernel: x86_64 Userland: 64 bit Timezone: Europe/Berlin (CEST, +0200) User-ID: 1000 Display-Server: false Boot Target: graphical.target Pending OS-Updates: 0 Pending iob updates: 0 Nodejs-Installation: /usr/bin/nodejs v20.17.0 /usr/bin/node v20.17.0 /usr/bin/npm 10.8.2 /usr/bin/npx 10.8.2 /usr/bin/corepack 0.29.3 Recommended versions are nodejs 20.17.0 and npm 10.8.2 Your nodejs installation is correct MEMORY: total used free shared buff/cache available Mem: 16G 5.2G 10G 593K 1.6G 11G Swap: 1.0G 0B 1.0G Total: 17G 5.2G 11G Active iob-Instances: 53 Upgrade policy: none ioBroker Core: js-controller 6.0.11 admin 7.1.5 ioBroker Status: iobroker is running on this host. Objects type: jsonl States type: redis Status admin and web instance: + system.adapter.admin.0 : admin : iobroker - enabled, compact disabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.web.0 : web : iobroker - enabled, compact disabled, port: 8082, bind: 0.0.0.0, run as: admin Objects: 68504 States: 52473 Size of iob-Database: 92M /opt/iobroker/iobroker-data/objects.jsonl 716K /opt/iobroker/iobroker-data/states.jsonl 12K /opt/iobroker/iobroker-data/states.json.bak 12K /opt/iobroker/iobroker-data/states.json =================== END OF SUMMARY ==================== Die beiden Instanzen haben unterschiedlich Ports, wobei nur die zweite Innstanz mqtt nutzt. Enable 'MQTT Control' an oder aus hat keinen Einfluss

405

Online

33.0k

Users

83.6k

Topics

1.3m

Posts