summaryrefslogtreecommitdiffstats
path: root/node.d
AgeCommit message (Expand)Author
2018-02-26fix chart contextChris
2018-02-26Better context for stiebeleltron pluginChris
2018-01-29Fixed a bug where solar consumption is 100% even though solar power is zero.Chris
2018-01-28Add new dimension: solar_consumption, which is a percentage calculated from l...Chris
2017-11-13fix node.d.plugin responseProcessor failures; fixes #2955Costa Tsaousis (ktsaou)
2017-11-10handle exceptions in node processor functions; fixes #2955Costa Tsaousis (ktsaou)
2017-08-27switched snmp to passing 64 bit counters as strings; #2362Costa Tsaousis (ktsaou)
2017-08-26handle each snmp value type individually; copy Buffers returned; #2362Costa Tsaousis (ktsaou)
2017-08-26added debug info to SNMP received values; #2362Costa Tsaousis (ktsaou)
2017-08-25updated node.js net-snmp to latest version using ans1-ber; #2362Costa Tsaousis (ktsaou)
2017-08-10include stiebeleltron.node.js in distChris
2017-08-01renaming the dimensions to lowercase.BrainDoctor
2017-07-25Merge pull request #2448 from BrainDoctor/stiebeleltronCosta Tsaousis
2017-07-20wrapping for..in loop in a filter that removes unwanted properties according ...BrainDoctor
2017-07-20Even more tests. Also improved code quality with a refactoring for better tes...BrainDoctor
2017-07-18more unit tests for fronius pluginBrainDoctor
2017-07-16Prepare release 1.7.0v1.7.0Costa Tsaousis (ktsaou)
2017-07-12added the stiebel eltron wikiChris
2017-07-12Merge branch 'master' of git://github.com/firehol/netdata into stiebeleltronBrainDoctor
2017-07-12Merge pull request #2416 from BrainDoctor/masterCosta Tsaousis
2017-07-09Fixed dimension id bug.BrainDoctor
2017-07-09Lower-casing the chart families, to fit better to netdata naming "convention".BrainDoctor
2017-07-09Improvements to dashboardBrainDoctor
2017-07-08first working implementation.BrainDoctor
2017-07-08Merge branch 'fronius_bugfix' into stiebeleltronBrainDoctor
2017-07-08Minor improvement.BrainDoctor
2017-07-07the API is sometimes delivering a negative value for load, which makes no sen...BrainDoctor
2017-07-07forgot the energy unitsChris
2017-07-06Wiki page for Fronius pluginChris
2017-07-06Fixed a bug where the self consumption would jump to zero when collected a nu...BrainDoctor
2017-07-06Improving the dashboard and replaced inverter energy chart with site energy c...BrainDoctor
2017-07-05Removing the shorthand method definitions.BrainDoctor
2017-07-05Removing const's because of strict mode.BrainDoctor
2017-07-05First implementationBrainDoctor
2017-07-05Delete stiebeleltron.node.jsChris
2017-07-05Some code quality changes according to codacyBrainDoctor
2017-07-05Shorthand method definition according to EcmaScript 6BrainDoctor
2017-07-05remove commentsBrainDoctor
2017-07-05Added autonomy chart.BrainDoctor
2017-07-05First implementationBrainDoctor
2017-06-20updated to latest version of net-snmpCosta Tsaousis (ktsaou)
2017-03-11do not multiple SNMP title strings; fixes #1929Costa Tsaousis (ktsaou)
2017-01-26add offset to SNMP values; fixes #1654Costa Tsaousis (ktsaou)
2017-01-07improvements suggested by codeclimateCosta Tsaousis (ktsaou)
2017-01-07changes suggested by codeclimateCosta Tsaousis (ktsaou)
2016-11-27node month is zero basedCosta Tsaousis (ktsaou)
2016-11-27node fullyear should be printed in fullCosta Tsaousis (ktsaou)
2016-11-27fix node.js date of month logging; fixes #1287Costa Tsaousis (ktsaou)
2016-11-26faster zeropad2(); #1281Costa Tsaousis (ktsaou)
2016-11-26new Date().getTime() to Date.now(); #1281Costa Tsaousis (ktsaou)