get_sql_available_hourlies
Discover hourly timeseries variables available in a model's SQL output, including names, units, and RDD IDs for extracting specific data.
Instructions
List available hourly timeseries variables in the SQL output for a specific model.
Discovers all hourly timeseries data available in a model's SQL output database, providing variable names and RDD IDs needed to extract specific timeseries data.
Args: id: The model_id of the EnergyPlus model (obtain from get_available_models).
Returns: Available hourly timeseries variables including: - Variable names (e.g., 'Zone Air Temperature', 'HVAC Electric Power') - RDD IDs for use with get_timeseries_report_by_rddid - Units and key values for each variable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |