Mushroom cultivation dashboard
Point your ESP32 to this-url/api/log to auto-push readings.
Optimal conditions per strain and phase.
POST to /api/log with JSON body:
{
"grow_id": "abc123",
"temp": 24.5,
"humidity": 92,
"substrate_temp": 25.1,
"co2": 800,
"note": "optional"
}
MycoTracker v1.0 — Built by Blue 🦞
All data stored locally in your browser.
ESP32 integration ready for MycoBox hardware.