Do we remember this chart?
Does this chart type ring a bell? It was part of JSR 1.x and was not included in 2.x. I have no idea why I didn’t include it earlier. I’ve got a list of todo items for the upcoming release….
Read more
monitors the energy revolution
Does this chart type ring a bell? It was part of JSR 1.x and was not included in 2.x. I have no idea why I didn’t include it earlier. I’ve got a list of todo items for the upcoming release….
Read more
To answer the first question. Yes I did a lot of work on jSunnyreports on the last day of 2015 and also on the first day of 2016. I have removed the temporary mock website and I am now running…
Read more
More teaser images! It is now possible to compare days and individual inverters with each other. Just enter two dates and press compare. As you can see all inverters of both days are rendered by default in the chart. In…
Read more
I’ve been working on version 2.0 for quite some time now. The single biggest change is it won’t use Jfreecharts anymore for creating all the charts. Instead it will use a javascript library called Highcharts. The biggest advantage is that…
Read more
I have just uploaded a new release which I compiled yesterday. This version contains a few bugfixes. Crash when using the maxwatt value when some charts are created Crash in a certain situation while creating the HTML pages Both bugs…
Read more
I am finally satisfied with all the code changes and upgrades. Changes since the last beta: Code overhaul with loading inverters ( loads of duplicate code removed ) Performance improvements Stability Bugfixes I have declared this release “STABLE”. So everyone…
Read more
Another minor update. One minor bugfix in the code, some small performance improvements and a big change in the base template. The base template has been polished a bit, background image, small changes in the HTML code…
Read more
The configuration of the inverters has changed radically. In the first beta release I forgot to include configuration samples for the inverters that need additional information. I have listed them here. I have listed them as inverter.<x>.mandatory.serialnumber. Where <x> ofcourse…
Read more
Lets face it. I think I’m a decent programmer, but the one department I seriously have troubles with is the dashboard/frontend department. The templates for jSunnyreports were created in under an hour using some basic HTML and CSS. Crude but…
Read more
I’m slowly making progress with the new version of jSunnyreports. I have got the new loading part done. The inverterfile will look something like: # # # inverter.1.mandatory.invertername=Solarmax2000s inverter.1.mandatory.wattpeak=1920 inverter.1.mandatory.kwhkwp=650 inverter.1.mandatory.invertertype=8 inverter.1.mandatory.inputdirectory=c:\\temp_mk\\solarmax inverter.1.mandatory.barcolor=255,0,0 inverter.1.mandatory.linecolor=255,0,0 inverter.1.mandatory.fromdate=01-01-2010 inverter.1.optional.comparelinecolor=180,0,0 inverter.1.optional.correctionfactor=1.00 inverter.1.optional.inclination=45 inverter.1.optional.orientation=90 inverter.1.optional.tilldate=…
Read more