Skip to content

blafoo/growatt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI with Maven

growatt

API to query data from server.growatt.com for Growatt inverters.

Usage

  1. Create a GrowattWebClient instance
  2. Login
  3. Query data
GrowattWebClient client = new GrowattWebClient();
client.login(new LoginRequest("account", "password"));
DayResponse day = client.getInvEnergyDayChart(new EnergyRequest(client.getPlantId(), "2023-05-31"));

Examples

  1. Unit test GrowattWebClientTest
  2. Vaadin 24 project using the GrowattWebClient

Change log

07.12.2023 The password used to login is hashed now