saj_collector 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/exe/saj_collector +1 -1
- data/exe/saj_output_collector +1 -1
- data/lib/saj_collector/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb0e2fd857c4c83e5610e636e274fa24f65f246f
|
|
4
|
+
data.tar.gz: 5d19044efcfa542fdb6070e87ec554a6607f8eb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2c6ff7d9e8aaa5e763d88f345e79a5bad9b464e00a7d37405b1ab273d04190016e134a22acbff2f8db72d6b1655531f468f28136259cde16283cc0a93b9e18c
|
|
7
|
+
data.tar.gz: 6162c218efce7da2a1c55c4edcbb0c1d7034644fe8e2d198c1cd86334d020d0ec39769ecf729b10a8d410a6750d85b7612ed63122408311eba09ce572258a5c4
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Install it:
|
|
|
11
11
|
|
|
12
12
|
## Usage
|
|
13
13
|
|
|
14
|
-
Create a config file for PVOutput in
|
|
14
|
+
Create a config file for PVOutput in ```saj_collector.yaml```.
|
|
15
15
|
This should contain the IP address of your SAJ Solar Invertor, and your
|
|
16
16
|
PVOutput system id and API key
|
|
17
17
|
|
data/exe/saj_collector
CHANGED
|
@@ -6,7 +6,7 @@ require 'pvoutput/client'
|
|
|
6
6
|
require 'yaml'
|
|
7
7
|
|
|
8
8
|
# Load the configuration from the yaml file
|
|
9
|
-
sajcollector_config = YAML::load_file('
|
|
9
|
+
sajcollector_config = YAML::load_file('saj_collector.yaml')
|
|
10
10
|
|
|
11
11
|
# Create a pvoutput with the configured system_id and api_key which both
|
|
12
12
|
# can be obtained from the pvoutput website
|
data/exe/saj_output_collector
CHANGED
|
@@ -6,7 +6,7 @@ require 'pvoutput/client'
|
|
|
6
6
|
require 'yaml'
|
|
7
7
|
|
|
8
8
|
# Load the configuration from the yaml file
|
|
9
|
-
sajcollector_config = YAML::load_file('
|
|
9
|
+
sajcollector_config = YAML::load_file('saj_collector.yaml')
|
|
10
10
|
|
|
11
11
|
# Create a pvoutput with the configured system_id and api_key which both
|
|
12
12
|
# can be obtained from the pvoutput website
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: saj_collector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Johnny Willemsen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pvoutput
|