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
8c402a54c8
Fixed #288 - Comparisons page does not load at all if address lookup failed.
2020-06-23 22:43:56 -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
53272ec5b0
Fixed #272 - Thermostat Detail stuck in the past
2020-06-22 21:04:59 -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
8ee82d4bd0
Hiding card menus for #261
2020-03-03 20:56:55 -05:00
Jon Ziebell
95c9281ace
Fixed #261 - Charts error on hover if they have no data
...
Now attempting to properly account for this situation.
2020-03-03 20:47:45 -05:00
Jon Ziebell
f1283c3191
Adding new community link to footer
2020-03-03 20:44:23 -05:00
Jon Ziebell
acf4db5768
#261 - Thermostat Detail
2020-03-02 20:44:15 -05:00
Jon Ziebell
8b57cfc227
Enabled metrics and new profiles for early access
2020-02-28 05:29:24 -05:00
Jon Ziebell
2efcb60fcc
Fixed #254 - Smoothed data often terribly misrepresents real data
...
Smoothing is now automatically done for outdoor temperature and humidity. Removed smoothing option; disabled by default for all indoor series.
2020-02-22 14:39:24 -05:00
Jon Ziebell
f2acdb0924
Fixed #244 - Crosshair is not always displayed
2020-02-18 22:08:40 -05:00
Jon Ziebell
aca4c69720
Fixed #241 - Thermostat Detail zoom gets out of sync when humidity is enabled
2020-02-15 21:45:17 -05:00
Jon Ziebell
32dd941b22
Fixed #237 - Thermostat Summary missing Outdoor Temp
2020-02-11 20:43:20 -05:00
Jon Ziebell
36c24ffa92
Sensor Data 🤞
...
Finished outstanding features, fixed lots of bugs, enabled for the general population. #17
2020-02-08 14:18:09 -05:00
Jon Ziebell
a6eb76b16d
Made documentation URLs more robust
2020-02-08 14:09:32 -05:00
Jon Ziebell
131fee9442
Resolved issues with down notification.
2020-01-31 20:00:01 -05:00
Jon Ziebell
cc71ede3b8
Fixed Runtime Detail tooltips showing wrong Celsius values
...
Caused by #206 ; Forgot to do a convert on the new values.
2020-01-29 08:32:40 -05:00
Jon Ziebell
334e9be9a3
Fixed #227 - Accessory runtime sometimes showing runtime for entire chart instead of just block
...
accessory_type was "off" because that code was running after the accessory was off.
2020-01-29 08:29:39 -05:00
Jon Ziebell
707954a620
Fixed #206 - Tooltips should show actual, not smoothed data
2020-01-23 21:22:04 -05:00
Jon Ziebell
8d6ed9dba5
Fixed #226 - Sometimes switching thermostats errors
...
The API call to thermostat.read_id in runtime detail was not excluding inactive thermostats. That messed up the cache, which caused an inactive thermostat to try and display in the thermostat switcher.
2020-01-22 08:19:24 -05:00
Jon Ziebell
6e9a67c987
Fixed ability to hide Patreon banner for 1 month.
2020-01-21 21:55:03 -05:00
Jon Ziebell
05b24f858e
Fixed #208 - Can't link Patreon account if you've closed the banner.
...
For good this time.
2020-01-21 21:48:41 -05:00
Jon Ziebell
974d847707
Sensor data is now live for $5 Patrons
2020-01-16 20:01:40 -05:00
Jon Ziebell
59199163ca
A number of improvements and bug fixes to Runtime Sensor Detail
2020-01-16 18:55:50 -05:00
Jon Ziebell
a85b1a3187
Decreased smoothing on Thermostat Runtime Detail
2020-01-16 18:54:40 -05:00
Jon Ziebell
5c64575910
No longer returning unsupported sensors from the API
2020-01-16 18:53:34 -05:00
Jon Ziebell
07ee100ba5
Added help link to footer.
2020-01-15 18:15:38 -05:00
Jon Ziebell
24020e300f
A bunch of changes in preparation for sensor data.
...
The big stuff is done; sending this live to identify any issues early.
2020-01-12 21:27:30 -05:00
Jon Ziebell
b2239e4bbb
Closed #214 - Show last updated date on temperature profiles
2020-01-08 18:56:29 -05:00
Jon Ziebell
679dd6e457
Closed #209 - Update help modals to point to documentation
2019-12-31 12:26:36 -05:00
Jon Ziebell
edb55c8e2a
Fixed #208 - Can't link Patreon account if you've closed the banner.
...
Made it possible from the beestat menu; also added a link to the support page on the documentation and reworded some stuff.
2019-12-31 08:23:12 -05:00
Jon Ziebell
58a22f009b
Fixed #196 - Runtime Detail is showing °F data even though the units show °C
...
Forgot to account for this on all of the series.
2019-12-17 06:33:51 -05:00
Jon Ziebell
f0a8f24b59
Fixed #195 - Runtime Detail gets stuck when end date range is today
2019-12-16 22:27:00 -05:00
Jon Ziebell
7adfcb4b34
Fixed #164 - Convert recent activity to chart2
...
Also: Fixed #177 , Fixed #91 , Fixed #86 , Fixed #40 . Big changes.
2019-12-16 21:34:01 -05:00
Jon Ziebell
082481a244
Fixed #189 - Accessory data not showing up on Recent Activity
...
When I updated to 1.4 I made a change to prevent this chart from breaking since the normal accessory columns went missing. Forgot to fix it.
2019-11-18 15:05:39 -05:00
Jon Ziebell
28b0d9dbd8
Fixed #176 - Cannot download temperature profiles chart
...
Forgot to update this one line of code when migrating to chart2.
2019-10-29 20:39:16 -04:00
Jon Ziebell
eaee95736d
Fixed #157 - Re-evaluate converged columns
...
Removed "json_" prefixes from all columns and converted columns to actual JSON types. Also removed all converged columns and converted contents to regular columns.
2019-10-28 21:18:43 -04:00
Jon Ziebell
43e547198b
Fixed #165 - Convert Temperature Profiles to chart2
...
Also fixed #173 - Runtime Summary - No title/subtitle or filename on export.
2019-10-24 21:41:19 -04:00
Jon Ziebell
9992abc592
Updated thermostat weather to return values in tenths.
2019-10-24 21:35:40 -04:00
Jon Ziebell
f61b85e646
Fixed #170 - Remove event listeners from temperature profile score cards
...
Also did some massive cleanup on the home comparisons layer and associated components.
2019-10-23 15:25:03 -04:00
Jon Ziebell
f141234b24
Fixed #159 - Current month is missing from Runtime Summary
...
Needed to move end moment for bucket calculation.
2019-10-20 14:29:36 -04:00
Jon Ziebell
e6600fecac
Fixed #158 - Runtime Summary - Temperature units are correct but values are in °F
...
Forgot about temperature extremes.
2019-10-20 13:53:36 -04:00
Jon Ziebell
382e899a33
Fixed #158 - Runtime Summary - Temperature units are correct but values are in °F
...
Forgot to convert that value to °C for my Metric friends.
2019-10-20 13:41:47 -04:00
Jon Ziebell
47bcf5d45b
Most of the changes for 1.4
2019-10-16 20:46:41 -04:00
Jon Ziebell
c014f6c152
Completed #148 . Technical debt reduced just a little bit.
2019-08-11 15:12:35 -04:00
Jon Ziebell
b816715612
Fixed outdoor temperature on system card cutting off instead of rounding
2019-07-27 07:31:32 -04:00
Jon Ziebell
260d29e3f6
Completed #141 - Display current outdoor weather
...
Current weather is now displayed on the System card and available in detail in a modal.
2019-07-26 19:32:15 -04:00
Jon Ziebell
81928fbf0c
Resolved some lint errors
2019-07-25 22:39:06 -04:00