piko

1.0.2 • Public • Published

Piko Inverter Build Status

A NodeJS package that makes it possible to fetch information from a Piko Inverter from Kostal.

Tested on

  • Piko 5.5

Usage

var Piko = require('piko');
var pv = new Piko({
    host: 'http://piko.lan',
	username: 'pvserver',
	password: 'pvwr'
});
pv.fetch(function( result ) {
	console.log(result);
});

Result will look like this object:

{
	totalEnery: 15635,
	dayEnergy: 1,
	currentEnergy: 0,
	active: false
}

Unit test

npm test

Readme

Keywords

Package Sidebar

Install

npm i piko

Weekly Downloads

3

Version

1.0.2

License

ISC

Last publish

Collaborators

  • sitebase