Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 626 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 626 Bytes

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