Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[miele] Add laundry weight channel for washing machine #16514

Merged
merged 1 commit into from Mar 12, 2024

Conversation

jlaur
Copy link
Contributor

@jlaur jlaur commented Mar 12, 2024

Seven years after finding water and energy consumption data within ExtendedDeviceState, I have now finally figured out the washing machine load shown in the app as "< 25%", "50%", etc.

By giving the sequence of bytes another fresh look while loading the machine, I discovered the two bytes holding this information, and actually it turned out to be the exact weight measured by the appliance.

Thus, I can now proudly present a new channel for exposing this information. Use-cases:

  • The initially measured weight might make predictions about the water and energy consumption for a program more accurate, which will then improve automated scheduling for price optimization (e.g. when using Energi Data Service).
  • This data might make it possible to warn when the machine is being overloaded, which will otherwise result in much longer program duration and water/energy consumption.
  • Lost your kitchen scale? Worry not, use your washing machine and openHAB instead. Take care not to drop flour inside the appliance.

@jlaur jlaur added the enhancement An enhancement or new feature for an existing add-on label Mar 12, 2024
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
@jlaur jlaur changed the title [miele] Add clothing weight channel for washing machine [miele] Add laundry weight channel for washing machine Mar 12, 2024
@jlaur jlaur marked this pull request as ready for review March 12, 2024 21:23
@jlaur jlaur requested a review from kgoderis as a code owner March 12, 2024 21:23
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 8d6ce02 into openhab:main Mar 12, 2024
3 checks passed
@lsiepel lsiepel added this to the 4.2 milestone Mar 12, 2024
@jlaur jlaur deleted the miele-clothing-weight branch March 12, 2024 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants