Formula to turn on the heating in summer
Posted: Fri Mar 04, 2011 12:51 pm
Hello,
I have created some absolute heating profiles that I'm using just during the winter (31 Sept-31 March).
The thing is now I would like to turn on the heating during the summer as well, but only when the inside temperature is under 19°c.
I tried to put in my profiles some formula indicated in the Help, but it seems not working.
I tried:
** int(100*ta/19) (it's approximately the same formula that I used to open the windows)
** if(ta<19,19,ta)
When I ran an analysis with Apache with these 2 formula, I obtained an error message.
I also tried:
** ta<21
Nothing happens with this one. But I think this one has to be use with "Modulating" profiles, and in our case all our profiles (daily, weekly, annual) are "Absolute" profiles.
If someone knows how to help me...
Thanks in advance.
Regards.
I have created some absolute heating profiles that I'm using just during the winter (31 Sept-31 March).
The thing is now I would like to turn on the heating during the summer as well, but only when the inside temperature is under 19°c.
I tried to put in my profiles some formula indicated in the Help, but it seems not working.
I tried:
** int(100*ta/19) (it's approximately the same formula that I used to open the windows)
** if(ta<19,19,ta)
When I ran an analysis with Apache with these 2 formula, I obtained an error message.
I also tried:
** ta<21
Nothing happens with this one. But I think this one has to be use with "Modulating" profiles, and in our case all our profiles (daily, weekly, annual) are "Absolute" profiles.
If someone knows how to help me...
Thanks in advance.
Regards.