2022.10.0
·
794 commits
to develop
since this release
Highlights
- Add Plexlog Meter (#1921)
- Implement Edge-to-Edge control of Energy Storage System (#1777)
- Enables Edge-to-Edge connection of devices from a slave OpenEMS Edge via Modbus. This requires
Controller Api Modbus/TCP Read-Write
to be active on the slave system, e.g. via the https://fenecon.de/produkte/fems/fems-app-modbus-tcp-schreibzugriff/[FEMS App Modbus/TCP Schreibzugriff] for a FENECON Energy Storage System.
- Enables Edge-to-Edge connection of devices from a slave OpenEMS Edge via Modbus. This requires
FEMS Backports 2022-08 (#1921)
- Backend.Api.Controller
- Improve reconnection speed
- Fix problems if initial connection fails with timeout
- Disable JUnit test as it sometimes breaks CI
- Modbus-TCP-Api Controller:
- Add implementation of 'cycleValue'
- Return actual ESS limits at the Controller position in the Scheduler (instead of just AllowedCharge/DischargePower)
- Heating Element Controller
- Add Status information
- Runtime fixes
- Timeslot-Peakshaving ("Hochlastzeitfenster")
- Fix parsing of times
- Add PeakShavedPower Channel
- App-Center
- Improve Javadoc and minor improvements to App definitions and App-Manager service
- Shelly IO
- Implement 'Meter' Nature. Now Shelly Plugs are shown as Consumption in OpenEMS UI
- Meters by Carlo Gavazzi, Janitza, Siemens, SOCOMEC, Schneider
- Add invert feature
- Simulated ESS
- Derive AllowedCharge/DischargePower from Capacity (simulate a C-Rate of 1)
- UI
- Add ES-Lint and Unit tests
- Continue migration to oe-modal-line etc.