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
a062361137 Sorted sensor detail tooltip by temperature descending 2021-03-04 21:24:28 -05:00
Jon Ziebell
f1b472a8da Ignored some random iOS/Safari error so it doesn't fill up the error logs 2021-03-04 21:05:12 -05:00
Jon Ziebell
692ea2b26d Made styling a bit cooler 2021-03-04 20:48:09 -05:00
Jon Ziebell
c8c8a98250 Fixed series naming for single stage 2021-03-04 20:47:12 -05:00
Jon Ziebell
580bbfd93b Removed address from comparison settings 2021-03-04 20:46:22 -05:00
Jon Ziebell
5413d9b9e7 Added title text to icons 2021-03-04 20:45:48 -05:00
Jon Ziebell
ed3811dd9d Fixed TTT breaking if there is no profile available yet 2021-03-04 07:08:07 -05:00
Jon Ziebell
55adb8182f Fixed aux heat showing up funny on TTT 2021-03-04 07:07:40 -05:00
Jon Ziebell
7068a39af7 Fixed profiles failing to heat when no HDD or CDD 2021-03-03 21:18:52 -05:00
Jon Ziebell
6a4955e7c0 Fixed system type changer not labeling detected values 2021-03-03 21:11:06 -05:00
Jon Ziebell
635bb2242b Added more debug info to responses when in dev mode 2021-03-03 20:46:34 -05:00
Jon Ziebell
9bd8f5e2cc Added aux heat to temperature profile generation (API only) 2021-03-03 20:46:12 -05:00
Jon Ziebell
b3d4b11037 Refactored inconsistent naming of heat_auxiliary to auxiliary_heat 2021-03-01 22:38:52 -05:00
Jon Ziebell
159670e08c Fixed ecobee tokens not always deleting when they are revoked. 2021-03-01 22:30:31 -05: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
99bed767b3 Fixed API log no longer logging due to previous commit
089cbb69e3c96e12da04f8db724e70116373ad6d
2021-02-26 18:48:09 -05:00
Jon Ziebell
089cbb69e3 Optimized away a slow query into a transaction. 2021-02-26 14:51:59 -05:00
Jon Ziebell
1c65cd6fcf Increased speed of runtime_thermostat_summary population 2021-02-24 19:30:42 -05:00
Jon Ziebell
458e649cfe Removed debug message 2021-02-22 20:19:37 -05:00
Jon Ziebell
bdcb59a2c4 Optimized metric fetching. 2021-02-22 19:47:46 -05:00
Jon Ziebell
bb93805e20 Optimized get_metrics query a bit
Forced certain where clauses to take advantages of indexes.
2021-02-21 21:42:16 -05:00
Jon Ziebell
e4b241666f Migrating from system_type2 to system_type 2021-02-21 20:32:18 -05:00
Jon Ziebell
6d359de3ca Fixed TTT showing up even if the temperature has already been reached. 2021-02-21 14:14:31 -05:00
Jon Ziebell
62a4d3852e Fixed TTT box showing up when not needed 2021-02-20 22:27:12 -05:00
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