-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEMS Backports 2024.3.0 #2560
FEMS Backports 2024.3.0 #2560
Commits on Mar 3, 2024
-
GoodWe Grid-Meter: add support for "Commercial Meter
Co-authored-by: Michael Grill <[email protected]> Co-authored-by: Sebastian Asen <[email protected]> Reviewed-by: Hueseyin Sahutoglu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfd1346 - Browse repository at this point
Copy the full SHA dfd1346View commit details -
Sum: improvements to max-ever-values
- Calculate min/max ever ESS discharge power (will eventually replace MaxApparentPower in UI Live) - add EssMinDischargePower and EssMaxDischargePower channels to _sum - calculate _sum/EssDischargePower also from non-hybrid ESS - improve parsing of _sum config: parse String values to int - Prediction: fix possible NoSuchElementException if all predictions are empty
Configuration menu - View commit details
-
Copy full SHA for db48592 - Browse repository at this point
Copy the full SHA db48592View commit details -
New App "EZA-Regler" - visible for ADMIN only Co-authored-by: Michael Grill <[email protected]> Reviewed-by: Hueseyin Sahutoglu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2d7df7 - Browse repository at this point
Copy the full SHA a2d7df7View commit details -
Implement generic LinuxFs GPIO for Modberry
Co-authored-by: Lorant Meszlenyi <[email protected]> Co-authored-by: Hueseyin Sahutoglu <[email protected]> Co-authored-by: Stefan Feilmeier <[email protected]> Reviewed-by: Michael Grill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f96f03c - Browse repository at this point
Copy the full SHA f96f03cView commit details -
Co-authored-by: Kai Jeschek <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba7ffb1 - Browse repository at this point
Copy the full SHA ba7ffb1View commit details -
AppCenter: Home 20 & 30 added modbus for external meters
predefined modbus for meters is for home 20 & 30 modbus2 add modbus2 for home 20 & 30 Co-authored-by: Sebastian Asen <[email protected]> Reviewed-by: Michael Grill <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 725a0ea - Browse repository at this point
Copy the full SHA 725a0eaView commit details -
GoodWe: set correct Battery-Voltage values
Correct register values for bmsChargeMaxVoltage & bmsDischargeMinVoltage were not checked, but set with the other battery values. Co-authored-by: Sebastian Asen <[email protected]> Reviewed-by: Michael Grill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3781af5 - Browse repository at this point
Copy the full SHA 3781af5View commit details -
AppCenter: ToU only compatibility with Home 10, 20 or 30
Decreased compabitlity of tout to only be availabe when a Home 10, 20 or 30 System is installed Co-authored-by: Michael Grill <[email protected]> Reviewed-by: Hueseyin Sahutoglu <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ce372b - Browse repository at this point
Copy the full SHA 2ce372bView commit details -
Implement system SOFT/HARD restart (Edge JsonRPC)
- Add JSON-RPC handler for system restart (`ExecuteSystemRestart`) - HARD: reboot system - SOFT: restart OpenEMS service - Extract handling of system commands to common `SystemRecord` record Co-authored-by: Lorant Meszlenyi <[email protected]> Reviewed-by: Sebastian Asen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82bbde7 - Browse repository at this point
Copy the full SHA 82bbde7View commit details -
UI: change "Installateurszugang anlegen" to "Account anlegen"
English: "create installer account" to "create account" Co-authored-by: Lukas Rieger <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b5d106 - Browse repository at this point
Copy the full SHA 4b5d106View commit details -
AppCenter: Home 20/30 Grid Meter
Co-authored-by: Sebastian Asen <[email protected]> Reviewed-by: Lukas Rieger <[email protected]> Co-authored-by: Michael Grill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91c7f35 - Browse repository at this point
Copy the full SHA 91c7f35View commit details -
UI: Refactoring of translations
Co-authored-by: Sagar Venu <[email protected]> Reviewed-by: Lukas Rieger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a0f643 - Browse repository at this point
Copy the full SHA 3a0f643View commit details -
AppCenter: fix AlpitronicEvcs wrong scheduler factory id
Replaced wrong factory id for scheduler configuration with correct one Co-authored-by: Michael Grill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dc5f69 - Browse repository at this point
Copy the full SHA 0dc5f69View commit details -
Co-authored-by: Sagar Venu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 132d7bd - Browse repository at this point
Copy the full SHA 132d7bdView commit details -
CI: Fix all builds are marked dirty
Co-authored-by: Kai Jeschek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fd2bb9 - Browse repository at this point
Copy the full SHA 7fd2bb9View commit details -
GoodWe 20 & 30: handle Voltage & Current for DSP version
<!-- Technical description of changes --> Default DSP-Version of home 20& 30 is 0 and was not handled correctly. There are no DSP-versions of home 20 & 30 between 0 & 4 Co-authored-by: Sebastian Asen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aea562a - Browse repository at this point
Copy the full SHA aea562aView commit details -
Co-authored-by: Lukas Rieger <[email protected]> Co-authored-by: Sagar Venu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d4044f - Browse repository at this point
Copy the full SHA 8d4044fView commit details -
Chart x-axis line was not shown on full hours but on half hours x Axis grid line was not centered above the x axis tick label Handle nullpointer in formatSecondsToDuration Co-authored-by: Sagar Venu <[email protected]> Reviewed-by: Lukas Rieger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8a3b69 - Browse repository at this point
Copy the full SHA a8a3b69View commit details -
AppCenter: refactor pvInverter apps to use "new" props
* Refactored PV-Inverter Apps to use "new" Props * Added selection of Phase to SolarEdge App * Changed description text of tibber token Co-authored-by: Michael Grill <[email protected]> Reviewed-by: Kai Jeschek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51902d3 - Browse repository at this point
Copy the full SHA 51902d3View commit details -
RRD4j/Backend-Api: avoid exception during deactivate
Fix bug in ControllerApiBackend or TimedataRrd4jImpl which required a restart. Fixes #2545 Co-authored-by: Michael Grill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1687524 - Browse repository at this point
Copy the full SHA 1687524View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b53b3 - Browse repository at this point
Copy the full SHA 08b53b3View commit details