Skip to content

2018.4

Compare
Choose a tag to compare
@sfeilmeier sfeilmeier released this 29 Mar 14:30
· 4105 commits to develop since this release

Edge

  • Fix error that caused some channels to not be read frequently 4684602

This fixes a bug, where certain modbus registers (like FeneconProPv.ActivePowerL1) would not be read all the time, even if they were set as required - because the FunctionalReadChannel had not forwarded it to its base channels.

  • First implementation of DelayChargeController. It delays the time for 100 % state of charge of the battery, in order to reduce the strain on the grid e3e8ab6
  • Add templates for
    • Peak-Shaving + Self-consumption optimization combination 1dbd2e4
    • Symmetric and asymmetric BalancingController 7d9bf74
    • DelayChargeController cf29a89
  • Fix template for FENECON Pro 9-12 with asymmetric-symmetric-combination 7b39e5a
  • Optimizations to Power calculation 5d5d9f0 22fdd66
  • Introduce Json-Schema (based on http://json-schema.org) to define the format of complex ConfigChannels ae51b66

UI

  • Update angular-cli to 1.7.3