Skip to content
/ BKW Public

App to show data from server.growatt.com for Growatt inverters

License

Notifications You must be signed in to change notification settings

blafoo/BKW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI with Maven

BKW

App to visualize the data from server.growatt.com for Growatt inverters

Usage

  1. Apply your login data for server.growatt.com to src/main/resources/application.properties
  2. Run the Spring Boot app de.blafoo.bkw.Application

Dependencies

  1. Spring Boot 3+
  2. Vaadin 24+ for the UI
  3. Growatt API to access server.growatt.com

Remarks

The app accesses server.growatt.com either using Feign or a Spring WebClient