1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Re-enabled daytime profile data use (solar heating)

I figure with ignore_solar_heating = true, the profiles will reflect the night really well, but the day poorly. If ignore_solar_heating = false, it should reflect both day and night about the same and give a better average. Plus more data will be available to the profiles.
This commit is contained in:
Jon Ziebell 2021-02-04 08:36:34 -05:00
parent 1d0f7218bd
commit 43897ba5b3

View File

@ -111,7 +111,7 @@ class profile extends cora\api {
* Attempt to ignore the effects of solar heating by only looking at
* samples when the sun is down.
*/
$ignore_solar_heating = true;
$ignore_solar_heating = false;
// Get some stuff
$thermostat = $this->api('thermostat', 'get', $thermostat_id);