Aaron sickprodigy
sickprodigy opened issue SickGaming/minecraft-server#12 2025-11-10 19:55:30 -05:00
Script to Auto-Start MC Server
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-10 18:59:26 -05:00
b3c56864ac update: clean up code formatting
sickprodigy commented on issue sickprodigy/Auto-Garden#9 2025-11-10 14:07:35 -05:00
Testing that needs done

Everything here check out, not getting notifications every 30 seconds anymore though. Few things I kind of question why chatgpt suggested to check over that. So may want to go back in code and…

sickprodigy commented on issue sickprodigy/Auto-Garden#2 2025-11-10 14:04:44 -05:00
Last thing done; and what needs to be done now

No longer need this, fixed most issues and what we have now will basically run in production I think. I'll test for several weeks in a closed room here soon

sickprodigy closed issue sickprodigy/Auto-Garden#2 2025-11-10 14:04:44 -05:00
Last thing done; and what needs to be done now
sickprodigy commented on issue sickprodigy/Auto-Garden#6 2025-11-10 14:03:41 -05:00
Contactors left that need programmed in

Not sure how #6 got thrown into those fixes was wondering where this went.

sickprodigy reopened issue sickprodigy/Auto-Garden#6 2025-11-10 14:02:58 -05:00
Contactors left that need programmed in
sickprodigy opened issue sickprodigy/Auto-Garden#25 2025-11-10 14:00:00 -05:00
Static IP; Make changeable within config
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-09 12:43:41 -05:00
95e159ee5d feat: Update README with recent enhancements including immediate schedule application, aggressive memory management, and improved config persistence
5da44e1397 feat: Enhance schedule application by saving updated config to file and ensuring target persistence
Compare 2 commits »
sickprodigy closed issue sickprodigy/Auto-Garden#24 2025-11-09 12:25:24 -05:00
AC Target temp saying 77.0 from config
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-09 12:25:24 -05:00
b346be9431 feat: Implement immediate application of active schedule on startup and enhance schedule resume handling
sickprodigy commented on issue sickprodigy/Auto-Garden#24 2025-11-09 12:12:44 -05:00
AC Target temp saying 77.0 from config

Also, when run down ac, click hold temp, i click Resume Scheduling, the temp targets don't reflect the scheduling targets active immediately. only loads up after the 30 second interval.

sickprodigy commented on issue sickprodigy/Auto-Garden#24 2025-11-09 12:10:36 -05:00
AC Target temp saying 77.0 from config

fixed that but found another issue

I'm just running down the temp and click temp hold and the settings aren't saving to config.json, it's till the same settings i initially had. Or maybe i…

sickprodigy opened issue sickprodigy/Auto-Garden#24 2025-11-09 11:56:42 -05:00
AC Target temp saying 77.0 from config
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-09 11:54:36 -05:00
229bde85e9 feat: Add temperature validation in TemperatureMonitor and implement aggressive garbage collection in main loop
sickprodigy closed issue sickprodigy/Auto-Garden#22 2025-11-09 11:29:22 -05:00
Bug: Running out of memory, fix/cut things loading up into memory
sickprodigy closed issue sickprodigy/Auto-Garden#21 2025-11-09 11:29:22 -05:00
Scheduling Card > Showing Extra Buttons + need to know schedule currently running
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-09 11:29:22 -05:00
dae6971112 feat: Implement NTP sync function with garbage collection and improve schedule handling in web server
sickprodigy opened issue sickprodigy/Auto-Garden#23 2025-11-09 11:24:31 -05:00
Feature: move web page to server and code in api
sickprodigy commented on issue sickprodigy/Auto-Garden#22 2025-11-09 11:22:38 -05:00
Bug: Running out of memory, fix/cut things loading up into memory

So we are loading a lot at the top of main.py

from machine import Pin, RTC # type: ignore import time # type: ignore import network # type: ignore import json import gc # type:…