Skip to content

Introduce integration tests#3319

Merged
sfeilmeier merged 1 commit intoOpenEMS:developfrom
parapluplu:hackathon2025/integration_tests
Jan 19, 2026
Merged

Introduce integration tests#3319
sfeilmeier merged 1 commit intoOpenEMS:developfrom
parapluplu:hackathon2025/integration_tests

Conversation

@parapluplu
Copy link
Copy Markdown
Contributor

This pull requests adds a folder integration_tests that enables us to execute integration tests. The framework automatically spins up an openems edge instance before each test, loads desired configuration files and executes the test.

More infos about how to use the integration tests are in the integration_tests/README.md file.

Prerequisites of this pull request are two other pull requests. For now they are included as commit in here, but since these are changes in OpenEMS components I think it makes sense to review them separately. Once they are merged I'll remove them from this pull request

#3314
#3313

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3319      +/-   ##
=============================================
- Coverage      59.21%   59.20%   -0.00%     
  Complexity       105      105              
=============================================
  Files           3040     3040              
  Lines         132190   132190              
  Branches        9756     9756              
=============================================
- Hits           78258    78249       -9     
- Misses         50982    50987       +5     
- Partials        2950     2954       +4     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@parapluplu parapluplu force-pushed the hackathon2025/integration_tests branch from ed9e655 to fb32b0b Compare September 18, 2025 12:56
@parapluplu parapluplu changed the title Introduce Integration Tests Introduce integration tests Sep 18, 2025
@parapluplu parapluplu force-pushed the hackathon2025/integration_tests branch from fb32b0b to 211dc57 Compare September 19, 2025 11:29
@github-actions
Copy link
Copy Markdown

This PR has been automatically marked as stale due to inactivity

If it is still relevant, please update the PR.
Otherwise, it will be automatically closed in 14 days.

Before updating, please review our Contribution Guidelines to ensure all required information is provided.

@github-actions github-actions bot added the Stale label Dec 19, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 2, 2026

This PR has been closed due to inactivity

It was automatically closed because there has been no recent activity.
If the PR is still relevant, please feel free to reopen and update it and add any new information.

@github-actions github-actions bot closed this Jan 2, 2026
@da-Kai da-Kai removed the Stale label Jan 9, 2026
@da-Kai da-Kai reopened this Jan 9, 2026
@da-Kai
Copy link
Copy Markdown
Contributor

da-Kai commented Jan 12, 2026

@parapluplu did you continue working on this?
I would suggest to move integration_tests into the tools directory and then let's get this merged

@da-Kai da-Kai self-requested a review January 12, 2026 14:43
@parapluplu parapluplu force-pushed the hackathon2025/integration_tests branch from aa96930 to 9665fb0 Compare January 16, 2026 08:06
Adds a folder integration_tests that enables us to execute integration tests. The framework automatically spins up an openems edge instance before each test, loads desired configuration files and executes the test.

More infos about how to use the integration tests are in the tools/integration_tests/README.md file.

Testing:
run the following once you full filled the requirements mentioned in `tools/integration_tests/README.md`
```
> poetry run pytest
============================================================================================================================ test session starts ============================================================================================================================
platform win32 -- Python 3.12.10, pytest-8.4.1, pluggy-1.6.0
rootdir: C:\Users\FelixRemmel\development\openems\tools\integration_tests
configfile: pyproject.toml
collected 6 items

openems_integration_tests\tests\edge\ems\power_solver\test_keep_all_equals.py ..                                                                                                                                                                                       [ 33%]
openems_integration_tests\tests\edge\ems\test_channel_priorities.py ..                                                                                                                                                                                                 [ 66%]
openems_integration_tests\tests\edge\ems\test_smoke_tests.py .                                                                                                                                                                                                         [ 83%]
tests\ems_test.py .                                                                                                                                                                                                                                                    [100%]

======================================================================================================================= 6 passed in 230.64s (0:03:50) =======================================================================================================================
```
@parapluplu parapluplu force-pushed the hackathon2025/integration_tests branch from 9665fb0 to fc6119a Compare January 16, 2026 08:07
@parapluplu
Copy link
Copy Markdown
Contributor Author

@parapluplu did you continue working on this? I would suggest to move integration_tests into the tools directory and then let's get this merged

Yep, we're using the integration tests as part of our own pipeline for a while now.
I've moved the directory into the tools directory

@da-Kai da-Kai requested a review from sfeilmeier January 16, 2026 10:21
@sfeilmeier
Copy link
Copy Markdown
Contributor

