MIX devices are Growatt hybrid inverters that combine solar power generation with battery storage capabilities. The MIX serial number (mix_sn) uniquely identifies each device in your solar installation.
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 is a unique identifier for the specific hybrid inverter you want to query.
Returns
Returns aResult<serde_json::Value> containing the total 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