Skip to content

2020.14.0

Compare
Choose a tag to compare
@sfeilmeier sfeilmeier released this 03 Jul 19:56
· 1537 commits to develop since this release

Common

  • Update UI and Java dependencies

Edge

  • Implement Shelly Plug S and Shelly 2.5 WiFi Switches (#1156)
  • Controller IO Heating-Element: apply default Level in manual mode c6bab9b
    • Migrate JUnit tests to new JUnit test framework
    • Add JUnit tests for manual mode
  • Work on Energy Storage System power distribution optimizer (#1167)
    • Allow modification of configuration without reloading of component
    • Add limit on "Integral" part of PID filter c143b05
    • Add option to disable PID filter db467ea
  • FENECON Pro 9-12 fix MaxApparentPower (#1167)
  • Soltaro Single B: add missing Api Channels (#1164)
    • write necessary component channels to api channels, fix isUndefined() for state machine
    • Avoid 'SuppressWarnings'
  • Do not handle events if component is disabled. ab02d46
    • Add missing if-clause to break-early the event handling of multiple components.