Create new solar client
This guide explains the minimum required flow to onboard a customer in Clevergy under the Plan Pro.
Steps to create a client with a solar installation
- Create a client: start by creating a client with an electricity contract.
- Create a solar integration:
- If the inverter uses user credentials, the customer must complete the integration from the app.
- If the inverter uses installer credentials, set it up from the portal settings by providing the required details for each inverter.
If you use installer credentials, once the integration is created and after the required waiting time for each inverter, you will retrieve all installation data. To make it visible to the client in the app, you need to link it to the house. This can be done either through the portal or via Connect Api:
- Retrieve installation data: use the
nameorplantCodeto search for installation metadata, including theinstallationId, which will be needed to link it to the house. - Obtain the houseId: use the
userIdto retrieve the client's houses, then select thehouseIdwhere you want to link the installation. - Link the solar installation to the house: finally, connect the solar installation using
installationIdto thehouseIdto enable your client monitoring of all inverter data, including energy production, consumption, real-time power, and solar savings.