1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

28 Commits

Author SHA1 Message Date
Jon Ziebell
5e2a30989a Fixed Thermostat/Sensor Detail charts not having Download Chart and Reset Zoom buttons always 2023-10-18 21:28:04 -04:00
Jon Ziebell
98e3c9f20d Fixed Thermostat Detail sometimes getting stuck at "Syncing" 2023-10-18 21:15:46 -04:00
Jon Ziebell
e3db43a44e Fixed runtime data not auto-updating, added data age check when resuming from background 2023-10-17 17:59:24 -04:00
Jon Ziebell
e10c35f340 Fixed #376 - Static times can sometimes end up in the past and cause a range error 2022-11-29 21:40:21 -05:00
Jon Ziebell
913f7a2aa1 Fixed #375 - First sync gets stuck if thermostat is less than 3 days old 2022-11-29 21:10:20 -05:00
Jon Ziebell
c3891ffff8 Added 3D viewer to Visualize
Added 3D viewer to Visualize
2022-08-18 21:40:35 -04:00
Jon Ziebell
c1403ae03b Floor plan editor early access 2022-08-04 21:32:10 -04:00
Jon Ziebell
bded3a278b Updated a few things to support merged thermostats. 2022-06-24 12:41:14 -04:00
Jon Ziebell
2da6822ce2 Added air quality for Patrons 2022-06-18 23:41:32 -04: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
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