Skip to content

2019.4.0

Compare
Choose a tag to compare
@sfeilmeier sfeilmeier released this 11 Jun 06:25
· 2213 commits to develop since this release

Common

  • Update and clean dependencies
  • Update Docs
    • start translation to German using po-files
    • update Edge deploy documentation
    • dynamically load all readme.adoc files from bundles into docs. If you create a new bundle, please provide a 'readme.adoc' file in the root of your bundle. It will be integrated to global docs automatically.
  • Allow exporting of historic data to Excel via UI. Implemented in Backend and Edge. Thanks @pooran-c

Edge

  • Fix FENECON Mini PV Production Power register cbf3c6d
  • Improve implementation of battery inverter KACO 50 and Soltaro Battery
  • Introduce "_cycle/MeasuredCycleTime" to measure actual cycle time c3f1c28
  • Fix "Unit" toString()-method cb80482
  • Rest-Api: add debug mode for verbose logs 78732c4
  • Implement Daily Scheduler. It allows different Controllers to be executed on different periods per day. Thanks @venu-sagar
  • Implement PQ Plus UMD 97 Meter https://www.pq-plus.de/news/pqplus/umd-97-messgeraet.html

UI

  • Show effective Charge/Discharge for DC connected Energy Storage Systems
  • Fix direction of storage discharge arrow
  • Fix calculation of power ratio for Energy Storage System
  • Add widget for 'Controller.Io.FixDigitalOutput' c18a738
  • Move history period date selection to global widget. Improve overall screen layout and prepare for upcoming features. Thanks @fabianfnc