Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Entwicklung
    4. Adapter: Luxtronik 1 - Wärmepumpensteuerung

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Adapter: Luxtronik 1 - Wärmepumpensteuerung

    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      forelleblau @SirWillfried last edited by

      @sirwillfried Hallo sirwillfried. Auch mit dem Log bleib ich bei meinem letzten Tipp: gib dem ganzen etwas mehr Zeit. Das Ding ist nicht doppelt und dreifach abgesichert, dass es nicht zu gleichzeitigen Anfragen kommen kann (einfach abgesichert schon). Und genau die Gleichzeitigkeit macht das Problem, weil das bei Seriell nicht geht....
      Also schraub das Polling - Interval etwas hoch (so schnell ändert sich ja an einer Heizung nichts 😉 ) und löse Aktionen (Änderung von 'control' - Werten) nicht im Schnellfeuermodus aus, sondern gibt denen jeweils ein paar Sekunden Zeit.
      Wenn du das ganze Beobachten willst, kannst du mit z.B. Putty ein Terminalfenster zu deinem USR öffnen (hab ich glaub weiter oben auch schon beschrieben), dann kannst du zusehen, was genau zwischen dem Adapter und der Heizung hin und her geht.

      Grüsse Forelleblau

      S 1 Reply Last reply Reply Quote 0
      • S
        SirWillfried @forelleblau last edited by

        @forelleblau okay, ich habe eben mal nur den Wert Endpunkt gesetzt und dann gaaaaanz still gehalten 😂
        Allerdings kahm nach etlichen Minuten das hier. Der Wert wurde zwar gesetzt, aber gesund sieht das dennoch nicht aus... oder täuscht das?

        luxtronik1.0
        	2022-10-29 15:40:21.027	info	[START] Starting luxtronik adapter
        luxtronik1.0
        	2022-10-29 15:40:20.990	info	starting. Version 0.3.5 in /opt/iobroker/node_modules/iobroker.luxtronik1, node: v14.18.2, js-controller: 4.0.23
        luxtronik1.0
        	2022-10-29 15:40:18.609	warn	Got terminate signal. Checking desired PID: 8191 vs own PID 32675
        luxtronik1.0
        	2022-10-29 15:40:18.521	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
        luxtronik1.0
        	2022-10-29 15:40:18.519	info	terminating
        luxtronik1.0
        	2022-10-29 15:40:18.519	info	[END] Stopping luxtronik adapter...
        luxtronik1.0
        	2022-10-29 15:40:18.517	warn	Got terminate signal. Checking desired PID: 0 vs own PID 32675
        luxtronik1.0
        	2022-10-29 15:40:18.387	warn	Verbindungsprobleme, starte Adapter neu
        luxtronik1.0
        	2022-10-29 15:36:44.264	info	ack is not set!
        

        Ich kann gerne nochmal den debug-mode einschalten, aber dann wird das bei 4min wahrscheinlich sehr lang... was meinst Du?

        1 Reply Last reply Reply Quote 0
        • S
          SirWillfried last edited by

          So, jetzt habe ich das ein paar mal mit 60s Intervall getestet. Der Adapter braucht immer exakt die gleiche Zeit von ca 10-11s um das Polling zu beenden. Danach habe ich den wert des Endpunktes gesetzt und es hat funktioniert. Er wurde fertig, bevor die nächste Polling-Abfrage startete.
          Dann habe ich BWs gesetzt. Es gab einen Fehler und das Setzten wurde wiederholt. Leider bis in die nächste Polling-Abfrage hinein.... bumm.
          Dann habe ich das Polling mal auf 5min gesetzt und wieder BWs gesetzt. Es gab nun etliche Wiederholungen des Versuchs, den korrekten Wert zu schreiben und plötzlich wurde der Adapter neu gestartet. 🤷‍♂️ Soll ich das noch ein paar mal machen, um zu schauen ob es reproduzierbar ist oder ist das Verhalten des Adapters so gewollt und der Fehler liegt wo anders?

          hier der Log:

          luxtronik1.0
          	2022-10-29 16:00:38.272	debug	stateChange luxtronik1.0.control.SchaltzWoBW.Ende2 {"val":"22:00","ack":true,"ts":1667052038258,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1666948186141}
          luxtronik1.0
          	2022-10-29 16:00:38.271	debug	stateChange luxtronik1.0.control.SchaltzWoBW.Start2 {"val":"20:00","ack":true,"ts":1667052038258,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1666948186141}
          luxtronik1.0
          	2022-10-29 16:00:38.262	debug	stateChange luxtronik1.0.control.SchaltzWoBW.Ende1 {"val":"18:00","ack":true,"ts":1667052038257,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1666948186141}
          luxtronik1.0
          	2022-10-29 16:00:38.260	debug	stateChange luxtronik1.0.control.SchaltzWoBW.Start1 {"val":"06:00","ack":true,"ts":1667052038257,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1666948186141}
          luxtronik1.0
          	2022-10-29 16:00:38.235	debug	Daten 3200 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:38.235	debug	Ende2: 22:00
          luxtronik1.0
          	2022-10-29 16:00:38.234	debug	Start2: 20:00
          luxtronik1.0
          	2022-10-29 16:00:38.234	debug	Ende1: 18:00
          luxtronik1.0
          	2022-10-29 16:00:38.233	debug	Start1: 06:00
          luxtronik1.0
          	2022-10-29 16:00:38.233	debug	Schaltzeiten BW Woche:
          luxtronik1.0
          	2022-10-29 16:00:38.232	debug	Datensatz 3200: 32003200,8,6,0,18,0,20,0,22,0
          luxtronik1.0
          	2022-10-29 16:00:38.232	debug	Anzahl Elemente data3200array SOLL: 10
          luxtronik1.0
          	2022-10-29 16:00:38.231	debug	Anzahl Elemente datacount3200array: 10
          luxtronik1.0
          	2022-10-29 16:00:38.230	debug	Anzahl Elemente Datenset: 33
          luxtronik1.0
          	2022-10-29 16:00:38.230	debug	Datenset: 3200 3200;8;6;0;18;0;20;0;22;0
          luxtronik1.0
          	2022-10-29 16:00:38.229	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:38.227	debug	Data complete, destroy connection
          luxtronik1.0
          	2022-10-29 16:00:38.213	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:36.279	debug	stateChange luxtronik1.0.control.NachtAbs {"val":-5,"ack":true,"ts":1667052036257,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1666964024702}
          luxtronik1.0
          	2022-10-29 16:00:36.276	debug	stateChange luxtronik1.0.control.ParaVHK {"val":26.5,"ack":true,"ts":1667052036256,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1666964024701}
          luxtronik1.0
          	2022-10-29 16:00:36.273	debug	stateChange luxtronik1.0.control.EndpunktHK {"val":32,"ack":true,"ts":1667052036256,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1667051697681}
          luxtronik1.0
          	2022-10-29 16:00:36.268	debug	stateChange luxtronik1.0.control.AbwRLs {"val":0,"ack":true,"ts":1667052036255,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1666964024701}
          luxtronik1.0
          	2022-10-29 16:00:36.236	debug	Daten 3400 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:36.235	debug	Nachtabsenkung: -50
          luxtronik1.0
          	2022-10-29 16:00:36.234	debug	Parallelverschiebung: 265
          luxtronik1.0
          	2022-10-29 16:00:36.234	debug	Endpunkt: 320
          luxtronik1.0
          	2022-10-29 16:00:36.233	debug	Abweichung Rücklauf Soll: 0
          luxtronik1.0
          	2022-10-29 16:00:36.232	debug	Datensatz 3400: 3400 3400,9,0,320,265,-50,350,300,300,0,350
          luxtronik1.0
          	2022-10-29 16:00:36.232	debug	Anzahl Elemente data3400array SOLL: 11
          luxtronik1.0
          	2022-10-29 16:00:36.231	debug	Anzahl Elemente data3400array: 11
          luxtronik1.0
          	2022-10-29 16:00:36.230	debug	Anzahl Elemente Datenset: 46
          luxtronik1.0
          	2022-10-29 16:00:36.229	debug	Datenset: 3400 3400;9;0;320;265;-50;350;300;300;0;350
          luxtronik1.0
          	2022-10-29 16:00:36.228	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:36.226	debug	Data complete, destroy connection
          luxtronik1.0
          	2022-10-29 16:00:36.212	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:34.263	debug	stateChange luxtronik1.0.control.ModusWW {"val":0,"ack":true,"ts":1667052034253,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1667043624296}
          luxtronik1.0
          	2022-10-29 16:00:34.237	debug	Daten 3505 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:34.236	debug	Modus Warmwasser: AUTO
          luxtronik1.0
          	2022-10-29 16:00:34.226	debug	Datensatz 3505: 0
          luxtronik1.0
          	2022-10-29 16:00:34.226	debug	Anzahl Elemente data3505array SOLL: 3
          luxtronik1.0
          	2022-10-29 16:00:34.225	debug	Anzahl Elemente data3505array: 3
          luxtronik1.0
          	2022-10-29 16:00:34.223	debug	Anzahl Elemente Datenset: 16
          luxtronik1.0
          	2022-10-29 16:00:34.222	debug	Datenset: 3505 3505;1;0
          luxtronik1.0
          	2022-10-29 16:00:34.221	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:34.217	debug	Data complete, destroy connection
          luxtronik1.0
          	2022-10-29 16:00:34.209	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:32.275	debug	stateChange luxtronik1.0.control.ModusHeizung {"val":0,"ack":true,"ts":1667052032261,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1667043622298}
          luxtronik1.0
          	2022-10-29 16:00:32.236	debug	Daten 3405 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:32.235	debug	Modus Heizung: AUTO
          luxtronik1.0
          	2022-10-29 16:00:32.234	debug	Datensatz 3405: 0
          luxtronik1.0
          	2022-10-29 16:00:32.234	debug	Anzahl Elemente data3405array SOLL: 3
          luxtronik1.0
          	2022-10-29 16:00:32.233	debug	Anzahl Elemente data3405array: 3
          luxtronik1.0
          	2022-10-29 16:00:32.232	debug	Anzahl Elemente Datenset: 16
          luxtronik1.0
          	2022-10-29 16:00:32.231	debug	Datenset: 3405 3405;1;0
          luxtronik1.0
          	2022-10-29 16:00:32.230	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:32.227	debug	Data complete, destroy connection
          luxtronik1.0
          	2022-10-29 16:00:32.212	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:30.303	debug	stateChange luxtronik1.0.control.HystBWs {"val":2,"ack":true,"ts":1667052030283,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1667043620320}
          luxtronik1.0
          	2022-10-29 16:00:30.295	debug	stateChange luxtronik1.0.control.HystHKs {"val":2,"ack":true,"ts":1667052030267,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1667043620315}
          luxtronik1.0
          	2022-10-29 16:00:30.243	debug	Daten 2100 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:30.241	debug	Datensatz 2100: 2100 2100,15,500,20,50,50,20,160,650,20,500,350,-200,-90,1150,20,-200
          luxtronik1.0
          	2022-10-29 16:00:30.240	debug	Anzahl Elemente data2100array: 17
          luxtronik1.0
          	2022-10-29 16:00:30.239	debug	Anzahl Elemente data2100array SOLL: 17
          luxtronik1.0
          	2022-10-29 16:00:30.238	debug	Anzahl Elemente data2100array: 17
          luxtronik1.0
          	2022-10-29 16:00:30.237	debug	Anzahl Elemente Datenset: 72
          luxtronik1.0
          	2022-10-29 16:00:30.235	debug	Datenset: 2100 2100;15;500;20;50;50;20;160;650;20;500;350;-200;-90;1150;20;-200
          luxtronik1.0
          	2022-10-29 16:00:30.234	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:30.230	debug	Data complete, destroy connection
          luxtronik1.0
          	2022-10-29 16:00:30.228	debug	Datastring: 2100 2100;15;500;20;50;50;20;160;650;20;500;350;-200;-90;1150;20;-200
          luxtronik1.0
          	2022-10-29 16:00:30.213	debug	Datastring: 2100
          luxtronik1.0
          	2022-10-29 16:00:30.207	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:28.493	debug	stateChange luxtronik1.0.control.BWs {"val":0,"ack":true,"ts":1667052028470,"q":0,"from":"system.adapter.luxtronik1.0","user":"system.user.admin","lc":1667052028470}
          luxtronik1.0
          	2022-10-29 16:00:28.456	warn	State value to set for "luxtronik1.0.control.BWs" has value "0" less than min "30"
          luxtronik1.0
          	2022-10-29 16:00:28.450	debug	WP läuft, WPseitlast wird ersetzt, wenn WP wieder steht
          luxtronik1.0
          	2022-10-29 16:00:28.449	debug	Laufzeit:51 Vorwert: 0
          luxtronik1.0
          	2022-10-29 16:00:28.433	debug	Daten 1800 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:28.431	debug	BWP21042h 00min 00shhhh
          luxtronik1.0
          	2022-10-29 16:00:28.429	debug	Anzahl Elemente data1800array: 24
          luxtronik1.0
          	2022-10-29 16:00:28.429	debug	Datensatz 1800: 1800,1800;8,1100;12;371;318;299;491;198;474;0;108;78;750;0;0,1200;6;0;1;0;1;1;1,1300;13;0;0;1;1;0;1;0;1;1;0;1;0;0,1400;29;0;0;51;0;0;0;0;0;0;0;0;0;19;9;0;0;0;0;1;3;0;0;0;0;0;0;0;0;0,1450;9;75751200;219206;345;0;0;0;4326124;0;75751200,1500;5,1500;1500;6;715;21;10;22;23;6,1500;1501;6;716;22;10;22;22;56,1500;1502;6;715;27;10;22;22;27,1500;1503;6;716;27;10;22;23;21,1500;1504;6;716;28;10;22;13;17,1500;5 ,1600;5,1600;1600;6;010;29;10;22;14;5,1600;1601;6;010;29;10;22;14;27,1600;1602;6;010;29;10;22;14;48,1600;1603;6;010;29;10;22;15;11,1600;1604;6;010;29;10;22;15;36,1600;5 ,1700;12;14; V2.20;1;5;30;9;22;18;46;37,0,0,1800;8 ,
          luxtronik1.0
          	2022-10-29 16:00:28.428	debug	Anzahl Elemente Datenset: 646
          luxtronik1.0
          	2022-10-29 16:00:28.428	debug	Datenset: 1800 1800;8 1100;12;371;318;299;491;198;474;0;108;78;750;0;0 1200;6;0;1;0;1;1;1 1300;13;0;0;1;1;0;1;0;1;1;0;1;0;0 1400;29;0;0;51;0;0;0;0;0;0;0;0;0;19;9;0;0;0;0;1;3;0;0;0;0;0;0;0;0;0 1450;9;75751200;219206;345;0;0;0;4326124;0;75751200 1500;5 1500;1500;6;715;21;10;22;23;6 1500;1501;6;716;22;10;22;22;56 1500;1502;6;715;27;10;22;22;27 1500;1503;6;716;27;10;22;23;21 1500;1504;6;716;28;10;22;13;17 1500;5 1600;5 1600;1600;6;010;29;10;22;14;5 1600;1601;6;010;29;10;22;14;27 1600;1602;6;010;29;10;22;14;48 1600;1603;6;010;29;10;22;15;11 1600;1604;6;010;29;10;22;15;36 1600;5 1700;12;14; V2.20;1;5;30;9;22;18;46;37,0,0 1800;8
          luxtronik1.0
          	2022-10-29 16:00:28.427	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:28.231	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:28.203	debug	[START] Started Adapter with: 192.168.178.67
          luxtronik1.0
          	2022-10-29 16:00:28.203	debug	[INFO] Configured polling interval: 300000
          luxtronik1.0
          	2022-10-29 16:00:28.200	debug	Instanz luxtronik1.0 gestartet
          luxtronik1.0
          	2022-10-29 16:00:28.199	info	[START] Starting luxtronik adapter
          luxtronik1.0
          	2022-10-29 16:00:28.161	info	starting. Version 0.3.5 in /opt/iobroker/node_modules/iobroker.luxtronik1, node: v14.18.2, js-controller: 4.0.23
          luxtronik1.0
          	2022-10-29 16:00:25.473	warn	Got terminate signal. Checking desired PID: 9331 vs own PID 9248
          luxtronik1.0
          	2022-10-29 16:00:25.424	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          luxtronik1.0
          	2022-10-29 16:00:25.422	info	terminating
          luxtronik1.0
          	2022-10-29 16:00:25.421	info	[END] Stopping luxtronik adapter...
          luxtronik1.0
          	2022-10-29 16:00:25.420	warn	Got terminate signal. Checking desired PID: 0 vs own PID 9248
          luxtronik1.0
          	2022-10-29 16:00:25.333	debug	Daten 1100 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:25.332	warn	Adapter wird neu gestartet
          luxtronik1.0
          	2022-10-29 16:00:25.332	warn	Achtung, mehrfach unvollständiger Datensatz 1100
          luxtronik1.0
          	2022-10-29 16:00:25.332	debug	warte auf callluxtronik1100
          luxtronik1.0
          	2022-10-29 16:00:25.331	info	BW-Solltemperatur nicht korrekt gesetzt, Vorgang wird wiederholt
          luxtronik1.0
          	2022-10-29 16:00:25.331	debug	Datensatz 1100: 1100 1100,12,367,314,299,488,198,474,0,108,80,750,0,0
          luxtronik1.0
          	2022-10-29 16:00:25.331	debug	Anzahl Elemente data1100array SOLL: 14
          luxtronik1.0
          	2022-10-29 16:00:25.331	debug	Anzahl Elemente data1100array: 14
          luxtronik1.0
          	2022-10-29 16:00:25.330	debug	Anzahl Elemente Datenset: 56
          luxtronik1.0
          	2022-10-29 16:00:25.330	debug	Datenset: 1100 1100;12;367;314;299;488;198;474;0;108;80;750;0;0
          luxtronik1.0
          	2022-10-29 16:00:25.329	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:25.328	debug	Data1100 complete, destroy connection
          luxtronik1.0
          	2022-10-29 16:00:25.312	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:22.311	debug	Daten 3501 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:22.310	debug	Warmwasser soll neu: 44
          luxtronik1.0
          	2022-10-29 16:00:22.309	debug	data3501array = 3501,3501;1;0,3501;1;440,3501;1;440,999,993,999,
          luxtronik1.0
          	2022-10-29 16:00:22.308	debug	Anzahl Elemente Datenset: 55
          luxtronik1.0
          	2022-10-29 16:00:22.307	debug	Datenset: 3501 3501;1;0 3501;1;440 3501;1;440 999 993 999
          luxtronik1.0
          	2022-10-29 16:00:22.306	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:17.344	debug	statebws = 440
          luxtronik1.0
          	2022-10-29 16:00:17.343	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:16.340	debug	Daten 1100 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:16.340	debug	warte auf callluxtronik1100
          luxtronik1.0
          	2022-10-29 16:00:16.339	info	BW-Solltemperatur nicht korrekt gesetzt, Vorgang wird wiederholt
          luxtronik1.0
          	2022-10-29 16:00:16.339	debug	Datensatz 1100: 1100 1100,12,346,298,299,474,198,474,0,110,93,750,0,0
          luxtronik1.0
          	2022-10-29 16:00:16.338	debug	Anzahl Elemente data1100array SOLL: 14
          luxtronik1.0
          	2022-10-29 16:00:16.338	debug	Anzahl Elemente data1100array: 14
          luxtronik1.0
          	2022-10-29 16:00:16.338	debug	Anzahl Elemente Datenset: 56
          luxtronik1.0
          	2022-10-29 16:00:16.337	debug	Datenset: 1100 1100;12;346;298;299;474;198;474;0;110;93;750;0;0
          luxtronik1.0
          	2022-10-29 16:00:16.337	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:16.336	debug	Data1100 complete, destroy connection
          luxtronik1.0
          	2022-10-29 16:00:16.316	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:13.309	debug	Daten 3501 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:13.308	debug	Warmwasser soll neu: 44
          luxtronik1.0
          	2022-10-29 16:00:13.307	debug	data3501array = 3501,3501;1;0,3501;1;440,3501;1;440,999,993,993,999,
          luxtronik1.0
          	2022-10-29 16:00:13.306	debug	Anzahl Elemente Datenset: 60
          luxtronik1.0
          	2022-10-29 16:00:13.305	debug	Datenset: 3501 3501;1;0 3501;1;440 3501;1;440 999 993 993 999
          luxtronik1.0
          	2022-10-29 16:00:13.304	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:08.347	debug	statebws = 440
          luxtronik1.0
          	2022-10-29 16:00:08.346	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:07.344	debug	Daten 1100 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:07.343	debug	warte auf callluxtronik1100
          luxtronik1.0
          	2022-10-29 16:00:07.343	info	BW-Solltemperatur nicht korrekt gesetzt, Vorgang wird wiederholt
          luxtronik1.0
          	2022-10-29 16:00:07.342	debug	Datensatz 1100: 1100 1100,12,323,284,299,458,198,474,0,110,113,750,0,0
          luxtronik1.0
          	2022-10-29 16:00:07.341	debug	Anzahl Elemente data1100array SOLL: 14
          luxtronik1.0
          	2022-10-29 16:00:07.340	debug	Anzahl Elemente data1100array: 14
          luxtronik1.0
          	2022-10-29 16:00:07.339	debug	Anzahl Elemente Datenset: 57
          luxtronik1.0
          	2022-10-29 16:00:07.338	debug	Datenset: 1100 1100;12;323;284;299;458;198;474;0;110;113;750;0;0
          luxtronik1.0
          	2022-10-29 16:00:07.337	debug	Connection closed
          luxtronik1.0
          	2022-10-29 16:00:07.335	debug	Data1100 complete, destroy connection
          luxtronik1.0
          	2022-10-29 16:00:07.313	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 16:00:04.310	debug	Daten 3501 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 16:00:04.309	debug	Warmwasser soll neu: 44
          luxtronik1.0
          	2022-10-29 16:00:04.308	debug	data3501array = 3501,3501;1;0,3501;1;440,3501;1;440,999,993,993,999,
          luxtronik1.0
          	2022-10-29 16:00:04.307	debug	Anzahl Elemente Datenset: 60
          luxtronik1.0
          	2022-10-29 16:00:04.306	debug	Datenset: 3501 3501;1;0 3501;1;440 3501;1;440 999 993 993 999
          luxtronik1.0
          	2022-10-29 16:00:04.304	debug	Connection closed
          luxtronik1.0
          	2022-10-29 15:59:59.331	debug	statebws = 440
          luxtronik1.0
          	2022-10-29 15:59:59.330	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 15:59:58.327	debug	Daten 1100 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 15:59:58.327	debug	warte auf callluxtronik1100
          luxtronik1.0
          	2022-10-29 15:59:58.327	info	BW-Solltemperatur nicht korrekt gesetzt, Vorgang wird wiederholt
          luxtronik1.0
          	2022-10-29 15:59:58.327	debug	Datensatz 1100: 1100 1100,12,296,278,299,438,198,474,0,110,141,750,0,0
          luxtronik1.0
          	2022-10-29 15:59:58.326	debug	Anzahl Elemente data1100array SOLL: 14
          luxtronik1.0
          	2022-10-29 15:59:58.326	debug	Anzahl Elemente data1100array: 14
          luxtronik1.0
          	2022-10-29 15:59:58.325	debug	Anzahl Elemente Datenset: 57
          luxtronik1.0
          	2022-10-29 15:59:58.325	debug	Datenset: 1100 1100;12;296;278;299;438;198;474;0;110;141;750;0;0
          luxtronik1.0
          	2022-10-29 15:59:58.324	debug	Connection closed
          luxtronik1.0
          	2022-10-29 15:59:58.323	debug	Data1100 complete, destroy connection
          luxtronik1.0
          	2022-10-29 15:59:58.307	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 15:59:55.304	debug	Daten 3501 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 15:59:55.304	debug	Warmwasser soll neu: 44
          luxtronik1.0
          	2022-10-29 15:59:55.304	debug	data3501array = 3501,3501;1;0,3501;1;440,3501;1;440,999,993,999,
          luxtronik1.0
          	2022-10-29 15:59:55.303	debug	Anzahl Elemente Datenset: 55
          luxtronik1.0
          	2022-10-29 15:59:55.303	debug	Datenset: 3501 3501;1;0 3501;1;440 3501;1;440 999 993 999
          luxtronik1.0
          	2022-10-29 15:59:55.302	debug	Connection closed
          luxtronik1.0
          	2022-10-29 15:59:50.335	debug	statebws = 440
          luxtronik1.0
          	2022-10-29 15:59:50.335	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 15:59:49.332	debug	Daten 1100 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 15:59:49.332	debug	warte auf callluxtronik1100
          luxtronik1.0
          	2022-10-29 15:59:49.331	info	BW-Solltemperatur nicht korrekt gesetzt, Vorgang wird wiederholt
          luxtronik1.0
          	2022-10-29 15:59:49.331	debug	Datensatz 1100: 1100 1100,12,280,278,298,413,200,474,0,110,184,750,0,0
          luxtronik1.0
          	2022-10-29 15:59:49.331	debug	Anzahl Elemente data1100array SOLL: 14
          luxtronik1.0
          	2022-10-29 15:59:49.331	debug	Anzahl Elemente data1100array: 14
          luxtronik1.0
          	2022-10-29 15:59:49.330	debug	Anzahl Elemente Datenset: 57
          luxtronik1.0
          	2022-10-29 15:59:49.330	debug	Datenset: 1100 1100;12;280;278;298;413;200;474;0;110;184;750;0;0
          luxtronik1.0
          	2022-10-29 15:59:49.329	debug	Connection closed
          luxtronik1.0
          	2022-10-29 15:59:49.328	debug	Data1100 complete, destroy connection
          luxtronik1.0
          	2022-10-29 15:59:49.311	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 15:59:46.305	debug	Daten 3501 fertig verarbeitet.
          luxtronik1.0
          	2022-10-29 15:59:46.305	debug	Warmwasser soll neu: 44
          luxtronik1.0
          	2022-10-29 15:59:46.304	debug	data3501array = 3501,3501;1;450,3501;1;440,3501;1;440,999,993,999,
          luxtronik1.0
          	2022-10-29 15:59:46.304	debug	Anzahl Elemente Datenset: 57
          luxtronik1.0
          	2022-10-29 15:59:46.304	debug	Datenset: 3501 3501;1;450 3501;1;440 3501;1;440 999 993 999
          luxtronik1.0
          	2022-10-29 15:59:46.303	debug	Connection closed
          luxtronik1.0
          	2022-10-29 15:59:41.359	debug	statebws = 440
          luxtronik1.0
          	2022-10-29 15:59:41.358	debug	Connected to Luxtronik
          luxtronik1.0
          	2022-10-29 15:59:41.352	info	ack is not set!
          luxtronik1.0
          	2022-10-29 15:59:41.349	debug	Setze Warmwasser-Soll auf: 44
          luxtronik1.0
          	2022-10-29 15:59:41.347	debug	id=control.BWs
          luxtronik1.0
          	2022-10-29 15:59:41.346	debug	Instanz: luxtronik1.0
          luxtronik1.0
          	2022-10-29 15:59:41.344	debug	stateChange luxtronik1.0.control.BWs {"val":44,"ack":false,"ts":1667051981335,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1667051981335}
          
          1 Reply Last reply Reply Quote 0
          • S
            SirWillfried last edited by

            Das habe ich bei dem Vorgang mal aus Putty gefischt:

            3501
            3501;1;450
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;195;474;0;184;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;195;474;0;184;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;196;474;0;185;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;382;195;474;0;184;245;750;0;0
            3501;1;440
            3501;1;0
            999
            779;3501;1
            3501
            3501;1;450
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;195;474;0;184;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;195;474;0;184;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;196;474;0;185;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;382;195;474;0;184;245;750;0;0
            3501;1;440
            3501;1;0
            999
            779;3501;1 // hier blieb die Kommunikation hängen und machte erst nach etlichen Sekunden weiter
            3501
            779;3501;1
            3501;1;440
            3501;1;440
            999
            993
            999
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            993
            999
            1100
            1100;12;280;280;300;382;195;474;0;185;245;750;0;0
            1800
            1800;8
            1100;12;280;280;300;382;195;474;0;185;245;750;0;0
            1200;6;0;1;0;1;1;1
            1300;13;0;0;1;1;0;1;0;0;0;0;0;0;0
            1400;29;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;22;31;0;0;0;0;2;49;0;0;0;0;0;0
            1450;9;75751200;219206;345;0;0;0;4326124;0;75751200
            1500;5
            1500;1500;6;715;21;10;22;23;6
            1500;1501;6;716;22;10;22;22;56
            1500;1502;6;715;27;10;22;22;27
            1500;1503;6;716;27;10;22;23;21
            1500;1504;6;716;28;10;22;13;17
            1500;5
            1600;5
            1600;1600;6;010;29;10;22;14;27
            1600;1601;6;010;29;10;22;14;48
            1600;1602;6;010;29;10;22;15;11
            1600;1603;6;010;29;10;22;15;36
            1600;1604;6;010;29;10;22;15;58
            1600;5
            1700;12;14; V2.20;1;5;30;9;22;18;46;37,0,0
            1800;8
            2100
            2100;15;500;20;50;50;20;160;650;20;500;350;-200;-90;1150;20;-200
            3405
            3405;1;0
            3505
            3505;1;0
            3400
            3400;9;0;320;265;-50;350;300;300;0;350
            3200
            3200;8;6;0;18;0;20;0;22;0
            3501
            3501;1;450
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;195;474;0;184;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;195;474;0;184;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;196;474;0;185;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;382;195;474;0;184;245;750;0;0
            3501;1;440
            3501;1;0
            999
            779;3501;1
            3501
            3501;1;450
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;195;474;0;184;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;195;474;0;184;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;383;196;474;0;185;245;750;0;0
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            999
            1100
            1100;12;280;280;300;382;195;474;0;184;245;750;0;0
            3501;1;440
            3501;1;0
            999
            779;3501;1   /// hier 
            3501
            779;3501;1
            3501;1;440
            3501;1;440
            999
            993
            999
            3501
            3501;1;0
            3501;1;440
            3501;1;440
            999
            993
            993
            999
            1100
            1100;12;280;280;300;382;195;474;0;185;245;750;0;0
            1800
            1800;8
            1100;12;280;280;300;382;195;474;0;185;245;750;0;0
            1200;6;0;1;0;1;1;1
            1300;13;0;0;1;1;0;1;0;0;0;0;0;0;0
            1400;29;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;22;31;0;0;0;0;2;49;0;0;0;0;0;0
            1450;9;75751200;219206;345;0;0;0;4326124;0;75751200
            1500;5
            1500;1500;6;715;21;10;22;23;6
            1500;1501;6;716;22;10;22;22;56
            1500;1502;6;715;27;10;22;22;27
            1500;1503;6;716;27;10;22;23;21
            1500;1504;6;716;28;10;22;13;17
            1500;5
            1600;5
            1600;1600;6;010;29;10;22;14;27
            1600;1601;6;010;29;10;22;14;48
            1600;1602;6;010;29;10;22;15;11
            1600;1603;6;010;29;10;22;15;36
            1600;1604;6;010;29;10;22;15;58
            1600;5
            1700;12;14; V2.20;1;5;30;9;22;18;46;37,0,0
            1800;8
            2100
            2100;15;500;20;50;50;20;160;650;20;500;350;-200;-90;1150;20;-200
            3405
            3405;1;0
            3505
            3505;1;0
            3400
            3400;9;0;320;265;-50;350;300;300;0;350
            3200
            3200;8;6;0;18;0;20;0;22;0
            ;1;440
            
            777
            9
            779;3501;1
            00;12;280;280;300;83;195;474;0;184;245;750;0;0
            779;3501;3
            780
            3501;1;440
            3501;1;0
            0
            779;3501;1
            3
            779;3501;1
            0
            779;3501;1
            280;300;383;195;474;0;184;245;750;0;0
            779;3501;3
            780
            3501;1;440
            3501;1;0
            0
            779;3501;1
            3
            779;3501;1
            0
            779;3501;1
            280;300;383;196;474;0;185;245;7500;0
            779;3501;3
            780
            3501;1;440
            3501;1;0
            0
            779;3501;1
            3
            779;3501;1
            0
            779;3501;1
            280;300;382;195;474;0;184;245;750;0;0
            779;3501;3
            780
            1;0
            778;1;1
            779;3501;1
            778;1;779
            501;1;450
            778;1;501
            
            777
            1;1;440
            778;1;1
            993
            778;1;993
            00
            778;1;0
            280;280;300;383;195;474;0;184;245;750;0;0
            778;1;280
            1;1;0
            778;1;1
            40
            778;1;40
            0
            778;1;0
            993
            778;1;993
            00
            778;1;0
            280;280;300;383;195;474;0;184;245;750;0;0
            778;1;280
            1;1;0
            778;1;1
            40
            778;1;40
            0
            778;1;0
            993
            778;1;993
            00
            778;1;0
            280;280;300;383;196;474;0;185;245;750;0;0
            778;1;280
            1;1;0
            778;1;1
            40
            778;1;40
            0
            778;1;0
            993
            778;1;993
            00
            778;1;0
            280;280;300;382;195;474;0;184;245;750;0;0
            778;1;280
            3501;1;0
            3501;1;0
            79;3501;1
            779;3501;3
            ;3501;1
            779;3501;2
            3501;1;440
            3501;1;440
            
            777
            9
            779;3501;1
            780
            0
            778;1;0
            0
            778;1;0
            40
            778;1;40
            993
            778;1;993
            9
            778;1;9
            1100;12;280;280;300;382;195;474;0;185;245;750;0;0
            1100;12;280;280;300;384;195;474;0;120;245;750;0;0
            0;0;0
            778;1;0
            ;1;0;1;1;1
            777
            0;13;0;0;1;1;0;1;0;0;0;0;0;0;0
            778;1;0
            ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;22;31;0;0;0;0;2;49;0;0;0;0;0;0
            777
            9;75751200;219206;345;0;0;0;4326124;0;75751200
            778;1;9
            1500;1500;6;715;21;10;22;23;6
            1500;5
            1500;1500;6;715;21;10;22;23;6
            1500;1501;6;716;22;10;22;22;56
            1500;1502;6;715;27;10;22;22;27
            1500;1503;6;716;27;10;22;23;21
            1500;1504;6;716;28;10;22;13;17
            1500;5
            22;14;48
            778;1;22
            6;010;29;10;22;15;11
            778;1;6
            ;6;010;29;10;22;15;36
            777
            0;1604;6;010;29;10;22;15;58
            778;1;0
            1700;12;14; V2.20;1;5;30;9;22;18;46;37,0,0
            1700;12;14; V2.20;1;0;30;9;22;18;46;37,0,0
            ;500;350;-200;-90;1150;20;-200
            777
            5
            778;1;5
            
            777
            5
            778;1;5
            0
            778;1;0
            3400;9;0;320;265;-50;350;300;300;0;350
            3400;9;0;320;265;-50;350;300;300;0;350
            
            
            W 1 Reply Last reply Reply Quote 0
            • W
              Willi-Wunder @SirWillfried last edited by

              @forelleblau
              Wollte heute das Update auf V.0.3.6 installieren. Bekomme es aber nicht hin.

              $ iobroker upgrade luxtronik1@0.3.6 --debug
              
              Update luxtronik1 from @0.3.5 to @0.3.6
              
              NPM version: 8.19.3
              
              Installing iobroker.luxtronik1@0.3.6... (System call)
              
              npm ERR! notarget No matching version found for iobroker.luxtronik1@0.3.6.
              
              npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2023-01-15T11_42_36_875Z-debug-0.log
              
              upload [2] luxtronik1.admin /opt/iobroker/node_modules/iobroker.luxtronik1/admin/index_m.html index_m.html text/html
              
              upload [0] luxtronik1.admin /opt/iobroker/node_modules/iobroker.luxtronik1/admin/words.js words.js application/javascript
              
              Process exited with code 0
              

              Was könnte ich hier tun? Liegtr es an der neuen NPM Version?

              Vielen Dank.

              Gruß Willi

              F 2 Replies Last reply Reply Quote 0
              • F
                forelleblau @Willi-Wunder last edited by

                @willi-wunder Hallo Willi. Ja, sorry, hab eine Version 'zu hoch' ins stable-repo aufnehmen lassen, die noch gar nicht verfügbar ist. Hab die Korrektur eingegeben. Version 0.3.5 ist die richtige im Moment.

                1 Reply Last reply Reply Quote 0
                • F
                  forelleblau @Willi-Wunder last edited by

                  @willi-wunder Fehler ist behoben....

                  W 1 Reply Last reply Reply Quote 0
                  • W
                    Willi-Wunder @forelleblau last edited by Willi-Wunder

                    @forelleblau
                    Hi, mir zeigt er aber immer noch die V0.3.6 an. Seite bereits mit F5 aktualisiert......

                    Edit:
                    Cache gelöscht, sollte jetzt passen 🙂

                    1 Reply Last reply Reply Quote 0
                    • S
                      SirWillfried last edited by

                      Mahlzeit und gesundes neues Jahr,

                      ich hab ne Weile nicht mehr reingeschaut und mich heute tierisch gefreut, dass hier was Neues passiert. Leider musste ich feststellen, dass auch mit der 0.3.5 das Problem bestehen bleibt. Sobald ich den BWs Wert im iobroker verändere, setzt ihn die Heizung auf 0°C. Dann spuckt sie die Fehlermeldung aus, dass der Wert die 30°C unterschreitet. Es ist irgendwie frustrierend. Gib es irgend etwas, was ich tun könnte, um der Ursache dafür nachzugehen? Danke Euch.

                      VG

                      F W 2 Replies Last reply Reply Quote 0
                      • F
                        forelleblau @SirWillfried last edited by

                        @sirwillfried Tut mir leid, da wird wohl nichts zu machen sein, hab das schon früher mal mit @Sombornus durchgeturnt. Das ist wohl was, womit man bei einer SW V2.20 leben muss. Sehe nichts, wo ich noch ansetzen könnte.
                        Grüsse forelleblau

                        1 Reply Last reply Reply Quote 0
                        • W
                          Willi-Wunder @SirWillfried last edited by

                          @sirwillfried
                          Leider konnte ich bisher niemanden finden der eine neue Firmware für die Luxtronik 1 hat. Habe selbst die V2.30 drauf, Einstellungen funktionieren bei mir zwar soweit, aber die Steuerung und die Sperrzeiten haben wohl einen Bug. Laut AIT gibt es keine neuere Software, ist aber quatsch, Forelleblau hat auch die V2.40 drauf. Falls hier jemand ist der ein Update für die Lux1 stellen kann, bitte mal melden 🙂

                          1 Reply Last reply Reply Quote 0
                          • K
                            Kellermaennchen last edited by

                            Hallo zusammen
                            Als erstes möchte ich mich bedanken für die Software und die Beschreibungen hier. Ich kann meine WP nun ansprechen kriege im Adapter aber nur Fehler. Wenn ich mit Putty verbinde sehe ich, dass die Befehle z.Bsp. 1800 keine Antwort liefern. Inzwischen habe ich festgestellt, dass die Firmware-Version 2.10 dies anscheinend noch nicht kann.
                            Weiss jemand, wie ich eine aktueller Version für meine WP SWC 110-I kriegen kann?
                            Tausend Dank und Grüsse
                            Kellermaennchen

                            W 1 Reply Last reply Reply Quote 0
                            • W
                              Willi-Wunder @Kellermaennchen last edited by

                              @forelleblau
                              Hi, mein Adpater zeigt im Log unplausible Werte an. Hat sich der Adapter hier beim Auslesen verschluckt? Er stürzt anscheinend wohl auch öfters ab. Kann man hier noch etwas machen?

                              Lux_Log.jpg
                              Lux_Control.jpg

                              Vielen Dank für deine Hilfe.

                              Gruß Willi

                              F 1 Reply Last reply Reply Quote 0
                              • F
                                forelleblau @Willi-Wunder last edited by

                                @willi-wunder Hallo Willi. Ich hoffe, dein Adapter und vor allem deine Steuerung laufen wieder/immer noch zuverlässig. Sorry, ich habe die Adapter-Welt etwas hinter mir gelassen. Möchtest du gerne Adapter-Admin werden? Grüsse forelleblau

                                F 1 Reply Last reply Reply Quote 0
                                • F
                                  forelleblau @forelleblau last edited by

                                  Neuer Admin gesucht. Hallo liebe luxtronik1 - Adapter - Nutzer. Ich würde die Verantwortung fürs periodische Aktualisieren gerne jemandem anders übergeben, möchte meine bildschirmlastige Hobbyzeit etwas reduzieren. Jemand bereit dazu? Grüsse forelleblau

                                  W 1 Reply Last reply Reply Quote 0
                                  • W
                                    Willi-Wunder @forelleblau last edited by

                                    @forelleblau
                                    Hi, hab wieder mal die abstürze, liegt aber vermutlich am trägen RS232 Anschluss.

                                    Hab leider vom programmieren wenig Plan, daher bin leider der falsche Admin.

                                    Nochmals vielen Dank für den Adapter und deine bisherige Unterstüzung 🙂

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post

                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate

                                    853
                                    Online

                                    31.7k
                                    Users

                                    79.8k
                                    Topics

                                    1.3m
                                    Posts

                                    17
                                    210
                                    24140
                                    Loading More Posts
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    Community
                                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                    The ioBroker Community 2014-2023
                                    logo