eBus Schaltung in Betrieb nehmen

Begonnen von Reinhart, 23 Dezember 2015, 15:19:45

Vorheriges Thema - Nächstes Thema

Marie01

Ich habe im Log soeben was interessantes gefunden.
Nach ebusctl scan full und ebusctl scan result steht im ebusd.log:
[bus error] scan e0 failed (25 slaves left): ERR: ACK error

Also liegt das Außengerät via 0xE0 an, kann aber nicht gescannt werden! Wieso? Hat jemand eine Idee?

Cruiser79

Zitat von: amunra am 11 Februar 2016, 09:02:39
Hallo Tim,
in deinem Fall sucht er nach:

08.bai.HW5502.csv für deine Therme gibt es noch keine Definition:
Du kannst versuchen die vorhandene 08.bai.HW7401.csv in 08.bai.HW5502.csv umzubennen und "lesend" (read) ein paar Werte von deiner Therme zu entlocken.
Anlago dazu auch:
15.700.csv => dafür gibt es aber mWn noch keine CSV. -> villeicht kann John mal in die DB schauen und etwas exportieren? Oder Du versuchst die 470er CSV-Files?

Viele Grüße
Arthur

Ok, das umbennen (Kopieren geht sicher auch) kann ich ja mal ausprobieren.
Wie erreiche ich John? Liest der hier mit?
Wenn jetzt die Kopieraktion von beiden Dateien keine bessere Ausgabe im Logfile gibt, muss ich dann selber was rausfinden? Gibt es dazu eine Anleitung, oder muss ich mir das hier im Forum zurecht suchen?

Gruß,
Tim
FHEM auf Raspberry Pi
HM-CFG-LAN mit HM-TC-IT-WM-W-EU, HM-CC-RT-DN, HM-WDS10-TH-O, HM-LC-SW1-FM, HM-LC-Bl1-FM
Signalduino mit Elro AB440, LOGILINK WS0002, IT CMR-1000

Reinhart

Durch das Kopieren wird das sicher nur teilweise passen, du musst dir dann das händisch anpassen.

John hat in seinem Wiki das beschrieben wie das funktioniert, ist aber nicht einfach und sehr zeitaufwändig. Ich kann mich noch vor über einem Jahr erinnern, da hat pah seine CSV alle durch Reverse Engineering händisch erstellt.



So wie es jetzt für die Anwender läuft ist das ja schon totaler Komfort. Wie bei jeder Entwicklung sind jetzt noch nicht alle Kombinationen an Devices in den CSV abgebildet und es werden auch noch nicht alle Geräte sicher erkannt (siehe Marie01). Doch was John in dem letzten Jahr für Fortschritte gemacht hat ist ja schon ein Topstatus!


Ich würde dir auf jeden Fall empfehlen durch umkopieren einmal schauen was alles geht und was nicht. Eventuell kannst ja einiges übernehmen, das spart dann schon viel an Arbeit.


LG
Reinhart
FHEM auf Raspy4 mit Bullseye + SSD, Homematic, ESP8266, ESP32, Sonoff, eBus, NanoCUL, MapleCUL, , MQTT2, Alexa

de.jt

#453
Guten Abend @ all.

ich habe Reinharts Beispiel zu Anbindung an FHEM mit EMCD umgesetzt. Beim Versuch die Erweiterungen von RobertG für den Solarkreislauf einzubinden komme ich nicht weiter.

Die Eingabe des Abfragestrings aus der csv in die Konsole liefert den korrekten Wert.
ebusctl r -f -c aur SolarKollektorTemperatur_DK temp   
3.12

In BAI00.cfg ist die Abfrage so konfiguriert:
# SolarKollektorTemp
get SolarKollektorTemp cmd {"r -f -c aur SolarKollektorTemperatur_DK temp"}
get SolarKollektorTemp expect "\d+\.\d\n\n"
get SolarKollektorTemp postproc { sprintf("T: %.1f °C ",$_) }

