astrandb / miele

A modern integration for Miele devices in Home Assistant
MIT License
207 stars 31 forks source link

Add sensor for Miele Autodos/PowerDisk #503

Open hajar97 opened 4 months ago

hajar97 commented 4 months ago

Feature request

I have a version of Miele dishwasher that has Autodos/PowerDisk container, using which you can start washing dishes immediately without having to add anything as it uses detergent from the Autodos compartment.

Autodos periodically runs out and you have to refill it. When it happens I’d love to have an automation that sends me a notification so I wouldn’t forget to do it. If I do, I get to wash my dishes without any detergent and result is poor.

In the app itself that information is definitely present and I suspect in the Cloud too. But HA integration doesn’t currently have a corresponding sensor. It would be really great if it could be added.

IMG_0834

What version of the integration are you using?

2024.5.0

Anything in the logs that might be useful for us?

No response

Additional information

No response

astrandb commented 4 months ago

That info is not available in the public API. You could send your request to Miele to include the feature. However, they are usually not too responsive...

hajar97 commented 4 months ago

I see. Do you know where I could send it to Miele?On 10 Jul 2024, at 09:03, Åke Strandberg @.***> wrote: That info is not available in the public API. You could send your request to Miele to include the feature. However, they are usually not too responsive...

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

astrandb commented 4 months ago

Try developer@miele.com . Sometimes they answer, sometimes they don't.

hajar97 commented 4 months ago

Thank you. Just sent them an email. I’ll post here in case they answer anything meaningful.

On 10 Jul 2024, at 09:38, Åke Strandberg @.***> wrote:

Try @. @.> . Sometimes they answer, sometimes they don't.

— Reply to this email directly, view it on GitHub https://github.com/astrandb/miele/issues/503#issuecomment-2219776358, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD2QG7ULO36LDDDXXB2YB53ZLTQGPAVCNFSM6AAAAABKUHWZSKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJZG43TMMZVHA. You are receiving this because you authored the thread.

zanoii commented 4 months ago

In the app itself that information is definitely present and I suspect in the Cloud too.

The screenshot says it's an estimate, so I wouldn't be surprised if they are just using the number of runs (and possibly program type of each run) to estimate the level of detergent remaining. If you don't get a reply on the API question (I wouldn't hold my breath..) you can easily achieve the same functionality in Home Assistant by setting up a helper.

hajar97 commented 4 months ago

Yeah they never replied. So I guess your suggestion is good alternative. Why don’t we add it to the integration directly rather than have everyone set their own thing with helpers and counting number of runs, etc.?

On 18 Jul 2024, at 11:02, zanoii @.***> wrote:

In the app itself that information is definitely present and I suspect in the Cloud too.

The screenshot says it's an estimate, so I wouldn't be surprised if they are just using the number of runs (and possibly program type of each run) to estimate the level of detergent remaining. If you don't get a reply on the API question (I wouldn't hold my breath..) you can easily achieve the same functionality in Home Assistant by setting up a helper.

— Reply to this email directly, view it on GitHub https://github.com/astrandb/miele/issues/503#issuecomment-2235997315, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD2QG7UMWEUKR2RZWG3LO7TZM6ACZAVCNFSM6AAAAABKUHWZSKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZVHE4TOMZRGU. You are receiving this because you authored the thread.