Jon Ziebell
|
8d513331dc
|
Fixed an issue where thermostats were not inactivating if none were found.
|
2023-08-23 22:18:19 -04:00 |
|
Jon Ziebell
|
479c76be56
|
Added support for docked tooltips.
|
2023-08-18 09:29:42 -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
|
6b3e7158ef
|
Updated SQL for #365
|
2023-07-24 07:08:44 -04:00 |
|
Jon Ziebell
|
c579cc9a38
|
Fixed #365 - IAQ values above 255 don't get stored
Also did database alter and copy to new table.
|
2023-07-02 06:55:17 -04:00 |
|
Jon Ziebell
|
90271706ee
|
Fixed #397 - CSV downloaded data unusable due to data misalignment: some rows missing TVOC and CO2 cells shifting rightward cells to the left
|
2023-06-23 06:32:05 -04:00 |
|
Jon Ziebell
|
6ebe758561
|
Fixed #398 - downloaded data - unable to distinguish between occupancy of null vs. occupancy of zero
|
2023-06-11 17:35:48 -04:00 |
|
Jon Ziebell
|
8aa608c86a
|
Fixed auxiliary heat 1 and 2 metrics
|
2023-06-02 13:31:14 -04:00 |
|
Jon Ziebell
|
365aa75347
|
Added air quality to export
|
2023-05-26 07:36:31 -04:00 |
|
Jon Ziebell
|
172bde425d
|
Added metrics for Aux Heat 1 and 2
|
2023-05-26 06:39:23 -04:00 |
|
Jon Ziebell
|
c5c53c33b4
|
Improved some exception handling.
|
2023-05-12 07:46:29 -04:00 |
|
Jon Ziebell
|
18429dd8ac
|
Fixed #394 - Error in query (1062): Duplicate entry ...
|
2023-05-12 07:45:39 -04:00 |
|
Jon Ziebell
|
efbf04d3d4
|
Improved error handling for when no thermostats are found.
|
2023-04-13 22:41:27 -04:00 |
|
Jon Ziebell
|
8c82cc7e54
|
Updated example settings to set generally unused things to null for #391
|
2023-04-01 08:32:31 -04:00 |
|
Jon Ziebell
|
714acbaa8b
|
Checking for Smarty credentials before sending API call for #391
|
2023-04-01 08:30:19 -04:00 |
|
Jon Ziebell
|
b9b39495a5
|
Debug/fix for #387
|
2023-02-06 06:38:11 -05:00 |
|
Jon Ziebell
|
263a54960d
|
Minor text fixes
|
2023-02-05 06:40:17 -05:00 |
|
Jon Ziebell
|
a524a92003
|
Minor changes for PHP8
|
2023-01-29 07:04:10 -05:00 |
|
Jon Ziebell
|
887f252e2b
|
Added "More Info" temperature profiles modal with trendline formulas
Fixed for °C Hope all you Canadians and Australians are happy now.
|
2023-01-28 08:05:19 -05:00 |
|
Jon Ziebell
|
b47debf3cc
|
Added "More Info" temperature profiles modal with trendline formulas
|
2023-01-27 09:38:04 -05:00 |
|
Jon Ziebell
|
75337d4f1f
|
Fixed #325 - Temperature Profiles are blank when there's no data
|
2023-01-27 08:17:07 -05:00 |
|
Jon Ziebell
|
c1d3853d81
|
Fixed #325 - Temperature Profiles are blank when there's no data
|
2023-01-27 08:14:53 -05:00 |
|
Jon Ziebell
|
d5672b380d
|
Removed magic numbers for temperature profile extreme padding
|
2023-01-27 07:59:12 -05:00 |
|
Jon Ziebell
|
cb648389a2
|
Fixed #289 - Plotline for current outdoor temperature on Temperature Profiles can go off the chart
|
2023-01-27 07:30:24 -05:00 |
|
Jon Ziebell
|
e9e1ea1b9b
|
Extended temperature profile lines
|
2023-01-27 06:35:52 -05:00 |
|
Jon Ziebell
|
618435f108
|
Revert Revert "Fixed #385 - Thermosat Summary sync progress gets stuck if less than one day of history"
|
2023-01-26 20:31:46 -05:00 |
|
Jon Ziebell
|
938b024f36
|
Revert "Fixed #385 - Thermosat Summary sync progress gets stuck if less than one day of history"
This reverts commit b7535a2959710af825d8479c9f33cdbd36db4b45.
|
2023-01-26 19:40:51 -05:00 |
|
Jon Ziebell
|
b7535a2959
|
Fixed #385 - Thermosat Summary sync progress gets stuck if less than one day of history
|
2023-01-26 19:38:00 -05:00 |
|
Jon Ziebell
|
747430a4dc
|
Removed hardcoded beestat API key (redux)
|
2023-01-25 08:31:41 -05:00 |
|
Jon Ziebell
|
1c94dc8f09
|
Fixed #341 - Beestat Stays Signed-In to Previous Account
|
2023-01-24 19:20:21 -05:00 |
|
Jon Ziebell
|
dff338b580
|
Fixed #373 - beestat loads for home owner but not member
|
2023-01-24 17:44:13 -05:00 |
|
Jon Ziebell
|
dd0ddd4452
|
Fixed #384 - Out of range value for column 'outdoor_temperature'
|
2023-01-24 17:26:08 -05:00 |
|
Jon Ziebell
|
9729bc8cd0
|
Fixed #383 - Visualize shows distance and area as "undefined/NaN"
|
2023-01-24 16:55:44 -05:00 |
|
Jon Ziebell
|
b739ea15b2
|
Minor changes for PHP8
|
2023-01-22 13:47:53 -05:00 |
|
Jon Ziebell
|
b00d46d238
|
Minor changes for PHP8
|
2023-01-22 10:12:09 -05:00 |
|
Jon Ziebell
|
06f907bade
|
Minor changes for PHP8
|
2023-01-22 09:01:33 -05:00 |
|
Jon Ziebell
|
720181c777
|
Minor changes for PHP8
|
2023-01-22 09:00:00 -05:00 |
|
Jon Ziebell
|
06e8e5acdd
|
Minor changes for PHP8
|
2023-01-22 08:46:25 -05:00 |
|
Jon Ziebell
|
69a5ce89de
|
Minor changes for PHP8
|
2023-01-22 07:20:55 -05:00 |
|
Jon Ziebell
|
65f88a6624
|
Removed extra closing brace in settings example
|
2023-01-21 23:15:23 -05:00 |
|
Jon Ziebell
|
5ed2424b59
|
Minor changes for PHP8
|
2023-01-21 22:53:55 -05:00 |
|
Jon Ziebell
|
635ec21b44
|
Merge remote-tracking branch 'origin/master'
|
2023-01-21 22:01:16 -05:00 |
|
Jon Ziebell
|
d7146e23ab
|
Minor changes for PHP8
|
2023-01-21 22:01:08 -05:00 |
|
Jon Ziebell
|
496c084ab2
|
Update CONTRIBUTING.md
|
2023-01-18 21:33:53 -05:00 |
|
Jon Ziebell
|
6fe972fbf0
|
Update README.md
|
2023-01-18 21:31:44 -05:00 |
|
Jon Ziebell
|
5942b04ca9
|
Fixed #381 - [Suggestion] Add Contributing guidelines
|
2023-01-18 21:29:43 -05:00 |
|
Jon Ziebell
|
6158e2c19e
|
Removed hardcoded beestat API key
|
2023-01-18 21:22:12 -05:00 |
|
Jon Ziebell
|
d4350d8a90
|
Removed some deprecated public website files
|
2023-01-18 21:15:02 -05:00 |
|
Jon Ziebell
|
357ec5b35a
|
Updated settings example
|
2023-01-18 06:37:57 -05:00 |
|