Description Usage Arguments Examples
View source: R/change_setpoint_schedules.R
Replaces schedule columns with calculated values
1 2 | change_setpoint_schedules(anamoly_changepoint = 70, max_drop = 20,
cooling_setpoint = 24, heating_set_delta = 2)
|
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 |
1 | change_setpoint_schedules(anamoly_changepoint = 69, max_drop = 25, cooling_setpoint = 29, heating_set_delta = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.