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

405 Commits

Author SHA1 Message Date
Jon Ziebell
3de7b0f1fe First pass at floor plan touch events 2022-08-09 22:20:33 -04:00
Jon Ziebell
c286a9f24b Fixed tile text overflowing if too long. 2022-08-09 21:32:06 -04:00
Jon Ziebell
f59621fb6c Fixed international addresses not showing up correctly 2022-08-09 21:14:20 -04:00
Jon Ziebell
6736326f20 Fixed floor plans not centering on first load. 2022-08-09 19:47:58 -04:00
Jon Ziebell
81168bb7f0 Fixed #361 - Hang on Thermostat Summary - Custom Range 2022-08-09 11:48:53 -04:00
Jon Ziebell
46340a3dd8 Added undo/redo 2022-08-09 09:05:50 -04:00
Jon Ziebell
0572527d6f More floor plan enhancements and fixes 2022-08-07 18:17:45 -04:00
Jon Ziebell
5678b952a5 Finished floor plan switcher and converted all buttons to tiles 2022-08-06 23:46:10 -04:00
Jon Ziebell
fbbe95c85d Added automatic content centering when opening a floor plan 2022-08-06 09:55:22 -04:00
Jon Ziebell
6b9fd70b6c Clamped rooms, walls, and points to the grid bounds 2022-08-05 14:24:25 -04:00
Jon Ziebell
db6cb0d1f4 Fixed toggling snapping breaking active dragging 2022-08-05 13:31:27 -04:00
Jon Ziebell
7ac646463f Fixed rooms not deselecting when clicking outside of them on a previous floor room 2022-08-05 12:04:47 -04:00
Jon Ziebell
c2006a7975 Fixed rooms not getting brought to the front sometimes 2022-08-05 11:52:04 -04:00
Jon Ziebell
cc19594bf5 Fixed zoom bugs 2022-08-05 10:53:56 -04:00
Jon Ziebell
deb58c79ff Fixed aggressive floor plan saving 2022-08-05 10:23:21 -04:00
Jon Ziebell
fea81585d9 Disallowed create/edit/delete floor plan on the demo 2022-08-05 08:35:30 -04:00
Jon Ziebell
f81727880d Fixed a few minor floor plan bugs 2022-08-05 07:47:07 -04:00
Jon Ziebell
84734c04dc Added polyfill for crypto.randomUUID 2022-08-04 22:39:12 -04:00
Jon Ziebell
8597845303 Fixed visualize layer not loading if you don't have one yet 2022-08-04 22:13:33 -04:00
Jon Ziebell
1072492454 Temporarily removed clipper library because it was causing problems 2022-08-04 22:04:40 -04:00
Jon Ziebell
d9e0d549c4 Testing bug fix 2022-08-04 22:01:14 -04:00
Jon Ziebell
c1403ae03b Floor plan editor early access 2022-08-04 21:32:10 -04:00
Jon Ziebell
e5147c316a Fixed #358 - Not all history is shown on Thermostat Summary
Attempt 2
2022-07-20 21:16:28 -04:00
Jon Ziebell
abab24cd24 Changed TVOC Summary to Air Quality Summary
This better reflects the little color scale in the ecobee app.
2022-07-06 19:15:06 -04:00
Jon Ziebell
48972a8e75 Updated thermostat names slightly 2022-06-30 23:12:00 -04:00
Jon Ziebell
738f2d2c64 Set up a demo account for Google Play app approval. 2022-06-30 22:53:02 -04:00
Jon Ziebell
63b67f02c2 Added ecobee_account_id to the ecobee_token table 2022-06-30 22:45:34 -04:00
Jon Ziebell
19a500204b Fixed #358 - Not all history is shown on Thermostat Summary 2022-06-29 09:00:52 -04:00
Jon Ziebell
695f4366bf Fixed air quality not showing up if you don't have a sensor and thermostat with the same id 2022-06-27 23:02:17 -04:00
Jon Ziebell
eb3532f7c4 Air Quality for all! 2022-06-27 22:20:35 -04:00
Jon Ziebell
56995a04eb Added storage for historical profiles 2022-06-24 16:08:29 -04:00
Jon Ziebell
bded3a278b Updated a few things to support merged thermostats. 2022-06-24 12:41:14 -04:00
Jon Ziebell
c970cc85c9 Exposed runtime_thermostat_summary->populate 2022-06-23 21:55:10 -04:00
Jon Ziebell
3d01fd08b5 Exposed runtime_thermostat_summary->populate
Will be used for manually populating/repopulating when making manual changes to runtime data.
2022-06-23 21:50:13 -04:00
Jon Ziebell
81d1186d4c Quick fix for IAQ/VOC readings going outside of acceptable range. 2022-06-20 21:43:01 -04:00
Jon Ziebell
7b4cbfee1d Added ability to customize profile start date 2022-06-19 22:06:33 -04:00
Jon Ziebell
2da6822ce2 Added air quality for Patrons 2022-06-18 23:41:32 -04:00
Jon Ziebell
91945d7d8e Fixed #356 - Thermostat icon is missing 2022-06-18 06:46:47 -04:00
Jon Ziebell
f2041f40fa Added new ecobee model names 2022-05-31 17:54:57 -04:00
Jon Ziebell
caa158f8e7 Added new ecobee model names 2022-05-31 17:41:53 -04:00
Jon Ziebell
bb8e618fc6 Fixed #355 - Alert date shows the wrong day of month 2022-05-24 08:48:33 -04:00
Jon Ziebell
14bed9c570 Fixed a couple of spots where random values were not using cryptographically-secure methods. 2022-01-08 15:48:32 -05:00
Jon Ziebell
ee6a196a72 Polished up ecobee account ID getter to support invalid JWTs 2022-01-08 07:56:45 -05:00
Jon Ziebell
8c507918b6 Fixed #349 - Time to heat can report times in the past
Had some bad logic.
2022-01-06 18:17:17 -05:00
Jon Ziebell
ed563cf7f9 Added aux heat profile 2022-01-05 18:24:32 -05:00
Jon Ziebell
21519c46c5 Stopped hardcoding beestat.touch. 2021-12-16 07:49:51 -05:00
Jon Ziebell
fbf70fee67 Added temporary code to populate the ecobee_account_id field. 2021-12-16 07:39:10 -05:00
Jon Ziebell
3c30398304 Added ability to detect touch-enabled devices...because why not? 2021-12-15 08:50:37 -05:00
Jon Ziebell
b096b4e6c5 Fixed a couple comments. 2021-12-15 08:06:29 -05:00
Jon Ziebell
3e6b03f93f Fixed #347 - Setpoint metrics don't generate when system is set to auto 2021-12-15 07:47:40 -05:00