apoerschke
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.  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...