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:
parent
1d0f7218bd
commit
43897ba5b3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user