This gem is for working with a PIKO Inverter from KOSTAL
Add this line to your application's Gemfile:
gem 'piko'
And then execute:
$ bundle
Or install it yourself as:
$ gem install piko
For it has only been used for receiving current data, and prep them for puplication on cosm.com See examples/piko_to_json.rb. The actual upload to cosm.com has been done with curl.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request