change_setpoint_schedules: Change Setpoint Schedules

Description Usage Arguments Examples

View source: R/change_setpoint_schedules.R

Description

Replaces schedule columns with calculated values

Usage

1
2
change_setpoint_schedules(anamoly_changepoint = 70, max_drop = 20,
  cooling_setpoint = 24, heating_set_delta = 2)

Arguments

anamoly_changepoint

The temperature in F at which power consumption accelerates

max_drop

The maximum we want the setpoint to drop

cooling_setpoint

The unadjusted thermostat cooling setpoint in C

heating_set_delta

How nuch lower than the cooling setpoint we want the heating setpoint to be in C

Examples

1
change_setpoint_schedules(anamoly_changepoint = 69, max_drop = 25, cooling_setpoint = 29, heating_set_delta = 10)

07engineer/residential_loadshapes documentation built on May 20, 2019, 5:45 p.m.