saj_collector 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6051e60be83878368fff7a972f99ce37590d75b5
4
- data.tar.gz: 844b49249c038b790ab31afd297d064edf80601d
3
+ metadata.gz: eb0e2fd857c4c83e5610e636e274fa24f65f246f
4
+ data.tar.gz: 5d19044efcfa542fdb6070e87ec554a6607f8eb1
5
5
  SHA512:
6
- metadata.gz: 9dabb743328c6f2e7900ea34772e2ad12fc938f267d8d65bb6fd5ef63f535dd62ac07f1b6edf0aecfca58ef562973253d91a21f5208f42f239f6301787cababb
7
- data.tar.gz: b03734bf6113c704391bbeb179a283ef8a1fcda02b13f1f96c5651f31aa1fb79c206eede289ffa5d7ee1062fb36b2bc7ce4fc24219b5b18291d74310b19947ee
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 ```/etc/saj_collector/saj_collector.yaml```.
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('/etc/saj_collector/saj_collector.yaml')
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
@@ -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('/etc/saj_collector/saj_collector.yaml')
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
@@ -1,3 +1,3 @@
1
1
  module SAJCollector
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.4.0'.freeze
3
3
  end
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.3.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-02-29 00:00:00.000000000 Z
11
+ date: 2016-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pvoutput