-
Notifications
You must be signed in to change notification settings - Fork 62
Adding Support for Your Inverter
Robin Wohlers-Reichel edited this page Jul 26, 2019
·
1 revision
To add support for your inverter, we need to know about the API.
For example, the thread here and here shows members of the community figuring out the API for the Solax Hybrid inverters.
They determined the endpoint (http://10.0.0.100/api/realTimeData.htm
), protocol (HTTP endpoint) and data schema (Datafield:Description... etc).
In summary, the check-list of required information is:
- Protocol
- Endpoint
- Schema
One way to satisfy these requirements is an example script- bash/curl, python, anything goes- and a sample of the response.