apoerschke

Results 4 comments of apoerschke

Here is guidance from ecobee on how their thermostat handles temperature offset and runtime strip heat operation. [https://support.ecobee.com/s/articles/Threshold-settings-for-ecobee-thermostats](url)

I was seeing abnormal behavior during low temps / HP lockout where the ER setpoint was immediatly met. ![image](https://github.com/NREL/OCHRE/assets/45573358/48a659b9-f184-44b5-834a-1ee777f66c74) I've added logic to recognize when the HP is locked out...

Here are some notes from a recent batch of simulations. I was simulating ~350 homes with a few different parameters for a total of 1700 simulations. 2 minute timesteps and...

Here are the functions I was using to handle the multiprocessing. Could be useful to anyone else doing large batches of simulations. ```python import multiprocessing as mp import datetime as...