Die Abfrage produziert eine Fehlermeldung. Hier dazu das Protokoll aus FHEM:
2016.02.11 21:46:53 4: Connection closed for FHEMWEB:192.168.23.21:52279: Connection reset by peer
2016.02.11 21:46:53 4: FHEMWEB:192.168.23.21:52281 GET /fhem?XHR=1&inform=type=status;filter=SolarKollektorTemp;since=1455223612;fmt=JSON×tamp=1455223615592; BUFLEN:0
2016.02.11 21:46:59 4: FHEMWEB:192.168.23.21:52282 POST /fhem?detail=SolarKollektorTemp&dev.getSolarKollektorTemp=SolarKollektorTemp&cmd.getSolarKollektorTemp=get&arg.getSolarKollektorTemp=SolarKollektorTemp&val.getSolarKollektorTemp=&XHR=1&addLinks=1; BUFLEN:0
2016.02.11 21:46:59 5: Cmd: >get SolarKollektorTemp SolarKollektorTemp<
2016.02.11 21:46:59 5: ECMDDevice: Analyze command >{"r -f -c aur SolarKollektorTemperatur_DK temp"}<
2016.02.11 21:46:59 5: EBUS: sending command "r -f -c aur SolarKollektorTemperatur_DK"
2016.02.11 21:46:59 5: SW: 72202d66202d632061757220536f6c61724b6f6c6c656b746f7254656d706572617475725f444b
2016.02.11 21:47:02 5: Triggering EBUS (1 changes)
2016.02.11 21:47:02 5: Notify loop for EBUS FAILED
2016.02.11 21:47:02 2: EBUS: first attempt to read timed out, trying to close and open the device.
2016.02.11 21:47:02 3: Opening EBUS device 192.168.23.4:8888
2016.02.11 21:47:02 3: EBUS device opened
2016.02.11 21:47:02 5: SW: 72202d66202d632061757220536f6c61724b6f6c6c656b746f7254656d706572617475725f444b
2016.02.11 21:47:05 2: EBUS: second attempt to read timed out, this is an unrecoverable error.
2016.02.11 21:47:05 5: Triggering EBUS (1 changes)
2016.02.11 21:47:05 5: Notify loop for EBUS DISCONNECTED
2016.02.11 21:47:05 1: EBUS: no answer received (wrote "r -f -c aur SolarKollektorTemperatur_DK temp", expected \d+\.\d\n\n)
2016.02.11 21:47:05 5: EBUS: received answer ""
2016.02.11 21:47:05 5: Postprocessing "" with perl command { sprintf("T: %.1f °C ",$_) }.
2016.02.11 21:47:05 1: PERL WARNING: Argument "" isn't numeric in sprintf at (eval 22) line 1.
2016.02.11 21:47:05 3: eval: { sprintf("T: %.1f °C ",$_) }
2016.02.11 21:47:05 5: Postprocessed value is "T: 0.0 °C ".

Andere Abfragen wie z.B. Speichertemperatur funktionieren.
Hat jemand dafür eine Erklärung?

amunra

versuchs mal mit:
get SolarKollektorTemp cmd {"r -f -c aur SolarKollektorTemperatur_DK temp\n"}
Gruß
Arthur

de.jt

@ amunra: Das Protokoll ist zwar immer noch nicht sauber, aber verblüffende Wirkung: es funktioniert!
EBUS: unexpected answer "4.44\n\n" received (wrote "r -f -c aur SolarKollektorTemperatur_DK temp\n", expected \d+\.\d\n\n)



amunra

Hallo de.jt
get SolarKollektorTemp expect "\d+\.\d+\n\n"
damit wird es sauber.
Viele Grüße
Arthur

TeeVau

Hallo zusammen,

habe heute die EBUS Schaltung endlich in Betrieb genommen. Doofer weise bin ich auch von dem Problem mit USB2SER Adapter betroffen. Habe zwar extra einen mit FTDI Chip genommen, aber so wie ich das hier im Thread und bei Google gesehen habe, scheint es Probleme mit bestimmten Kernelversionen zu geben :-/

Regelmäßig steigt der Wandler aus mit:

[  453.664497] ftdi_sio ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
[  455.836155] ftdi_sio ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
[  457.053598] ftdi_sio ttyUSB0: failed to get modem status: -32


