1
0
mirror of https://github.com/beestat/app.git synced 2025-11-14 02:26:51 -05:00

15 Commits

Author SHA1 Message Date
Jon Ziebell
7d246cc6f8 Fixed API-2B 2020-06-23 21:27:32 -04:00
Jon Ziebell
ddb43c773c Fixed #281 - Comparisons fail after 5 second timeout
This is a bit of a hack but this code is going to go away soon so it's OK.
2020-06-17 09:34:48 -04:00
Jon Ziebell
e2a21f67b0 Temporarily cutting down the chunking on thermostat_group to save memory. 2020-03-04 20:09:13 -05:00
Jon Ziebell
0e495ac134 Temporarily cutting down the chunking on thermostat_group to save memory. 2020-03-04 20:05:34 -05:00
Jon Ziebell
8b57cfc227 Enabled metrics and new profiles for early access 2020-02-28 05:29:24 -05:00
Jon Ziebell
154af5d89f Updated profile generation; added some metrics. 2020-02-27 20:09:11 -05:00
Jon Ziebell
a210487ca6 Fixed metrics using old array if not available 2020-02-27 12:05:16 -05:00
Jon Ziebell
35b80df0a2 Fixed profiles not generating if a group has no thermostats 2020-02-27 09:49:22 -05:00
Jon Ziebell
762cbf2084 Added new thermostat_group profiles to the background sync. 2020-02-27 07:56:35 -05:00
Jon Ziebell
e5b1f5538f Fixed #212 - Server running out of memory when doing global/all comparisons
Added chunking to the thermostat group select to reduce memory usage.
2020-01-08 20:43:05 -05:00
Jon Ziebell
fed0ff43d6 Fixed #197 - Thermostat groups can sometimes get null or invalid data 2019-12-17 07:08:28 -05:00
Jon Ziebell
eaee95736d Fixed #157 - Re-evaluate converged columns
Removed "json_" prefixes from all columns and converted columns to actual JSON types. Also removed all converged columns and converted contents to regular columns.
2019-10-28 21:18:43 -04:00
Jon Ziebell
43e547198b Fixed #165 - Convert Temperature Profiles to chart2
Also fixed #173 - Runtime Summary - No title/subtitle or filename on export.
2019-10-24 21:41:19 -04:00
Jon Ziebell
431df7e932 Fixed #128 Division by zero error when generating temperature profiles
Was not excluding inactive thermostats which caused a count to be 0 which caused a number to be divided by 0.
2019-06-17 22:48:45 -04:00
Jon Ziebell
1c79d3a773 Beestat is now open source 2019-05-22 21:22:24 -04:00