An open API service indexing awesome lists of open source software.

https://github.com/blafoo/bkw

App to show data from server.growatt.com for Growatt inverters
https://github.com/blafoo/bkw

feign-client growatt growatt-api growatt-server inverter java-17 solar-energy spring-boot vaadin vaadin-24

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[![Java CI with Maven](https://github.com/blafoo/BKW/actions/workflows/maven.yml/badge.svg)](https://github.com/blafoo/BKW/actions/workflows/maven.yml)

# 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`
1. Run the Spring Boot app `de.blafoo.bkw.Application`

## Dependencies

1. Spring Boot 3+
1. Vaadin 24+ for the UI
1. [`Growatt API`](https://github.com/blafoo/growatt) to access server.growatt.com

## Remarks

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