SolarMill
(SolarMill)
13
That did it graph2.js is there now. Made the changes and also added some other stuff. For now it’s up to the user to decide what the “Int” value means, and whether or not the “Wh” and “kWh” values are relevant or not.
Starting at line 491 in graph2.js
out += "<td>"+feedlist[z].stats.stdev.toFixed(dp)+"</td>"; out += "<td>"+((feedlist[z].stats.mean * time_in_window)).toFixed(dp)+"</td>"; out += "<td>"+((feedlist[z].stats.mean * time_in_window) / 3600).toFixed(dp)+"</td>"; out += "<td>"+((feedlist[z].stats.mean * time_in_window) / 3600000).toFixed(dp)+"</td>"; for (var i=0; i<11; i++) out += "<option>"+i+"</option>";
Link to fork: GitHub - solarmill/graph: Versatile graphing module for emoncms
Thanks for the help everyone!
-Berkeley Fergusson
2 Likes