🍄 MycoTracker

Mushroom cultivation dashboard

Active Grows

Overview

ESP32 Status

No device connected

Point your ESP32 to this-url/api/log to auto-push readings.

Strain Library

Optimal conditions per strain and phase.

Data

ESP32 API

POST to /api/log with JSON body:

{
  "grow_id": "abc123",
  "temp": 24.5,
  "humidity": 92,
  "substrate_temp": 25.1,
  "co2": 800,
  "note": "optional"
}

About

MycoTracker v1.0 — Built by Blue 🦞
All data stored locally in your browser.
ESP32 integration ready for MycoBox hardware.