Skip to content
/ bmsy Public

a .net core JBD BMS and Growatt inverter monitoring application

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

stienman/bmsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMSY

I wanted a simple way to read the data of my JBD BMS but ended up also adding support to control and read data from my Growatt inverters. Written in C# using .net core.

TODO: Add info on how to compile the project

In the current state the project supports a Growatt SPF5000ES and a JBD BMS. All data gathered is published on a MQTT server and can be queried via the REST API. It should be straightforward to add a new inverter, just implement IInverter and return IInverterInfo, for a BMS it's IBMS and IBMSInfo.

The REST API allows for control of the inverters, you can switch charging sources, select modes, change chare current etc. I use this api to perform actions on the inverters from NodeRED.

TODO: Add info on how to use the API

There is also a UI included that allows you to control the inverters using a browser, in BMSYUI.

In the current state it is stable for what I need it to do, I will be adding more stuff when I find the time.

All configuration is done via appsettings.json. If you don't have a MQTT server you can leave the host name blank.

I run it on a Raspberry PI 4 without any problems, as a service.

If you want to support the development or like what you see, feel free to chuck a dime in the beer fund : https://paypal.me/yvesvlb

Licensed via GNU General Public License v3.0.

Thanks to EasyModbusTCP ( https://easymodbustcp.net/en/ ).

About

a .net core JBD BMS and Growatt inverter monitoring application

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published