|
|
c8102e62ee
|
fix: Refactor main loop for graceful shutdown and improved error handling
|
2025-11-15 14:11:20 -05:00 |
|
|
|
d76b11430c
|
fix: Remove redundant garbage collection calls in send_discord_message function
|
2025-11-15 13:54:08 -05:00 |
|
|
|
cb274545a3
|
fix: Remove unused variable 'schedules' and optimize garbage collection in schedule handling
|
2025-11-15 13:53:09 -05:00 |
|
|
|
6cd1349633
|
fix: Remove unused variables and trigger garbage collection in schedule handling
|
2025-11-15 13:49:20 -05:00 |
|
|
|
bcecf2a81a
|
fix: Add garbage collection calls to optimize memory usage in web server operations
|
2025-11-15 13:40:41 -05:00 |
|
|
|
621a48f011
|
fix: Adjust memory threshold for Discord message sending to enhance reliability
|
2025-11-15 13:15:45 -05:00 |
|
|
|
ce816af9e7
|
fix: Adjust memory threshold for Discord message sending and improve error logging
|
2025-11-15 13:10:48 -05:00 |
|
|
|
519cb25038
|
refactor: Optimize import statements and restructure monitoring logic for improved performance
|
2025-11-15 13:10:41 -05:00 |
|
|
|
f81d89980b
|
refactor: Remove debug print statements from POST request handling in TempWebServer
|
2025-11-15 13:10:32 -05:00 |
|
|
|
7fc7661dad
|
fix: Adjust memory threshold for Discord message sending and add debug logging for RAM usage
|
2025-11-15 12:02:50 -05:00 |
|
|
|
3b7982a3a3
|
fix: Adjust memory threshold for Discord message sending to improve reliability
|
2025-11-15 11:58:32 -05:00 |
|
|
|
697f0bf31e
|
fix: Improve Discord message sending logic and memory management
|
2025-11-15 11:52:54 -05:00 |
|
|
|
b632a76d5a
|
refactor: Remove debug_force_send function to streamline message sending process
|
2025-11-15 11:22:36 -05:00 |
|
|
|
d670067b89
|
fix: Optimize memory management in debug_force_send and send_discord_message functions
|
2025-11-15 10:32:04 -05:00 |
|
|
|
ac860207d9
|
fix: Increase memory thresholds for Discord message sending and adjust garbage collection logging
|
2025-11-15 10:27:26 -05:00 |
|
|
|
03b26b5339
|
feat: Add debug_force_send function for memory tracking and testing
|
2025-11-15 10:19:49 -05:00 |
|
|
|
5a8d14eb4d
|
fix: Enable debug logging in send_discord_message for better memory tracking
|
2025-11-15 10:03:15 -05:00 |
|
|
|
79445bf879
|
fix: Add debug logging to send_discord_message for memory checks and import impact
|
2025-11-15 09:58:09 -05:00 |
|
|
|
4400fb5a74
|
fix: Adjust memory thresholds for Discord message sending to match device capabilities
|
2025-11-15 09:46:22 -05:00 |
|
|
|
c6f46e097b
|
fix: Increase memory thresholds and backoff duration for Discord message sending
|
2025-11-15 09:42:16 -05:00 |
|
|
|
d2c0f68488
|
fix: Enhance Discord message sending with memory checks and scheduling
|
2025-11-15 09:36:44 -05:00 |
|
|
|
13e3a56fa6
|
fix: Add low-memory guard and cooldown for Discord message sending
This isn't quite the fix though just want to save my position till tomorrow and see what changes come up before and after
|
2025-11-14 21:48:19 -05:00 |
|
|
|
efea4a1384
|
fix: Enhance Discord message sending with aggressive GC and low-memory guard
|
2025-11-14 21:28:10 -05:00 |
|
|
|
73b5a5aefe
|
fix: Improve HTTP response handling and clarify default values in schedule configuration
|
2025-11-14 21:18:20 -05:00 |
|
|
|
03766d6b09
|
fix: Improve HTTP response handling and add schedule JavaScript support
|
2025-11-14 21:13:44 -05:00 |
|
|
|
e5f9331d30
|
fix: Clarify logic for matching AC and heater adjustments in synchronization
|
2025-11-14 20:49:51 -05:00 |
|
|
|
6128e585b8
|
fix: Improve error handling in web server request processing
|
2025-11-14 20:47:42 -05:00 |
|
|
|
81174b78e4
|
fix: Enhance live synchronization logic for heater and AC inputs with last changed tracking
|
2025-11-14 20:38:48 -05:00 |
|
|
|
70cc2cad81
|
fix: Refactor live synchronization logic for heater and AC inputs in schedule form
|
2025-11-14 20:37:06 -05:00 |
|
|
|
6bc7b1da93
|
fix: Implement live synchronization for heater and AC inputs in schedule form
|
2025-11-14 20:29:12 -05:00 |
|
|
|
eceee9c88d
|
syncs while typing and guarantees posted values follow the rule
|
2025-11-14 20:19:13 -05:00 |
|
|
|
72eb3c2acf
|
fix: Enhance schedule synchronization logic for heater and AC targets
|
2025-11-14 19:42:21 -05:00 |
|
|
|
eff69cfe52
|
fix: Implement auto-sync for heater and AC targets in scheduling and settings
Fixes #17
|
2025-11-14 18:17:17 -05:00 |
|
|
|
63588ee3f1
|
Merge branch 'main' of https://gitea.rcs1.top/sickprodigy/Auto-Garden
|
2025-11-14 17:19:52 -05:00 |
|
|
|
8363406647
|
fix: Move discord_webhook import to after config loading and update WiFi connection comment. Save on ram usage
|
2025-11-14 17:19:44 -05:00 |
|
|
|
df08692726
|
fix: Add type ignore comments for import errors
|
2025-11-14 17:19:44 -05:00 |
|
|
|
0030e0a932
|
fix: Add type ignore comments for imports in multiple scripts to improve compatibility
|
2025-11-14 17:19:43 -05:00 |
|
|
|
d95f212d2e
|
Add example configuration file, moved everything from secrets.py to here.
Feat: Also refactored some of the logic in discord_webhook.py and networking.py to be more friendly towards the pico with ram usage.
Fixes #26
|
2025-11-14 17:18:17 -05:00 |
|
|
|
0f7c4cc4d7
|
fix: Move discord_webhook import to after config loading and update WiFi connection comment. Save on ram usage
|
2025-11-14 17:04:47 -05:00 |
|
|
|
a9641947ba
|
fix: Add type ignore comments for import errors
|
2025-11-14 17:02:19 -05:00 |
|
|
|
63ff2cec77
|
fix: Add type ignore comments for imports in multiple scripts to improve compatibility
|
2025-11-14 16:53:51 -05:00 |
|
|
|
6890d0570e
|
Add example configuration file, moved everything from secrets.py to here.
Feat: Also refactored some of the logic in discord_webhook.py and networking.py to be more friendly towards the pico with ram usage.
|
2025-11-14 16:50:53 -05:00 |
|
|
|
a20bbd7cdf
|
Ignore config.json
|
2025-11-14 15:57:53 -05:00 |
|
|
|
7edd209abe
|
start of moving secrets.py to config.json
|
2025-11-14 15:55:36 -05:00 |
|
|
|
2c39ebd985
|
feat: Update TemperatureMonitor to send alerts via Discord with improved messaging function
|
2025-11-11 17:13:34 -05:00 |
|
|
|
1016e96b58
|
feat: Add static IP configuration options to config and main files. Also remove creation of config from web_server.py because I was already doing it in main.py like it should be done, somewhere first.
Fixes #25
|
2025-11-11 16:55:27 -05:00 |
|
|
|
b3c56864ac
|
update: clean up code formatting
|
2025-11-10 18:59:18 -05:00 |
|
|
|
95e159ee5d
|
feat: Update README with recent enhancements including immediate schedule application, aggressive memory management, and improved config persistence
|
2025-11-09 12:43:37 -05:00 |
|
|
|
5da44e1397
|
feat: Enhance schedule application by saving updated config to file and ensuring target persistence
|
2025-11-09 12:43:32 -05:00 |
|
|
|
b346be9431
|
feat: Implement immediate application of active schedule on startup and enhance schedule resume handling
Fixes #24
|
2025-11-09 12:25:16 -05:00 |
|