Code Monkey home page Code Monkey logo

bmsy's Introduction

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 : http://paypal.me/yvesvlb

Licensed via GNU General Public License v3.0.

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

bmsy's People

Contributors

drbytes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.