Navigation

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

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 72
    • Best 0
    • Groups 1

    Krissie777

    @Krissie777

    Starter

    0
    Reputation
    24
    Profile views
    72
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Krissie777 Follow
    Starter

    Latest posts made by Krissie777

    • RE: ebus neuinstallation auf einem Debian Raspi

      @marc-berg
      Hallo Marc,

      suuuper, jetzt läuft der:
      sudo systemctl restart ebusd

      und
      sudo systemctl enable ebusd

      ohne Fehler durch, ich freu mich so 🙂

      iOBroker Adapter gestartet, jetzt läuft er durch:
      ebus.0
      2025-08-31 12:49:11.284 info all http done
      ebus.0
      2025-08-31 12:49:11.218 info installed ebusd version is 25.1
      ebus.0
      2025-08-31 12:49:11.031 info starting. Version 3.6.3 in /opt/iobroker/node_modules/iobroker.ebus, node: v22.19.0, js-controller: 7.0.7

      Ich bin jetzt ein bisschen unterwegs und kann heute Abend wieder nachsehen.
      Vielen Dank an alle bis hierher
      Ihr seid alle spitze

      PS: Im IOBroker Adapter (abgefragte Datenpunkte) gebe ich welches: Gerät, in dem nach Parametern gesucht wird, ein?
      Das -> 192.168.178.70:8888 ? Wenn ich das eingebe, kommt dieser Log:
      received error! sent find, received ERR: element not found please check ebusd logs for details! find -c 192.168.178.70 -F circuit,name
      GLG
      Kris

      posted in ioBroker Allgemein
      K
      Krissie777
    • RE: ebus neuinstallation auf einem Debian Raspi

      @thomas-braun
      Hallo Thomas,

      danke Dir.
      Ich kann im Browser bei der Esera die Ebus Einstellungen entweder TCP Server oder UDP Server auswählen mit einem Port der jeweils angegeben ist.
      Soll ich hier von TCP auf UDP gehen?

      Grüße
      Kris

      posted in ioBroker Allgemein
      K
      Krissie777
    • RE: ebus neuinstallation auf einem Debian Raspi

      @thomas-braun
      Hallo Thomas,
      guter Hinweis, danke Dir, das habe ich noch nicht berücksichtigt.
      Mein Esera ist per LAN angebunden.

      Das ist die Datei, aber wo schreibe ich meine Zeile = EBUSD_OPTS="--device=127.0.0.1:8888 --httpport=8889 --scanconfig=full --latency=30000 --configpath=/etc/ebusd" rein?

      
      * 
      * GNU nano 7.2                                                    /etc/default/ebusd *
      
      # /etc/default/ebusd:
      # config file for ebusd service.
      
      # Options to pass to ebusd (run "ebusd -?" for more info):
      EBUSD_OPTS="--scanconfig"
      
      # MULTIPLE EBUSD INSTANCES WITH SYSV
      # In order to run multiple ebusd instances on a SysV enabled system, simply
      # define several EBUSD_OPTS with a unique suffix for each. Recommended is to
      # use a number as suffix for all EBUSD_OPTS settings. That number will then be
      # taken as additional "instance" parameter to the init.d script in order to
      # start/stop an individual ebusd instance instead of all instances.
      # Example: (uncomment the EBUSD_OPTS above)
      #EBUSD_OPTS1="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0 -p 8888 -l /var/log/ebusd1.log"
      #EBUSD_OPTS2="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900acTF-if00-port0 -p 8889 -l /var/log/ebusd2.log"
      #EBUSD_OPTS3="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900beCG-if00-port0 -p 8890 -l /var/log/ebusd3.log"
      
      # MULTIPLE EBUSD INSTANCES WITH SYSTEMD
      # In order to run muiltiple ebusd instances on a systemd enabled system, just
      # copy the /lib/systemd/system/ebusd.service file to /etc/systemd/system/
      # with a different name (e.g. ebusd-2.service), remove the line starting with
      # 'EnvironmentFile=', and replace the '$EBUSD_OPTS' with the options for that
      # particular ebusd instance.
      # /etc/default/ebusd:
      # config file for ebusd service.
      

      Herzlichen Dank und noch einen schönen Sonntag
      Kris

      posted in ioBroker Allgemein
      K
      Krissie777
    • RE: ebus neuinstallation auf einem Debian Raspi

      @marc-berg said in ebus neuinstallation auf einem Debian Raspi:

      sudo systemctl restart ebusd

      sudo systemctl restart ebusd, sagt:

      Job for ebusd.service failed because the control process exited with error code.
      See "systemctl status ebusd.service" and "journalctl -xeu ebusd.service" for details.
      

      systemctl status ebusd.service, sagt:

      ● ebusd.service - ebusd, the daemon for communication with eBUS heating systems.
           Loaded: loaded (/lib/systemd/system/ebusd.service; enabled; preset: enable>
           Active: activating (auto-restart) (Result: exit-code) since Sun 2025-08-31>
          Process: 94140 ExecStart=/usr/bin/ebusd $EBUSD_OPTS (code=exited, status=22)
              CPU: 111ms
      

      journalctl -xeu ebusd.service, sagt:
      ~~```

      ~~```
      journalctl -xeu ebusd.service
      Aug 31 11:26:38 raspberrypi ebusd[94190]: 2025-08-31 11:26:38.606 [main error] >
      Aug 31 11:26:38 raspberrypi systemd[1]: ebusd.service: Control process exited, >
      ░░ Subject: Unit process exited
      ░░ Defined-By: systemd
      ░░ Support: https://www.debian.org/support
      ░░
      ░░ An ExecStart= process belonging to unit ebusd.service has exited.
      ░░
      ░░ The process' exit code is 'exited' and its exit status is 22.
      Aug 31 11:26:38 raspberrypi systemd[1]: ebusd.service: Failed with result 'exit>
      ░░ Subject: Unit failed
      ░░ Defined-By: systemd
      ░░ Support: https://www.debian.org/support
      ░░
      ░░ The unit ebusd.service has entered the 'failed' state with result 'exit-code>
      Aug 31 11:26:38 raspberrypi systemd[1]: Failed to start ebusd.service - ebusd, >
      ░░ Subject: A start job for unit ebusd.service has failed
      ░░ Defined-By: systemd
      ░░ Support: https://www.debian.org/support
      ░░
      ░░ A start job for unit ebusd.service has finished with a failure.
      ░░
      ░░ The job identifier is 173900 and the job result is failed.
      lines 4877-4899/4899 (END)
      Aug 31 11:26:38 raspberrypi ebusd[94190]: 2025-08-31 11:26:38.606 [main error] >
      Aug 31 11:26:38 raspberrypi systemd[1]: ebusd.service: Control process exited, >
      ░░ Subject: Unit process exited
      ░░ Defined-By: systemd
      ░░ Support: https://www.debian.org/support
      ░░
      ░░ An ExecStart= process belonging to unit ebusd.service has exited.
      ░░
      ░░ The process' exit code is 'exited' and its exit status is 22.
      Aug 31 11:26:38 raspberrypi systemd[1]: ebusd.service: Failed with result 'exit>
      ░░ Subject: Unit failed
      ░░ Defined-By: systemd
      ░░ Support: https://www.debian.org/support
      ░░
      ░░ The unit ebusd.service has entered the 'failed' state with result 'exit-code>
      Aug 31 11:26:38 raspberrypi systemd[1]: Failed to start ebusd.service - ebusd, >
      ░░ Subject: A start job for unit ebusd.service has failed
      ░░ Defined-By: systemd
      ░░ Support: https://www.debian.org/support
      ░░
      ░░ A start job for unit ebusd.service has finished with a failure.
      ░░
      ░░ The job identifier is 173900 and the job result is failed.
      ```~~
      
      
      
      **sudo systemctl enable ebusd, sagt:**
      Synchronizing state of ebusd.service with SysV service script with /lib/systemd/systemd-sysv-install.
      Executing: /lib/systemd/systemd-sysv-install enable ebusd
      
      
      
      sudo systemctl status ebusd, sagt:
      sudo systemctl status ebusd
      ● ebusd.service - ebusd, the daemon for communication with eBUS heating systems.
           Loaded: loaded (/lib/systemd/system/ebusd.service; enabled; preset: enabled)
           Active: activating (auto-restart) (Result: exit-code) since Sun 2025-08-31 11:30:25 CEST; 12s ago
          Process: 94453 ExecStart=/usr/bin/ebusd $EBUSD_OPTS (code=exited, status=22)
              CPU: 113ms
      
      
      

      Danke Dir für die Hilfe und Unterstützung

      LG
      Kris

      posted in ioBroker Allgemein
      K
      Krissie777
    • RE: Exception in ebusd_ReceiveData [Error: connect ETIMEDOUT]

      @homoran
      Hallo homoran, nochmal vielen Dank für Deine Hilfe und Unterstützung vergangenes Jahr.

      Ich habe jetzt da ich endlich die Zeit hatte, ein komplett neues Debian System aufgesetzt und es funktioniert alles wunderbar bis auf den Ebus.
      Da dieser Chat schon sehr alt ist habe ich einen neuen angelegt:
      https://forum.iobroker.net/post/1291620
      Darf ich Dich bitten, hier noch zusätzlich zu untersützen?

      Danke Dir und LG
      Kris

      posted in ioBroker Allgemein
      K
      Krissie777
    • RE: Exception in ebusd_ReceiveData [Error: connect ETIMEDOUT]

      @marc-berg
      Hallo Marc, nochmal vielen Dank für Deine Hilfe und Unterstützung vergangenes Jahr.

      Ich habe jetzt da ich endlich die Zeit hatte, ein komplett neues Debian System aufgesetzt und es funktioniert alles wunderbar bis auf den Ebus.
      Da dieser Chat schon sehr alt ist habe ich einen neuen angelegt:
      https://forum.iobroker.net/post/1291620
      Darf ich Dich bitten, hier noch zusätzlich zu untersützen?

      Danke Dir und LG
      Kris

      posted in ioBroker Allgemein
      K
      Krissie777
    • RE: ebus neuinstallation auf einem Debian Raspi

      @azrael42
      zuerst gehe ich auf Deine Zusammenfassung ein:

      • Die Esera Zentraleinheit ist an der Wolf Heizung angeschlossen, also mit dem Bus der Heizung verbunden und empfängt auch Daten.
      • Sie ist per LAN angeschlossen.
        Habe schon welche gelesen, die die Esera Zentraleinheit erfolgeich in Aktion haben, aber leider ein anderes Thema hatten...

      Habe noch folgendes probiert:

      Wenn ich im Terminal folgendes eingebe:
      ebusctl info, kommt:
      error connecting to localhost:8888

      Wenn ich im Terminal folgendes eingebe:
      ebusd --checkconfig --scanconfig, kommt
      2025-08-29 08:12:46.271 [main notice] ebusd 25.1.25.1 performing configuration check...
      2025-08-29 08:13:15.593 [main notice] found messages: 18458 (655 conditional on 177 conditions, 26 poll, 107 update)
      2025-08-29 08:13:15.594 [main notice] max message ID length exceeded

      Also da kommt ja jede Menge an im Ebus Adapter, korrekt?

      Danke fü die Hilfe.
      LG
      Kris

      posted in ioBroker Allgemein
      K
      Krissie777
    • RE: ebus neuinstallation auf einem Debian Raspi

      @azrael42 said in ebus neuinstallation auf einem Debian Raspi:

      ebusctl info

      Hallo Azrael,
      vielen Dank da hast Du vollkommen Recht.

      ebusctl info gibt aus:
      error connecting to localhost:8888

      Die IP des Esera Gateways mit LAN angeschlossen: 192.168.178.70

      Wäre dann das richtig im Terminal einzugeben und mit Enter bestätigen?:
      EBUSD_OPTS="--device=192.168.178.70:8888 --httpport=8889 --scanconfig=full --latency=30000 --configpath=/etc/ebusd"

      Zur Information:
      Wir haben eine Wolf CGB Gasheizung die abgefragt wird.
      Das Esera zeigt an dass DAten auch ankommen und ist im LAN connected.

      Hezlichen Dank für die Hilfe.
      Grüße
      Kris

      posted in ioBroker Allgemein
      K
      Krissie777
    • ebus neuinstallation auf einem Debian Raspi

      Guten Morgen zusammen,

      ich habe eine neues Debian System aufgesetzt was mittlerweile mit Influxdb, Grafana etc einwandfrei läuft.

      Einzig mit der ebus Instalation wie von John empfohlen komme ich zumindest jetzt noch nicht weiter:

      Ich bin so vorgegangen:
      Add the GPG key to your trusted apt sources:
      For bookworm (Debian 12 or higher):

      sudo mkdir -p /etc/apt/keyrings && sudo wget -q -O /etc/apt/keyrings/ebusd.gpg https://raw.githubusercontent.com/john30/ebusd-debian/master/ebusd.gpg
      

      Copy the right source list for your distribution to /etc/apt/sources.list.d/, i.e. replace <DIST> with either:
      bookworm (Debian 12 or higher)
      bullseye (Debian 11), or
      buster (Debian 10)

      in this command line:

      sudo wget -O /etc/apt/sources.list.d/ebusd.list https://raw.githubusercontent.com/john30/ebusd-debian/master/ebusd-default-<DIST>.list
      

      bedeutet:

      sudo wget -O /etc/apt/sources.list.d/ebusd.list https://raw.githubusercontent.com/john30/ebusd-debian/master/ebusd-default-bookworm.list
      

      Frage: Ist das oben korrekt eingefügt ohne die Klammern?

      After that, you can simply update the package lists via apt-get update (depending on your distribution) and then install with apt-get install ebusd.
      Habe ich auch beides gemacht.

      Dann noch folgende Config:

      EBUSD_OPTS="--device=127.0.0.1:8888 --httpport=8889 --scanconfig=full --latency=30000 --configpath=/etc/ebusd"
      

      Und die beiden Adressen oben diesmal im neuen System korrekt in den IOBroker ebus adapter eingetragen.
      Adapterneustart. Alles grün. Soweit so gut...

      Dann kommen vom Adapter folgende Fehlermeldungen:

      exception from tcp socket in ebusd_ReadValues [AggregateError]
      exception in ebusd_ReceiveData [AggregateError]
      

      Abschliessende generelle Frage:
      Sollte ich eine komplette Neuinstallation von Ebus im Terminal machen wollen, was wäre der Linux Befehl alles zu löschen für eine Neuinstallation in einem Terminalfenster?

      Herzlichen Dank für jede Hilfe
      VG
      Kris

      posted in ioBroker Allgemein
      K
      Krissie777
    • RE: iOBroker Backitup - Grafana Backup wiederherstellen

      @crunchip said in iOBroker Backitup - Grafana Backup wiederherstellen:

      Adapter stoppen
      Datenbank löschen
      Backup einspielen
      Danach erst den Adapter wieder starten

      Hallo Crunchip,

      genau das war es bei mir.

      Ich habe es so gemacht und es funzt wunderbar:

      Adapter stoppen
      Datenbank löschen mit DROP DATABASE <database_name>
      Backup einspielen von der gleichen Version (also gleiche Version altes und neues System) in meinem Fall Backitup 3.2.1
      Danach erst den Adapter wieder starten
      Hurra 🙂

      , einzig das neue Grafana Web Inerface ist ca 5 Sekunden langsamer gegenüber der Vorversion.

      Herzlichen Dank an alle die mitgeholfen haben speziell crunchip und simatec

      PS: Bei mir lüft Grafana nach Backitup einwandfrei, alle Daten mit Dashboard sind komplett da, nur ca 5 Sekunden langsamer...

      Wünsche euch noch eine tolle Woche.
      Schön dass es euch gibt.
      Herzlich Kris

      posted in ioBroker Allgemein
      K
      Krissie777
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo