Method Signature
Parameters
The date for which to retrieve statistics.
Format:
YYYY-MM-DD (e.g., “2025-04-26”)The unique identifier of the plant.
The serial number of the MIX inverter.
Returns
Returns a
Result containing:Ok(serde_json::Value): JSON object with daily energy statistics including hourly breakdownErr(GrowattError): Error if the request fails, authentication is invalid, or response is empty
Example
API Endpoint
Notes
- Requires authentication via
login()before calling - Automatically checks login status before making the request
- Returns hourly energy data for the specified day
- Throws
InvalidResponseerror if the response is empty or null