First time here? Check our help page!
1

How to define thermostat schedules based on daytime and nighttime?

Daytime and nighttime would be defined by the value of the Site Direct Solar Radiation: if it's 0, then it's nightime, if its bigger than zero, then its daytime. Depending on this time difference, the limits for the thermostat schedules would be different as well.

Vasco Figueiroa's avatar
103
Vasco Figueiroa
asked 2022-02-03 19:09:34 -0500, updated 2022-02-03 19:09:59 -0500
edit flag offensive 0 remove flag close merge delete

Comments

2

Is this related to the greenhouse? Will it be heated or just ventilated? If it won't be heated. If you do want make thermostat like you describe, you can analyze the epw to come up with the thermostat times, and then create a thermostat schedule based on this.

David Goldwasser's avatar David Goldwasser (2022-02-04 10:26:02 -0500) edit
add a comment see more comments

1 Answer

1

Thanks for your response! I did exactly that, using the AddIntervalScheduleFromFile measure. The problem was that while reading the CSV file with the thermostat schedule, it would get each value as a string instead of a float (spitting out an error while trying to apply the measure), and so in the measure itself I just added a conversion to a float in the variable that gets every value from each row of the CSV file. It works fine now, thanks!

Vasco Figueiroa's avatar
103
Vasco Figueiroa
answered 2022-02-10 16:25:37 -0500, updated 2022-02-11 19:00:41 -0500
edit flag offensive 0 remove flag delete link

Comments

Glad that worked

David Goldwasser's avatar David Goldwasser (2022-02-10 17:50:09 -0500) edit
add a comment see more comments