Da ja nicht pauschal alle davon betroffen sind, sieht es doch irgendwie auch nach einem Problem mit dem Wanlder aus, und nicht ausschließ mit dem Kernel. Kann jemand einen Adapter empfehlen? Ich habe folgende Version (http://de.aliexpress.com/item/Crius-FTDI-Basic-Breakout-USB-to-TTL-USB-TTL-6-PIN-3-3-5V-for-MWC/32568245700.html) und damit Probleme mit der Kernelversion 3.18.7+ und 3.12.28+.
Habe 2 Stück von dem Wandler getestet, 2 Kabel und 2 pi's.

Tobias
FHEM 5.8 dev (virtualisiert) / FBF 7390 (CUL 868MHz V 1.51 / panStick (AVR1))
FS20: fs20di,fs20pira,fs20sm8,fs20st2,fs20tfk,fs20ue1,fs20ws1
panStamp (AVR1): RGB Multi von ext23, 1W-DSxxxx, I/O Sketch, Spritzpumpe
Multimedia: Panasonic TV (VIERA), Kodi, Yamaha RX-V781, LMS
Sonstiges: XiaomiFlowerSen

Cruiser79

Zitat von: TeeVau am 13 Februar 2016, 00:23:40
Hallo zusammen,

habe heute die EBUS Schaltung endlich in Betrieb genommen. Doofer weise bin ich auch von dem Problem mit USB2SER Adapter betroffen. Habe zwar extra einen mit FTDI Chip genommen, aber so wie ich das hier im Thread und bei Google gesehen habe, scheint es Probleme mit bestimmten Kernelversionen zu geben :-/

Regelmäßig steigt der Wandler aus mit:

[  453.664497] ftdi_sio ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
[  455.836155] ftdi_sio ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
[  457.053598] ftdi_sio ttyUSB0: failed to get modem status: -32


Da ja nicht pauschal alle davon betroffen sind, sieht es doch irgendwie auch nach einem Problem mit dem Wanlder aus, und nicht ausschließ mit dem Kernel. Kann jemand einen Adapter empfehlen? Ich habe folgende Version (http://de.aliexpress.com/item/Crius-FTDI-Basic-Breakout-USB-to-TTL-USB-TTL-6-PIN-3-3-5V-for-MWC/32568245700.html) und damit Probleme mit der Kernelversion 3.18.7+ und 3.12.28+.
Habe 2 Stück von dem Wandler getestet, 2 Kabel und 2 pi's.

Tobias

Moin,

kann leider auch nur negatives berichten. Ich habe folgenden Wandler http://www.ebay.de/itm/400991177731 und hatte am Anfang schon nach wenigen Minuten ein dauerhaftes Signal lost. Dann habe ich die angeschlossenen Geräte am Raspberry abgetrennt und nur noch den ebus Konverter drangehabt und dachte damit das Problem beseitigt zu haben. Nun hält der Konverter ein paar Stunden aus, fällt dann aber auch wieder in ein Signal lost. Auch der dwc_otg.speed=1 für die cmdline hat bei mir keine Besserung gebracht.

Er wäre super, wenn mal jemand, der in der letzten Zeit einen Converter gekauft hat, uns mitteilt, woher er diesen hat.
Mist, das es jetzt an so einer Kleinigkeit scheitert.

Gruß,
Tim
FHEM auf Raspberry Pi
HM-CFG-LAN mit HM-TC-IT-WM-W-EU, HM-CC-RT-DN, HM-WDS10-TH-O, HM-LC-SW1-FM, HM-LC-Bl1-FM
Signalduino mit Elro AB440, LOGILINK WS0002, IT CMR-1000

harry66

#459
Zitat von: Cruiser79 am 13 Februar 2016, 00:35:54
Moin,

kann leider auch nur negatives berichten. Ich habe folgenden Wandler http://www.ebay.de/itm/400991177731 und hatte am Anfang schon nach wenigen Minuten ein dauerhaftes Signal lost. Dann habe ich die angeschlossenen Geräte am Raspberry abgetrennt und nur noch den ebus Konverter drangehabt und dachte damit das Problem beseitigt zu haben. Nun hält der Konverter ein paar Stunden aus, fällt dann aber auch wieder in ein Signal lost. Auch der dwc_otg.speed=1 für die cmdline hat bei mir keine Besserung gebracht.

Er wäre super, wenn mal jemand, der in der letzten Zeit einen Converter gekauft hat, uns mitteilt, woher er diesen hat.
Mist, das es jetzt an so einer Kleinigkeit scheitert.

Gruß,
Tim
Zu dem problem gibt es einen  "workaround so wie du es bereits geschrieben hast: dwc_otg.speed=1 für die cmdline" im wiki beschrieben. Man kann den usb port auf version 1 festsetzen dann ist das Problem mit signal lost weg. Zumindest bei mir ich habe pi 1b mit jessy seit dem keine aussetzter mehr. Ich hatte auch noch gelesen das evt die stromversorgung des pi schuld sein könnte, evt bringt ein usb hub besserung.



Gesendet von meinem PE-TL10 mit Tapatalk
BananaPI, RPI, nanoCUL433, RCS 1000 N Comfort, Dect200, Powerline546E, MAX!Cube, 7xMAX! HT's,3xMAX!FK HMLAN, HM-LC-Bl1PBU-FM, HM-LC-Sw4-Ba-PCB Relay Karte,  LW12, Sqeezelite, TabletUI=Kindel 8" FireHD+Handy,AmazonEcho

amunra

Ein Kernel downgrade hat hier geholfen.
Wie es geht ist z.B. hier beschrieben
Wichtig: alles auf eigene Gefahr!!! Bitte an Backup denken!!!
Ich habe es auf meinem RPI auch gemacht, es dauert nur ein paar Minuten - Neuinstallation war bei mir nicht nötig.
cat /proc/version
#version vorher: Linux version 4.1.6+


sudo rpi-update 6413da9f74871b239c5bd27d7edf90a8afeab363

reboot
cat /proc/version
#version nachher: Linux version 3.12.36+

Viele Grüße
Arthur

Reinhart

ich habe von diesem Problem auch gehört, war aber davon nie selbst betroffen!

Ich benutze den gleichen RS232 Wandler wie in Cruiser79 oben gepostet hat.

meine (genau die betroffene) Kernelversion:
pi@raspberry2 ~ $ uname -a
Linux raspberry2 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux


Raspberry ist ein alter B+ auf dem nur eBusd läuft, sonst nichts. Kein Fhem, keine zusätzlichen Adapter und kein Wlan.

Der Adapter wird als Future Technology erkannt:
pi@raspberry2 ~ $ lsusb
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 006: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC


LG
FHEM auf Raspy4 mit Bullseye + SSD, Homematic, ESP8266, ESP32, Sonoff, eBus, NanoCUL, MapleCUL, , MQTT2, Alexa

Marie01

Guten Abend!

Leider gibt es immer noch keinen Erfolg :-( die Aussemeinheit will sich nicht scannen lassen. Gibt es hier einen User mit einer VWL? Ich hab jetzt schon alles probiert und weiß nicht mehr weiter!!!

Mit Vrdialog klappt es problemlos, nur per Koppler will es nicht. Ich habe schon alle möglichen Trimmerstellumgen probiert, bekomme entweder ACK, Invalid Argument, No Signal oder Abriration Lost, aber keine Antwort von 0xE0.

Ich bin langsam am Auszucken!!! :-(

mattensn

Guten Abend, ich habe meine Platine erfolgreich in Betrieb genommen.

Kann einige Daten über ECMD und ebus abfragen und im Fhem anzeigen. Solar oder andere Werte der Therme jedoch nicht.

Die Einrichtung von GAEBUS bekomme ich auch nicht hin. Irgendwie ist da der Knoten noch nicht geplatzt.

Die Listung über "ebus ctl find" ergibt folgendes:

##########################################

broadcast datetime = no data stored
broadcast error = no data stored
broadcast hwcStatus = no data stored
broadcast ident = 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 = 2.250
broadcast vdatetime = 19:40:01;13.02.2016
ident = no data stored
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 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 = 0.60
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 = no data stored
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 = no data stored
470 Hc1SummerOffset = no data stored
470 hc1Timer.Friday = no data stored
470 hc1Timer.Monday = no data stored
470 hc1Timer.Saturday = no data stored
470 hc1Timer.Sunday = no data stored
470 hc1Timer.Thursday = no data stored
470 hc1Timer.Tuesday = no data stored
470 hc1Timer.Wednesday = 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 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 = no data stored
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 LastYearsSolarYields1 = no data stored
470 LastYearsSolarYields10 = no data stored
470 LastYearsSolarYields11 = no data stored
470 LastYearsSolarYields12 = no data stored
470 LastYearsSolarYields2 = no data stored
470 LastYearsSolarYields3 = no data stored
470 LastYearsSolarYields4 = no data stored
470 LastYearsSolarYields5 = no data stored
470 LastYearsSolarYields6 = no data stored
470 LastYearsSolarYields7 = no data stored
470 LastYearsSolarYields8 = no data stored
470 LastYearsSolarYields9 = 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 = 2.25;ok
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 = no data stored
470 RoomTempCorrection = no data stored
470 RoomTempOffsetSelfWarming = no data stored
470 SolarModuleDetected = no data stored
470 StartEepromUpdate = no data stored
470 StatusDcf = no data stored
470 SummerWinterTimeAdjust = no data stored
470 TestVarActivateFunction = no data stored
470 ThisYearsSolarYields1 = no data stored
470 ThisYearsSolarYields10 = no data stored
470 ThisYearsSolarYields11 = no data stored
470 ThisYearsSolarYields12 = no data stored
470 ThisYearsSolarYields2 = no data stored
470 ThisYearsSolarYields3 = no data stored
470 ThisYearsSolarYields4 = no data stored
470 ThisYearsSolarYields5 = no data stored
470 ThisYearsSolarYields6 = no data stored
470 ThisYearsSolarYields7 = no data stored
470 ThisYearsSolarYields8 = no data stored
470 ThisYearsSolarYields9 = 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
bai AccessoriesOne = no data stored
bai AccessoriesTwo = no data stored
bai ACRoomthermostat = no data stored
bai APCComStatus = no data stored
bai APCLegioProtection = 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;19:40:11;13.02.2016;3.250
bai dcfState = no data stored
bai DCFTimeDate = no data stored
bai DCRoomthermostat = no data stored
bai DeactivationsIFC = no data stored
bai DeactivationsTL = 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 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 FanSpeedOffsetMax = no data stored
bai FanSpeedOffsetMin = no data stored
bai FanStarts = 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 = 36.19;ok
bai FlowTempDesired = no data stored
bai FlowTempMax = no data stored
bai Fluegasvalve = no data stored
bai FluegasvalveOpen = 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 HwcPostrunTime = 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 HwcWaterflow = no data stored
bai HwcWaterflowMax = 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 Mode = standby
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 PartloadHwcKW = 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 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 RemainingBoilerblocktime = no data stored
bai ReturnRegulation = no data stored
bai ReturnTemp = no data stored
bai ReturnTempMax = no data stored
bai SDFanSpeed = 1708
bai SDFlame = no data stored
bai SDFlameSensingASIC = no data stored
bai SDGasvalve = no data stored
bai SDGasvalve3UC = no data stored
bai SDGasvalveASICFeedback = no data stored
bai SDGasvalveUC = no data stored
bai SDGasvalveUCFeedback = no data stored
bai SDIgnitor = no data stored
bai SDSTLWithNTC = no data stored
bai SDTemplimiter = no data stored
bai SDTRT = 31.12;65037;ok
bai SDVolatileLockout = no data stored
bai SDVolatileLockoutIFCGV = no data stored
bai SecondPumpMode = no data stored
bai SerialNumber = no data stored
bai SetFactoryValues = no data stored
bai SHEMaxDeltaHwcFlow = no data stored
bai SHEMaxFlowTemp = no data stored
bai SolarPostHeat = no data stored
bai Statenumber = no data stored
bai Status = no data stored
bai Status01 = 28.0;28.0;3.250;40.0;53.0;off
bai Status02 = auto;60;50.0;80;65.0
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 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 VortexFlowSensor = no data stored
bai WarmstartDemand = no data stored
bai WarmstartOffset = 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 WPSecondStage = no data stored
memory eeprom = no data stored
memory ram = no data stored
scan id = 21;12;39;0020108127;0082;038211;N2
scan.08 ident = Vaillant;BAI00;0518;7401
scan.15 ident = Vaillant;47000;0231;6002

##########################################

Bin für jeden Tip sehr dankbar.

VG Matthias

Reinhart

#464
@mattensn

soweit ich sehe hast du auch keine Abfragen in Fhem konfiguriert, außer Broadcast kommen keine Daten weil keine angefordert (nicht konfiguriert) wurden.

Wenn du den Installer benutzt und die ECMD Basispakete installierst, eventuell noch die Heizkurve, dann hast du ja schon ein Grundpaket an Daten wie Vorlauf, Rücklauf, Heizkurve etc. da die auf Anhieb innerhalb einer Minute funktionieren sollten. Anhand dieser Beispiele sollte es leicht sein jeden beliebigen Wert hinzufügen.

Aber wir können gerne einmal einen Wert gemeinsam hinzufügen.

LG
FHEM auf Raspy4 mit Bullseye + SSD, Homematic, ESP8266, ESP32, Sonoff, eBus, NanoCUL, MapleCUL, , MQTT2, Alexa