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 fault Ask AI to troubleshoot → | critical |
| 17 | Ignition failure — failed to light Ask AI to troubleshoot → | critical |
| 2 | Low-pressure cutout (LPS trip) Ask AI to troubleshoot → | critical |
| 3 | Compressor thermal protector open Ask AI to troubleshoot → | critical |
| 33 | Chilled-water low-temperature cutout Ask AI to troubleshoot → | critical |
| 4 | Compressor contactor failure / welded Ask AI to troubleshoot → | critical |
| 55 | Oil pressure differential fault Ask AI to troubleshoot → | critical |
| 10 | Supply-air temperature sensor fault Ask AI to troubleshoot → | warning |
| 22 | Limit switch open (heat exchanger overheat) Ask AI to troubleshoot → | warning |
| 6 | Condensate overflow switch tripped Ask AI to troubleshoot → | warning |
| 67 | i-Vu BACnet communication loss Ask AI to troubleshoot → | warning |
| 8 | Outdoor-air temperature sensor fault Ask AI to troubleshoot → | warning |
No codes match — try a different search term or open the brand's service manual.