schedule

honeybee-radiance-postprocess schedule

Commands to create schedules for Radiance results.

honeybee-radiance-postprocess schedule [OPTIONS] COMMAND [ARGS]...

control-schedules

Generate electric lighting schedules from annual daylight results.

Args:
folder: Results folder. This folder is an output folder of annual daylight
recipe. Folder should include grids_info.json and sun-up-hours.txt. The
command uses the list in grids_info.json to find the result files for each
sensor grid.
honeybee-radiance-postprocess schedule control-schedules [OPTIONS] FOLDER

Options

-bs, --base-schedule-file <base_schedule_file>

Path to a schedule file. A list of 8760 fractional values for the lighting schedule representing the usage of lights without any daylight controls. The values of this schedule will be multiplied by the hourly dimming fraction to yield the output lighting schedules. If None, a schedule from 9AM to 5PM on weekdays will be used.

-st, --states <states>

A JSON file with a dictionary of states. If states are not provided the default states will be used for any aperture groups.

-gf, --grids-filter <grids_filter>

A pattern to filter the grids.

Default

*

--ill-setpoint <ill_setpoint>

A number for the illuminance setpoint in lux beyond which electric lights are dimmed if there is sufficient daylight.

Default

300

--min-power-in <min_power_in>

A number between 0 and 1 for the the lowest power the lighting system can dim down to, expressed as a fraction of maximum input power.

Default

0.3

--min-light-out <min_light_out>

A number between 0 and 1 the lowest lighting output the lighting system can dim down to, expressed as a fraction of maximum light output. Note that setting this to 1 means lights are not dimmed at all until the illuminance setpoint is reached.

Default

0.2

--off-at-min

Boolean to note whether lights should switch off completely when they get to the minimum power input.

-sf, --sub-folder <sub_folder>

Optional relative path for subfolder to write output schedule files.

Arguments

FOLDER

Required argument