Siemens Desigo CC is one of the most widely deployed building management platforms in EMEA. HVAC API exposes Desigo BACnet points (temperature, setpoint, occupancy, alarms) through a stable REST surface so integrators can read and write to Desigo without bespoke BACnet/IP client work.
BMS · supported
Siemens Desigo
BACnetModbusREST
Device families
-
Desigo CC Points
3 endpoints
-
Alarms
1 endpoint
Endpoints & snippets
One email unlocks the whole site.
Desigo CC Points
- GET /v1/devices/{id}/points
- GET /v1/devices/{id}/points/{point}
- POST /v1/devices/{id}/points/{point}
curl -H "Authorization: Bearer $HVACAPI_KEY" \
https://api.hvacapi.com/v1/devices/{device_id}/points
Alarms
- GET /v1/devices/{id}/alarms