Server for visualizing the stats from my mushroom humidifier setup; a bit more complicated than expected
Go to file
Kelvin Ly 121d39bfae Improve retry and cleanup logic 2025-03-18 22:36:58 -04:00
humidifier_controller Save before switching to new architecture 2025-02-10 23:09:55 -05:00
shroom-client Save before switching to new architecture 2025-02-10 23:09:55 -05:00
shroom-controller Improve retry and cleanup logic 2025-03-18 22:36:58 -04:00
shroom-server Implement datalogger 2025-02-16 09:07:45 -05:00
shroom_internals Speed up latest entry lookup by using the cache if it's not empty 2023-09-27 23:09:29 -04:00
static Add more entries for different number of hours 2023-09-27 23:31:18 -04:00
.gitignore Save before switching to new architecture 2025-02-10 23:09:55 -05:00
.gitmodules Switch to using libssh2 from someone who knows how to properly configure it 2025-03-18 22:22:05 -04:00
controller.py Save before switching to new architecture 2025-02-10 23:09:55 -05:00
go.mod Working queries/data ingestion TODO outputting status, admin commands, UI 2023-05-14 08:01:08 -04:00
go.sum Working queries/data ingestion TODO outputting status, admin commands, UI 2023-05-14 08:01:08 -04:00
humidifier.py Various tweaks 2024-08-09 21:47:08 +01:00
humidifier_v3.py Various tweaks 2024-08-09 21:47:08 +01:00
mock_serial.py Separate out classes into separate files 2024-08-09 21:47:08 +01:00
shroom-controller.service Add working service file 2023-05-17 22:11:42 -04:00
shroom_controller.py Save before switching to new architecture 2025-02-10 23:09:55 -05:00
shroom_pipe.py Minor changes to data ingestion pipeline 2023-05-16 12:22:13 -04:00
shroom_server.go Speed up latest entry lookup by using the cache if it's not empty 2023-09-27 23:09:29 -04:00
test_float_parse.cc Ensure the floating point parsing at least kind of works 2024-08-25 13:45:08 -04:00
utils.py Make the piping logic more robust and separate it further from the main process to avoid stalling the controller logic; add in staggered restarts 2024-08-21 11:08:57 -04:00