Thank you! This sounds like a very useful feature. We should cover it in the official documentation as well - and probably discuss use-cases in the Community. 👍

@sfeilmeier sfeilmeier merged commit 464e693 into OpenEMS:develop Jan 19, 2026
7 checks passed
iseeberg79 added a commit to iseeberg79/openems that referenced this pull request Jan 23, 2026
* Push version to 2026.1.0

* Start development of version 2026.2.0-SNAPSHOT

* prepare

* fix history

* low priority

* Bump org.jmdns:jmdns from 3.6.2 to 3.6.3 in /cnf (OpenEMS#3495)

* Bump org.jmdns:jmdns from 3.6.2 to 3.6.3 in /cnf

Bumps [org.jmdns:jmdns](https://github.com/jmdns/jmdns) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/jmdns/jmdns/releases)
- [Changelog](https://github.com/jmdns/jmdns/blob/main/CHANGELOG.txt)
- [Commits](jmdns/jmdns@3.6.2...v3.6.3)

---
updated-dependencies:
- dependency-name: org.jmdns:jmdns
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 in /cnf (OpenEMS#3496)

* Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 in /cnf

Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.21.2 to 1.22.1.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](jhy/jsoup@jsoup-1.21.2...jsoup-1.22.1)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-version: 1.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* [Common] Docs: Update architecture.adoc: fixed ul within section process image (OpenEMS#3490)

- added newline to fix unordered list in section "6. Process Image". 
- typographically corrected the dashes in the last sentence of the section.

* [Common] Docs: Update device_service.adoc: corrected title & added services (OpenEMS#3489)

- Corrected title from "Controller" to "Device and Service".
- In introduction section added "services" in addition to "devices" as description.

* [Common] Docs: Dynamic Documentation Generation, Natures (incl. ESS & IO) (OpenEMS#3488)

* extends docu on Dynamic Documentation Generation, Natures in general and 2 specific natures: ESS & IO
* improved ALT-texts of images to improve accessability

* [Edge] Fronius: update readme.adoc: corrected formatting for ul (OpenEMS#3498)

added line breaks to correct ul rendering

* [Edge] Meter.Janitza.UMG80: add support for Janitza UMG806 (via UMG604 Master) (OpenEMS#3449)

* Adding component UMG806 to Janitza folder

---------

Co-authored-by: Florian Himmelsbach <[email protected]>
Co-authored-by: Florian Himmelsbach <[email protected]>

* [Edge] Meter.Janitza.UMG806: cleanup after OpenEMS#3449 (OpenEMS#3502)

- Fix JUnit tests (by adding empty test-cases to allow reading from Modbus)
- Add new meter type to README
- Apply Eclipse Autoformatting; use static imports
- Reset dependabot.yml

* Bump org.rrd4j:rrd4j from 3.9 to 3.10 in /cnf (OpenEMS#3504)

* Bump org.rrd4j:rrd4j from 3.9 to 3.10 in /cnf

Bumps [org.rrd4j:rrd4j](https://github.com/rrd4j/rrd4j) from 3.9 to 3.10.
- [Changelog](https://github.com/rrd4j/rrd4j/blob/master/changelog.txt)
- [Commits](https://github.com/rrd4j/rrd4j/commits)

---
updated-dependencies:
- dependency-name: org.rrd4j:rrd4j
  dependency-version: '3.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump org.junit.jupiter:junit-jupiter-api from 6.0.1 to 6.0.2 in /cnf (OpenEMS#3503)

Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Edge] Controller.IO.ChannelSingleThreshold: fix GitHub link in readme.adoc (OpenEMS#3508)

* update calculations

wip

Revert "wip"

This reverts commit 56b0bdb.

Revert "update calculations"

This reverts commit fbd8271.

wip

* [Edge] IO.Shelly: Firmware: check only for stable versions (OpenEMS#3517)

* Check if stable version is available
* Added Unit Test

---------

Co-authored-by: Stefan Hanshans <[email protected]>

* FEMS Backports 2026-01-15 (OpenEMS#3518)

* Backend
  * [Backend] Fix setting AlertingSettings for customers [Commit](OpenEMS@5eb3ea9)
  * [Backend] Backports [Commit](OpenEMS@8d64a89)
    * **Implement Edge.Manager; Drop EdgeWebsocket -> allows load balancing** -> BREAKING: This requires changes to Backend infrastructure, as it allows separating Backend to multiple servers.
    * OAuth via KeyCloak -> This splits the authentication process into OAuth via KeyCloak and Odoo
    * Add settings to GetEdges
    * Moved role from user object to metadata
    * Extend Odoo Filter
    * Backend.Edge.App: add histogram metrics to requests
    * Aggregated-InfluxDB: increase allowed Component-IDs for EVSE and EVCS
    * Add ElectricityMeter Channels for `io`s
    * MetadataOdoo: handle uncached Edges
    * Remove UiWebsocketValidator
    * Dummy AppCenter Metadata
  * [Backend] Mitigate possible regex backtracking [Commit](OpenEMS@3570e05)

* UI
  * [UI] formly-range-type: set default value [Commit](OpenEMS@040fedf)
  * [UI] IBN: add configuration for alerting [Commit](OpenEMS@fa8f22d)
  * [UI] Add validator for first- and last-name fields [Commit](OpenEMS@249ecc2)
  * [UI] eslint-rule `json-no-duplicate-keys` [Commit](OpenEMS@84d0040)
  * [UI] App Center: fix display of registered keys [Commit](OpenEMS@bf78c1c)
  * [UI] fix redirects [Commit](OpenEMS@252aada)
  * [UI] improve oauth flow [Commit](OpenEMS@2a5d475)
  * [UI] Fix user back button [Commit](OpenEMS@333ec4d)
  * [UI] Settings | Systemlog: fix toggle [Commit](OpenEMS@babf993)
  * [UI] OAuth for android app [Commit](OpenEMS@4967d65)
  * [UI] OAuth implementation [Commit](OpenEMS@b65ff7e)
  * [UI] Spinner for excel export [Commit](OpenEMS@b09b76f)

* Edge
  * [Edge] Evse.Controller: implement "Minimum-with-Surplus" mode [Commit](OpenEMS@56dee05)
  * [Edge] App.Prediction.Weather: add components aliases [Commit](OpenEMS@d4d5e1e)
  * [Edge] HTTP Bridge: improvements [Commit](OpenEMS@a062bbf)
  * [Edge] JSCalendar: improvements [Commit](OpenEMS@8c5d078)
  * [Edge] Battery.Fenecon.Home: update register types from INTEGER to LONG for energy channels [Commit](OpenEMS@bbdc610)
  * [Edge] Evse.Controller: implement "Minimum-with-Surplus" mode [Commit](OpenEMS@c43f450)
  * [Edge] EnergyScheduler v2: Fix regular optimization schedule [Commit](OpenEMS@6fe57f8)
  * [Edge] JSCalendar: implement MONTHLY recurrence [Commit](OpenEMS@32eb54d)
  * [Edge] BatteryProtection: support dynamic ForceCharge/Discharge current [Commit](OpenEMS@d781c38)
  * [Edge] XmlUtils: activate SECURE_PROCESSING feature [Commit](OpenEMS@1e51ed4)
  * [Edge] FENECON Commercial 100 App [Commit](OpenEMS@c19b11c)
  * [Edge] JSCalendarApi: fix error [Commit](OpenEMS@d44ae56)
  * [Edge] App.System.Fenecon.Home: Remove relay validation [Commit](OpenEMS@076d9ca)
  * [Edge] EnergyScheduler v2 improvements [Commit](OpenEMS@c2780c6)
  * [Edge] Move JSCalendar JSONRPC API-Routes to common [Commit](OpenEMS@891203d)
  * [Edge] EnergyScheduler v2 improvements [Commit](OpenEMS@d84daa4)
  * [Edge] QuarterlyValues: use `Instant` instead of `ZonedDateTime` [Commit](OpenEMS@84200b3)
  * [Edge] EnergyScheduler v2 improvements [Commit](OpenEMS@5b72937)
  * [Edge] Battery.Fenecon.Home: add registers [Commit](OpenEMS@d868f1a)
  * [Edge] EnergyScheduler & TimeOfUseTariffController: resolve cyclic dependencies [Commit](OpenEMS@6ce01de)
  * [Edge] EnergyScheduler: Add generations counter [Commit](OpenEMS@59c6f62)

* Common
  * [Edge/Backend] Update bnd to 7.2.1 [Commit](OpenEMS@7964f97)
  * [Common] Checkstyle: check test files [Commit](OpenEMS@6a5d52c)
  * [Common] Tools: read version from package.json or OpenemsConstants.java [Commit](OpenEMS@d0d77e7)
  * [Common] Fix `prepare-commit.sh` script [Commit](OpenEMS@955dedd)

---------

Co-authored-by: Andreas Mur <[email protected]>
Co-authored-by: Lukas Rieger <[email protected]>
Co-authored-by: Michael Grill <[email protected]>
Co-authored-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Kai Jeschek <[email protected]>
Co-authored-by: Leonhard Anderle <[email protected]>
Co-authored-by: Sebastian Asen <[email protected]>
Co-authored-by: Alex Belke <[email protected]>
Co-authored-by: Leon Blenk <[email protected]>
Co-authored-by: Johann Kaufmann <[email protected]>
Co-authored-by: Fabian Brandtner <[email protected]>
Co-authored-by: Hanna Späth <[email protected]>

* Bump net.bytebuddy:byte-buddy from 1.18.3 to 1.18.4 in /cnf (OpenEMS#3525)

* Bump net.bytebuddy:byte-buddy from 1.18.3 to 1.18.4 in /cnf

Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.3 to 1.18.4.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.18.3...byte-buddy-1.18.4)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.18.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply prepare-commit.sh

* Update package-lock

* Reset to develop

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump com.google.protobuf:protobuf-java from 4.33.2 to 4.33.4 in /cnf (OpenEMS#3524)

* Bump com.google.protobuf:protobuf-java from 4.33.2 to 4.33.4 in /cnf

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.33.2 to 4.33.4.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.33.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply prepare-commit.sh

* Update Node to LTS 24

* Update package-lock

* Update package-lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump the influxdb group in /cnf with 4 updates (OpenEMS#3519)

* Bump the influxdb group in /cnf with 4 updates

Bumps the influxdb group in /cnf with 4 updates: [com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java), [com.influxdb:influxdb-client-core](https://github.com/influxdata/influxdb-client-java), [com.influxdb:influxdb-client-utils](https://github.com/influxdata/influxdb-client-java) and [com.influxdb:flux-dsl](https://github.com/influxdata/influxdb-client-java).


Updates `com.influxdb:influxdb-client-java` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v7.4.0...v7.5.0)

Updates `com.influxdb:influxdb-client-core` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v7.4.0...v7.5.0)

Updates `com.influxdb:influxdb-client-utils` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v7.4.0...v7.5.0)

Updates `com.influxdb:flux-dsl` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v7.4.0...v7.5.0)

---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-java
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: influxdb
- dependency-name: com.influxdb:influxdb-client-core
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: influxdb
- dependency-name: com.influxdb:influxdb-client-utils
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: influxdb
- dependency-name: com.influxdb:flux-dsl
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: influxdb
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bnd

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 in /cnf (OpenEMS#3523)

* Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 in /cnf

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.8 to 42.7.9.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.8...REL42.7.9)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump com.auth0:auth0 from 2.22.0 to 3.0.0 in /cnf (OpenEMS#3521)

* Bump com.auth0:jwks-rsa from 0.22.2 to 0.23.0 in /cnf

Bumps [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) from 0.22.2 to 0.23.0.
- [Release notes](https://github.com/auth0/jwks-rsa-java/releases)
- [Changelog](https://github.com/auth0/jwks-rsa-java/blob/master/CHANGELOG.md)
- [Commits](auth0/jwks-rsa-java@0.22.2...0.23.0)

---
updated-dependencies:
- dependency-name: com.auth0:jwks-rsa
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump com.auth0:auth0 from 2.22.0 to 3.0.0 in /cnf

Bumps [com.auth0:auth0](https://github.com/auth0/auth0-java) from 2.22.0 to 3.0.0.
- [Release notes](https://github.com/auth0/auth0-java/releases)
- [Changelog](https://github.com/auth0/auth0-java/blob/master/CHANGELOG.md)
- [Commits](auth0/auth0-java@2.22.0...3.0.0)

---
updated-dependencies:
- dependency-name: com.auth0:auth0
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update dependabot.yml

* Update bndrun+wrapper

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump com.fasterxml.jackson.core:jackson-annotations from 2.19.2 to 2.20 in /cnf (OpenEMS#3522)

* Bump com.fasterxml.jackson.core:jackson-annotations in /cnf

Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.19.2 to 2.20.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: '2.20'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bndrun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* Bump package-json dependencies in /ui (OpenEMS#3514)

* Bump @angular/core from 20.3.15 to 20.3.16 in /ui

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.15 to 20.3.16.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v20.3.16/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-version: 20.3.16
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update non-blocking UI dependencies

* Reset ngx-device-detector

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>

* [Edge] Edge2Edge: properly parse `null` modbus values (OpenEMS#3479)

* Add UNDEFINED_VALUE and UNDEFINED_BYTE_ARRAY
* UINT32: use Long internally to fit value
* UINT16: use Integer internally to fit value
* Fix if Deque only contains Dummys
* Fix Tests

* [Edge] Ess.Power: "keeping all near equal": fix for undefined SOC (OpenEMS#3516)

* Extend try-block to handle undefined SOC
* Added JUnit-test for undefined SOC
* Minimize try-Block

* [Edge] Tools for integration tests (OpenEMS#3319)

Adds a folder integration_tests that enables us to execute integration tests. The framework automatically spins up an openems edge instance before each test, loads desired configuration files and executes the test.

More infos about how to use the integration tests are in the tools/integration_tests/README.md file.

Testing:
run the following once you full filled the requirements mentioned in `tools/integration_tests/README.md`
```
> poetry run pytest
============================================================================================================================ test session starts ============================================================================================================================
platform win32 -- Python 3.12.10, pytest-8.4.1, pluggy-1.6.0
rootdir: C:\Users\FelixRemmel\development\openems\tools\integration_tests
configfile: pyproject.toml
collected 6 items

openems_integration_tests\tests\edge\ems\power_solver\test_keep_all_equals.py ..                                                                                                                                                                                       [ 33%]
openems_integration_tests\tests\edge\ems\test_channel_priorities.py ..                                                                                                                                                                                                 [ 66%]
openems_integration_tests\tests\edge\ems\test_smoke_tests.py .                                                                                                                                                                                                         [ 83%]
tests\ems_test.py .                                                                                                                                                                                                                                                    [100%]

======================================================================================================================= 6 passed in 230.64s (0:03:50) =======================================================================================================================
```

Co-authored-by: Felix Remmel <[email protected]>

* [UI] Adjust large screen widget size based on nav position (OpenEMS#3354)

Changed the size attribute for the `ion-col` element in `live.component.html` to dynamically adjust the widget size on large screens depending on the navigation service's position. This allows for a more flexible layout, accommodating different navigation positions by setting the size to 8 if the navigation is on the left and 6 otherwise (standard).

* [Edge] Controller.IO.ChannelSingleThreshold: update readme.adoc (OpenEMS#3511)

* [Edge] Controller.CHP.SoC: improve readme.adoc (OpenEMS#3507)

Add explanation of abbrevation CHP in readme.adoc, including some minor text adjustments in the surrounding

* [Common] Docs: improve formatting in nature.adoc (OpenEMS#3506)

* fix lists (adding empty line in front)
* added more inline code blocks to improve readability
* separator line to separate pre-text from documention of the natures.

* [Common] Update Gradle to 9.3.0 (OpenEMS#3529)

https://github.com/gradle/gradle/releases/tag/v9.3.0

* [Edge] Controller.IO.ChannelSingleThreshold: allow double values as input (OpenEMS#3510)

* Convert input channel value to Double
* Modernize code

* fix merge errors

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Stefan Feilmeier <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sjjh <[email protected]>
Co-authored-by: janklostermann <[email protected]>
Co-authored-by: Sascha Schiegg <[email protected]>
Co-authored-by: Florian Himmelsbach <[email protected]>
Co-authored-by: Florian Himmelsbach <[email protected]>
Co-authored-by: sthhs <[email protected]>
Co-authored-by: Stefan Hanshans <[email protected]>
Co-authored-by: Andreas Mur <[email protected]>
Co-authored-by: Lukas Rieger <[email protected]>
Co-authored-by: Michael Grill <[email protected]>
Co-authored-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Kai Jeschek <[email protected]>
Co-authored-by: Leonhard Anderle <[email protected]>
Co-authored-by: Sebastian Asen <[email protected]>
Co-authored-by: Alex Belke <[email protected]>
Co-authored-by: Leon Blenk <[email protected]>
Co-authored-by: Johann Kaufmann <[email protected]>
Co-authored-by: Fabian Brandtner <[email protected]>
Co-authored-by: Hanna Späth <[email protected]>
Co-authored-by: Jan <[email protected]>
Co-authored-by: Thomas Sicking <[email protected]>
Co-authored-by: parapluplu <[email protected]>
Co-authored-by: Felix Remmel <[email protected]>
Co-authored-by: Hannes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants