Skip to content

nielsbasjes/energy

Repository files navigation

Github actions Build status Coverage Status License: CC BY-NC-ND 4.0 Maven Central GitHub stars If this project has business value for you then don't hesitate to support me with a small donation. Website

Energy systems reading toolkit

This is a Java library to make reading data from devices that have a Modbus interface easier.

For the actual modbus connection this library relies on https://github.com/steveohara/j2mod

This library does the mapping from the binary modbus registers to meaningful variables.

Currently two mappings have been written

  • Solar inverters conforming to the SunSpec specification
  • The Eastron SDM630 Modbus powermeter

Status

Under development, unfinished, unstable, only a pre-ALPHA version was released.

Or simply put: Works on my machine ... will probably melt yours ...

Further info: https://energy.basjes.nl

License

Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License

Energy readers and parsers toolkit
Copyright (C) 2019-2023 Niels Basjes

This work is licensed under the Creative Commons
Attribution-NonCommercial-NoDerivatives 4.0 International License.

You may not use this file except in compliance with the License.
You may obtain a copy of the License at

   https://creativecommons.org/licenses/by-nc-nd/4.0/

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an AS IS BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.