Carrier is a foundational HVAC vendor with rooftop units, chillers, and commercial split systems deployed across North America and EMEA. HVAC API normalizes Carrier i-Vu and ChillerVu interfaces behind REST endpoints for temperature, setpoint, mode, and fault state, removing the need for site-by-site BACnet integration work.
HVAC · supported
Carrier
Device families
Rooftop Units
3 endpoints
Chillers
2 endpoints
Endpoints & snippets
One email unlocks the whole site.
Rooftop Units
- GET /v1/devices/{id}/temperature
- POST /v1/devices/{id}/setpoint
- GET /v1/devices/{id}/faults
curl -H "Authorization: Bearer $HVACAPI_KEY" \
https://api.hvacapi.com/v1/devices/{device_id}/temperature
Chillers
- GET /v1/devices/{id}/state
- POST /v1/devices/{id}/setpoint
Fault codes & error codes
13 codes documented for Carrier. Confirm against your model's service manual — some codes vary between product lines (VRV vs. Sky Air vs. residential split, etc.).
| Code | Meaning | Severity |
|---|---|---|
| 1 | High-pressure cutout (HPS trip)Ask AI to troubleshoot → | critical |
| 14 | Indoor (evaporator) fan motor faultAsk AI to troubleshoot → | critical |
| 17 | Ignition failure — failed to lightAsk AI to troubleshoot → | critical |
| 2 | Low-pressure cutout (LPS trip)Ask AI to troubleshoot → | critical |
| 3 | Compressor thermal protector openAsk AI to troubleshoot → | critical |
| 33 | Chilled-water low-temperature cutoutAsk AI to troubleshoot → | critical |
| 4 | Compressor contactor failure / weldedAsk AI to troubleshoot → | critical |
| 55 | Oil pressure differential faultAsk AI to troubleshoot → | critical |
| 10 | Supply-air temperature sensor faultAsk AI to troubleshoot → | warning |
| 22 | Limit switch open (heat exchanger overheat)Ask AI to troubleshoot → | warning |
| 6 | Condensate overflow switch trippedAsk AI to troubleshoot → | warning |
| 67 | i-Vu BACnet communication lossAsk AI to troubleshoot → | warning |
| 8 | Outdoor-air temperature sensor faultAsk AI to troubleshoot → | warning |
No codes match — try a different search term or open the brand's service manual.