Commit Graph
93 Commits
Author SHA1 Message Date
tanner a568bf2f57 feat: default start date picker to current start date 2025-08-15 00:27:29 +00:00
tanner d9f539f314 fix: preserve existing URL parameters 2025-08-15 00:22:50 +00:00
tanner 72c56c8245 Add button to recentre view 2025-08-15 00:21:30 +00:00
tanner 04f64a0fe4 fix: Prefix share signature data with 'owntracks-' 2025-08-15 00:02:28 +00:00
tanner 7bad27402a feat: add share range button to copy shareable URL 2025-08-14 23:36:40 +00:00
tanner 3e6782529d Fix midnight 2025-08-14 23:27:52 +00:00
tanner 25d6a8757b Add leaflet-polylinedecorator 2025-08-14 23:17:17 +00:00
tanner b585a39dd0 fix: Force transparent checkbox background to override extensions 2025-08-14 23:14:05 +00:00
tanner a3c7f85302 fix: Set transparent background for checked checkbox on Firefox Mobile 2025-08-14 23:10:49 +00:00
tanner 646ca1268e style: apply sans-serif font to menu buttons 2025-08-14 23:09:21 +00:00
tanner 562c7cb6eb style: Refine header font and checkbox styles 2025-08-14 23:09:16 +00:00
tanner cb8129cbba style: Restyle 'Show direction' checkbox to match menu buttons 2025-08-14 23:04:18 +00:00
tanner 502ae2b982 feat: add checkbox to toggle direction arrows 2025-08-14 23:01:02 +00:00
tanner 1f744216ec feat: add direction arrows to polyline 2025-08-14 22:56:59 +00:00
tanner ec7fbed514 fix: shorten day of week format to two letters 2025-08-14 22:56:54 +00:00
tanner 3d927c18ce feat: add reset button and correct date logic 2025-08-14 22:39:15 +00:00
tanner f309c0af00 fix: Use two-letter day format in menu 2025-08-14 22:36:36 +00:00
tanner 7e0eddaf38 fix: Correct month short name from Mon to Mth 2025-08-14 22:33:45 +00:00
tanner 1875d7b4e7 fix: abbreviate Month duration to prevent button text wrap 2025-08-14 22:26:05 +00:00
tanner 959e1d85d0 feat: add Misc submenu 2025-08-14 22:08:32 +00:00
tanner 2be0dd1c3d fix: preserve selected date when choosing midnight 2025-08-14 22:08:27 +00:00
tanner 0708301396 style: Reduce submenu header font size 2025-08-14 21:53:53 +00:00
tanner fbc15bb371 feat: add jump to midnight button and rearrange submenu actions 2025-08-14 21:46:26 +00:00
tanner ca3202f9b7 feat: Close submenu on map interaction 2025-08-14 21:42:20 +00:00
tanner 435db835e9 refactor: unify map view logic to fix centering and data bugs 2025-08-14 21:18:09 +00:00
tanner 87e706c223 fix: return null from FitBounds component 2025-08-14 21:14:33 +00:00
tanner 478dca185e fix: prevent map freeze and fix repositioning race condition 2025-08-14 21:12:50 +00:00
tanner b295c3fef0 fix: wait for data to load before fitting map bounds 2025-08-14 20:59:14 +00:00
tanner 13b35e1c00 fix: Validate coordinate points before processing to prevent freeze 2025-08-14 20:55:38 +00:00
tanner 2adc0a9fcb perf: memoize coordinate processing to prevent UI freeze 2025-08-14 20:25:18 +00:00
tanner 0a02db9a8d fix: filter invalid coordinates to prevent UI freeze 2025-08-14 20:21:57 +00:00
tanner bdc2921bc0 fix: Resolve race condition when refitting map on date change 2025-08-14 20:16:07 +00:00
tanner 9dd772839b feat: Refit map bounds on end or duration change 2025-08-14 20:12:09 +00:00
tanner 4bc88e5ce9 feat: Fit map to all points on initial load 2025-08-14 20:08:44 +00:00
tanner 6c7dff2d8f fix: prevent infinite loop by checking map state on moveend 2025-08-14 20:01:09 +00:00
tanner 21cec132a7 feat: encode map position and zoom in URL 2025-08-14 19:58:05 +00:00
tanner 51031e7b20 fix: debounce URL updates to prevent History API errors 2025-08-14 19:52:37 +00:00
tanner 81880a6a0a feat: Store view state in URL for shareable links 2025-08-14 19:49:16 +00:00
tanner 44dcc1b8ad fix: Prevent range delta from wrapping mid-text 2025-08-14 19:44:55 +00:00
tanner 17b1f979a9 feat: implement rangeDelta to display time range duration 2025-08-14 19:40:06 +00:00
tanner 00d9ee362f feat: add rangeDelta function 2025-08-14 19:39:56 +00:00
tanner 578bed681a Change temperature chart settings 2025-07-03 22:41:22 +00:00
tanner 816624ec44 refactor: Abstract temperature components into a single generic component 2025-07-03 22:41:22 +00:00
tanner 1052cf9bb9 refactor: abstract air quality components 2025-07-03 22:41:22 +00:00
tanner 3c8393b14c refactor: Rename SoilMoisture to Soil and hardcode sensorId 2025-07-03 22:41:22 +00:00
tanner d5f5e08a3c refactor: Abstract Lux components into single component 2025-07-03 22:41:22 +00:00
tanner f93e6d2323 feat: Add soil moisture graphs for Kitchen Pothos and Dracaena 2025-07-03 22:41:22 +00:00
tanner 24bada26a4 refactor: Abstract DumbCaneSoil to generic SoilMoisture component 2025-07-03 22:41:22 +00:00
tanner 4202e1a19d Add Dumb Cane soil sensor 2025-07-03 22:41:22 +00:00
tanner ecd1dab005 Add soil sensors, cooldown skipping, make dupe skipping optional 2025-06-20 16:59:25 +00:00
tanner 54e169bdd2 Handle transform() exception 2025-06-20 16:59:25 +00:00
tanner 49f9ee120b Add Kitchen and Bedroom air / lux sensors 2025-05-13 19:17:13 +00:00
tanner fa8f2cddb5 Fix bugs, add Qot motion sensors 2024-08-01 17:53:23 +00:00
tanner 7b15b39d5f Simplify components, add sha256() for later 2024-07-16 02:02:55 +00:00
tanner e5dbb0af39 Allow shifting by time range 2024-07-16 01:30:23 +00:00
tanner e549afce96 Add slider for time range 2024-07-15 21:41:09 +00:00
tanner 45272a6242 Switch export to basement temperature 2024-07-15 19:41:17 +00:00
tanner 61fd657952 Take API key, add basement sensor 2024-07-15 19:41:17 +00:00
tanner 88dbba168c Take API key, adjust ranges 2024-07-15 19:41:17 +00:00
tanner ba630b6fb9 Extract correct chrome version from exception 2024-07-15 19:41:17 +00:00
tanner 34f0444de7 Make task_died work with no internet 2024-02-08 20:32:43 +00:00
tanner 8abb15cdd3 Update / switch to aiomqtt, reconnect mqtt on error 2024-02-08 20:32:43 +00:00
tanner 1346171618 Handle new gas meter, owntracks, API key 2024-02-08 20:32:43 +00:00
tanner e38164fd43 Sensors export fixes 2023-10-03 09:33:06 +00:00
tanner b275305434 Create mapper to visualize owntracks data 2023-10-03 09:32:27 +00:00
tanner 1d5f63f86d Wrap export in try: finally: 2023-05-08 21:15:39 +00:00
tanner c693d30394 Handle errors, remove menu bar, centre graphs 2023-04-18 21:19:24 +00:00
tanner a7ca48dacf Rename .gitkeep to index.html 2023-04-18 21:19:24 +00:00
tanner 08b7196c26 Capture all sensor graphs 2023-04-18 21:19:24 +00:00
tanner 29ac0345c6 Ignore data/ folder 2023-04-18 21:19:24 +00:00
tanner b393b88127 Freeze requirements 2023-04-18 21:19:24 +00:00
tanner 43535d0a95 Store strong references to async tasks
Reason: https://news.t0.vc/IEUC
2023-02-12 18:37:41 +00:00
tanner 47cdfff327 Change outside sensor ID 2023-02-12 18:36:55 +00:00
tanner 685e7917df Move seeds temp to misc temp 2023-01-12 18:31:53 +00:00
tanner ed38f1fafe Add Misc temperature graph 2022-12-19 19:30:56 +00:00
tanner 6b1a23271b Begin sensor image exporter 2022-12-19 19:30:56 +00:00
tanner 8dce70d9d0 Freeze requirements 2022-10-03 21:57:06 +00:00
tanner c618a24126 Add auth to sensors API 2022-10-03 21:51:42 +00:00
tanner 94f023f70c Change domains 2022-08-05 19:05:10 +00:00
tanner 2eb1cb7e4b Add Air quality and proper units 2022-08-05 19:05:10 +00:00
tanner 2b1be5344a Remove owntracks from /latest 2022-06-21 07:09:55 +00:00
tanner 6a236b198a Ignore .csv 2022-06-20 05:50:57 +00:00
tanner 9d6997bfc7 Add sensors, /latest API route 2022-06-20 05:50:57 +00:00
tanner 9157ff6da1 Fix timezone 2022-04-16 20:51:41 +00:00
tanner 890d02a616 Add seeds, fix last value bug 2022-03-02 22:24:18 +00:00
tanner 6e4b1b062b Add sensors 2022-02-13 08:28:55 +00:00
tanner fcb860af29 Memoize x axis, add solar, dust, sleep charts 2022-02-13 08:27:21 +00:00
tanner 757ce37dbc Abstract chart container 2022-01-13 06:16:47 +00:00
tanner ae5a5aa070 Add datepicker, make each graph a component 2022-01-11 07:28:17 +00:00
tanner d169f72327 Begin web client 2022-01-10 07:55:39 +00:00
tanner 9829c95c85 Add sensors, api 2022-01-05 05:43:50 +00:00
tanner 3871ce6918 Add aiohttp, influx, logging boilerplate 2021-12-24 08:00:12 +00:00
tanner f9663b3f10 Initial commit 2021-12-24 07:54:30 +00:00