{
    "schema": 1,
    "id": "lions-mane-premium",
    "version": "2.0.0",
    "species": "Hericium erinaceus",
    "common_name": "Lion's mane",
    "strain": "HE-1",
    "author": "Agriculture Novel",
    "tier": "pro",
    "notes": "The highest price per kilogram on this list and the smallest market for it. Wants the highest humidity of the six and the lowest light. Fruits as a single dense head; the spines should hang, and short spines mean the CO2 was too high.",
    "validation": "Literature-derived. Not yet validated on a farm.",
    "alarms": {
        "temp_high_c": 28,
        "temp_low_c": 10,
        "rh_low_pct": 80,
        "co2_high_ppm": 3000
    },
    "stages": [
        {
            "key": "colonization",
            "label": "Spawn run",
            "advance": {
                "on": "days",
                "value": 16,
                "or_manual": true
            },
            "targets": {
                "air_temp_c": {
                    "sp": 22,
                    "deadband": 1.5,
                    "min": 21,
                    "max": 24
                },
                "rh_pct": {
                    "sp": 88,
                    "deadband": 4
                },
                "co2_ppm": {
                    "sp": 6000,
                    "deadband": 2500
                }
            },
            "light": {
                "hours_on": 0,
                "lux": 0
            },
            "fae": {
                "mode": "co2_driven",
                "min_exchanges_per_hour": 0.3
            },
            "note": "Hardwood sawdust with bran. Colonises evenly and looks like nothing much until it pins."
        },
        {
            "key": "pinning",
            "label": "Primordia initiation",
            "advance": {
                "on": "pins_observed",
                "or_days": 5
            },
            "targets": {
                "air_temp_c": {
                    "sp": 19,
                    "deadband": 1.2
                },
                "rh_pct": {
                    "sp": 93,
                    "deadband": 2.5
                },
                "co2_ppm": {
                    "sp": 700,
                    "deadband": 250
                },
                "vpd_kpa": {
                    "sp": 0.15,
                    "deadband": 0.06
                }
            },
            "light": {
                "hours_on": 8,
                "lux": 200
            },
            "fae": {
                "mode": "co2_driven",
                "min_exchanges_per_hour": 4
            },
            "note": "Very low light. Two hundred lux is enough and more does no good."
        },
        {
            "key": "fruiting",
            "label": "Fruiting",
            "advance": {
                "on": "days",
                "value": 6,
                "or_manual": true
            },
            "targets": {
                "air_temp_c": {
                    "sp": 20,
                    "deadband": 1.5
                },
                "rh_pct": {
                    "sp": 92,
                    "deadband": 2.5
                },
                "co2_ppm": {
                    "sp": 700,
                    "deadband": 250
                },
                "vpd_kpa": {
                    "sp": 0.19,
                    "deadband": 0.07
                }
            },
            "light": {
                "hours_on": 8,
                "lux": 200
            },
            "fae": {
                "mode": "co2_driven",
                "min_exchanges_per_hour": 5
            },
            "note": "The tightest humidity band of the six, and the one most likely to expose an undersized fogger. Run the simulator on your own room numbers before committing a crop to it."
        },
        {
            "key": "harvest",
            "label": "Harvest",
            "advance": {
                "on": "harvested",
                "or_days": 2
            },
            "targets": {
                "air_temp_c": {
                    "sp": 20,
                    "deadband": 1.5
                },
                "rh_pct": {
                    "sp": 88,
                    "deadband": 3
                },
                "co2_ppm": {
                    "sp": 900,
                    "deadband": 300
                }
            },
            "light": {
                "hours_on": 8,
                "lux": 200
            },
            "fae": {
                "mode": "co2_driven",
                "min_exchanges_per_hour": 4
            },
            "note": "Harvest while the spines are white. Yellowing means it is past, and a yellow head sells for nothing."
        }
    ]
}