Review a site as an asset manager
asset_reviewReview a site's daily records to identify every equipment fault with start/end times, duration, and energy cost. Uses peer-relative detection to avoid false alarms from weather.
Instructions
Walk a site's day-by-day record and return every fault as a dated event: what broke, when it started, when it ended, how long it ran and how much energy it cost. Use this for 'what is wrong with this site', 'when did it start', 'how much has this cost us' and anything feeding a work order. Prefer this over diagnose_site for any window longer than a few days: diagnose_site reduces each source to one window mean, so a fault that started or ended part way through is invisible to it. Detection is peer-relative, so bad weather never raises an event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | SolarNetwork node ID | |
| endDate | Yes | Exclusive end, YYYY-MM-DD | |
| startDate | Yes | Inclusive start, YYYY-MM-DD |