Hallo zusammen,
ich habe für meine Vaillant Therme plus Vaillant Solarthermie zwei Ebus-Adapter in Betrieb genommen. Der an der Solarthermie arbeitet einwandfrei, einmal connected und läuft. Der an der Heizung erzeugt im ECMD-Device ständige disconnects. Ich habe sowohl den Adapter gegen einen dritten als auch Netzteil (mit dem von der Solarthermie) getauscht, verschiedene Firmawares getestet, immer das selbe.
Hier mal ein Info aus dem EBUSD:
localhost: info
version: ebusd 25.1.25.1
device: 192.168.2.16:9999, TCP, enhanced, firmware 1.1[5114].1[5114]
access: *
signal: acquired
symbol rate: 41
max symbol rate: 43
min arbitration micros: 9
max arbitration micros: 139
min symbol latency: 5
max symbol latency: 6
reconnects: 0
masters: 3
messages: 11
conditional: 0
poll: 0
update: 4
address 03: master #11
address 08: slave #11
address 10: master #2
address 31: master #8, ebusd
address 36: slave #8, ebusd
Hier ein List aus dem ECMD-Device:
FUUID 5c477535-f33f-1755-98b2-9ee9fb0b43a1a1a1
NAME EBUS
NEXT_OPEN 1764416249.06331
NR 749
PARTIAL
Protocol telnet
STATE disconnected
TYPE ECMD
eventCount 16
READINGS:
2025-11-29 12:36:29 state disconnected
fhem:
classDefs:
Heizungsfunktionen.class:
filename /opt/fhem/FHEM/ebusd_Heizungsfunktionen.cfg
gets:
Aussentemperatur:
cmd {"r outsidetemp\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.2f",$_); } $rval; }
Betriebsart_Heizung:
cmd {"r -f hc1opmode\n"}
expect \d+\.\d+\n\n
Betriebsstunden_Heizung:
cmd {"r HcHours\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.0f",$_); } $rval; }
Betriebsstunden_Warmwasser:
cmd {"r HwcHours\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.0f",$_); } $rval; }
Brenner_Heizung:
cmd {"r -f sdflame\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=$_; } $rval; }
Brennersperrzeit:
cmd {"r -f RemainingBoilerblocktime\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.0f",$_); } $rval; }
Druck:
cmd {"r -f WaterPressure\n"}
expect \d+\.\d+
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ my $Stop = index($_,";");my $zurueck = substr($_,0,$Stop); $rval=sprintf("%5.2f",$zurueck); } $rval; }
Fehlermeldung:
cmd {"r -f -c bai currenterror\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%s",$_); } $rval; }
Flowrate:
cmd {"r -f primarycircuitflowrate\n"}
expect \d+\.\d+\n\n
Heizkurve:
cmd {"r -f Hc1HeatCurve\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.1f",$_); } $rval; }
Heizung_Soll:
cmd {"r -f Hc1ActualFlowTempDesired\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.2f",$_); } $rval; }
Heizung_max:
cmd {"r -f PartloadHcKW\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.0f",$_); } $rval; }
Pumpenpower:
cmd {"r -f wppwmPower\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.0f",$_); } $rval; }
Raumtemperatur:
cmd {"r -f DisplayedRoomTemp\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.2f",$_); } $rval; }
Ruecklauf:
cmd {"r -f SDTRT\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ my $Stop = index($_,";");my $zurueck = substr($_,0,$Stop); $rval=$zurueck; } $rval; }
SendToEbus:
cmd {"".Value("EBUS_CMD")."\n"}
expect .*\n\n
postproc { $_ }
Volumenstrom:
cmd {"w -h 08b509030dfb00\n"}
expect \d+\.\d+\n\n
Vorlauf:
cmd {"r -f FlowTemp\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ my $Stop = index($_,";");my $zurueck = substr($_,0,$Stop); $rval=$zurueck; } $rval; }
WW_max:
cmd {"r -f PartloadHwcKW\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.0f",$_); } $rval; }
Warmwasser_Soll:
cmd {"r -f storagetempdesired\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.2f",$_); } $rval; }
Warmwasserbetrieb:
cmd {"r -f HwcOPMode\n"}
expect \d+\.\d+\n\n
Wunsch_heute:
cmd {"r -f Hc1QuickVetoTemp\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.2f",$_); } $rval; }
Wunschtempnacht:
cmd {"r -f hc1nighttemp\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.2f",$_); } $rval; }
Wunschtemptag:
cmd {"r -f hc1daytemp\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.2f",$_); } $rval; }
errorhistory:
cmd {"r -f -c bai -i 0 -V errorhistory\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%s",$_); } $rval; }
erster_Fehlstart:
cmd {"r -f CounterStartattempts1\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.0f",$_); } $rval; }
search_activ:
cmd {"find -d\n"}
expect .*
postproc { s_ebus($_); }
zweiter_Fehlstart:
cmd {"r -f CounterStartattempts2\n"}
expect \d+\.\d+\n\n
postproc { my $rval; if(($_ eq "")||($_ eq "no data stored") ){ $rval = "err"; }else{ $rval=sprintf("%5.0f",$_); } $rval; }
sets:
Heizautomatik:
cmd {"w -c 470 hc1opmode 2\n"}
Partymodus:
cmd {"w -c 470 hwcOPMode 4\n"}
Sommerbetrieb:
cmd {"w -c 470 hc1opmode 5\n"}
Speicher_laden:
cmd {"w -c 470 hwcOPMode 6\n"}
Speicherautomatik:
cmd {"w -c 470 hwcOPMode 2\n"}
Speicherfüllung:
cmd {"w -c 470 hwctempdesired 45\n"}
Wannenfuellung:
cmd {"w -c 470 hwctempdesired 60\n"}
Attributes:
alias EBUSD Heizung
classdefs Heizungsfunktionen.class=/opt/fhem/FHEM/ebusd_Heizungsfunktionen.cfg
group eBus
requestSeparator �
room Technik->Heizung
verbose 5
Mit der Grundkonfiguration lief mein altes System mit USB-Adaptern über Jahre problemfrei. Nun ist da so praktisch nicht brauchbar, mal bekomme ich Werte, dann wieder nicht, mal schaltet die Therme, dann wieder nicht....
Im Log vom Adapter sieht man, dass sich immer nach ziemlich genau 2 Minuten das ganze wiederholt. Gibt es irgendwie sowas wie ein TImeout ?
12:59:01 Info exec: chkota
12:59:01 Info exec: ota -t
12:59:01 Info OTA: last progress 0, status unknown
12:59:01 Info OTA: current: ota_1 ver 20251123
12:59:01 Info OTA: started
12:59:02 Info OTA: connected
12:59:02 Info esp_https_ota: Starting OTA...
12:59:02 Info esp_https_ota: Writing to partition subtype 16 at offset 0x10000
12:59:02 Info OTA: read desc
12:59:02 Info OTA: new image: ebusd-esp32 ver 20251123
12:59:02 Info OTA: already up-to-date
12:59:02 Info OTA: aborted
12:59:02 Info OTA: success
12:59:02 Info repl_event_task: system event: 12
12:59:03 Info test: already up-to-date, progress 100
12:59:05 Info wait_host_tcp: accepted: 192.168.2.22
12:59:05 Info loop: host reset
13:00:35 Warning read_host_tcp: closed
13:00:35 Info close_client: socket closed
13:00:35 Info loop: host disconnected
13:01:05 Info wait_host_tcp: accepted: 192.168.2.22
13:01:05 Info loop: host reset
13:02:36 Warning read_host_tcp: closed
13:02:36 Info close_client: socket closed
13:02:36 Info loop: host disconnected
13:03:06 Info wait_host_tcp: accepted: 192.168.2.22
13:03:06 Info loop: host reset
13:04:36 Warning read_host_tcp: closed
13:04:36 Info close_client: socket closed
13:04:36 Info loop: host disconnected
13:05:06 Info wait_host_tcp: accepted: 192.168.2.22
13:05:06 Info loop: host reset
13:06:37 Warning read_host_tcp: closed
13:06:37 Info close_client: socket closed
13:06:37 Info loop: host disconnected
13:07:07 Info wait_host_tcp: accepted: 192.168.2.22
13:07:07 Info loop: host reset
13:08:37 Warning read_host_tcp: closed
13:08:37 Info close_client: socket closed
13:08:37 Info loop: host disconnected
13:09:07 Info wait_host_tcp: accepted: 192.168.2.22
13:09:07 Info loop: host reset
13:10:38 Warning read_host_tcp: closed
13:10:38 Info close_client: socket closed
13:10:38 Info loop: host disconnected
13:11:08 Info wait_host_tcp: accepted: 192.168.2.22
13:11:08 Info loop: host reset
13:12:38 Warning read_host_tcp: closed
13:12:38 Info close_client: socket closed
13:12:38 Info loop: host disconnected
13:13:08 Info wait_host_tcp: accepted: 192.168.2.22
13:13:08 Info loop: host reset
13:14:39 Warning read_host_tcp: closed
13:14:39 Info close_client: socket closed
13:14:39 Info loop: host disconnected
13:15:09 Info wait_host_tcp: accepted: 192.168.2.22
13:15:09 Info loop: host reset
13:16:39 Warning read_host_tcp: closed
13:16:39 Info close_client: socket closed
13:16:39 Info loop: host disconnected
13:17:09 Info wait_host_tcp: accepted: 192.168.2.22
13:17:09 Info loop: host reset
13:18:40 Warning read_host_tcp: closed
13:18:40 Info close_client: socket closed
13:18:40 Info loop: host disconnected
13:19:10 Info wait_host_tcp: accepted: 192.168.2.22
13:19:10 Info loop: host reset
13:20:40 Warning read_host_tcp: closed
13:20:40 Info close_client: socket closed
13:20:40 Info loop: host disconnected
13:21:10 Info wait_host_tcp: accepted: 192.168.2.22
13:21:10 Info loop: host reset
13:22:41 Warning read_host_tcp: closed
13:22:41 Info close_client: socket closed
13:22:41 Info loop: host disconnected
13:23:11 Info wait_host_tcp: accepted: 192.168.2.22
13:23:11 Info loop: host reset
13:24:41 Warning read_host_tcp: closed
13:24:41 Info close_client: socket closed
13:24:41 Info loop: host disconnected
13:25:11 Info wait_host_tcp: accepted: 192.168.2.22
13:25:11 Info loop: host reset
13:26:42 Warning read_host_tcp: closed
13:26:42 Info close_client: socket closed
13:26:42 Info loop: host disconnected
13:27:12 Info wait_host_tcp: accepted: 192.168.2.22
13:27:12 Info loop: host reset
13:28:42 Warning read_host_tcp: closed
13:28:42 Info close_client: socket closed
13:28:42 Info loop: host disconnected
13:29:12 Info wait_host_tcp: accepted: 192.168.2.22
13:29:12 Info loop: host reset
13:30:43 Warning read_host_tcp: closed
13:30:43 Info close_client: socket closed
13:30:43 Info loop: host disconnected
13:31:13 Info wait_host_tcp: accepted: 192.168.2.22
13:31:13 Info loop: host reset
13:32:43 Warning read_host_tcp: closed
13:32:43 Info close_client: socket closed
13:32:43 Info loop: host disconnected
13:33:13 Info wait_host_tcp: accepted: 192.168.2.22
13:33:13 Info loop: host reset
13:34:44 Warning read_host_tcp: closed
13:34:44 Info close_client: socket closed
13:34:44 Info loop: host disconnected
13:35:14 Info wait_host_tcp: accepted: 192.168.2.22
13:35:14 Info loop: host reset
13:36:44 Warning read_host_tcp: closed
13:36:44 Info close_client: socket closed
13:36:44 Info loop: host disconnected
13:37:14 Info wait_host_tcp: accepted: 192.168.2.22
13:37:14 Info loop: host reset
13:38:45 Warning read_host_tcp: closed
13:38:45 Info close_client: socket closed
13:38:45 Info loop: host disconnected
13:39:15 Info wait_host_tcp: accepted: 192.168.2.22
13:39:15 Info loop: host reset
13:40:45 Warning read_host_tcp: closed
13:40:45 Info close_client: socket closed
13:40:45 Info loop: host disconnected
13:41:15 Info wait_host_tcp: accepted: 192.168.2.22
13:41:15 Info loop: host reset
13:42:46 Warning read_host_tcp: closed
13:42:46 Info close_client: socket closed
13:42:46 Info loop: host disconnected
13:43:16 Info wait_host_tcp: accepted: 192.168.2.22
13:43:16 Info loop: host reset
13:44:46 Warning read_host_tcp: closed
13:44:46 Info close_client: socket closed
13:44:46 Info loop: host disconnected
13:45:16 Info wait_host_tcp: accepted: 192.168.2.22
13:45:16 Info loop: host reset
13:46:47 Warning read_host_tcp: closed
13:46:47 Info close_client: socket closed
13:46:47 Info loop: host disconnected
13:47:17 Info wait_host_tcp: accepted: 192.168.2.22
13:47:17 Info loop: host reset
13:48:47 Warning read_host_tcp: closed
13:48:47 Info close_client: socket closed
13:48:47 Info loop: host disconnected
13:49:17 Info wait_host_tcp: accepted: 192.168.2.22
13:49:17 Info loop: host reset
13:50:48 Warning read_host_tcp: closed
13:50:48 Info close_client: socket closed
13:50:48 Info loop: host disconnected
13:51:18 Info wait_host_tcp: accepted: 192.168.2.22
13:51:18 Info loop: host reset
13:52:48 Warning read_host_tcp: closed
13:52:48 Info close_client: socket closed
13:52:48 Info loop: host disconnected
13:53:18 Info wait_host_tcp: accepted: 192.168.2.22
13:53:18 Info loop: host reset
13:54:04 Info sntp: got NTP time: 2025-11-29 12:54:04
13:54:49 Warning read_host_tcp: closed
13:54:49 Info close_client: socket closed
13:54:49 Info loop: host disconnected
13:55:19 Info wait_host_tcp: accepted: 192.168.2.22
13:55:19 Info loop: host reset
13:56:49 Warning read_host_tcp: closed
13:56:49 Info close_client: socket closed
13:56:49 Info loop: host disconnected
13:57:19 Info wait_host_tcp: accepted: 192.168.2.22
13:57:19 Info loop: host reset
13:58:50 Warning read_host_tcp: closed
13:58:50 Info close_client: socket closed
13:58:50 Info loop: host disconnected
13:59:20 Info wait_host_tcp: accepted: 192.168.2.22
13:59:20 Info loop: host reset
14:00:50 Warning read_host_tcp: closed
14:00:50 Info close_client: socket closed
14:00:50 Info loop: host disconnected
14:01:20 Info wait_host_tcp: accepted: 192.168.2.22
14:01:20 Info loop: host reset
14:02:51 Warning read_host_tcp: closed
14:02:51 Info close_client: socket closed
14:02:51 Info loop: host disconnected
14:03:21 Info wait_host_tcp: accepted: 192.168.2.22
14:03:21 Info loop: host reset
14:04:51 Warning read_host_tcp: closed
14:04:51 Info close_client: socket closed
14:04:51 Info loop: host disconnected
14:05:21 Info wait_host_tcp: accepted: 192.168.2.22
14:05:21 Info loop: host reset
14:06:51 Warning read_host_tcp: closed
14:06:52 Info close_client: socket closed
14:06:52 Info loop: host disconnected
14:07:22 Info wait_host_tcp: accepted: 192.168.2.22
14:07:22 Info loop: host reset
14:08:52 Warning read_host_tcp: closed
14:08:52 Info close_client: socket closed
14:08:52 Info loop: host disconnected
14:09:22 Info wait_host_tcp: accepted: 192.168.2.22
14:09:22 Info loop: host reset
14:10:53 Warning read_host_tcp: closed
14:10:53 Info close_client: socket closed
14:10:53 Info loop: host disconnected
14:11:23 Info wait_host_tcp: accepted: 192.168.2.22
14:11:23 Info loop: host reset
14:12:53 Warning read_host_tcp: closed
14:12:53 Info close_client: socket closed
14:12:53 Info loop: host disconnected
14:13:23 Info wait_host_tcp: accepted: 192.168.2.22
14:13:23 Info loop: host reset
14:14:54 Warning read_host_tcp: closed
14:14:54 Info close_client: socket closed
14:14:54 Info loop: host disconnected
14:15:24 Info wait_host_tcp: accepted: 192.168.2.22
14:15:24 Info loop: host reset
14:16:54 Warning read_host_tcp: closed
14:16:54 Info close_client: socket closed
14:16:54 Info loop: host disconnected
14:17:24 Info wait_host_tcp: accepted: 192.168.2.22
14:17:24 Info loop: host reset
14:18:54 Warning read_host_tcp: closed
14:18:54 Info close_client: socket closed
14:18:54 Info loop: host disconnected
14:19:25 Info wait_host_tcp: accepted: 192.168.2.22
14:19:25 Info loop: host reset
14:20:55 Warning read_host_tcp: closed
14:20:55 Info close_client: socket closed
14:20:55 Info loop: host disconnected
14:21:25 Info wait_host_tcp: accepted: 192.168.2.22
14:21:25 Info loop: host reset
14:22:55 Warning read_host_tcp: closed
14:22:55 Info close_client: socket closed
14:22:55 Info loop: host disconnected
14:23:26 Info wait_host_tcp: accepted: 192.168.2.22
14:23:26 Info loop: host reset
14:24:56 Warning read_host_tcp: closed
14:24:56 Info close_client: socket closed
14:24:56 Info loop: host disconnected
14:25:26 Info wait_host_tcp: accepted: 192.168.2.22
14:25:26 Info loop: host reset
14:26:56 Warning read_host_tcp: closed
14:26:56 Info close_client: socket closed
14:26:56 Info loop: host disconnected
14:27:27 Info wait_host_tcp: accepted: 192.168.2.22
14:27:27 Info loop: host reset
14:28:57 Warning read_host_tcp: closed
14:28:57 Info close_client: socket closed
14:28:57 Info loop: host disconnected
14:29:27 Info wait_host_tcp: accepted: 192.168.2.22
14:29:27 Info loop: host reset
14:30:57 Warning read_host_tcp: closed
14:30:57 Info close_client: socket closed
14:30:57 Info loop: host disconnected
14:31:28 Info wait_host_tcp: accepted: 192.168.2.22
14:31:28 Info loop: host reset
14:32:58 Warning read_host_tcp: closed
14:32:58 Info close_client: socket closed
14:32:58 Info loop: host disconnected
14:33:28 Info wait_host_tcp: accepted: 192.168.2.22
14:33:28 Info loop: host reset
14:34:59 Warning read_host_tcp: closed
14:34:59 Info close_client: socket closed
14:34:59 Info loop: host disconnected
14:35:29 Info wait_host_tcp: accepted: 192.168.2.22
14:35:29 Info loop: host reset
14:36:59 Warning read_host_tcp: closed
14:36:59 Info close_client: socket closed
14:36:59 Info loop: host disconnected
14:37:29 Info wait_host_tcp: accepted: 192.168.2.22
14:37:29 Info loop: host reset
14:39:00 Warning read_host_tcp: closed
14:39:00 Info close_client: socket closed
14:39:00 Info loop: host disconnected
14:39:30 Info wait_host_tcp: accepted: 192.168.2.22
14:39:30 Info loop: host reset
14:41:00 Warning read_host_tcp: closed
14:41:00 Info close_client: socket closed
14:41:00 Info loop: host disconnected
14:41:30 Info wait_host_tcp: accepted: 192.168.2.22
14:41:30 Info loop: host reset
14:43:00 Warning read_host_tcp: closed
14:43:00 Info close_client: socket closed
14:43:00 Info loop: host disconnected
14:43:31 Info wait_host_tcp: accepted: 192.168.2.22
14:43:31 Info loop: host reset
14:45:01 Warning read_host_tcp: closed
14:45:01 Info close_client: socket closed
14:45:01 Info loop: host disconnected
14:45:31 Info wait_host_tcp: accepted: 192.168.2.22
14:45:31 Info loop: host reset
14:47:02 Warning read_host_tcp: closed
14:47:02 Info close_client: socket closed
14:47:02 Info loop: host disconnected
14:47:32 Info wait_host_tcp: accepted: 192.168.2.22
14:47:32 Info loop: host reset
14:49:02 Warning read_host_tcp: closed
14:49:02 Info close_client: socket closed
14:49:02 Info loop: host disconnected
14:49:32 Info wait_host_tcp: accepted: 192.168.2.22
14:49:32 Info loop: host reset
14:51:03 Warning read_host_tcp: closed
14:51:03 Info close_client: socket closed
14:51:03 Info loop: host disconnected
14:51:33 Info wait_host_tcp: accepted: 192.168.2.22
14:51:33 Info loop: host reset
14:53:03 Warning read_host_tcp: closed
14:53:03 Info close_client: socket closed
14:53:03 Info loop: host disconnected
14:53:33 Info wait_host_tcp: accepted: 192.168.2.22
14:53:33 Info loop: host reset
14:54:04 Info sntp: got NTP time: 2025-11-29 13:54:04
14:55:04 Warning read_host_tcp: closed
14:55:04 Info close_client: socket closed
14:55:04 Info loop: host disconnected
14:55:34 Info wait_host_tcp: accepted: 192.168.2.22
14:55:34 Info loop: host reset
14:57:04 Warning read_host_tcp: closed
14:57:04 Info close_client: socket closed
14:57:04 Info loop: host disconnected
14:57:34 Info wait_host_tcp: accepted: 192.168.2.22
14:57:34 Info loop: host reset
14:59:05 Warning read_host_tcp: closed
14:59:05 Info close_client: socket closed
14:59:05 Info loop: host disconnected
14:59:35 Info wait_host_tcp: accepted: 192.168.2.22
14:59:35 Info loop: host reset
15:01:05 Warning read_host_tcp: closed
15:01:05 Info close_client: socket closed
15:01:05 Info loop: host disconnected
15:01:35 Info wait_host_tcp: accepted: 192.168.2.22
15:01:35 Info loop: host reset
15:03:06 Warning read_host_tcp: closed
15:03:06 Info close_client: socket closed
15:03:06 Info loop: host disconnected
15:03:36 Info wait_host_tcp: accepted: 192.168.2.22
15:03:36 Info loop: host reset
15:05:06 Warning read_host_tcp: closed
15:05:06 Info close_client: socket closed
15:05:06 Info loop: host disconnected
15:05:36 Info wait_host_tcp: accepted: 192.168.2.22
15:05:36 Info loop: host reset
15:07:07 Warning read_host_tcp: closed
15:07:07 Info close_client: socket closed
15:07:07 Info loop: host disconnected
15:07:37 Info wait_host_tcp: accepted: 192.168.2.22
15:07:37 Info loop: host reset
15:09:07 Warning read_host_tcp: closed
15:09:07 Info close_client: socket closed
15:09:07 Info loop: host disconnected
15:09:37 Info wait_host_tcp: accepted: 192.168.2.22
15:09:37 Info loop: host reset
15:11:08 Warning read_host_tcp: closed
15:11:08 Info close_client: socket closed
15:11:08 Info loop: host disconnected
15:11:38 Info wait_host_tcp: accepted: 192.168.2.22
15:11:38 Info loop: host reset
15:13:08 Warning read_host_tcp: closed
15:13:08 Info close_client: socket closed
15:13:08 Info loop: host disconnected
15:13:38 Info wait_host_tcp: accepted: 192.168.2.22
15:13:38 Info loop: host reset
15:15:09 Warning read_host_tcp: closed
15:15:09 Info close_client: socket closed
15:15:09 Info loop: host disconnected
15:15:39 Info wait_host_tcp: accepted: 192.168.2.22
15:15:39 Info loop: host reset
15:17:09 Warning read_host_tcp: closed
15:17:09 Info close_client: socket closed
15:17:09 Info loop: host disconnected
15:17:39 Info wait_host_tcp: accepted: 192.168.2.22
15:17:39 Info loop: host reset
15:19:10 Warning read_host_tcp: closed
15:19:10 Info close_client: socket closed
15:19:10 Info loop: host disconnected
15:19:40 Info wait_host_tcp: accepted: 192.168.2.22
15:19:40 Info loop: host reset
15:21:10 Warning read_host_tcp: closed
15:21:10 Info close_client: socket closed
15:21:10 Info loop: host disconnected
15:21:40 Info wait_host_tcp: accepted: 192.168.2.22
15:21:40 Info loop: host reset
15:23:11 Warning read_host_tcp: closed
15:23:11 Info close_client: socket closed
15:23:11 Info loop: host disconnected
15:23:41 Info wait_host_tcp: accepted: 192.168.2.22
15:23:41 Info loop: host reset
15:25:11 Warning read_host_tcp: closed
15:25:11 Info close_client: socket closed
15:25:11 Info loop: host disconnected
15:25:41 Info wait_host_tcp: accepted: 192.168.2.22
15:25:41 Info loop: host reset
15:27:12 Warning read_host_tcp: closed
15:27:12 Info close_client: socket closed
15:27:12 Info loop: host disconnected
15:27:42 Info wait_host_tcp: accepted: 192.168.2.22
15:27:42 Info loop: host reset
15:29:12 Warning read_host_tcp: closed
15:29:12 Info close_client: socket closed
15:29:12 Info loop: host disconnected
15:29:42 Info wait_host_tcp: accepted: 192.168.2.22
15:29:42 Info loop: host reset
15:31:13 Warning read_host_tcp: closed
15:31:13 Info close_client: socket closed
15:31:13 Info loop: host disconnected
15:31:43 Info wait_host_tcp: accepted: 192.168.2.22
15:31:43 Info loop: host reset
15:33:13 Warning read_host_tcp: closed
15:33:13 Info close_client: socket closed
15:33:13 Info loop: host disconnected
15:33:43 Info wait_host_tcp: accepted: 192.168.2.22
15:33:43 Info loop: host reset
15:35:14 Warning read_host_tcp: closed
15:35:14 Info close_client: socket closed
15:35:14 Info loop: host disconnected
15:35:44 Info wait_host_tcp: accepted: 192.168.2.22
15:35:44 Info loop: host reset
15:37:14 Warning read_host_tcp: closed
15:37:14 Info close_client: socket closed
15:37:14 Info loop: host disconnected
15:37:44 Info wait_host_tcp: accepted: 192.168.2.22
15:37:44 Info loop: host reset
15:39:15 Warning read_host_tcp: closed
15:39:15 Info close_client: socket closed
15:39:15 Info loop: host disconnected
15:39:45 Info wait_host_tcp: accepted: 192.168.2.22
15:39:45 Info loop: host reset
15:41:15 Warning read_host_tcp: closed
15:41:15 Info close_client: socket closed
15:41:15 Info loop: host disconnected
15:41:45 Info wait_host_tcp: accepted: 192.168.2.22
15:41:45 Info loop: host reset
15:43:15 Warning read_host_tcp: closed
15:43:15 Info close_client: socket closed
15:43:15 Info loop: host disconnected
15:43:46 Info wait_host_tcp: accepted: 192.168.2.22
15:43:46 Info loop: host reset
15:45:16 Warning read_host_tcp: closed
15:45:16 Info close_client: socket closed
15:45:16 Info loop: host disconnected
15:45:46 Info wait_host_tcp: accepted: 192.168.2.22
15:45:46 Info loop: host reset
15:47:16 Warning read_host_tcp: closed
15:47:16 Info close_client: socket closed
15:47:16 Info loop: host disconnected
15:47:47 Info wait_host_tcp: accepted: 192.168.2.22
15:47:47 Info loop: host reset
15:49:17 Warning read_host_tcp: closed
15:49:17 Info close_client: socket closed
15:49:17 Info loop: host disconnected
15:49:47 Info wait_host_tcp: accepted: 192.168.2.22
15:49:47 Info loop: host reset
15:51:18 Warning read_host_tcp: closed
15:51:18 Info close_client: socket closed
15:51:18 Info loop: host disconnected
15:51:48 Info wait_host_tcp: accepted: 192.168.2.22
15:51:48 Info loop: host reset
15:53:18 Warning read_host_tcp: closed
15:53:18 Info close_client: socket closed
15:53:18 Info loop: host disconnected
15:53:48 Info wait_host_tcp: accepted: 192.168.2.22
15:53:48 Info loop: host reset
15:54:04 Info sntp: got NTP time: 2025-11-29 14:54:04
15:55:19 Warning read_host_tcp: closed
15:55:19 Info close_client: socket closed
15:55:19 Info loop: host disconnected
15:55:49 Info wait_host_tcp: accepted: 192.168.2.22
15:55:49 Info loop: host reset
15:57:19 Warning read_host_tcp: closed
15:57:19 Info close_client: socket closed
15:57:19 Info loop: host disconnected
15:57:49 Info wait_host_tcp: accepted: 192.168.2.22
15:57:49 Info loop: host reset
15:59:19 Warning read_host_tcp: closed
15:59:19 Info close_client: socket closed
15:59:19 Info loop: host disconnected
15:59:50 Info wait_host_tcp: accepted: 192.168.2.22
15:59:50 Info loop: host reset
16:01:20 Warning read_host_tcp: closed
16:01:20 Info close_client: socket closed
16:01:20 Info loop: host disconnected
16:01:50 Info wait_host_tcp: accepted: 192.168.2.22
16:01:50 Info loop: host reset
16:03:20 Warning read_host_tcp: closed
16:03:20 Info close_client: socket closed
16:03:20 Info loop: host disconnected
16:03:51 Info wait_host_tcp: accepted: 192.168.2.22
16:03:51 Info loop: host reset
16:05:21 Warning read_host_tcp: closed
16:05:21 Info close_client: socket closed
16:05:21 Info loop: host disconnected
16:05:51 Info wait_host_tcp: accepted: 192.168.2.22
16:05:51 Info loop: host reset
16:07:21 Warning read_host_tcp: closed
16:07:21 Info close_client: socket closed
16:07:21 Info loop: host disconnected
16:07:52 Info wait_host_tcp: accepted: 192.168.2.22
16:07:52 Info loop: host reset
16:09:22 Warning read_host_tcp: closed
16:09:22 Info close_client: socket closed
16:09:22 Info loop: host disconnected
16:09:52 Info wait_host_tcp: accepted: 192.168.2.22
16:09:52 Info loop: host reset
Hat jemand eine Idee ?
Grüße
Christian
...die nächste Erkenntnis ist, dass es auch nicht am WLAN liegen kann, ich habe das nun mit dem LAN-Adapter angeschlossen, da verhält es sich absolut identisch. Ich verstehe nur nicht, warum der Adapter an der Solarthermie ohne Probleme läuft und an der Therme nichts stabil laufen will...