MIX devices are Growatt hybrid inverters that combine solar power generation with battery storage capabilities. This method retrieves real-time operational status, including current power levels, battery state, and system health.
Method Signature
Parameters
The unique identifier of the plant containing the MIX device. You can retrieve plant IDs using the
get_plant_list() method.The serial number of the MIX device. This uniquely identifies the specific hybrid inverter whose status you want to query.
Returns
Returns aResult<serde_json::Value> containing the current status data for the MIX device, or a GrowattError if the request fails.
Errors
GrowattError::NotLoggedIn- If the client is not authenticatedGrowattError::InvalidResponse- If the response is empty or malformedGrowattError::RequestError- If the HTTP request fails