Read anomaly detection output
get_anomalies"Retrieve the platform's ML anomaly detection for a node, providing predicted vs actual values, error, irradiance, and status. Use this for the system's verdict on equipment health."
Instructions
Read the output of the platform's own ML anomaly detector for a node, where one is published. Each reading carries the predicted value, the actual value, the error between them, the irradiance at the time and an ANOMALY/NOMINAL status. Use this when you want the platform's own verdict rather than computing one yourself, and to cross-check what diagnose_site concluded. Node 392 is a public example.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | SolarNetwork node ID | |
| endDate | No | Exclusive end, YYYY-MM-DD | |
| startDate | No | Inclusive start, YYYY-MM-DD. Omit for the latest readings |