You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I take out some lines in rule syncOT, completely not related to the addition above the rules set is accepted again, the lines with -- in front are taken out:
if #CompState > 0 then
?flameState = 1;
if @Heat_Power_Consumption > 0 then ?chState = 1; else ?chState = 0; end
-- if @DHW_Power_Consumption > 0 then ?dhwState = 1; else ?dhwState = 0; end
-- if @Cool_Power_Consumption > 0 then ?coolingState = 1; else ?coolingState = 0; end
else
?flameState = 0;
?chState = 0;
-- ?dhwState = 0;
-- ?coolingState = 0;
end
I'm experiencing problems with long rules sets. attached 3 rules sets:
The rules set 20241218o_rc can be loaded:
Heishamon_rules20241218o_rc.txt
The rules set 20241218p_rc is the same as 20241218o_rc but with some additional logic in TaShift:
this rules set is not accepted, it ends with error:
Heishamon_rules20241218p_rc.txt
If I take out some lines in rule
syncOT
, completely not related to the addition above the rules set is accepted again, the lines with -- in front are taken out:Heishamon_rules20241218q_rc.txt
The text was updated successfully, but these errors were encountered: