Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Johannes81

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 12
    • Best 0
    • Groups 1

    Johannes81

    @Johannes81

    Starter

    0
    Reputation
    11
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Johannes81 Follow
    Starter

    Latest posts made by Johannes81

    • RE: Modbus Adapter Simulation Wechselrichter Kostal Energiemeter

      @maxodermoritz

      Hallo Michael,
      ich bin gestern durch Zufall im PV Forum über den bereits oben von dir verlinkten Beitrag gestolpert. (Link).
      Dann habe ich deinen Beitrag hier gefunden.
      Ich habe genau wie du, einen Plenticore Plus 5.5 mit einem KSEM am Netzanschlusspunkt und einen Growatt MIN 3600TL-XE mit WLAN Stick. Der Plenticore WR ist per LAN im Netzwerk und mittels Plenticore Adapter im IOBroker eingebunden.
      Die Verbindung zwischen dem Plenticore und dem KSEM ist über Modbus realisiert, so wie Kostal es vorgeschrieben hat.
      Der Growatt ist mittels Growatt Adapter auch im IOBroker, aber die Daten kommen nicht über Modbus, sondern wie du ggf. weißt über das Growatt Portal.
      Da damit, genau wie bei dir, die Daten des Hausverbrauchs nicht stimmen, möchte ich gerne die oben Beschrieben Option nutzen und den Growatt WR über den IOBroker am KSEM anbinden.

      Dazu habe ich noch folgende Fragen an dich:

      • Bist du seid deinem Beitrag hier einen Schritt weiter gekommen?

      • Kannst du mir die Struktur der Daten / Register in irgendeiner Form zukommen lassen, so dass ich die Einträge nicht alle manuell anlegen muss? TXT,CSV als PN ...

      • Hast du den Growatt direkt per Modbus angebunden, oder auch über den Growatt Adapter, sprich das Growatt Portal?

      Als Gegenleistung kann ich mir vorstellen eine Blockly Lösung zu erstellen, in denen die Daten des Growatt Wechselrichters in die Datenstruktur des Fake WR kopiert werden.
      NoteRed ist bisher auch nicht meine Welt. 😉

      Über eine Rückmeldung würde ich mich sehr freuen.

      Beste Grüße
      Johannes

      posted in ioBroker Allgemein
      J
      Johannes81
    • RE: Neuer Adapter EMS-ESP für Bosch Heizungen

      @tp1de said in Neuer Adapter EMS-ESP für Bosch Heizungen:

      http://192.168.1.60/api?device=system&cmd=info

      Hallo tp1de,

      das Präfix http:// hat geholfen!

      Danke für den Hinweis!

      posted in Tester
      J
      Johannes81
    • RE: Neuer Adapter EMS-ESP für Bosch Heizungen

      @tp1de

      Hallo tp1de,

      zuerst einmal Danke für deine Arbeit einen eigenen Adapter für die EMS ESP Schnittstelle zu erstellen!

      Ich habe mir gerade den Adapter in der V.0.9.6 heruntergeladen und installiert. Leider klappt die Kommunikation mit dem BBQ Gateway (Premium II (P2) mit 8266) nicht. Es wird zwar die Firmwareversion V2 (installiert ist V2.2.3b0) erkannt, aber die weiteren Objekte werden nicht geschrieben.

      Im Log habe ich die Fehler: (von unten nach oben lesen)

      ems-esp.0
      2021-10-18 18:48:10.804	info	terminating
      
      ems-esp.0
      2021-10-18 18:48:10.316	info	ems :true 60 secs
      
      ems-esp.0
      2021-10-18 18:48:10.310	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
      
      ems-esp.0
      2021-10-18 18:48:10.308	info	terminating
      
      ems-esp.0
      2021-10-18 18:48:10.302	error	Cannot read property 'statusCode' of undefined
      
      ems-esp.0
      2021-10-18 18:48:10.301	error	TypeError: Cannot read property 'statusCode' of undefined at Request._callback (/opt/iobroker/node_modules/iobroker.ems-esp/main.js:847:29) at self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:314:20) at Request.init (/opt/iobroker/node_modules/request/request.js:273:17) at new Request (/opt/iobroker/node_modules/request/request.js:127:8) at request (/opt/iobroker/node_modules/request/index.js:53:10) at test_v2 (/opt/iobroker/node_modules/iobroker.ems-esp/main.js:846:4) at async v2_readwrite (/opt/iobroker/node_modules/iobroker.ems-esp/main.js:832:3)
      
      ems-esp.0
      2021-10-18 18:48:10.301	error	unhandled promise rejection: Cannot read property 'statusCode' of undefined
      
      ems-esp.0
      2021-10-18 18:48:10.300	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      
      ems-esp.0
      2021-10-18 18:48:10.299	error	Cannot read property 'statusCode' of undefined
      
      ems-esp.0
      2021-10-18 18:48:10.299	error	TypeError: Cannot read property 'statusCode' of undefined at Request._callback (/opt/iobroker/node_modules/iobroker.ems-esp/main.js:847:29) at self.callback (/opt/iobroker/node_modules/request/request.js:185:22) at Request.emit (events.js:314:20) at Request.init (/opt/iobroker/node_modules/request/request.js:273:17) at new Request (/opt/iobroker/node_modules/request/request.js:127:8) at request (/opt/iobroker/node_modules/request/index.js:53:10) at test_v2 (/opt/iobroker/node_modules/iobroker.ems-esp/main.js:846:4) at async v2_readwrite (/opt/iobroker/node_modules/iobroker.ems-esp/main.js:832:3)
      
      ems-esp.0
      2021-10-18 18:48:10.297	error	unhandled promise rejection: Cannot read property 'statusCode' of undefined
      
      ems-esp.0
      2021-10-18 18:48:10.296	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      
      ems-esp.0
      2021-10-18 18:48:05.258	info	end of initializing ems states
      
      ems-esp.0
      2021-10-18 18:48:05.257	warn	ems read system error - wrong ip address?
      
      ems-esp.0
      2021-10-18 18:48:05.256	info	V2 url:192.168.1.60/api?device=system&cmd=info
      
      ems-esp.0
      2021-10-18 18:48:05.253	info	start initializing ems states
      
      ems-esp.0
      2021-10-18 18:48:05.252	info	API version identified V2
      
      ems-esp.0
      2021-10-18 18:48:04.237	info	starting. Version 0.9.6 in /opt/iobroker/node_modules/iobroker.ems-esp, node: v12.22.4, js-controller: 3.3.18
      
      ems-esp.0
      2021-10-18 18:48:04.142	info	starting. Version 0.9.6 in /opt/iobroker/node_modules/iobroker.ems-esp, node: v12.22.4, js-controller: 3.3.18
      

      Die IP Adresse habe ich fest eingegeben.
      In der EMS ESP WebUI das Boolean Format auf 0/1 eingestellt.

      Leider verstehe ich den Punkt des EMS Access Token nicht.

      • Ist damit das User Passwort zum WebUI gemeint? Trage ich dieses im Adapter als Token ein klappt der Zugriff nicht.

      • In V2 des EMS ESP gibt es unter Security auch noch ein Superuser Passwort, auch damit gelingt der Zugriff nicht.

      Ich würde mich sehr freuen wenn du mir eine Hilfestellung geben könntest.

      Mit besten Grüßen
      Johannes

      posted in Tester
      J
      Johannes81
    • RE: Selve usb-rf gateway (Funk Rolladen Motoren)

      Kann mich da nur anschließen.
      Habe auch etliche Selve Antriebe im Haus verbaut (Commeo und Iveo).
      Der Umweg über das Selve USB RF Gateway und FHEM ist mir bekannt, aber vielleicht gibt es ja mittlerweile einen direkten weg?

      Grüße
      Johannes

      posted in Entwicklung
      J
      Johannes81
    • RE: Conbee USB Stick auf Synology Diskstation im Docker Container

      @duffbeer2000

      Danke für den Hinweis. 👍 Ich werde eine Rückmeldung geben sobald ich dazu gekommen bin es zu testen.

      posted in Hardware
      J
      Johannes81
    • RE: Conbee USB Stick auf Synology Diskstation im Docker Container

      @Johannes81

      Hallo nochmal,

      so nun bin ich ein Stück weiter, aber leider noch nicht am Ziel.

      Folgender Stand ist zur Zeit erreicht:

      • Läuft der der deconz Container mit hoher Priorität wird der ConBee Stick erkannt und die Firmware Version angezeigt. Ein Multisensor wird gefunden und die Werte in der Phoscon App angezeigt.
      • Die Verbindung zwischen der Phoscon App und der deconz Instanz steht und die Werte des neuen Sensors werden auch wie gewünscht im ioBroker angezeigt.
      • Sobald ich den deconz Container nicht mehr mit hoher Priorität laufen lasse wird die Firmware des Sticks nicht mehr erkannt (Phoscon App) und natürlich auch keine Sensoren erkannt.

      Jetzt zur Frage:
      Wenn ich versuche meinen Synology User per SSH Zugriff in die dialoutgroup zu stecken bekomme ich die Rückmeldung. Command not found.

      sudo usermod -a -G dialaut $USER
      sudo: usermod: command not found
      

      Es existiert auch keine Gruppe mit dem Namen dialout auf der DS.

      cat /etc/group
      #$_@GID__INDEX@_$254178$
      administrators:x:101:admin,USER
      AudioStation:x:254178:
      avahi:x:84:
      bind:x:53:
      daemon:x:2:daemon,root
      dbus:x:81:
      dovecot:x:143:dovecot
      DownloadStation:x:125560:
      FileStation:x:179652:
      ftp:x:21:ftp
      http:x:1023:
      HyperBackup:x:256822:
      ldap:x:439:
      log:x:19:root
      lp:x:7:lp
      maildrop:x:126:
      MediaServer:x:118831:
      mysql:x:66:
      nobody:x:99:
      ntp:x:87:
      OAuthService:x:226662:
      postfix:x:125:postfix
      postgres:x:55:
      root:x:0:root
      rpc:x:32:
      smmsp:x:25:
      SynoFinder:x:195341:
      SynologyApplicationService:x:130369:
      SynologyDrive:x:153742:
      system:x:1:system
      USBCopy:x:123545:
      users:x:100:
      wheel:x:10:
      

      Wie bekomme ich nun vollen Zugriff auf das USB Device ohne den Container in hoher Trio laufen lassen zu müssen?
      Wie ich besser verstanden haben läuft auf der Synology ja nur ein abgespecktes Linux. Habt ihr einen Link zu einer Seite die die möglichen Commands beschreibt?

      Ich würde mich sehr freuen, wenn mir jemand einen Hinweis geben könnte.
      Beste Grüße
      Johannes

      posted in Hardware
      J
      Johannes81
    • RE: Conbee USB Stick auf Synology Diskstation im Docker Container

      Hallo Zusammen,

      Als Linux Neuling beschäftige ich mich dem Thema ioBroker (in Docker) auf Synology mit ConBee Stock 2.

      • Der ioBroker Container läuft nun (Host Modus) und ich kann ihn über die Weboberfläche erreichen.
      • Den Phoscon Container (Host) habe ich installiert kann die Oberfläche auch erreichen.
      • In den ENV habe ich die USB Schnittstelle eingetragen und der Stick wird auch erkannt (Version 2.05.72 vom Dez 2019).

      Allerdings wird bei Firmware nicht verbunden angezeigt.
      Muss dort zwingend etwas stehen?
      Ich habe per Terminal (MAC OSX) schon folgendes Kommando auf der DS abgesetzt (grep dialout /etc/group) allerdings ohne Rückmeldung.

      Ich habe in ioBroker eine Instanz des Deconz Adapters installiert und diesen auch mit der Phoscon App verbunden. Dort wird mir nun ein API Key angezeigt.
      Was mache ich nun damit?

      Ich plane zwei Aquara Sensoren (Temp, etc) einzubinden und die Messwerte aufzuzeichnen und zu visualisieren.

      Ich wäre froh wenn ihr mir etwas Starthilfe geben könntet.

      posted in Hardware
      J
      Johannes81
    • RE: [HowTo] ioBroker unter Docker auf Synology DiskStation

      @duffbeer2000 und @andre

      Ich habe gerade mal komplett von vorne angefangen. D.h. alle ioBroker Container, Images und das gesamte Dockerpaket gelöscht/ deinstalliert.

      Danach alles neu und siehe da es geht.

      Ich tippe das Problem lag eher im Docker als im Container. Immer schade wenn man ein Problem nicht wirklich ausfindig machen kann.
      Aber ich bin froh, jetzt läuft der ioBroker und ich kann mich der Einbindung des ConBee 2 Stick kümmern. Aber dass ist ein anderes Thema.

      Danke auf jeden Fall für alle Hilfe!

      posted in ioBroker Allgemein
      J
      Johannes81
    • RE: [HowTo] ioBroker unter Docker auf Synology DiskStation

      @andre

      Hallo André,

      zwei Sachen sind mir aufgefallen:

      1. Wenn ich in der File Station den Ordner iobroker_data lösche und dann den Container neu starte bekomme ich das Log mit dem u.g. Code

      ....Existing installation of ioBroker detected in /opt/iobroker.,

      Nur wenn ich den gesamten Ordner lösche, habe ich ein Logfile wie unten im Spoiler.

      1. Ich habe versuchsweise mal den Hostnamen auf einen Namen ohne Unterstrich geändert, Container angepasst, Ordner iobroker_data neu angelegt und bekomme trotzdem noch die gewohnten Fehler. (s.u.)

      Frage: Können es ggf noch andere, nicht sauber gelöschte Daten sein die eine saubere Installation verhindern? Also zum Beispiel in der Docker oder Portainer Installation?

      Für jede weitere Hilfestellung dankbar, Johannes

      ------------------------------------------------------------,
      ,
      ------------------------------------------------------------,
      -----              Debugging information               -----,
      -----                                                  -----,
      -----                      System                      -----,
      -----               arch:      x86_64                  -----,
      -----                                                  -----,
      -----                     Versions                     -----,
      -----               image:     v4.0.0                  -----,
      -----               node:      v10.18.1                -----,
      -----               npm:       6.13.4                  -----,
      -----                                                  -----,
      -----                       ENV                        -----,
      -----               AVAHI:     false                   -----,
      -----               PACKAGES:  nano                    -----,
      -----               SETGID:    1000                    -----,
      -----               SETUID:    1000                    -----,
      ------------------------------------------------------------,
      ,
      ------------------------------------------------------------,
      -----   Step 1 of 5: Installing additional packages    -----,
      ------------------------------------------------------------,
      ,
      The following packages will be installed: nano...,
      Done.,
      ,
      ------------------------------------------------------------,
      -----   Step 2 of 5: Detecting ioBroker installation   -----,
      ------------------------------------------------------------,
      ,
      There is no data detected in /opt/iobroker. Restoring...,
      Done.,
      ,
      ------------------------------------------------------------,
      -----   Step 3 of 5: Checking ioBroker installation    -----,
      ------------------------------------------------------------,
      ,
      This is the first run of a new container. Time for some preparation.,
      ,
      Changing UID to 1000 and GID to 1000...,
      usermod: Keine Änderungen,
      Done.,
      ,
      (Re)Setting folder permissions (This might take a while! Please be patient!)...,
      Done.,
      ,
      Fixing "sudo-bug" by replacing sudo with gosu...,
      Done.,
      ,
      Looks like this is a new and empty installation of ioBroker.,
      Hostname needs to be updated to  GrafDS218...,
      (node:356) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.,
         at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15),
         at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14),
      (node:356) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1),
      (node:356) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.,
      The host for instance "system.adapter.admin.0" was changed from "f1ff5ebd0b4b" to "GrafDS218".,
      The host for instance "system.adapter.discovery.0" was changed from "f1ff5ebd0b4b" to "GrafDS218".,
      The host for instance "system.adapter.info.0" was changed from "f1ff5ebd0b4b" to "GrafDS218".,
      Done.,
      ,
      ------------------------------------------------------------,
      -----      Step 4 of 5: Applying special settings      -----,
      ------------------------------------------------------------,
      ,
      Some adapters have special requirements which can be activated by the use of environment variables.,
      For more information take a look at readme.md,
      ,
      ------------------------------------------------------------,
      -----          Step 5 of 5: ioBroker startup           -----,
      ------------------------------------------------------------,
      ,
      Starting ioBroker...,
      ,
      host.GrafDS218 check instance "system.adapter.admin.0" for host "GrafDS218",
      host.GrafDS218 check instance "system.adapter.discovery.0" for host "GrafDS218",
      host.GrafDS218 check instance "system.adapter.info.0" for host "GrafDS218",
      (node:396) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.,
         at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15),
         at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14),
      ,
      (node:396) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1),
      (node:396) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.,
      ,
      (node:407) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.,
         at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15),
         at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14),
      ,
      (node:407) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1),
      ,
      (node:407) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.,
      ,
      (node:418) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.,
         at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15),
         at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14),
      ,
      (node:418) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1),
      (node:418) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.,
      ,
      

      posted in ioBroker Allgemein
      J
      Johannes81
    • RE: [HowTo] ioBroker unter Docker auf Synology DiskStation

      @andre

      Hallo André,

      ich verstehe es einfach nicht.

      Gerade habe ich nochmals alle alten Dateien, sowie das ganze Image von iobroker gelöscht und einen neuen Ordner auf der DS und einen neuen Container im Portainer angelegt.

      Folgende Einstellungen:

      • Name: ioBroker
      • Image: "buanet/iobroker:beta"
      • Network: Host
      • Volume: /opt/iobroker (Bind) und /volume1/docker/ioBroker_data (writable)
      • ENV: AVAHI -> false und PACKAGES-> nano

      Das wars, dann Deploy Container.

      Was mache ich falsch??

      Über jeden Hinweis dankbar, Johannes.

      Hier das Logfile vom ersten Start

      -----                                                  -----,
      -----                     Versions                     -----,
      -----               image:     v4.0.3beta              -----,
      -----               node:      v10.18.1                -----,
      -----               npm:       6.13.4                  -----,
      -----                                                  -----,
      -----                       ENV                        -----,
      -----               ADMINPORT: 8081                    -----,
      -----               AVAHI:     false                   -----,
      -----               PACKAGES:  nano                    -----,
      -----               REDIS:     false                   -----,
      -----               SETGID:    1000                    -----,
      -----               SETUID:    1000                    -----,
      -----               USBDEVICES: none                    -----,
      -----               ZWAVE:     false                   -----,
      ------------------------------------------------------------,
      ,
      ------------------------------------------------------------,
      -----         Step 1 of 5: Preparing container         -----,
      ------------------------------------------------------------,
      ,
      Installing additional packages is set by ENV.,
      The following packages will be installed: nano...,
      Done.,
      ,
      There are no changes in UID/ GID needed.,
      ,
      ------------------------------------------------------------,
      -----   Step 2 of 5: Detecting ioBroker installation   -----,
      ------------------------------------------------------------,
      ,
      Existing installation of ioBroker detected in /opt/iobroker.,
      ,
      ------------------------------------------------------------,
      -----   Step 3 of 5: Checking ioBroker installation    -----,
      ------------------------------------------------------------,
      ,
      (Re)Setting folder permissions (This might take a while! Please be patient!)...,
      Done.,
      ,
      Fixing "sudo-bug" by replacing sudo in iobroker with gosu...,
      Done.,
      ,
      Looks like this is a new and empty installation of ioBroker.,
      Hostname needs to be updated to  Graf_DS218...,
      (node:361) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.,
         at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15),
         at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14),
      (node:361) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1),
      (node:361) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.,
      The host for instance "system.adapter.admin.0" was changed from "cff44f9daec7" to "Graf_DS218".,
      The host for instance "system.adapter.discovery.0" was changed from "cff44f9daec7" to "Graf_DS218".,
      The host for instance "system.adapter.info.0" was changed from "cff44f9daec7" to "Graf_DS218".,
      Done.,
      ,
      ------------------------------------------------------------,
      -----      Step 4 of 5: Applying special settings      -----,
      ------------------------------------------------------------,
      ,
      Some adapters have special requirements/ settings which can be activated by the use of environment variables.,
      For more information take a look at readme.md on Github!,
      ,
      (node:381) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.,
         at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15),
         at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14),
      (node:381) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1),
      (node:381) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.,
      ------------------------------------------------------------,
      -----          Step 5 of 5: ioBroker startup           -----,
      ------------------------------------------------------------,
      ,
      Starting ioBroker...,
      ,
      host.Graf_DS218 check instance "system.adapter.admin.0" for host "Graf_DS218",
      host.Graf_DS218 check instance "system.adapter.discovery.0" for host "Graf_DS218",
      host.Graf_DS218 check instance "system.adapter.info.0" for host "Graf_DS218",
      (node:414) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.,
         at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15),
         at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14),
      ,
      (node:414) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1),
      ,
      (node:414) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.,
      ,
      (node:425) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.,
         at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15),
         at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14),
      ,
      (node:425) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1),
      ,
      (node:425) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.,
      ,
      (node:436) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.,
         at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15),
         at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14),
      ,
      (node:436) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1),
      ,
      (node:436) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.,
      ,
      

      posted in ioBroker Allgemein
      J
      Johannes81
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo