1
0
mirror of https://github.com/beestat/app.git synced 2025-07-07 18:24:28 -04:00

561 Commits

Author SHA1 Message Date
Jon Ziebell
0bed3a39c5 Removed leading hours in TTT if it's 0 2021-02-20 22:17:59 -05:00
Jon Ziebell
4bdb0d5c22 Simplified beestat.thermostat.get_color
It now uses the running_equipment listing and get_operating_mode function. Easy.
2021-02-20 22:14:52 -05:00
Jon Ziebell
93ea2642c8 Mostly migrated from heat_auxiliary to auxiliary_heat naming convention for #331 2021-02-20 21:57:27 -05:00
Jon Ziebell
c8f4a55873 Time to temperature for Patrons 2021-02-20 21:47:10 -05:00
Jon Ziebell
5fffa7686a Mostly migrated from heat_auxiliary to auxiliary_heat naming convention for #331 2021-02-20 21:43:51 -05:00
Jon Ziebell
808fc3580f Fixed a few places where temperature was stored wrong for #183 2021-02-20 21:41:25 -05:00
Jon Ziebell
1547c00363 Fixed #327 - Temperature profiles extremely vulnerable to outliers
Added debug output to profile generation and removed outliers from temperature profiles
2021-02-17 21:25:24 -05:00
Jon Ziebell
93abd4e92a Moved standard_deviation function to global scope 2021-02-17 21:18:25 -05:00
Jon Ziebell
a62840585e Fixed #321 - Thermostat Detail chart doesn't load until after refresh 2021-02-11 10:08:32 -05:00
Jon Ziebell
bf0ba3acc4 Added running equipment to thermostat table 2021-02-10 21:43:41 -05:00
Jon Ziebell
61ca26f054 Removed reference to ecobee_thermostat from load
Properly doing it for not compressor and not geothermal this time.
2021-02-10 21:42:56 -05:00
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