Skip to content

gratzl-dev/solarweb-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solar.web webscraper Build Status dependencies status

Easy way of reading fronius energy values directly from solar.web in nodejs

Getting Started

npm install solarweb --save

var solarweb = require('solarweb');
                                        //bool
solarweb.login('username', 'password', rememberme, function callback(success){
    // ... do stuff
});

Only works when logged in:

var date = {
    year:2017,
    month:8,
    day:8
};
solarweb.getEnergyChartByDay('pvSysId', date, function callback(response){
    // ... do stuff
});

check index.js for an example usage!

Contribution welcomed :)

About

Easy way of reading fronus energy values directly from solar.web in nodejs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors