Skip to content

Comments

[enocean] D2-50 change units of supply and exhaust air fan flow rate#19573

Merged
lsiepel merged 1 commit intoopenhab:mainfrom
lovery:enocean-dimplex-units-fix
Oct 28, 2025
Merged

[enocean] D2-50 change units of supply and exhaust air fan flow rate#19573
lsiepel merged 1 commit intoopenhab:mainfrom
lovery:enocean-dimplex-units-fix

Conversation

@lovery
Copy link
Contributor

@lovery lovery commented Oct 27, 2025

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:
Screenshot from 2025-10-27 09-53-59

Something to keep in mind for someone with such device - using different item types could show the values differently like:
Before the change:

  • with item type Number:VolumetricFlowRate the value was in l/h but it was using l/min suffix - which was incorrect.
  • with item type Number the value was correct and the workaround is to add [%.2f m³/h] to the label to show the units correctly.

After the change:

  • with item type Number:VolumetricFlowRate has the correct value in l/min and if you have to change the suffix you coulld use [%.2f m³/h] in the label.
  • with item type Number the value is also correct and you could add [%.2f m³/h] to the label and unit="m³/h" in the bindingconfig section in order to show the units.

Testing

Here is a jar file for 4.x.x to test and for 5

Change the units of the Supply and Exhaust Air Fan Flow Rate to m3/h.

Signed-off-by: Zhivka Dimova <zhivka.dimova@myforest.net>
@lovery lovery requested a review from fruggy83 as a code owner October 27, 2025 12:07
@lsiepel lsiepel added the bug An unexpected problem or unintended behavior of an add-on label Oct 28, 2025
Copy link
Contributor

@lsiepel lsiepel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks LGTM

@lsiepel lsiepel merged commit e6e7913 into openhab:main Oct 28, 2025
3 checks passed
@lsiepel lsiepel added this to the 5.1 milestone Oct 28, 2025
@jlaur jlaur changed the title [enocean]: D2-50 change units of supply and exhaust air fan flow rate [enocean] D2-50 change units of supply and exhaust air fan flow rate Dec 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug An unexpected problem or unintended behavior of an add-on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants