Skip to content

Releases: KKoPV/PVLng

v2.5.0 feature release

14 Feb 20:27
Compare
Choose a tag to compare

FIX

CHANGED

NEW

v2.4.1 hotfix release

08 Feb 14:20
Compare
Choose a tag to compare

FIX

  • Fix script error when output is compressed
  • Fix redirect to /adminpass for Nginx ($_SEVER['PATH_INFO'] is not set in every case)

v2.4.0 feature release

08 Feb 12:46
Compare
Choose a tag to compare

FIX

  • Rename Yield class for PV-Log, yield is reserved since PHP 5.5 ~ Knut Kohl [email protected]

CHANGED

NEW

v2.3.0 feature release

28 Jan 19:36
Compare
Choose a tag to compare

FIXED

  • Fix readout for meter channels with consolidation periods ~ Knut Kohl [email protected]

NEW

v2.2.0 feature release

25 Jan 12:25
Compare
Choose a tag to compare

FIXED

CHANGED

  • Adjust widget to draw chart also before 1st reading of day was saved ~ Knut Kohl [email protected]

NEW

  • Add script for Smart Energy Groups update #21 ~ Knut Kohl [email protected]
  • Add loacation search via Google maps to AdminPass for initial configuration ~ Knut Kohl [email protected]
  • Add new model Daylight for sunrise/sunset related functions in API r3 and charts ~ Knut Kohl [email protected]
  • Add template for Fronius inverters ~ Knut Kohl [email protected]
  • Add API r3, see /api/r3/help.json for details, can also act as Volkszaehler Middleware on request but without security as defined ~ Knut Kohl [email protected]
  • Add logic for Fronius solar inverters ~ Knut Kohl [email protected]
  • Add consolidation presets for charts ~ Knut Kohl [email protected]
  • Accept "sunrise" and "sunset" as start/end parameter for data readout ~ Knut Kohl [email protected]

v2.1.0 Feature release

12 Jan 19:37
Compare
Choose a tag to compare

Please note

Don't forget to load sql/pvlng.2.1.0.sql to upgrade database!

FIXED

  • Fix wrong SQL select for channel read when used as sub channel ~ Knut Kohl [email protected]
  • Fix missing decimals formated data values for scatter plotted channels in charts ~ Knut Kohl [email protected]

CHANGED

NEW

  • Allow split seconds reading values, align during readout to at least one minute ~ Knut Kohl [email protected]
  • Add flag to add a new created channel automatic to overview ~ Knut Kohl [email protected]
  • Add hint in README how to install development branch ~ Knut Kohl [email protected]
  • Add Widget ~ Knut Kohl [email protected]
  • Add channel widget script, see frontend/View/Widget/README for help ~ Knut Kohl [email protected]
  • Add param type cast functions ~ Knut Kohl [email protected]
  • Store also seconds into CSV log files during API push from script ~ Knut Kohl [email protected]
  • Put template search paths into Controller::before() to allow manual rendering from within controller actions ~ Knut Kohl [email protected]

DELETED

  • Remove time step for saveed readings, save real timestamps and calculate during readout if required ~ Knut Kohl [email protected]

v2.0.0

03 Jan 18:17
Compare
Choose a tag to compare

FIXED

CHANGED

NEW

OTHER

v2.0.0 release candidate 2

18 Dec 21:43
Compare
Choose a tag to compare
Pre-release
  • Fixed wrong channel icon path
  • Fixed not displayed private channels
  • Fixed HTML entities in gauge sub channels
  • Ignore not yet created hooks configuration file
  • Supress failed soket open test
  • Redirect to /adminpass if no admin user defined yet, only once after fresh install
  • Fix check for $_SERVER variables, PATH_INFO is on Apache not set for "empty" / calls
  • Fix loading view for not logged in users

v2.0.0 release candidate 1

16 Dec 21:14
Compare
Choose a tag to compare
Pre-release
  • Add meter reset
  • Adjust theme
  • Prototype SocketServer
  • Adjust return codes
  • Fix call with no saved channels
  • Fix "remember me" cookie
  • Add API r2 custom routes feature
  • Add public channel flag
  • Adjust API r2 attributes reading
  • Add channel Meter
  • Add channel aliasing
  • Adjust Dashboard channel handling
  • Adjust favicons for all devices
  • Switch to fluid layout
  • Draft for production estimation channel
  • New channel type Alias
  • Introduce template macros
  • Accept case insensitive user login name
  • Change size of inline images
  • Change MVC framework to slim-framework
  • Rename and rework core classes
  • Clarify API calls
  • Update to API r2
  • Add some statistics to HTML source code
  • Add image dimensions
  • Add inline images replacement during template compile time
  • Hide decimals on generic group channel types without model
  • Fix DataTables 1.9.4
  • Add custom template handling
  • Add some statistics
  • Add image dimensions and tune caching
  • Handle nullable columns
  • Add gzip compression
  • Add variable replacement for emtpy non-numeric values
  • Fix empty replacement for correct handling on twitter post
  • Upgrade jquery.dataTables.min.js to 1.9.4
  • Add min/max values to table output
  • Add channel type Calculator for pure calculations
  • Switch Index -> Overview, Chart -> Index
  • Add currency handling
  • Move login/logout/adminpass to its own controller
  • Add twitter status posting from file
  • Change twitter token handling
  • Add common "run" directory
  • Add second channel for comparison conditiona Add new line handling in config values
  • Add TOC
  • Adjust HTML code compression and image alignment
  • Fix description Controller handling
  • Fix returnto handling
  • Add textarea edit
  • Change editable fields
  • Add multiple moves ub/down Add moves left/right
  • Add Description controller
  • Add jump to date via URL
  • Handle responses correct for Accept header
  • Detect for PUT/DELETE send JSON data also without Content-Type header
  • Protect POST against not logged in users
  • Add handling in templates
  • Add public charts handling
  • Add public charts saving
  • Change default controller from Overview to Charts
  • Fix JSON handling and quoting for API r2
  • Add loading time in notification
  • Justify request handling for API : application/json
  • Adjust config.php generation
  • Adjust buffer handling in views
  • Simplify buffer handling for readings
  • Change to API r2
  • Add API release 2
  • Cosm changed to Xively
  • Make shorter responses for mobile calls
  • Add module to show horizontal lines
  • Add installer script
  • Fix AJAX result names
  • Fix encoding
  • Fix deep array merging
  • Add Ngnix virtual host config
  • Add Average model
  • Add internal SQL function call with parameters
  • Add initial Piko reader
  • Add initial alerting updater
  • Add Xively updater
  • Fix API call
  • Fix field display control
  • Add loading controller specific configuration

v1.3.0

16 Dec 21:16
Compare
Choose a tag to compare

Please import sql/pvlng.1.3.0.sql manually!

FIXED:

  • Fix missing session destruction on logout
  • Fix offset and PowerAcW calculation for PV-Log

NEW:

  • Added JSON extractor for Sonnenertrag.eu
  • Added new exporter to Cosm.com

OTHER CHANGES:

  • Tune logic for reading overall data from meter channels