Skip to content

2019.9.0

Compare
Choose a tag to compare
@sfeilmeier sfeilmeier released this 16 Aug 19:31
· 2015 commits to develop since this release

Common

  • Historic data in UI: improve calculation of resolution; starting from 5 minutes a06f47e

Edge

  • Improve ComponentManager b3eea3c
    • clearly separate and provide Enabled-Components from All-Components
    • OSGiValidateWorker: do not compare Service-PID, to avoid false positives; try to restart inactive components 06fb422
    • Cycle: handle disabled Controllers. Add info channel
  • Modbus-Bridge: improve handling of frequent read errors 15727e2
    • Add "Invalidate elements after how many read Errors?" configuration. By default Channels are invalidated with the first read error. Increase this value if modbus read errors happen frequently.
    • Be aware, that this can introduce system stability issues, as the system will react slower to disconnected modbus devices.
  • Sum: fix calculation of State channel ebb2b6e
  • Implement generic SunSpec Meter + SolarEdge PV-Inverter & Grid-Meter (#703)
  • Implement Tesla Powerwall 2 (#715)
  • Add Predictor API and Persistence-Model Predictor (#686) thanks @pooran-c
  • Improve Electric Vehicle Charging Station handling (#732) thanks @sebastianasen

UI

  • Add UI History Widget for CHP controller (#708) thanks @pooran-c