1
0
mirror of https://github.com/beestat/app.git synced 2026-05-13 10:52:29 -04:00
Commit Graph

17 Commits

Author SHA1 Message Date
Jon Ziebell 9b40c81b85 Fixed degree days off by a factor of 10 2023-11-21 22:56:56 -05:00
Jon Ziebell 5dd2e0ed37 Allowed outdoor temperature/humidity to be null in runtime_thermostat_summary
Since runtime_thermostat is now allowing null values for these fields, the summary table also has to allow null values for when there is no weather data for the entire time period.
2023-09-06 22:35:11 -04:00
Jon Ziebell 18baf97814 Added calculation for HDD and CDD to runtime_thermostat_summary 2023-08-29 22:23:15 -04:00
Jon Ziebell 5414f3b0cc Fixed bug where heating and cooling degree days need default value 2023-08-28 06:46:23 -04:00
Jon Ziebell 181bc3e0b1 Temporarily removing degree days from runtime summary for an alter
Replacing sum_degree_days with sum_heating_degree_days and sum_cooling_degree_days
2023-08-27 19:21:09 -04:00
Jon Ziebell 267dbe7ea8 Added degree days to the runtime_thermostat_summary table. 2023-08-16 20:48:36 -04:00
Jon Ziebell 4b61e50906 Missing weather data no longer prevents data from syncing. 2023-07-25 06:31:25 -04:00
Jon Ziebell a524a92003 Minor changes for PHP8 2023-01-29 07:04:10 -05:00
Jon Ziebell 720181c777 Minor changes for PHP8 2023-01-22 09:00:00 -05:00
Jon Ziebell bded3a278b Updated a few things to support merged thermostats. 2022-06-24 12:41:14 -04:00
Jon Ziebell c970cc85c9 Exposed runtime_thermostat_summary->populate 2022-06-23 21:55:10 -04:00
Jon Ziebell 3d01fd08b5 Exposed runtime_thermostat_summary->populate
Will be used for manually populating/repopulating when making manual changes to runtime data.
2022-06-23 21:50:13 -04:00
Jon Ziebell 1c65cd6fcf Increased speed of runtime_thermostat_summary population 2021-02-24 19:30:42 -05:00
Jon Ziebell c40c43c16f Fixed #298 - Support arbitrary date strings in runtime_thermostat_summary API call 2020-10-05 21:11:46 -04:00
Jon Ziebell 94ae162c6c Fixed #186 - Fan and accessory runtime is not populating properly in summary tables
Forgot the fan.
2019-11-14 21:44:15 -05:00
Jon Ziebell a8f022cbb8 Fixed #186 - Fan and accessory runtime is not populating properly in summary tables
Forgot to update this query to use the new "sum_" prefixed column names.
2019-11-14 21:34:45 -05:00
Jon Ziebell 47bcf5d45b Most of the changes for 1.4 2019-10-16 20:46:41 -04:00