Applying custom shade schedule

Hello,

I’m trying to apply my own shade schedule (csv file with 1, 0 for on and off) through Window Shade Generator component in Honeybee. I wonder how I can do this… when I plug the location of my shade schedule it says " can’t find it in Honeybee Schedule Library"

Is there any tutorial/discussion regarding how I can properly input the hourly schedule for shade?

Please let me know.

Best,

K.

Kathleen,

The schedule that you input is not being recognized as a CSV schedule.

The component is built to recognize CSV schedules as you can see in this part of the code:

https://github.com/mostaphaRoudsari/honeybee/blob/master/src/Honeyb…

Does your input to the component end with “.csv”?

Thanks for the clarification! I solved the issue.

Thank you!