1
0
mirror of https://github.com/beestat/app.git synced 2025-06-23 15:30:43 -04:00

300 Commits

Author SHA1 Message Date
Jon Ziebell
b51a818476 Fixed #323 - Thermostat & Sensor Detail don't load until thermostat is at least <timezone offset> hours old 2021-02-10 19:54:13 -05:00
Jon Ziebell
bd18e18bfe Fixed #324 - beestat.cache.thermostat gets erased for brand new thermostats when going to the comparisons page 2021-02-10 19:53:55 -05:00
Jon Ziebell
36f4e49d8f Updated logo 2021-02-09 20:40:46 -05:00
Jon Ziebell
4e8506b9cc Rollback of 71dad59 due to bug
Will investigate more and fix later.
2021-02-05 06:52:32 -05:00
Jon Ziebell
43897ba5b3 Re-enabled daytime profile data use (solar heating)
I figure with ignore_solar_heating = true, the profiles will reflect the night really well, but the day poorly. If ignore_solar_heating = false, it should reflect both day and night about the same and give a better average. Plus more data will be available to the profiles.
2021-02-04 08:36:34 -05:00
Jon Ziebell
1d0f7218bd Fixed profiles not generating if you have inactive thermostats
Affects cron job only
2021-02-04 08:34:36 -05:00
Jon Ziebell
7b7a5e9d88 Added stage count to My Home card 2021-02-03 22:49:03 -05:00
Jon Ziebell
324ad07c08 Removed compare notification 2021-02-03 22:48:48 -05:00
Jon Ziebell
ae3a72c791 Fixed #320 - Profiles don't always generate and sometimes break GUI 2021-02-03 22:35:50 -05:00
Jon Ziebell
2ae9a05963 Updated Sentry to latest version 2021-02-03 20:57:57 -05:00
Jon Ziebell
71dad59537 Removed a reference to ecobee_thermostat that was no longer needed 2021-02-02 22:27:39 -05:00
Jon Ziebell
a16edcf1dc Added thermostat name to the document title 2021-02-02 22:14:29 -05:00
Jon Ziebell
8be843de75 Fixed #319 - Heat profile not generating for new users 2021-02-02 21:08:02 -05:00
Jon Ziebell
e3a4e015e3 Fixed #317 - Metric resist balance point is sometimes wrong
Added more precision to profile linear trendline generation.
2021-02-02 19:59:44 -05:00
Jon Ziebell
d5e202c80b Removed remaining references to thermostat_group 2021-02-02 18:39:32 -05:00
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