Add Belgian peak demand registers (1-0:1.4.0 / 1-0:1.6.0) to slimmelezer-be.yaml - #37
Open
snauwaertc wants to merge 1 commit into
Open
Add Belgian peak demand registers (1-0:1.4.0 / 1-0:1.6.0) to slimmelezer-be.yaml#37snauwaertc wants to merge 1 commit into
snauwaertc wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Marcel,
(Issues are disabled on this repo, so proposing this directly as a PR.)
First off - thanks for the SlimmeLezer. I've only had it running on my Fluvius meter for a week, but it's been flawless so far.
What this adds: since the introduction of the capaciteitstarief in Flanders, the quarter-hour peak is the number every Belgian user cares about. The meter computes and publishes these registers on P1, and ESPHome's
dsmrcomponent already supports them - this PR exposes them inslimmelezer-be.yaml:active_energy_import_current_average_demand- the meter's live quarter-hour average (OBIS 1-0:1.4.0)active_energy_import_maximum_demand_running_month- the official running-month maximum that Fluvius bills on (1-0:1.6.0)active_energy_import_maximum_demand_last_13_months- 13-month history (0-0:98.1.0)No template math or
utility_meterworkarounds needed on the HA side, and immune to Wi-Fi gaps.Tested on a SlimmeLezer (ESP8266 d1_mini, firmware 2.0) against a Fluvius S211 (
FLU5\...), compiled with ESPHome 2026.4.1: all three report correctly (cross-checked the month peak against a manually computed value - matched within rounding), and existing entity IDs are untouched.These OBIS codes are Belgium-only (NL meters don't emit them), which is why this targets
slimmelezer-be.yaml.