1
0
mirror of https://github.com/beestat/app.git synced 2025-11-22 14:33:21 -05:00

10 Commits

Author SHA1 Message Date
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