du warst ja über whatsapp fast live dabei wie schnell das ging


Hallo Georg,
Code: Alles auswählen
[ "Concat", [ "$Lgc_JJJJ_Str", "$Lgc_MM_Str", "$Lgc_TT_Str", "$Lgc_WW_Str", "$Lgc_HH_Str", "$Lgc_MinMin_Str", "$Lgc_SS_Str" ], "$Lgc_Zeitstempel_Dynamisch" ],
[ "Concat", [ "$Konst_Prefix", "$Lgc_Zeitstempel_Dynamisch" ], "$O_Viessmann_Zeitstring" ]
Code: Alles auswählen
[ "$Konst_Prefix1", "string,16", "w;0x088E;" ],
[ "$Konst_Prefix2", "string,16", "8;0x" ],
Code: Alles auswählen
{
"Level": [
[
"$Value",
"integer",
0
],
[
"$Address",
"string,32",
""
],
[
"$Length",
"integer",
1
],
[
"$Delay",
"float",
5
],
[
"$StringWrite",
"string",
"write;"
],
[
"$StringRead",
"string",
"read;"
],
[
"$StringFormat",
"string",
";%d"
],
[
"$Str_Value",
"string",
""
],
[
"$Str_Length",
"string",
"1"
],
[
"$Str_Factor",
"string",
";1"
],
[
"$OutWrite",
"string,32",
""
],
[
"$OutRead",
"string,32",
""
],
[
"$DoRead",
"bool",
false
],
[
"$ConstTrue",
"bool",
true
],
[
"$ConstFalse",
"bool",
false
],
[
"$VAR<Inhibit?>",
"bool",
false
]
],
"Module": [
[
"Break", [
"$VAR<Inhibit?>"
]
],
[
"Printf",
"$Value",
"$StringFormat",
"$Str_Value"
],
[
"Printf",
"$Length",
"$StringFormat",
"$Str_Length"
],
[
"Concat", [
"$StringWrite",
"$Address",
"$Str_Length",
"$Str_Value"
],
"$OutWrite"
],
[
"Concat", [
"$StringRead",
"$Address",
"$Str_Length",
"$Str_Factor"
],
"$OutRead"
],
[
"Monoflop",
"$ConstTrue",
"$ConstFalse",
"-$DoRead",
"$Delay",
0
],
[
"SendExplicit",
"$DoRead",
"$OutRead",
1
]
],
"Input": [
[
"Eingang",
"Eingangswert",
"$Value",
"c"
],
[
"Adresse",
"Viessmann-Adresse (hex-Format, z. B. 0x1234)",
"$Address",
"u"
],
[
"Verzögerung",
"Abfrageverzögerung [s]",
"$Delay",
"u"
]
],
"Output": [
[
"Wert setzen",
"Text für Schreibbefehl",
"$OutWrite",
"c"
],
[
"Wert abfragen",
"Text für Lesebefehl",
"$OutRead",
"x"
]
]
}