1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

51 Commits

Author SHA1 Message Date
Jon Ziebell
0b5f1e13b8 Fixed a new daylight savings sync issue 2024-08-27 22:23:45 -04:00
Jon Ziebell
de225617c9 Stopped assuming fan when accessory is running; trusting ecobee's fan reporting instead 2024-08-18 13:07:53 -04:00
Jon Ziebell
6ff877fcc1 Fixed #411 - Data download includes old sensors 2024-06-04 19:26:49 -04:00
Jon Ziebell
7c23a14247 Further corrected issue where missing outdoor weather breaks sync
See 4b61e50906dccf09a131d3c93222407d00556abe
2023-08-30 22:34:24 -04:00
Jon Ziebell
4b61e50906 Missing weather data no longer prevents data from syncing. 2023-07-25 06:31:25 -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
365aa75347 Added air quality to export 2023-05-26 07:36:31 -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
dd0ddd4452 Fixed #384 - Out of range value for column 'outdoor_temperature' 2023-01-24 17:26:08 -05:00
Jon Ziebell
d7146e23ab Minor changes for PHP8 2023-01-21 22:01:08 -05:00
Jon Ziebell
eddf22800a Fixed comfort profile showing up as other due to 64439f2756ef57e6ffacd62ed0699d43c96f332d 2023-01-13 13:29:50 -05:00
Jon Ziebell
0b12aed7d6 Fixed #336 - Downloaded data does not convert to °C 2023-01-12 20:59:54 -05:00
Jon Ziebell
64439f2756 PHP 8 bugfix 2023-01-12 20:39:43 -05:00
Jon Ziebell
3022f25631 Reduced the number of columns returned from sensor sync 2022-10-18 09:14:12 -04:00
Jon Ziebell
8f90bd154b Fixed minor sync issue when merging thermostats 2022-09-30 12:30:49 -04:00
Jon Ziebell
de19cd53cc Fixed minor sync issue when merging thermostats 2022-09-26 22:32:23 -04:00
Jon Ziebell
81d1186d4c Quick fix for IAQ/VOC readings going outside of acceptable range. 2022-06-20 21:43:01 -04:00
Jon Ziebell
2da6822ce2 Added air quality for Patrons 2022-06-18 23:41:32 -04:00
Jon Ziebell
bcb59df01d Added rudimentary support for legacy monitor and control sensors (temperature only) 2021-12-14 23:00:43 -05:00
Jon Ziebell
584dd30eb5 Allowed quicker syncing and showing of more recent data synced from ecobee 2021-06-14 21:44:04 -04:00
Jon Ziebell
d5696ba37f Fixed #332 - Sync fails if one of the sync times is during non-existent time 2021-03-15 09:19:28 -04:00
Jon Ziebell
01656e2cff Slight performance improvement for syncing.
Most effective when it's at least a week behind.
2021-02-26 22:04:12 -05:00
Jon Ziebell
1c65cd6fcf Increased speed of runtime_thermostat_summary population 2021-02-24 19:30:42 -05:00
Jon Ziebell
bea4afced0 Made some date conversion functions a bit more generic. 2020-10-05 21:11:13 -04:00
Jon Ziebell
9e621fb335 Fixed #301 - Downloading data doesn't show header on first line sometimes 2020-10-05 21:10:17 -04:00
Jon Ziebell
ad589f8641 Fixed #293 - Undefined index: zoneHeatTemp
Fixed API-2S
2020-07-17 14:31:22 -04:00
Jon Ziebell
1f0d6e267b Fixed #287 - Sync fails if first chunk of data has no viable rows 2020-06-23 22:30:05 -04:00
Jon Ziebell
88108cf93f Fixed #280 - Sometimes ecobee reports auxHeat2 > auxHeat1 2020-06-17 07:46:31 -04:00
Jon Ziebell
bb2e0c21b9 Fixed #275 - Add sensor data to CSV 2020-06-09 21:27:53 -04:00
Jon Ziebell
117bfe5d30 Fixed #278 - Improve column names for CSV export 2020-06-09 21:27:32 -04:00
Jon Ziebell
b422bd9522 Fixed downloads and patreon connections not working 2020-03-16 20:57:17 -04:00
Jon Ziebell
adfd70c13a Fixed #247 - Primary thermostat missing on Sensor Detail 2020-02-18 18:54:50 -05:00
Jon Ziebell
5f2efbc7ba Fixed #245 - Sensor data is thrown away if any sensor in the set has missing data 2020-02-17 23:21:52 -05:00
Jon Ziebell
ac121dcb74 Fixed #233 - Sync can sometimes miss data
Again.
2020-02-13 07:10:41 -05:00
Jon Ziebell
6b9241d0c7 Fixed #239 Historical runtime fails to sync when it reaches point where ecobee has deleted data 2020-02-11 20:45:27 -05:00
Jon Ziebell
132eb46404 Fixed #233 - Sync can sometimes miss data
Now populating data_begin and data_end. Will use these more in the GUI for form validation.
2020-02-09 21:22:54 -05:00
Jon Ziebell
882dec840e Don't store sensor data if temperature/occupancy are null 2020-02-08 11:21:31 -05:00
Jon Ziebell
316e06fe21 Fixed issue where runtime->sync() ran without updating sync status.
Happened for users who were connected but had no active thermostats.
2020-02-03 20:17:58 -05:00
Jon Ziebell
a6564305b0 Fixed #229 and #90.
Loading now doesn't break if the sync fails, and as a bonus that made it trivial to display whether or not ecobee is down.
2020-01-29 22:39:05 -05:00
Jon Ziebell
5cb676970c Significantly improved data downloading. 2020-01-28 18:39:07 -05:00
Jon Ziebell
c6bc75d0ac Fixed issue with syncing sensor data. 2020-01-21 22:16:42 -05:00
Jon Ziebell
5cdff77268 Fixed #224 - Exception: Processing error. Start date is before end date.
I never noticed this before because I was syncing very frequently. Now that I'm syncing once per week I started to see this.
2020-01-20 21:40:06 -05:00
Jon Ziebell
a7b4c1a55e Fixed sensor runtime doing way too many queries 2020-01-15 18:17:24 -05:00
Jon Ziebell
a05b2aac60 Fixed #222 - Data download skips a chunk of data every 7 days 2020-01-15 18:16:29 -05:00
Jon Ziebell
1250f63875 Fixing sensors failing to sync if identifiers are in a different format 2020-01-15 08:17:04 -05:00
Jon Ziebell
2e982faba1 Fixed sync failing for users with no sensors. 2020-01-14 21:21:03 -05:00
Jon Ziebell
fea2fcd91a Turning on sensor data syncing 2020-01-12 21:54:23 -05:00