1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

435 Commits

Author SHA1 Message Date
Jon Ziebell
b3fa9b8f9d Fixed #318 - Metrics / Profiles sometimes use data from the wrong thermostat 2021-02-02 18:35:58 -05:00
Jon Ziebell
62a09191c1 Prevented text selection on Metric charts
https://community.beestat.io/t/block-text-selection-for-graphs-on-mobile-site/394
2021-01-30 21:34:41 -05:00
Jon Ziebell
fc41e7c2fc Added API call for cron job to be able to generate thermostat profiles weekly 2021-01-29 20:55:26 -05:00
Jon Ziebell
9ef6773440 Updated Material Icon font URL to new version to force re-download 2021-01-29 20:31:49 -05:00
Jon Ziebell
31aabe5c68 Removed maintenance notification 2021-01-29 20:14:57 -05:00
Jon Ziebell
c6212b10fe Adding maintenance notification. 2021-01-29 19:01:33 -05:00
Jon Ziebell
6d9a8fea4b Updated tooltip to stay out of the way
https://community.beestat.io/t/add-hysteresis-to-tooltip-position/218/
2021-01-27 22:22:02 -05:00
Jon Ziebell
15724bc78d Fixed #315 - Patreon linking hits rate limit
Had an extra rerender() in there.
2021-01-27 21:09:34 -05:00
Jon Ziebell
2155015bb6 Fixed #295 - If there are no announcements, clicking the announcements button breaks 2021-01-27 21:01:10 -05:00
Jon Ziebell
8087410436 Merge remote-tracking branch 'origin/master' 2021-01-27 20:50:21 -05:00
Jon Ziebell
6d7b4ff3f5 Metrics
There's no description for a commit with changes to 65 files.
2021-01-27 20:49:27 -05:00
Jon Ziebell
7d790bcf95
Update FUNDING.yml 2021-01-26 13:59:30 -05:00
Jon Ziebell
d9fd07618a Added documentation to cache 2021-01-23 13:46:21 -05:00
Jon Ziebell
206af04d46 Added currently-unused requestor class
This was an attempt to fix another issue but it didn't work. It should be useful later on, though so keeping it around.
2021-01-22 23:00:45 -05:00
Jon Ziebell
38ad5e1a0f Changed page configuration to be detail, analyze, and compare 2021-01-22 22:59:05 -05:00
Jon Ziebell
96403884f7 Changed all timeout calls to explicitly declare window 2021-01-22 22:56:23 -05:00
Jon Ziebell
bd1554687a Updated icon font 2021-01-22 08:42:06 -05:00
Jon Ziebell
f6f544ba35 Moved thermostat system type and stage count logic into dedicated functions 2021-01-22 08:38:48 -05:00
Jon Ziebell
cda8857019 Small documentation fix 2021-01-22 08:33:26 -05:00
Jon Ziebell
d1bc6a40f5 Fixing array_median to return 0 if passed an empty array 2021-01-22 08:33:09 -05:00
Jon Ziebell
53d3e52609 Enabled logging of responses for users with debug enabled 2021-01-22 08:31:45 -05:00
Jon Ziebell
2a91f0c16b Updated icon font 2021-01-22 08:29:16 -05:00
Jon Ziebell
50828de161 Removed dead code from modal 2021-01-22 08:27:57 -05:00
Jon Ziebell
1ba9118798 Removed unnecessary rerender_on_breakpoint_ declarations 2021-01-22 08:27:33 -05:00
Jon Ziebell
53bdc87003 Fixed #303 - Missing apple-touch-icon 2021-01-22 08:20:06 -05:00
Jon Ziebell
876aa63085
Update README.md 2021-01-21 20:37:17 -05:00
Jon Ziebell
8cad6fd253 Update issue templates 2021-01-21 10:40:41 -05:00
Jon Ziebell
274d5f9afb Update issue templates 2021-01-21 10:20:04 -05:00
Jon Ziebell
265d85a57b Update issue templates 2021-01-21 10:16:49 -05:00
Jon Ziebell
e68f81699c Update issue templates 2021-01-21 10:15:17 -05:00
Jon Ziebell
04f28deb1d
Create FUNDING.yml 2021-01-21 10:10:25 -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
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
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