SMA Reader

A library to read SMA devices

License

License

GroupId

GroupId

com.github.andy2003
ArtifactId

ArtifactId

sma-reader
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

SMA Reader
A library to read SMA devices
Project URL

Project URL

https://github.com/Andy2003/SMAReader
Source Code Management

Source Code Management

https://github.com/Andy2003/SMAReader/tree/master

Download sma-reader

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.andy2003/sma-reader/ -->
<dependency>
    <groupId>com.github.andy2003</groupId>
    <artifactId>sma-reader</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andy2003/sma-reader/
implementation 'com.github.andy2003:sma-reader:1.0.0'
// https://jarcasting.com/artifacts/com.github.andy2003/sma-reader/
implementation ("com.github.andy2003:sma-reader:1.0.0")
'com.github.andy2003:sma-reader:jar:1.0.0'
<dependency org="com.github.andy2003" name="sma-reader" rev="1.0.0">
  <artifact name="sma-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andy2003', module='sma-reader', version='1.0.0')
)
libraryDependencies += "com.github.andy2003" % "sma-reader" % "1.0.0"
[com.github.andy2003/sma-reader "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.11

Project Modules

There are no modules declared in this project.

SMAReader

A Java API to read data from SMA devices, based on the SBFspot project

This is based on

The goal of this project to clean up the code for use in libraries.

Usage

To use this project you need Java version 8 and a SMA solar inverter.

Take a look into the SmaReaderTest

Multiple inverters are supported.

Major props to the creators of the original SBFspot project.

Disclaimer

A user of SBFspot and SMAReader software acknowledges that he or she is receiving this software on an "as is" basis and the user is not relying on the accuracy or functionality of the software for any purpose. The user further acknowledges that any use of this software will be at his own risk and the copyright owner accepts no responsibility whatsoever arising from the use or application of the software.

SMA, Speedwire are registered trademarks of SMA Solar Technology AG

Versions

Version
1.0.0