First time here? Check out the Help page!
1 | initial version |
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!
2 | No.2 Revision |
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!