Skip to content

[pull] main from EVerest:main#552

Merged
pull[bot] merged 2 commits intoenergy-projects-renovation-state:mainfrom
EVerest:main
Mar 11, 2026
Merged

[pull] main from EVerest:main#552
pull[bot] merged 2 commits intoenergy-projects-renovation-state:mainfrom
EVerest:main

Conversation

@pull
Copy link

@pull pull bot commented Mar 11, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dorezyuk and others added 2 commits March 11, 2026 15:11
* RsPaymentTerminal: Add backoff to the configure call

Signed-off-by: Dima Dorezyuk <ddo@qwello.eu>

* reviewer remarks

Signed-off-by: Dima Dorezyuk <ddo@qwello.eu>

---------

Signed-off-by: Dima Dorezyuk <ddo@qwello.eu>
Co-authored-by: Dima Dorezyuk <ddo@qwello.eu>
…400/600 (#1936)

Summary:
Implements configurable temperature monitoring for the LEM DCBM 400/600
powermeter module, monitoring temperatureH and temperatureL sensors against
configurable warning and error thresholds with hysteresis and minimum
exceedance duration.

Features:
- Temperature monitoring with independent warning and error thresholds
- Hysteresis-based clearing to prevent oscillation
- Minimum time requirement before raising events (configurable)
- Uses max(temperatureH, temperatureL) for evaluation
- Raises powermeter/VendorWarning (non-blocking) and powermeter/VendorError
  (stops charging) via error framework

Configuration Options (manifest.yaml):
- temperature_warning_level_C: Warning threshold in °C (default: 5000 = disabled)
- temperature_error_level_C: Error threshold in °C (default: 5000 = disabled)
- temperature_hysteresis_K: Hysteresis in Kelvin for clearing (default: 3)
- temperature_min_time_as_valid_ms: Minimum exceedance duration in ms (default: 5000)

Error Framework Integration:
- Added powermeter/VendorWarning to EvseManager ignore list (allows charging to continue)
- Updated EvseManager documentation to reflect new error types

Signed-off-by: Florin Mihut <florinmihut1@gmail.com>
@pull pull bot locked and limited conversation to collaborators Mar 11, 2026
@pull pull bot added the ⤵️ pull label Mar 11, 2026
@pull pull bot merged commit 42654e8 into energy-projects-renovation-state:main Mar 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants