Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

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 I 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!

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 I 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!