Skip to content

Commit 9d9ffd6

Browse files
committed
updated README.md, added keywords and library info files
1 parent 88279e9 commit 9d9ffd6

File tree

4 files changed

+37
-2
lines changed

4 files changed

+37
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This library allows communication of an Arduino with a SunEzy inverter, connected via the serial port.
1+
This library allows communication of an Arduino with a SunEzy / Orion inverter, connected via the serial port.
22

33
Functionality is mostly complete, the only missing feature (that I know of) is setting inverter parameters.
44

@@ -23,4 +23,4 @@ Here's a table with all the status properties
2323

2424
Based on https://archive.codeplex.com/?p=pv
2525

26-
Please note that, even though the python library has only been tested with a CMS-2000 inverter and a SunEzy 600E, it also worked on my SunEzy 2810, and it believe this would be the case for every SunEzy inverter, as long as it has a serial port and can be queried by the SunEzy Control software.
26+
Please note that, even though the python library has only been tested with an Orion CMS-2000 inverter and a SunEzy 600E, it also worked on my SunEzy 2810, and it believe this would be the case for every inverter, as long as it has a serial port and can be queried by the SunEzy Control software or the equivalent Orion software.

keywords.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Frame KEYWORD1
2+
InverterStatus KEYWORD1
3+
Inverter KEYWORD1
4+
reset KEYWORD2
5+
discover KEYWORD2
6+
begin KEYWORD2
7+
version KEYWORD2
8+
status KEYWORD2

library.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "arduino-pv",
3+
"keywords": "photovoltaic, energy-monitor, pv, solar, sunezy, orion, cms2000",
4+
"description": "Arduino Library to communicate with SunEzy / Orion inverters.",
5+
"homepage": "https://github.com/guglicap/arduino-pv.git",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/guglicap/arduino-pv.git"
9+
},
10+
"version": "1.0.0",
11+
"authors": {
12+
"name": "guglicap"
13+
},
14+
"frameworks": "arduino",
15+
"platforms": "*"
16+
}
17+

library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=arduino-pv
2+
version=1.0.0
3+
author=guglicap
4+
maintainer=guglicap
5+
sentence=Arduino Library to communicate with SunEzy / Orion inverters.
6+
category=Communication
7+
url=https://github.com/guglicap/arduino-pv
8+
architectures=*
9+
repository=https://github.com/guglicap/arduino-pv.git
10+
license=MIT

0 commit comments

Comments
 (0)