1
0
mirror of https://github.com/beestat/app.git synced 2025-07-07 10:14:44 -04:00

300 Commits

Author SHA1 Message Date
Jon Ziebell
b5f976321b Removed dead references to beestat.cards 2020-07-01 08:13:54 -04:00
Jon Ziebell
78dbaf8c51 Updated eslint 2020-07-01 08:06:49 -04:00
Jon Ziebell
b34d84ee9d Fixed #269 - Authorization Failures
Ecobee also switched me over to the new JWT flow.
2020-07-01 08:06:01 -04:00
Jon Ziebell
70e55a5f3c Reverted change that supposedly fixed runaway API calls.
The fix created another bug: Now the Thermostat Detail chart won't load properly because it's no longer listening for the thermostat to change.
2020-06-25 22:30:39 -04:00
Jon Ziebell
2c3c2a8c22 Removed source map reference from Sentry code 2020-06-25 21:53:26 -04:00
Jon Ziebell
4c771cfac1 Upgrading Sentry 2020-06-25 21:39:29 -04:00
Jon Ziebell
8c402a54c8 Fixed #288 - Comparisons page does not load at all if address lookup failed. 2020-06-23 22:43:56 -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
8caaa185be Switched ecobee class fully over to cora exception handling 2020-06-23 22:14:39 -04:00
Jon Ziebell
7012c34fd7 Fixed database error handling for #286 2020-06-23 21:48:33 -04:00
Jon Ziebell
7d246cc6f8 Fixed API-2B 2020-06-23 21:27:32 -04:00
Jon Ziebell
f47f95b19e Fixed #285 - Subscribing with an email address that is not all lowercase fails.
Fixes API-2D
2020-06-23 21:17:52 -04:00
Jon Ziebell
474f4476fc Cleaned up Sentry reporting a bit.
Sometimes it would get called twice and some variables were being set too late.
2020-06-23 07:48:22 -04:00
Jon Ziebell
2e2de518e5 Turning Sentry back on for the API 2020-06-23 06:58:32 -04:00
Jon Ziebell
65990c05c9 Fixed #284 - Help link doesn't open in new window 2020-06-22 21:55:35 -04:00
Jon Ziebell
014e939547 Fixed #270 - Make Runtime Summary plot scale configurable 2020-06-22 21:27:33 -04:00
Jon Ziebell
53272ec5b0 Fixed #272 - Thermostat Detail stuck in the past 2020-06-22 21:04:59 -04:00
Jon Ziebell
663787f046 Updated eslint config 2020-06-22 21:04:29 -04:00
Jon Ziebell
3946366997 Fixed #270 - Make Runtime Summary plot scale configurable 2020-06-22 21:04:19 -04:00
Jon Ziebell
d0ce15606b Fixed #266 - Migrate from MailChimp to MailGun 2020-06-21 22:10:38 -04:00
Jon Ziebell
f909470b5d Fixed #282 - Pre-screen for bad addresses 2020-06-20 14:49:07 -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
88108cf93f Fixed #280 - Sometimes ecobee reports auxHeat2 > auxHeat1 2020-06-17 07:46:31 -04:00
Jon Ziebell
e3e87de7a1 Forgot an icon for #279 2020-06-09 22:02:54 -04:00
Jon Ziebell
f8a3356cff Fixed #279 - Add manual refresh button to Patreon Status, Fixed #259 - Patreon status can show $NaN 2020-06-09 22:00:04 -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
ac2ae13690 Better handling for ecobee authorization errors 2020-06-09 21:26:31 -04:00
Jon Ziebell
f611cb4174 Disabling verbose logging for ecobee API calls 2020-06-09 21:25:53 -04:00
Jon Ziebell
7f63a4153d Temporarily enabling verbose logging for ecobee API calls 2020-05-29 07:55:20 -04:00
Jon Ziebell
d6e05b7cef Upgraded exception class for ecobee and Patreon tokens 2020-05-29 07:48:42 -04:00
Jon Ziebell
7ffea8ec2d Fixed #273 - Thermostat group temperature profiles overwrite each other
Variable got overwritten with another variable.
2020-05-27 08:27:09 -04:00
Jon Ziebell
4d9e1e660a Made SmartyStreets failures not throw errors for #271
I still need to address the business side of things, though. For now if my subscription runs out or SmartyStreets returns garbage beestat will ignore the error and comparisons just won't work properly. Any issue caused by this will auto-resolve as soon as possible since the API call will retry automatically.
2020-05-19 22:18:04 -04:00
Jon Ziebell
6aeceef172 Fixed #267 - Thermostat Detail never loads if your time zone is too far in the "future" 2020-03-16 22:01:53 -04:00
Jon Ziebell
930fbe1c28 Simplified debug_backtrace
This removed arguments (which could contain sensitive data) and also eliminated resources from the trace which failed to json_encode.
2020-03-16 21:15:04 -04:00
Jon Ziebell
b422bd9522 Fixed downloads and patreon connections not working 2020-03-16 20:57:17 -04:00
Jon Ziebell
6ea48160e9 Renamed api_log2 to api_log 2020-03-15 21:09:46 -04:00
Jon Ziebell
e0f901e968 Fixed API log time 2020-03-15 21:06:19 -04:00
Jon Ziebell
997dd6976e Storing seconds instead of milliseconds in new API log 2020-03-15 20:48:18 -04:00
Jon Ziebell
790aaf354e Fixed #265 - Change logging from push to pull
Deceptively simple commit message. This is a massive change that completely reworks the most fundamental part of the API. Not only does it remove the push logging, it also restructures logging to give better insight into what happens during an API call.
2020-03-15 08:12:28 -04:00
Jon Ziebell
9224d95dc9 Merge remote-tracking branch 'origin/master' 2020-03-06 20:51:51 -05:00
Jon Ziebell
c6c4b66083 Added extra info to Sentry API reporting 2020-03-06 20:51:38 -05:00
Jon Ziebell
d99df4f0f2
Update README.md 2020-03-06 08:44:40 -05:00
Jon Ziebell
ef5ebc248e
Update README.md 2020-03-06 08:44:01 -05:00
Jon Ziebell
b740d75760 Stop sending errors to Sentry for anything except for the regular app API user 2020-03-06 07:56:33 -05:00
Jon Ziebell
e1f55b541f Fixed #263 - Switch from Rollbar to Sentry 2020-03-06 07:49:41 -05:00
Jon Ziebell
092ed81ac9 Fixed #262 - Closing a modal while it's saving and before it's closed errors. 2020-03-04 20:55:11 -05:00
Jon Ziebell
a0b8b45057 Removed metrics API call from non-early-access users 2020-03-04 20:37:44 -05:00
Jon Ziebell
97acf95180 Fixed off by 10x error on new temperature profile 2020-03-04 20:31:40 -05:00
Jon Ziebell
e2a21f67b0 Temporarily cutting down the chunking on thermostat_group to save memory. 2020-03-04 20:09:13 -05:00