Last thing done; and what needs to be done now #2

Closed
opened 2025-11-04 22:19:51 -05:00 by sickprodigy · 5 comments
Owner

Insert monitors for 2 temp probes. They will alert through discord currently and also should take log locally as backup and so I can further use for data calculations. Possibly need to move this file to the server and have it go through ssh and update a file on server instead. Or possibly connect through mysql/mariadb on server. Need to see if it's good for thousands and thousands of lines and doing calculations with or if something else would be more preferred.

Also Need 5+ contactors have to control

  • 1 heat
  • 1 cool
  • 1 dehu
  • 1 humidifier
  • 1 fan controller/fresh air
  • 1 fan controller/exhaust

also need to check humidity every so often with temperature. Possibly make a tablet where can see what temps/humidity is moisture levels. Where it just pulls from the last line of the file updated on the server every so often. Could possibly have something on server watching that file to update other areas. Instead of so many lines on pico.

Insert monitors for 2 temp probes. They will alert through discord currently and also should take log locally as backup and so I can further use for data calculations. Possibly need to move this file to the server and have it go through ssh and update a file on server instead. Or possibly connect through mysql/mariadb on server. Need to see if it's good for thousands and thousands of lines and doing calculations with or if something else would be more preferred. Also Need 5+ contactors have to control - [x] 1 heat - [x] 1 cool - [ ] 1 dehu - [ ] 1 humidifier - [ ] 1 fan controller/fresh air - [ ] 1 fan controller/exhaust also need to check humidity every so often with temperature. Possibly make a tablet where can see what temps/humidity is moisture levels. Where it just pulls from the last line of the file updated on the server every so often. Could possibly have something on server watching that file to update other areas. Instead of so many lines on pico.
Author
Owner

Moved the contactor thing to it's own issue: #6

So last thing I did was fixing the crash when clicking any buttons. Not technically a crash but it wasn't forwarding back to the web page correctly and would have to delete /update at the end of the url. Was a hassle.

Not sure what else needed to be done right this second. trying to think.
Fixed the temperature where heat on left and cool on right. How it's suppose to be. Also made it where you can't have heat higher than cool. Or else they will fight each other and run non stop.

Ah, not sure what else needs to be fixed besides any crashing. Need to do further testing see what everything looks like again. had a dillemma where when you save settings it wasn't showing the saved settings because it was taking the settings from config when the setting was only changed in memory.

I may add a screen so I can read console while the app runs and not connected to pc. I'm not sure how else to debug. I have this arduino with a screen on it i bought from alibaba while ago. May try to connect it and get some display. may try beeps. Or just flash lights for codes. Have a catch all where light flashes so many times saying crashed. Maybe have light codes for other things too, like when cool running, or when heat running, dehu running etc. Few options to expand off of.

Moved the contactor thing to it's own issue: https://gitea.rcs1.top/sickprodigy/Auto-Garden/issues/6 So last thing I did was fixing the crash when clicking any buttons. Not technically a crash but it wasn't forwarding back to the web page correctly and would have to delete /update at the end of the url. Was a hassle. Not sure what else needed to be done right this second. trying to think. Fixed the temperature where heat on left and cool on right. How it's suppose to be. Also made it where you can't have heat higher than cool. Or else they will fight each other and run non stop. Ah, not sure what else needs to be fixed besides any crashing. Need to do further testing see what everything looks like again. had a dillemma where when you save settings it wasn't showing the saved settings because it was taking the settings from config when the setting was only changed in memory. I may add a screen so I can read console while the app runs and not connected to pc. I'm not sure how else to debug. I have this arduino with a screen on it i bought from alibaba while ago. May try to connect it and get some display. may try beeps. Or just flash lights for codes. Have a catch all where light flashes so many times saying crashed. Maybe have light codes for other things too, like when cool running, or when heat running, dehu running etc. Few options to expand off of.
sickprodigy added the
help wanted
label 2025-11-08 17:25:33 -05:00
Author
Owner

Stuck on the scheduling page not showing right for some reason and when I submit schedules, some data isn't being sent through apparently. Idk kinda annoying. Was just trying to fix some other problem too

Stuck on the scheduling page not showing right for some reason and when I submit schedules, some data isn't being sent through apparently. Idk kinda annoying. Was just trying to fix some other problem too
Author
Owner

Also need to setup something to check if data is correct before saving to config, That way null or corrupted data doesn't get through.

Also need to setup something to check if data is correct before saving to config, That way null or corrupted data doesn't get through.
Author
Owner

Incomplete Schedule
Schedule 3: AC target is required when time is set

❌ Incomplete Schedule Schedule 3: AC target is required when time is set
Author
Owner

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

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sickprodigy/Auto-Garden#2
No description provided.