Hello,
I wrote a simple piece of Logic for Gira and I've tested it with the LogicDebugger that's available in the download section of this forum and it works great. I've also imported it in Expert with no problem, but when I try to do a transfer to the HS, it gives me this error: "The definition for the logic module is faulty", with no additional information!
The code is this one:
Any idea what's wrong?
I wrote a simple piece of Logic for Gira and I've tested it with the LogicDebugger that's available in the download section of this forum and it works great. I've also imported it in Expert with no problem, but when I try to do a transfer to the HS, it gives me this error: "The definition for the logic module is faulty", with no additional information!
The code is this one:
Code:
5000|"Heating-Ventilation-Air Conditioning\Status - Feller EDIZIOdue to QC"|0|1|"E1 (status Feller)"|1|"A1 (QC status 1-13)"|"v1.1" # Take the Feller EDIZIOdue status code and re-shape it for the Heizung template 1-13 5001|1|1|0|0|1|0 5002|1|0|0 5004|1|0|0|2|0 5012|0|"(int(EN[1]) & 1) <> 0"|"1"|""|1|0|0|0 5012|0|"(int(EN[1]) & 2) <> 0"|"3"|""|1|0|0|0 5012|0|"(int(EN[1]) & 4) <> 0"|"2"|""|1|0|0|0 5012|0|"(int(EN[1]) & 8) <> 0"|"4"|""|1|0|0|0 # The codes for template 1-13 are different then for the 0-series: # 1 == Comfort # 3 (and not 2) == Stand-by # 2 == Night # 4 == Anti-Freezing protection
Kommentar