Adds lighting, equipment, people, envelope and ventilation heat flows at one sup
Adds lighting, equipment, people, envelope and ventilation heat flows at one supplied operating point, and converts evapotranspiration into a latent moisture-removal load. It is a steady-state sizing estimate without duct losses, thermal mass, equipment curves, controls, infiltration uncertainty or psychrometric state validation.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
890 msmedian answer time
$0.004listed price per call
$0.004price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agri.halowerk.com/v1/vertical-farm-hvac
| Category | Everything else |
|---|---|
| Provider host | agri.halowerk.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.004 | 890 ms |
Example input (from the provider)
{
"body": {
"envelope_area_m2": 1250,
"envelope_u_value_w_per_m2k": 0.42,
"equipment_kw": 14,
"evapotranspiration_l_per_hour": 48,
"indoor_setpoint_c": 22,
"lighting_kw": 82,
"outdoor_temperature_c": 31,
"people_count": 5,
"sensible_heat_per_person_w": 90,
"ventilation_m3_per_s": 1.8
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"envelope_area_m2": {
"maximum": 100000000,
"minimum": 0,
"type": "number"
},
"envelope_u_value_w_per_m2k": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"equipment_kw": {
"maximum": 1000000,
"minimum": 0,
"type": "number"
},
"evapotranspiration_l_per_hour": {
"maximum": 100000000,
"minimum": 0,
"type": "number"
},
"indoor_setpoint_c": {
"maximum": 60,
"minimum": -50,
"type": "number"
},
"lighting_kw": {
"maximum": 1000000,
"minimum": 0,
"type": "number"
},
"outdoor_temperature_c": {
"maximum": 100,
"minimum": -100,
"type": "number"
},
"people_count": {
"maximum": 1000000,
"minimum": 0,
"type": "integer"
},
"sensible_heat_per_person_w": {
"maximum": 2000,
"minimum": 0,
"type": "number"
},
"ventilation_m3_per_s": {
"maximum": 1000000,
"minimum": 0,
"type": "number"
}
},
"required": [
"lighting_kw",
"equipment_kw",
"people_count",
"sensible_heat_per_person_w",
"envelope_area_m2",
"envelope_u_value_w_per_m2k",
"outdoor_temperature_c",
"indoor_setpoint_c",
"ventilation_m3_per_s",
"evapotranspiration_l_per_hour"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}