[enocean] D2-50 change units of supply and exhaust air fan flow rate#19573
Merged
lsiepel merged 1 commit intoopenhab:mainfrom Oct 28, 2025
Merged
[enocean] D2-50 change units of supply and exhaust air fan flow rate#19573lsiepel merged 1 commit intoopenhab:mainfrom
lsiepel merged 1 commit intoopenhab:mainfrom
Conversation
Change the units of the Supply and Exhaust Air Fan Flow Rate to m3/h. Signed-off-by: Zhivka Dimova <zhivka.dimova@myforest.net>
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.
Description
Change the units of the Supply and Exhaust Air Fan Flow Rate from m^3/m to m^3/h

Here is a screen shot of the documentation:
Something to keep in mind for someone with such device - using different item types could show the values differently like:
Before the change:
Number:VolumetricFlowRatethe value was inl/hbut it was usingl/minsuffix - which was incorrect.Numberthe value was correct and the workaround is to add[%.2f m³/h]to the label to show the units correctly.After the change:
Number:VolumetricFlowRatehas the correct value inl/minand if you have to change the suffix you coulld use[%.2f m³/h]in the label.Numberthe value is also correct and you could add[%.2f m³/h]to the label andunit="m³/h"in thebindingconfigsection in order to show the units.Testing
Here is a jar file for 4.x.x to test and for 5