michael-simons / energy

A java library to read data from my Modbus based energy devices.

Home Page:https://energy.basjes.nl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Energy systems reading toolkit

Travis Build status Coverage Status Quality Gate Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License

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, not yet 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-2021 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.

About

A java library to read data from my Modbus based energy devices.

https://energy.basjes.nl/

License:Other


Languages

Language:Java 89.8%Language:Shell 4.8%Language:ANTLR 2.4%Language:Python 1.7%Language:Dockerfile 0.8%Language:Makefile 0.6%