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
6d7b4ff3f5
Metrics
...
There's no description for a commit with changes to 65 files.
2021-01-27 20:49:27 -05:00
Jon Ziebell
96403884f7
Changed all timeout calls to explicitly declare window
2021-01-22 22:56:23 -05: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
53272ec5b0
Fixed #272 - Thermostat Detail stuck in the past
2020-06-22 21:04:59 -04:00
Jon Ziebell
d0ce15606b
Fixed #266 - Migrate from MailChimp to MailGun
2020-06-21 22:10:38 -04: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
acf4db5768
#261 - Thermostat Detail
2020-03-02 20:44:15 -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
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
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
a85b1a3187
Decreased smoothing on Thermostat Runtime Detail
2020-01-16 18:54:40 -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