Skip to content

2020.13.0

Compare
Choose a tag to compare
@sfeilmeier sfeilmeier released this 18 Jun 20:30
· 1543 commits to develop since this release

Edge

  • Implement SMA Sunny Tripower PV Inverter (#1154)

  • Implement OCPP-Server & more for electric vehicle charging (#1142) Thanks @sebastianasen - this is huge!

    • Uses ChargeTimeEU OCPP server implementation: https://github.com/ChargeTimeEU/Java-OCA-OCPP
    • Start implementation of electric vehicle charging stations by
      • ABL
      • IES Keywatt
    • Numerous improvements on electric vehicle charging algorithms
  • Update Channel methods (#1165).

    • Update methods to access Channels as discussed in #1046 and started in #1099. This avoids calls to setNextValue() and setNextWriteValue() and should make the framework much more understandable and lower the learning curve.

    • Each Read-Channel of a Nature Interface gets following methods: (example for a Channel NAME of type Integer)

      • IntegerReadChannel getNameChannel()
      • Integer getName()
      • _setName(Integer value)
      • _setName(int value)
    • Write-Channels also get a method

      • setName(Integer value) that internally calls the setNextWriteValue() method
  • Fix for Soltaro Cluster Version B 395e563

  • Fix for Socomec Diris A14 0a63657

  • Update for Carlo Gavazzi documentation f67c2c4

  • Update Java dependencies #1149, #1166, #1168, #1170, #1171

UI

  • UI: add status component for each edge (#1162)
    • with right restrictions (at least admin)
  • UI: add feature to rename components in 'Anlagenprofil' (#1163)
    • UI: rename components in 'Anlagenprofil' with restriction (at least: owner)
  • Update UI dependencies b72256e