vrm_download_installation_data
Download installation data from Victron VRM as CSV or Excel files, with optional parsing for CSV format.
Instructions
Download installation data in various formats (CSV, Excel) with optional parsing for CSV.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Installation/site ID | |
| start | No | Start timestamp (epoch milliseconds) | |
| end | No | End timestamp (epoch milliseconds) | |
| datatype | No | Type of data to download | log |
| format | No | File format | csv |
| decode | No | Whether to decode and parse CSV data |