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

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Adapter: ebus

NEWS

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Adapter: ebus

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
ebus adapter
708 Beiträge 71 Kommentatoren 254.0k Aufrufe 59 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • HasontH Hasont

    @azrael42
    Hallo, ich bin zwar nicht kanumouse aber ich hab das Problem auch schon seit über einem Jahr. Dachte mal es wäre weg wenn man den Adapter über das Terminal beendet und wieder startet aber leider kann ich das so nicht mehr nachvollziehen. Im ebus wird ja lt. Beschreibung der Bus mit dem Befehl "Make the daemon autostart with sudo systemctl enable ebusd" beim Starten vom Raspie automatisch gestartet.
    Ev. passiert das gleiche nochmal beim Start vom IoBroker und der Dienst läuft dann zweimal.
    Vieleicht meldet sich ja diesmal jemand der uns da helfen kann. Habs leider nicht weiter verfolgt. Nach Update auf Bookworm ist das immer noch.

    Azrael42A Offline
    Azrael42A Offline
    Azrael42
    schrieb am zuletzt editiert von
    #672

    @hasont
    Danke für die Antwort!
    Bei mir kommt die Meldung entweder nicht oder im gleichen Rhythmus, in dem der Cron Zeitplan des Dienstes eingestellt ist.
    Die Funktion ist aber immer gegeben. Nervt halt nur, wenn das Log ständig mit Ebus Meldungen voll ist und die eigentlich Wichtigen unter gehen.
    Hab da auch noch eine andere Meldung, um die kümmere ich mich aber später:

    no update since 3/23/2025, 6:56:23 AM mc.messages.Params.lastup
    

    Davon 3 verschiedene...

    KNX - Modbus - EBus - Smartmeter
    PV Überschuss Steuerung für Wallbox und WP mit Node-Red, SQL Programmierung, eigens entwickelte KNX Komponenten

    1 Antwort Letzte Antwort
    0
    • D Dette

      Hallo zusammen,

      nachdem ich nun den ebusd laufen haben als auch den ebus Adapter, der mir auch eine Vielzahl an werten meiner WP anzeigt, wollte ich mich nun mal daran wagen, per write Befehl die Konfiguration zu ändern.

      Als einfaches Bsp erscheint mir, die Zirkulationspumpe an/aus zu schalten.
      Diese sehe ich im Circuit "hmu" unter dem Namen "StatusCirPump".
      Leider gelingt es mir nicht über dem cmd Datenpunkt einen Write Befehl abzusetzen, da scheinbar meine Syntax falsch ist.

      Hier mal das, was die HTML Seite unter "hmu"ausgibt:

      "StatusCirPump": {
      "name": "StatusCirPump",
      "passive": true,
      "write": true,
      "lastup": 1691576026,
      "zz": 8,
      "fields": {
      "0": {"name": "", "value": "off"}
      }
      },

      Wie schaffe ich es nun, den Value von "off" auf "on" oder umgekehrt zu ändern?
      Nach meinem Verständnis wäre der Circuit "hmu" und der Name "StatusCirPump". Aber wie schreibe ich nun konkret den "value"?

      Gibt es irgendwo Beispiele zum write Befehl, an denen man sich mal orientieren kann?

      Besten Dank schonmal

      martens86M Offline
      martens86M Offline
      martens86
      schrieb am zuletzt editiert von martens86
      #673

      @dette kannst du noch sagen, wie du über Iobroker den Write Befehl an Ebus.0.cmd sendest.

      Ich möchte das gerne über Node-Red machen, weiß aber nicht über welchen Node ich den Befehl (in welchem Format) übergeben muss/soll.

      Viele Grüße!

      martens86M 1 Antwort Letzte Antwort
      0
      • martens86M martens86

        @dette kannst du noch sagen, wie du über Iobroker den Write Befehl an Ebus.0.cmd sendest.

        Ich möchte das gerne über Node-Red machen, weiß aber nicht über welchen Node ich den Befehl (in welchem Format) übergeben muss/soll.

        Viele Grüße!

        martens86M Offline
        martens86M Offline
        martens86
        schrieb am zuletzt editiert von
        #674

        @martens86
        Ich antworte mir mal selbst, da ich für mich eine Lösung gefunden habe.

        Ich nutze in Node-Red eine Function-Node um einen Befehl in ebus.o.cmd zu schreiben:

        Ein Beispiel-Befehl ist z.B. (1x Warmwasser-Bereitung)
        msg.payload = 'write -c 700 HwcSfMode 6';
        msg.topic = "ebus.0.cmd";
        return msg;

        Das geht dann in ein iobroker-Out node, wo der ebus.0.cmd verlinkt ist.

        1 Antwort Letzte Antwort
        0
        • Nobody elseN Nobody else

          Hallo Zusammen,

          Ich wollte gern von meiner Vaillant Heizung die Solaranlage auslesen.

          Jetzt hab ich schonmal herausgefunden das die Daten von VMS01 kommen.

          Wenn ich ebusctl info eingebe wird VMS01 angezeigt nur der Adapter liest das nicht aus.

          Ich habe die 06.vms.csv in Verdacht nur ich weiß nicht wie ich die ändere.

          Auch wird angezeigt das es aktualisierungen für den ebusd gibt, wie kann ich ein Update anstoßen?

          LG

          T Offline
          T Offline
          Trapper
          schrieb am zuletzt editiert von
          #675

          @nobody-else sagte in Adapter: ebus:

          Hallo Zusammen,

          Ich wollte gern von meiner Vaillant Heizung die Solaranlage auslesen.

          Jetzt hab ich schonmal herausgefunden das die Daten von VMS01 kommen.

          Wenn ich ebusctl info eingebe wird VMS01 angezeigt nur der Adapter liest das nicht aus.

          Ich habe die 06.vms.csv in Verdacht nur ich weiß nicht wie ich die ändere.

          Auch wird angezeigt das es aktualisierungen für den ebusd gibt, wie kann ich ein Update anstoßen?

          LG

          Hi, hast Du rausgefunden, wie man den ebusd updatet? Könnte da auch Hilfe gebrauchen.
          Gruß
          Klaus

          Thomas BraunT Rene_HMR 2 Antworten Letzte Antwort
          0
          • T Trapper

            @nobody-else sagte in Adapter: ebus:

            Hallo Zusammen,

            Ich wollte gern von meiner Vaillant Heizung die Solaranlage auslesen.

            Jetzt hab ich schonmal herausgefunden das die Daten von VMS01 kommen.

            Wenn ich ebusctl info eingebe wird VMS01 angezeigt nur der Adapter liest das nicht aus.

            Ich habe die 06.vms.csv in Verdacht nur ich weiß nicht wie ich die ändere.

            Auch wird angezeigt das es aktualisierungen für den ebusd gibt, wie kann ich ein Update anstoßen?

            LG

            Hi, hast Du rausgefunden, wie man den ebusd updatet? Könnte da auch Hilfe gebrauchen.
            Gruß
            Klaus

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

            @trapper sagte in Adapter: ebus:

            Hi, hast Du rausgefunden, wie man den ebusd updatet?

            Indem man eine passende Quelle in seinem Betriebssystem anlegt.
            Für Debian z. B. so:

            https://github.com/john30/ebusd-debian
            bzw.
            https://github.com/john30/ebusd-debian/blob/master/README.md

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

            1 Antwort Letzte Antwort
            0
            • T Trapper

              @nobody-else sagte in Adapter: ebus:

              Hallo Zusammen,

              Ich wollte gern von meiner Vaillant Heizung die Solaranlage auslesen.

              Jetzt hab ich schonmal herausgefunden das die Daten von VMS01 kommen.

              Wenn ich ebusctl info eingebe wird VMS01 angezeigt nur der Adapter liest das nicht aus.

              Ich habe die 06.vms.csv in Verdacht nur ich weiß nicht wie ich die ändere.

              Auch wird angezeigt das es aktualisierungen für den ebusd gibt, wie kann ich ein Update anstoßen?

              LG

              Hi, hast Du rausgefunden, wie man den ebusd updatet? Könnte da auch Hilfe gebrauchen.
              Gruß
              Klaus

              Rene_HMR Offline
              Rene_HMR Offline
              Rene_HM
              Developer
              schrieb am zuletzt editiert von
              #677

              @trapper ebusd - update

              Der Adapter bring neuerdings zwei scripts mit

              • InstallEbusd.sh
              • UpdateEbusd.sh

              Die liegen im Verzeichnis lib/scripts des Adapters.
              Diese scripts kann man als Vorlage zur Installation oder update verwenden.
              Außerdem ist das im wiki vom ebusd für die Installation beschrieben.

              1 Antwort Letzte Antwort
              0
              • N Offline
                N Offline
                Norb 0
                schrieb am zuletzt editiert von Norb 0
                #678

                Hat schon einer die Version 3.6.3 getestet.
                Laut Infotext "Due to new used parser data structure might be changed. Please verify your settings."
                Mich würde interessieren, was sich genau an der Datenstruktur ändert.

                68ca12fe-486a-4d5a-bd2e-bf35702c9c80-image.png

                Rene_HMR 1 Antwort Letzte Antwort
                0
                • N Norb 0

                  Hat schon einer die Version 3.6.3 getestet.
                  Laut Infotext "Due to new used parser data structure might be changed. Please verify your settings."
                  Mich würde interessieren, was sich genau an der Datenstruktur ändert.

                  68ca12fe-486a-4d5a-bd2e-bf35702c9c80-image.png

                  Rene_HMR Offline
                  Rene_HMR Offline
                  Rene_HM
                  Developer
                  schrieb am zuletzt editiert von
                  #679

                  @norb-0 Der Plan ist, dass sich möglichst nichts ändert. Ich habe bei mir aber gesehen, dass ein paar neue Datenpunkte hinzugekommen sind und manche (speziell Beschreibungen und Namen) sich verschoben haben. Die sind jetzt an der gleichen Stelle, wie im Original vom ebusd (wenn man das ganze im browser direkt aufruft). Die Werte selbst waren zumindest bei mir nicht betroffen.
                  Hintergrund ist, dass ich eine Bibliothek, welche nicht mehr kompatibel war, entfernt habe und durch eigenen Code ersetzt habe.

                  N 1 Antwort Letzte Antwort
                  0
                  • Rene_HMR Rene_HM

                    @norb-0 Der Plan ist, dass sich möglichst nichts ändert. Ich habe bei mir aber gesehen, dass ein paar neue Datenpunkte hinzugekommen sind und manche (speziell Beschreibungen und Namen) sich verschoben haben. Die sind jetzt an der gleichen Stelle, wie im Original vom ebusd (wenn man das ganze im browser direkt aufruft). Die Werte selbst waren zumindest bei mir nicht betroffen.
                    Hintergrund ist, dass ich eine Bibliothek, welche nicht mehr kompatibel war, entfernt habe und durch eigenen Code ersetzt habe.

                    N Offline
                    N Offline
                    Norb 0
                    schrieb am zuletzt editiert von Norb 0
                    #680

                    @rene_hm
                    Danke fürs Feedback.
                    Sieht alles gut aus bei mir nach dem update auf 3.6.3. Die Werte der Datenpunkte die ich abfrage sind zumindest nicht verschoben.
                    Es wurden insgesamt 1360 neue Datenpunkte hinzugefügt!
                    ebus nach update auf 3.6.3.txt

                    1 Antwort Letzte Antwort
                    0
                    • F Offline
                      F Offline
                      Fortune95
                      schrieb am zuletzt editiert von
                      #681

                      @Rene_HM
                      Mit Version 3.6.3 funktioniert bei mir die history nicht mehr bzw. die DP werden nicht mehr aufgezeichnet. Mit 3.6.2 funktioniert es wieder.

                      Rene_HMR 1 Antwort Letzte Antwort
                      0
                      • F Fortune95

                        @Rene_HM
                        Mit Version 3.6.3 funktioniert bei mir die history nicht mehr bzw. die DP werden nicht mehr aufgezeichnet. Mit 3.6.2 funktioniert es wieder.

                        Rene_HMR Offline
                        Rene_HMR Offline
                        Rene_HM
                        Developer
                        schrieb am zuletzt editiert von
                        #682

                        @fortune95 Du bist dir sicher, dass der Datenpunkt nicht verschoben ist? Im Baum ist der alte DP sicher noch vorhanden, wird dann aber nicht mehr aktualisiert. Stattdessen wird der neu angelegte DP aktualisiert...

                        F 1 Antwort Letzte Antwort
                        0
                        • Rene_HMR Rene_HM

                          @fortune95 Du bist dir sicher, dass der Datenpunkt nicht verschoben ist? Im Baum ist der alte DP sicher noch vorhanden, wird dann aber nicht mehr aktualisiert. Stattdessen wird der neu angelegte DP aktualisiert...

                          F Offline
                          F Offline
                          Fortune95
                          schrieb am zuletzt editiert von
                          #683

                          @rene_hm

                          Die aufgezeichneten bzw. abgefragten DP sind von der Struktur her gleich. history.ebus.error hat als Wert "none" und einen aktuellen Zeitstempel aber die 3 history Werte nicht.

                          6434d0fb-0f76-40d0-93de-e3833865aacd-image.png

                          Rene_HMR 2 Antworten Letzte Antwort
                          0
                          • F Fortune95

                            @rene_hm

                            Die aufgezeichneten bzw. abgefragten DP sind von der Struktur her gleich. history.ebus.error hat als Wert "none" und einen aktuellen Zeitstempel aber die 3 history Werte nicht.

                            6434d0fb-0f76-40d0-93de-e3833865aacd-image.png

                            Rene_HMR Offline
                            Rene_HMR Offline
                            Rene_HM
                            Developer
                            schrieb am zuletzt editiert von
                            #684

                            @fortune95 ah okay. Muss ich mir nochmal anschauen... https://github.com/rg-engineering/ioBroker.ebus/issues/430

                            1 Antwort Letzte Antwort
                            0
                            • M Offline
                              M Offline
                              Meintre 0
                              schrieb am zuletzt editiert von
                              #685

                              Hallo Leute,
                              ich versuche seit geraumer Zeit die Daten von meiner Vaillant VSC 126 mit colormatic 470 in iobroker zu bekommen.. Der ebusd läuft

                              Build: 20250615
                              ebusd device string: "ens:192.168.188.76:9999" or "mdns:34851835647c" since ebusd 24.1
                              WiFi station/client: FRITZ WLAN 7390, 192.168.188.76, 90% (-55dBm)
                              Chip ID: 34851835647c, ESP32-C3, rev 4
                              Hostname: ebus-35647c
                              Up time: 19:05:31 / 68731 s
                              Free heap: 76368 / 253844
                              ebusd connected: yes (inactive)
                              eBUS signal: acquired

                              Ich erhalte auch einige Datenpunkte (würden mir vollständig reichen). Nun möchte ich aber auch Datenpunkte schreiben zB. "einmal Speicherladung".

                              Das ganze läuft auf ein MacBook (iobroker) und Ebusd im Orbstack Container.

                              Kann mir jemand den Befehl zur einmaligen Speicherladung geben!

                              1 Antwort Letzte Antwort
                              0
                              • F Offline
                                F Offline
                                Fortune95
                                schrieb am zuletzt editiert von
                                #686

                                Bei meiner EcoCompact funktioniert es hiermit: w -c 700 HwcSFMode 6
                                Die 700 müsstest Du mit deinem Systemregler ersetzen, Prüf mal mit ebusctl find was er findet.

                                M 1 Antwort Letzte Antwort
                                0
                                • F Fortune95

                                  Bei meiner EcoCompact funktioniert es hiermit: w -c 700 HwcSFMode 6
                                  Die 700 müsstest Du mit deinem Systemregler ersetzen, Prüf mal mit ebusctl find was er findet.

                                  M Offline
                                  M Offline
                                  Meintre 0
                                  schrieb am zuletzt editiert von
                                  #687

                                  @fortune95 sagte in Adapter: ebus:

                                  ebusctl find

                                  Das zeigt mir ebusctl find an:
                                  470 ACTOstorDetected = no data stored
                                  470 ActoSTOROPMode = no data stored
                                  470 ActualRoomTempDesiredHc1 = no data stored
                                  470 ActualWeekday = no data stored
                                  470 ADCValueTempbelow = no data stored
                                  470 ASCDetected = no data stored
                                  470 B51000M10HwcFlowSetMon = no data stored
                                  470 B51000M12DisableBitsMon = no data stored
                                  470 B51000M14Monitor = no data stored
                                  470 B51000M7OpModeMonitor = no data stored
                                  470 B51000M8HeatFlowSetMonitor = no data stored
                                  470 B51000M9TappingSetMon = no data stored
                                  470 B51000TempDesiredLoadingPump = no data stored
                                  470 BMUB51101BoilerFlowTemp = no data stored
                                  470 BMUB51101ErrorStatus = no data stored
                                  470 BMUB51101HwcState = no data stored
                                  470 BMUB51101StorageTemp = no data stored
                                  470 BMUFlowTempOrVF1 = no data stored
                                  470 CalculatedKickStopTime = no data stored
                                  470 CcTimer_Friday = no data stored
                                  470 CcTimer_Monday = no data stored
                                  470 CcTimer_Saturday = no data stored
                                  470 CcTimer_Sunday = no data stored
                                  470 CcTimer_Thursday = no data stored
                                  470 CcTimer_Tuesday = no data stored
                                  470 CcTimer_Wednesday = no data stored
                                  470 ChimneySweepModeActive = no data stored
                                  470 CirPump = no data stored
                                  470 ClockSwitchSummerWinterDone = no data stored
                                  470 ContactName = no data stored
                                  470 ContinuosHeating = no data stored
                                  470 CoolingTimer_Friday = no data stored
                                  470 CoolingTimer_Monday = no data stored
                                  470 CoolingTimer_Saturday = no data stored
                                  470 CoolingTimer_Sunday = no data stored
                                  470 CoolingTimer_Thursday = no data stored
                                  470 CoolingTimer_Tuesday = no data stored
                                  470 CoolingTimer_Wednesday = no data stored
                                  470 CountryVariant = no data stored
                                  470 CPLPLast24started = no data stored
                                  470 Currenterror = no data stored
                                  470 Date = no data stored
                                  470 DcfIsValid = no data stored
                                  470 DisplayedHc1RoomTempDesired = no data stored
                                  470 DisplayedHwcStorageTemp = no data stored
                                  470 DisplayedRoomTemp = no data stored
                                  470 EepromUpdateActive = no data stored
                                  470 EnermanState = no data stored
                                  470 Errorhistory = no data stored
                                  470 ExcessTemp = no data stored
                                  470 FactoryTestActive = no data stored
                                  470 FrostOverRideTime = no data stored
                                  470 FrostProtectDelayMonitor = no data stored
                                  470 FrostProtectionRequiredMonitor = no data stored
                                  470 FrostProtectStateMonitor = no data stored
                                  470 GlobalSystemOff = no data stored
                                  470 Hc1ActualFlowTempDesired = no data stored
                                  470 Hc1AutoOffMode = no data stored
                                  470 Hc1BankHolidayEndPeriod = no data stored
                                  470 Hc1BankHolidayStartPeriod = no data stored
                                  470 Hc1DayTemp = no data stored
                                  470 Hc1FloorPavementDryingDay = no data stored
                                  470 Hc1FloorPavementDryingTemp = no data stored
                                  470 Hc1HcType = no data stored
                                  470 Hc1HeatCurve = no data stored
                                  470 Hc1HolidayEndPeriod = no data stored
                                  470 Hc1HolidayRoomTemp = no data stored
                                  470 Hc1HolidayStartPeriod = no data stored
                                  470 Hc1MinimalFlowTempDesired = no data stored
                                  470 Hc1NightTemp = no data stored
                                  470 Hc1OPMode = auto
                                  470 Hc1PreCutOffActive = no data stored
                                  470 Hc1PreOrContinuosHeatingActive = no data stored
                                  470 Hc1Pump = no data stored
                                  470 Hc1PumpLast24started = no data stored
                                  470 Hc1QuickVetoTemp = no data stored
                                  470 Hc1RoomTempSwitchOn = no data stored
                                  470 Hc1SFMode = none
                                  470 Hc1SummerOffset = no data stored
                                  470 Hc2BankHolidayEndPeriod = no data stored
                                  470 Hc2BankHolidayPeriodIsActive = no data stored
                                  470 Hc2BankHolidayStartPeriod = no data stored
                                  470 Hc2HcType = no data stored
                                  470 Hc2HolidayEndPeriod = no data stored
                                  470 Hc2HolidayPeriodIsActive = no data stored
                                  470 Hc2HolidayStartPeriod = no data stored
                                  470 Hc2OPMode = no data stored
                                  470 Hc2SFMode = no data stored
                                  470 Hc2TempDesiredB50418 = no data stored
                                  470 HcMc1ConfigCPLP = no data stored
                                  470 HcMc1CPLPState = no data stored
                                  470 HcMc1Detected = no data stored
                                  470 HcName1 = no data stored
                                  470 HcName2 = no data stored
                                  470 HcTimer_Friday = no data stored
                                  470 HcTimer_Monday = no data stored
                                  470 HcTimer_Saturday = no data stored
                                  470 HcTimer_Sunday = no data stored
                                  470 HcTimer_Thursday = no data stored
                                  470 HcTimer_Tuesday = no data stored
                                  470 HcTimer_Wednesday = no data stored
                                  470 HwcActualTempDesired = no data stored
                                  470 HwcCircuitActive = no data stored
                                  470 HwcLegioStartDay = no data stored
                                  470 HwcLegioStartTime = no data stored
                                  470 HwcLoadingIn430Active = no data stored
                                  470 HwcLoadingOffset = no data stored
                                  470 HwcOPMode = off
                                  470 HwcParallelLoading = no data stored
                                  470 HwcPressLowpostrunningtime = no data stored
                                  470 HwcTempDesired = no data stored
                                  470 HwcTimer_Friday = no data stored
                                  470 HwcTimer_Monday = no data stored
                                  470 HwcTimer_Saturday = no data stored
                                  470 HwcTimer_Sunday = no data stored
                                  470 HwcTimer_Thursday = no data stored
                                  470 HwcTimer_Tuesday = no data stored
                                  470 HwcTimer_Wednesday = no data stored
                                  470 HydraulicMap = no data stored
                                  470 HydraulicSwitch = no data stored
                                  470 InstallAssistant = no data stored
                                  470 KeyCodeforConfigMenu = no data stored
                                  470 LanguageVariant = no data stored
                                  470 LcdContrastValue = no data stored
                                  470 LegioProtectActive = no data stored
                                  470 MaintenanceDate = no data stored
                                  470 MenuTestingCurrParameterTextId = no data stored
                                  470 MenuTestingCurrPid = no data stored
                                  470 MenuTestingCurrScreenCount = no data stored
                                  470 MenuTestingCurrValue = no data stored
                                  470 MenuTestingSymAddrFromCurrValue = no data stored
                                  470 MonitorCurrentIPart = no data stored
                                  470 MonitorEEpromInkonsiNumber = no data stored
                                  470 OpModeEffect = no data stored
                                  470 OutsideTemp = no data stored
                                  470 OutsideTempOffset = no data stored
                                  470 PhoneNumber = no data stored
                                  470 PreheatingTime = no data stored
                                  470 PreStopTime = no data stored
                                  470 PumpBlockingTimeMax = no data stored
                                  470 PumpEnergySaveCalculatedTimeMonitor = no data stored
                                  470 PumpEnergySaveStateMonitor = no data stored
                                  470 RaumtempIstUnten = no data stored
                                  470 RoomTemp = 21.69;ok
                                  470 RoomTempCorrection = 2.0
                                  470 RoomTempOffsetSelfWarming = no data stored
                                  470 SolModuleDetected = no data stored
                                  470 StartEepromUpdate = no data stored
                                  470 StatusDcf = no data stored
                                  470 SummerWinterTimeAdjust = no data stored
                                  470 TariffTimer_Friday = no data stored
                                  470 TariffTimer_Monday = no data stored
                                  470 TariffTimer_Saturday = no data stored
                                  470 TariffTimer_Sunday = no data stored
                                  470 TariffTimer_Thursday = no data stored
                                  470 TariffTimer_Tuesday = no data stored
                                  470 TariffTimer_Wednesday = no data stored
                                  470 TestVarActivateFunction = no data stored
                                  470 Time = no data stored
                                  470 V430PluggedIn = no data stored
                                  470 VF1 = no data stored
                                  470 VR81ActiveForHc1 = no data stored
                                  470 VR81ActiveForHc2 = no data stored
                                  470 VR81Detected = no data stored
                                  470 YieldLastYear = no data stored
                                  470 YieldThisYear = no data stored
                                  bai AccessoriesOne = no data stored
                                  bai AccessoriesTwo = no data stored
                                  bai ACRoomthermostat = no data stored
                                  bai AverageIgnitiontime = no data stored
                                  bai BlockTimeHcMax = no data stored
                                  bai BoilerType = no data stored
                                  bai ChangesDSN = no data stored
                                  bai CirPump = no data stored
                                  bai CounterStartattempts1 = no data stored
                                  bai CounterStartattempts2 = no data stored
                                  bai CounterStartAttempts3 = no data stored
                                  bai CounterStartAttempts4 = no data stored
                                  bai Currenterror = no data stored
                                  bai DateTime = valid;15:22:51;13.07.2025;26.000
                                  bai DcfState = no data stored
                                  bai DCFTimeDate = no data stored
                                  bai DCRoomthermostat = no data stored
                                  bai DeactivationsIFC = no data stored
                                  bai DeactivationsTemplimiter = no data stored
                                  bai DeltaFlowReturnMax = no data stored
                                  bai DisplayMode = no data stored
                                  bai DSN = no data stored
                                  bai DSNOffset = no data stored
                                  bai DSNStart = no data stored
                                  bai EBusHeatcontrol = no data stored
                                  bai EbusSourceOn = no data stored
                                  bai EbusVoltage = no data stored
                                  bai Errorhistory = no data stored
                                  bai Expertlevel_ReturnTemp = no data stored
                                  bai ExternalFaultmessage = no data stored
                                  bai ExternalFlowTempDesired = no data stored
                                  bai ExternalHwcSwitch = no data stored
                                  bai ExternGasvalve = no data stored
                                  bai ExtFlowTempDesiredMin = no data stored
                                  bai ExtStorageModulCon = no data stored
                                  bai ExtWP = no data stored
                                  bai FanHours = no data stored
                                  bai FanMaxSpeedOperation = no data stored
                                  bai FanMinSpeedOperation = no data stored
                                  bai FanPWMSum = no data stored
                                  bai FanPWMTest = no data stored
                                  bai FanSpeed = no data stored
                                  bai FanSpeedOffsetMax = no data stored
                                  bai FanSpeedOffsetMin = no data stored
                                  bai FanStarts = no data stored
                                  bai Flame = no data stored
                                  bai FlameSensingASIC = no data stored
                                  bai FloorHeatingContact = no data stored
                                  bai FlowsetHcMax = no data stored
                                  bai FlowsetHwcMax = no data stored
                                  bai FlowSetPotmeter = no data stored
                                  bai FlowTemp = no data stored
                                  bai FlowTempDesired = no data stored
                                  bai FlowTempMax = no data stored
                                  bai Fluegasvalve = no data stored
                                  bai FluegasvalveOpen = no data stored
                                  bai Gasvalve3UC = no data stored
                                  bai Gasvalve = no data stored
                                  bai GasvalveASICFeedback = no data stored
                                  bai GasvalveUC = no data stored
                                  bai GasvalveUCFeedback = no data stored
                                  bai HcHours = no data stored
                                  bai HcPumpMode = no data stored
                                  bai HcPumpStarts = no data stored
                                  bai HcStarts = no data stored
                                  bai HcUnderHundredStarts = no data stored
                                  bai HeatingSwitch = no data stored
                                  bai HoursTillService = no data stored
                                  bai HwcDemand = no data stored
                                  bai HwcHours = no data stored
                                  bai HwcImpellorSwitch = no data stored
                                  bai HwcSetPotmeter = no data stored
                                  bai HwcStarts = no data stored
                                  bai HwcSwitch = no data stored
                                  bai HwcTemp = no data stored
                                  bai HwcTempDesired = no data stored
                                  bai HwcTempMax = no data stored
                                  bai HwcTypes = no data stored
                                  bai HwcUnderHundredStarts = no data stored
                                  bai HwcWaterflowMax = no data stored
                                  bai Ignitor = no data stored
                                  bai InitialisationEEPROM = no data stored
                                  bai IonisationVoltageLevel = no data stored
                                  bai Maintenancedata_HwcTempMax = no data stored
                                  bai MaxIgnitiontime = no data stored
                                  bai MinIgnitiontime = no data stored
                                  bai ModulationTempDesired = no data stored
                                  bai OutdoorstempSensor = no data stored
                                  bai OverflowCounter = no data stored
                                  bai ParamToken = no data stored
                                  bai PartloadHcKW = no data stored
                                  bai PartnumberBox = no data stored
                                  bai PositionValveSet = no data stored
                                  bai PowerValue = no data stored
                                  bai PrAPSCounter = no data stored
                                  bai PrAPSSum = no data stored
                                  bai PrEnergyCountHc1 = no data stored
                                  bai PrEnergyCountHc2 = no data stored
                                  bai PrEnergyCountHc3 = no data stored
                                  bai PrEnergyCountHwc1 = no data stored
                                  bai PrEnergyCountHwc2 = no data stored
                                  bai PrEnergyCountHwc3 = no data stored
                                  bai PrEnergySumHc1 = no data stored
                                  bai PrEnergySumHc2 = no data stored
                                  bai PrEnergySumHc3 = no data stored
                                  bai PrEnergySumHwc1 = no data stored
                                  bai PrEnergySumHwc2 = no data stored
                                  bai PrEnergySumHwc3 = no data stored
                                  bai PrimaryCircuitFlowRate = no data stored
                                  bai ProductionByte = no data stored
                                  bai PrVortexFlowSensorValue = no data stored
                                  bai PumpHours = no data stored
                                  bai PumpHwcFlowNumber = no data stored
                                  bai PumpHwcFlowSum = no data stored
                                  bai PumpspeedDesired = no data stored
                                  bai RemainingBoilerblocktime = no data stored
                                  bai ReturnRegulation = no data stored
                                  bai ReturnTemp = no data stored
                                  bai ReturnTempMax = no data stored
                                  bai SecondPumpMode = no data stored
                                  bai SerialNumber = no data stored
                                  bai SetFactoryValues = no data stored
                                  bai SetMode = auto;0.0;50.0;-;1;0;1;0;0;0
                                  bai SHEMaxDeltaHwcFlow = no data stored
                                  bai SHEMaxFlowTemp = no data stored
                                  bai Statenumber = no data stored
                                  bai Status01 = 28.0;29.0;26.000;63.0;40.0;off
                                  bai Status02 = auto;60;39.0;80;60.0
                                  bai Status16 = no data stored
                                  bai Status = no data stored
                                  bai StatusCirPump = off
                                  bai Storageloadpump = no data stored
                                  bai StorageLoadPumpHours = no data stored
                                  bai StorageloadPumpStarts = no data stored
                                  bai StorageLoadTimeMax = no data stored
                                  bai StoragereleaseClock = no data stored
                                  bai StorageTemp = no data stored
                                  bai StorageTempDesired = no data stored
                                  bai StorageTempMax = no data stored
                                  bai TargetFanSpeed = no data stored
                                  bai TargetFanSpeedOutput = no data stored
                                  bai TempDiffBlock = no data stored
                                  bai TempDiffFailure = no data stored
                                  bai TempGradientFailure = no data stored
                                  bai Templimiter = no data stored
                                  bai TemplimiterWithNTC = no data stored
                                  bai TempMaxDiffExtTFT = no data stored
                                  bai Testbyte = no data stored
                                  bai TimerInputHc = no data stored
                                  bai ValveMode = no data stored
                                  bai ValveStarts = no data stored
                                  bai VolatileLockout = no data stored
                                  bai VolatileLockoutIFCGV = no data stored
                                  bai VortexFlowSensor = no data stored
                                  bai WarmstartDemand = no data stored
                                  bai WaterHcFlowMax = no data stored
                                  bai WaterPressure = no data stored
                                  bai WaterpressureBranchControlOff = no data stored
                                  bai WaterpressureMeasureCounter = no data stored
                                  bai WaterpressureVariantSum = no data stored
                                  bai WP = no data stored
                                  bai WPPostrunTime = no data stored
                                  bai WPPWMPower = no data stored
                                  bai WPSecondStage = no data stored
                                  Broadcast ControlCmd = no data stored
                                  Broadcast Datetime = no data stored
                                  Broadcast Error = no data stored
                                  Broadcast HwcStatus = no data stored
                                  Broadcast Id = no data stored
                                  Broadcast IdAnswer = no data stored
                                  Broadcast Load = no data stored
                                  Broadcast Netloss = no data stored
                                  Broadcast Netresetcfg = no data stored
                                  Broadcast Netresetstate = no data stored
                                  Broadcast Outsidetemp = 26.000
                                  Broadcast RcOperation = no data stored
                                  Broadcast RcTarget = no data stored
                                  Broadcast Signoflife = no data stored
                                  Broadcast Vdatetime = 15:22:10;13.07.2025
                                  General Valuerange = no data stored
                                  Memory Eeprom = no data stored
                                  Memory Ram = no data stored
                                  Scan Id = no data stored
                                  scan.08 = Vaillant;BAI00;0414;7401
                                  Scan.08 Id = 21;07;19;0010003857;9999;999999;N1
                                  scan.15 = Vaillant;47000;0420;1403
                                  Scan.15 Id = no data stored

                                  ich habe mit dem ebusd Adapter noch keine Erfahrung! Wie gebe ich den schreiben Befehl ein (Terminal)

                                  F 1 Antwort Letzte Antwort
                                  0
                                  • M Meintre 0

                                    @fortune95 sagte in Adapter: ebus:

                                    ebusctl find

                                    Das zeigt mir ebusctl find an:
                                    470 ACTOstorDetected = no data stored
                                    470 ActoSTOROPMode = no data stored
                                    470 ActualRoomTempDesiredHc1 = no data stored
                                    470 ActualWeekday = no data stored
                                    470 ADCValueTempbelow = no data stored
                                    470 ASCDetected = no data stored
                                    470 B51000M10HwcFlowSetMon = no data stored
                                    470 B51000M12DisableBitsMon = no data stored
                                    470 B51000M14Monitor = no data stored
                                    470 B51000M7OpModeMonitor = no data stored
                                    470 B51000M8HeatFlowSetMonitor = no data stored
                                    470 B51000M9TappingSetMon = no data stored
                                    470 B51000TempDesiredLoadingPump = no data stored
                                    470 BMUB51101BoilerFlowTemp = no data stored
                                    470 BMUB51101ErrorStatus = no data stored
                                    470 BMUB51101HwcState = no data stored
                                    470 BMUB51101StorageTemp = no data stored
                                    470 BMUFlowTempOrVF1 = no data stored
                                    470 CalculatedKickStopTime = no data stored
                                    470 CcTimer_Friday = no data stored
                                    470 CcTimer_Monday = no data stored
                                    470 CcTimer_Saturday = no data stored
                                    470 CcTimer_Sunday = no data stored
                                    470 CcTimer_Thursday = no data stored
                                    470 CcTimer_Tuesday = no data stored
                                    470 CcTimer_Wednesday = no data stored
                                    470 ChimneySweepModeActive = no data stored
                                    470 CirPump = no data stored
                                    470 ClockSwitchSummerWinterDone = no data stored
                                    470 ContactName = no data stored
                                    470 ContinuosHeating = no data stored
                                    470 CoolingTimer_Friday = no data stored
                                    470 CoolingTimer_Monday = no data stored
                                    470 CoolingTimer_Saturday = no data stored
                                    470 CoolingTimer_Sunday = no data stored
                                    470 CoolingTimer_Thursday = no data stored
                                    470 CoolingTimer_Tuesday = no data stored
                                    470 CoolingTimer_Wednesday = no data stored
                                    470 CountryVariant = no data stored
                                    470 CPLPLast24started = no data stored
                                    470 Currenterror = no data stored
                                    470 Date = no data stored
                                    470 DcfIsValid = no data stored
                                    470 DisplayedHc1RoomTempDesired = no data stored
                                    470 DisplayedHwcStorageTemp = no data stored
                                    470 DisplayedRoomTemp = no data stored
                                    470 EepromUpdateActive = no data stored
                                    470 EnermanState = no data stored
                                    470 Errorhistory = no data stored
                                    470 ExcessTemp = no data stored
                                    470 FactoryTestActive = no data stored
                                    470 FrostOverRideTime = no data stored
                                    470 FrostProtectDelayMonitor = no data stored
                                    470 FrostProtectionRequiredMonitor = no data stored
                                    470 FrostProtectStateMonitor = no data stored
                                    470 GlobalSystemOff = no data stored
                                    470 Hc1ActualFlowTempDesired = no data stored
                                    470 Hc1AutoOffMode = no data stored
                                    470 Hc1BankHolidayEndPeriod = no data stored
                                    470 Hc1BankHolidayStartPeriod = no data stored
                                    470 Hc1DayTemp = no data stored
                                    470 Hc1FloorPavementDryingDay = no data stored
                                    470 Hc1FloorPavementDryingTemp = no data stored
                                    470 Hc1HcType = no data stored
                                    470 Hc1HeatCurve = no data stored
                                    470 Hc1HolidayEndPeriod = no data stored
                                    470 Hc1HolidayRoomTemp = no data stored
                                    470 Hc1HolidayStartPeriod = no data stored
                                    470 Hc1MinimalFlowTempDesired = no data stored
                                    470 Hc1NightTemp = no data stored
                                    470 Hc1OPMode = auto
                                    470 Hc1PreCutOffActive = no data stored
                                    470 Hc1PreOrContinuosHeatingActive = no data stored
                                    470 Hc1Pump = no data stored
                                    470 Hc1PumpLast24started = no data stored
                                    470 Hc1QuickVetoTemp = no data stored
                                    470 Hc1RoomTempSwitchOn = no data stored
                                    470 Hc1SFMode = none
                                    470 Hc1SummerOffset = no data stored
                                    470 Hc2BankHolidayEndPeriod = no data stored
                                    470 Hc2BankHolidayPeriodIsActive = no data stored
                                    470 Hc2BankHolidayStartPeriod = no data stored
                                    470 Hc2HcType = no data stored
                                    470 Hc2HolidayEndPeriod = no data stored
                                    470 Hc2HolidayPeriodIsActive = no data stored
                                    470 Hc2HolidayStartPeriod = no data stored
                                    470 Hc2OPMode = no data stored
                                    470 Hc2SFMode = no data stored
                                    470 Hc2TempDesiredB50418 = no data stored
                                    470 HcMc1ConfigCPLP = no data stored
                                    470 HcMc1CPLPState = no data stored
                                    470 HcMc1Detected = no data stored
                                    470 HcName1 = no data stored
                                    470 HcName2 = no data stored
                                    470 HcTimer_Friday = no data stored
                                    470 HcTimer_Monday = no data stored
                                    470 HcTimer_Saturday = no data stored
                                    470 HcTimer_Sunday = no data stored
                                    470 HcTimer_Thursday = no data stored
                                    470 HcTimer_Tuesday = no data stored
                                    470 HcTimer_Wednesday = no data stored
                                    470 HwcActualTempDesired = no data stored
                                    470 HwcCircuitActive = no data stored
                                    470 HwcLegioStartDay = no data stored
                                    470 HwcLegioStartTime = no data stored
                                    470 HwcLoadingIn430Active = no data stored
                                    470 HwcLoadingOffset = no data stored
                                    470 HwcOPMode = off
                                    470 HwcParallelLoading = no data stored
                                    470 HwcPressLowpostrunningtime = no data stored
                                    470 HwcTempDesired = no data stored
                                    470 HwcTimer_Friday = no data stored
                                    470 HwcTimer_Monday = no data stored
                                    470 HwcTimer_Saturday = no data stored
                                    470 HwcTimer_Sunday = no data stored
                                    470 HwcTimer_Thursday = no data stored
                                    470 HwcTimer_Tuesday = no data stored
                                    470 HwcTimer_Wednesday = no data stored
                                    470 HydraulicMap = no data stored
                                    470 HydraulicSwitch = no data stored
                                    470 InstallAssistant = no data stored
                                    470 KeyCodeforConfigMenu = no data stored
                                    470 LanguageVariant = no data stored
                                    470 LcdContrastValue = no data stored
                                    470 LegioProtectActive = no data stored
                                    470 MaintenanceDate = no data stored
                                    470 MenuTestingCurrParameterTextId = no data stored
                                    470 MenuTestingCurrPid = no data stored
                                    470 MenuTestingCurrScreenCount = no data stored
                                    470 MenuTestingCurrValue = no data stored
                                    470 MenuTestingSymAddrFromCurrValue = no data stored
                                    470 MonitorCurrentIPart = no data stored
                                    470 MonitorEEpromInkonsiNumber = no data stored
                                    470 OpModeEffect = no data stored
                                    470 OutsideTemp = no data stored
                                    470 OutsideTempOffset = no data stored
                                    470 PhoneNumber = no data stored
                                    470 PreheatingTime = no data stored
                                    470 PreStopTime = no data stored
                                    470 PumpBlockingTimeMax = no data stored
                                    470 PumpEnergySaveCalculatedTimeMonitor = no data stored
                                    470 PumpEnergySaveStateMonitor = no data stored
                                    470 RaumtempIstUnten = no data stored
                                    470 RoomTemp = 21.69;ok
                                    470 RoomTempCorrection = 2.0
                                    470 RoomTempOffsetSelfWarming = no data stored
                                    470 SolModuleDetected = no data stored
                                    470 StartEepromUpdate = no data stored
                                    470 StatusDcf = no data stored
                                    470 SummerWinterTimeAdjust = no data stored
                                    470 TariffTimer_Friday = no data stored
                                    470 TariffTimer_Monday = no data stored
                                    470 TariffTimer_Saturday = no data stored
                                    470 TariffTimer_Sunday = no data stored
                                    470 TariffTimer_Thursday = no data stored
                                    470 TariffTimer_Tuesday = no data stored
                                    470 TariffTimer_Wednesday = no data stored
                                    470 TestVarActivateFunction = no data stored
                                    470 Time = no data stored
                                    470 V430PluggedIn = no data stored
                                    470 VF1 = no data stored
                                    470 VR81ActiveForHc1 = no data stored
                                    470 VR81ActiveForHc2 = no data stored
                                    470 VR81Detected = no data stored
                                    470 YieldLastYear = no data stored
                                    470 YieldThisYear = no data stored
                                    bai AccessoriesOne = no data stored
                                    bai AccessoriesTwo = no data stored
                                    bai ACRoomthermostat = no data stored
                                    bai AverageIgnitiontime = no data stored
                                    bai BlockTimeHcMax = no data stored
                                    bai BoilerType = no data stored
                                    bai ChangesDSN = no data stored
                                    bai CirPump = no data stored
                                    bai CounterStartattempts1 = no data stored
                                    bai CounterStartattempts2 = no data stored
                                    bai CounterStartAttempts3 = no data stored
                                    bai CounterStartAttempts4 = no data stored
                                    bai Currenterror = no data stored
                                    bai DateTime = valid;15:22:51;13.07.2025;26.000
                                    bai DcfState = no data stored
                                    bai DCFTimeDate = no data stored
                                    bai DCRoomthermostat = no data stored
                                    bai DeactivationsIFC = no data stored
                                    bai DeactivationsTemplimiter = no data stored
                                    bai DeltaFlowReturnMax = no data stored
                                    bai DisplayMode = no data stored
                                    bai DSN = no data stored
                                    bai DSNOffset = no data stored
                                    bai DSNStart = no data stored
                                    bai EBusHeatcontrol = no data stored
                                    bai EbusSourceOn = no data stored
                                    bai EbusVoltage = no data stored
                                    bai Errorhistory = no data stored
                                    bai Expertlevel_ReturnTemp = no data stored
                                    bai ExternalFaultmessage = no data stored
                                    bai ExternalFlowTempDesired = no data stored
                                    bai ExternalHwcSwitch = no data stored
                                    bai ExternGasvalve = no data stored
                                    bai ExtFlowTempDesiredMin = no data stored
                                    bai ExtStorageModulCon = no data stored
                                    bai ExtWP = no data stored
                                    bai FanHours = no data stored
                                    bai FanMaxSpeedOperation = no data stored
                                    bai FanMinSpeedOperation = no data stored
                                    bai FanPWMSum = no data stored
                                    bai FanPWMTest = no data stored
                                    bai FanSpeed = no data stored
                                    bai FanSpeedOffsetMax = no data stored
                                    bai FanSpeedOffsetMin = no data stored
                                    bai FanStarts = no data stored
                                    bai Flame = no data stored
                                    bai FlameSensingASIC = no data stored
                                    bai FloorHeatingContact = no data stored
                                    bai FlowsetHcMax = no data stored
                                    bai FlowsetHwcMax = no data stored
                                    bai FlowSetPotmeter = no data stored
                                    bai FlowTemp = no data stored
                                    bai FlowTempDesired = no data stored
                                    bai FlowTempMax = no data stored
                                    bai Fluegasvalve = no data stored
                                    bai FluegasvalveOpen = no data stored
                                    bai Gasvalve3UC = no data stored
                                    bai Gasvalve = no data stored
                                    bai GasvalveASICFeedback = no data stored
                                    bai GasvalveUC = no data stored
                                    bai GasvalveUCFeedback = no data stored
                                    bai HcHours = no data stored
                                    bai HcPumpMode = no data stored
                                    bai HcPumpStarts = no data stored
                                    bai HcStarts = no data stored
                                    bai HcUnderHundredStarts = no data stored
                                    bai HeatingSwitch = no data stored
                                    bai HoursTillService = no data stored
                                    bai HwcDemand = no data stored
                                    bai HwcHours = no data stored
                                    bai HwcImpellorSwitch = no data stored
                                    bai HwcSetPotmeter = no data stored
                                    bai HwcStarts = no data stored
                                    bai HwcSwitch = no data stored
                                    bai HwcTemp = no data stored
                                    bai HwcTempDesired = no data stored
                                    bai HwcTempMax = no data stored
                                    bai HwcTypes = no data stored
                                    bai HwcUnderHundredStarts = no data stored
                                    bai HwcWaterflowMax = no data stored
                                    bai Ignitor = no data stored
                                    bai InitialisationEEPROM = no data stored
                                    bai IonisationVoltageLevel = no data stored
                                    bai Maintenancedata_HwcTempMax = no data stored
                                    bai MaxIgnitiontime = no data stored
                                    bai MinIgnitiontime = no data stored
                                    bai ModulationTempDesired = no data stored
                                    bai OutdoorstempSensor = no data stored
                                    bai OverflowCounter = no data stored
                                    bai ParamToken = no data stored
                                    bai PartloadHcKW = no data stored
                                    bai PartnumberBox = no data stored
                                    bai PositionValveSet = no data stored
                                    bai PowerValue = no data stored
                                    bai PrAPSCounter = no data stored
                                    bai PrAPSSum = no data stored
                                    bai PrEnergyCountHc1 = no data stored
                                    bai PrEnergyCountHc2 = no data stored
                                    bai PrEnergyCountHc3 = no data stored
                                    bai PrEnergyCountHwc1 = no data stored
                                    bai PrEnergyCountHwc2 = no data stored
                                    bai PrEnergyCountHwc3 = no data stored
                                    bai PrEnergySumHc1 = no data stored
                                    bai PrEnergySumHc2 = no data stored
                                    bai PrEnergySumHc3 = no data stored
                                    bai PrEnergySumHwc1 = no data stored
                                    bai PrEnergySumHwc2 = no data stored
                                    bai PrEnergySumHwc3 = no data stored
                                    bai PrimaryCircuitFlowRate = no data stored
                                    bai ProductionByte = no data stored
                                    bai PrVortexFlowSensorValue = no data stored
                                    bai PumpHours = no data stored
                                    bai PumpHwcFlowNumber = no data stored
                                    bai PumpHwcFlowSum = no data stored
                                    bai PumpspeedDesired = no data stored
                                    bai RemainingBoilerblocktime = no data stored
                                    bai ReturnRegulation = no data stored
                                    bai ReturnTemp = no data stored
                                    bai ReturnTempMax = no data stored
                                    bai SecondPumpMode = no data stored
                                    bai SerialNumber = no data stored
                                    bai SetFactoryValues = no data stored
                                    bai SetMode = auto;0.0;50.0;-;1;0;1;0;0;0
                                    bai SHEMaxDeltaHwcFlow = no data stored
                                    bai SHEMaxFlowTemp = no data stored
                                    bai Statenumber = no data stored
                                    bai Status01 = 28.0;29.0;26.000;63.0;40.0;off
                                    bai Status02 = auto;60;39.0;80;60.0
                                    bai Status16 = no data stored
                                    bai Status = no data stored
                                    bai StatusCirPump = off
                                    bai Storageloadpump = no data stored
                                    bai StorageLoadPumpHours = no data stored
                                    bai StorageloadPumpStarts = no data stored
                                    bai StorageLoadTimeMax = no data stored
                                    bai StoragereleaseClock = no data stored
                                    bai StorageTemp = no data stored
                                    bai StorageTempDesired = no data stored
                                    bai StorageTempMax = no data stored
                                    bai TargetFanSpeed = no data stored
                                    bai TargetFanSpeedOutput = no data stored
                                    bai TempDiffBlock = no data stored
                                    bai TempDiffFailure = no data stored
                                    bai TempGradientFailure = no data stored
                                    bai Templimiter = no data stored
                                    bai TemplimiterWithNTC = no data stored
                                    bai TempMaxDiffExtTFT = no data stored
                                    bai Testbyte = no data stored
                                    bai TimerInputHc = no data stored
                                    bai ValveMode = no data stored
                                    bai ValveStarts = no data stored
                                    bai VolatileLockout = no data stored
                                    bai VolatileLockoutIFCGV = no data stored
                                    bai VortexFlowSensor = no data stored
                                    bai WarmstartDemand = no data stored
                                    bai WaterHcFlowMax = no data stored
                                    bai WaterPressure = no data stored
                                    bai WaterpressureBranchControlOff = no data stored
                                    bai WaterpressureMeasureCounter = no data stored
                                    bai WaterpressureVariantSum = no data stored
                                    bai WP = no data stored
                                    bai WPPostrunTime = no data stored
                                    bai WPPWMPower = no data stored
                                    bai WPSecondStage = no data stored
                                    Broadcast ControlCmd = no data stored
                                    Broadcast Datetime = no data stored
                                    Broadcast Error = no data stored
                                    Broadcast HwcStatus = no data stored
                                    Broadcast Id = no data stored
                                    Broadcast IdAnswer = no data stored
                                    Broadcast Load = no data stored
                                    Broadcast Netloss = no data stored
                                    Broadcast Netresetcfg = no data stored
                                    Broadcast Netresetstate = no data stored
                                    Broadcast Outsidetemp = 26.000
                                    Broadcast RcOperation = no data stored
                                    Broadcast RcTarget = no data stored
                                    Broadcast Signoflife = no data stored
                                    Broadcast Vdatetime = 15:22:10;13.07.2025
                                    General Valuerange = no data stored
                                    Memory Eeprom = no data stored
                                    Memory Ram = no data stored
                                    Scan Id = no data stored
                                    scan.08 = Vaillant;BAI00;0414;7401
                                    Scan.08 Id = 21;07;19;0010003857;9999;999999;N1
                                    scan.15 = Vaillant;47000;0420;1403
                                    Scan.15 Id = no data stored

                                    ich habe mit dem ebusd Adapter noch keine Erfahrung! Wie gebe ich den schreiben Befehl ein (Terminal)

                                    F Offline
                                    F Offline
                                    Fortune95
                                    schrieb am zuletzt editiert von
                                    #688

                                    @meintre-0

                                    Bei mir geht es über den Parameter "HwcSFMode", dieser wird bei der 470 aber nicht gelistet.
                                    Sonst geht es im Terminal mit fogenden Befehl " ebusctl w -c 700 HwcSFMode 6" wobei dir "700" mit der "470" ersetzt werden muss.
                                    Du kannst aber über den Datenpunkt "ebus.0.cmd" die Schreibefehle direkt absetzen. Dann aber ohne das "ebusctl"

                                    Wenn es bei der "470er" der Parameter "HwcOPMode" ist müsste es die "5" für load sein.

                                    enum Values_HwcOPMode {
                                    off: 0,
                                    on: 1,
                                    auto: 2,
                                    autosunday: 3,
                                    party: 4,
                                    load: 5,
                                    holiday: 7,

                                    Ich würde erst mal auslesen wenn du den Mode in der Calormatic verstellst.

                                    ebusctl r HwcOPMode

                                    M 1 Antwort Letzte Antwort
                                    0
                                    • F Fortune95

                                      @meintre-0

                                      Bei mir geht es über den Parameter "HwcSFMode", dieser wird bei der 470 aber nicht gelistet.
                                      Sonst geht es im Terminal mit fogenden Befehl " ebusctl w -c 700 HwcSFMode 6" wobei dir "700" mit der "470" ersetzt werden muss.
                                      Du kannst aber über den Datenpunkt "ebus.0.cmd" die Schreibefehle direkt absetzen. Dann aber ohne das "ebusctl"

                                      Wenn es bei der "470er" der Parameter "HwcOPMode" ist müsste es die "5" für load sein.

                                      enum Values_HwcOPMode {
                                      off: 0,
                                      on: 1,
                                      auto: 2,
                                      autosunday: 3,
                                      party: 4,
                                      load: 5,
                                      holiday: 7,

                                      Ich würde erst mal auslesen wenn du den Mode in der Calormatic verstellst.

                                      ebusctl r HwcOPMode

                                      M Offline
                                      M Offline
                                      Meintre 0
                                      schrieb am zuletzt editiert von
                                      #689

                                      @fortune95
                                      Werde es gleich mal ausprobieren.
                                      Vielen Dank ertmal

                                      M 1 Antwort Letzte Antwort
                                      0
                                      • M Meintre 0

                                        @fortune95
                                        Werde es gleich mal ausprobieren.
                                        Vielen Dank ertmal

                                        M Offline
                                        M Offline
                                        Meintre 0
                                        schrieb am zuletzt editiert von
                                        #690

                                        @meintre-0

                                        Vielen Dank Fortune95,

                                        das Ändern und Abfragen geht ja ganz leicht. Leider habe ich noch nicht die einmale Speicherladung hinbekommen. Den Punkt gibt es wahscheinlich nicht.
                                        Ich hebe noch eine andere Frage: Bei meinem Regler 470 gibt es doch für Warmwasser die Punkte auto; Tag und aus.
                                        Weisst Du vieleicht wie der Datenpunkt heißt?

                                        F 1 Antwort Letzte Antwort
                                        0
                                        • M Meintre 0

                                          @meintre-0

                                          Vielen Dank Fortune95,

                                          das Ändern und Abfragen geht ja ganz leicht. Leider habe ich noch nicht die einmale Speicherladung hinbekommen. Den Punkt gibt es wahscheinlich nicht.
                                          Ich hebe noch eine andere Frage: Bei meinem Regler 470 gibt es doch für Warmwasser die Punkte auto; Tag und aus.
                                          Weisst Du vieleicht wie der Datenpunkt heißt?

                                          F Offline
                                          F Offline
                                          Fortune95
                                          schrieb am zuletzt editiert von
                                          #691

                                          @meintre-0

                                          Was sagt denn "HwcOPMode"?

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          760

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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