Not found in schedule library

Hi,

I have loaded all the schedules/construction sets required for the simulation in the following folders:

C:\Users\Gebruiker\ladybug_tools\resources\standards\honeybee_standards\schedules
C:\Users\Gebruiker\ladybug_tools\resources\standards\honeybee_standards\constructionsets

However, when I try to run the simulation the following error appears:

Error for schedules:
Runtime error (ValueErrorException): “Hospital_light” was not found in the schedule library.

Traceback:
line 41, in schedule_by_identifier, “C:\Program Files\ladybug_tools\python\Lib\site-packages\honeybee_energy\lib\schedules.py”
line 100, in schedule_object, “”
line 162, in script

Error for Construction sets:
Runtime error (ValueErrorException): “BB_Heavy” was not found in the construction set library.

Traceback:
line 32, in construction_set_by_identifier, “C:\Program Files\ladybug_tools\python\Lib\site-packages\honeybee_energy\lib\constructionsets.py”
line 137, in script

Any thoughts on the issue?

-Prethvi

Hey @Prethvi ,

The location of user standards (custom schedules, constructions, etc.) have been moved in the latest version of the plugin (LBT 1.5). They now live in:

C:\Users\[USERNAME]\AppData\Roaming\ladybug_tools\standards

So just put your schedules in there and they should be loaded when you start Rhino/Grasshopper.

FYI, we moved the user resources here so that your custom schedules and constructions are not uninstalled whenever you uninstall or update Ladybug Tools.

1 Like