timyboy12345 / Miele-Homey

This repository adds Miele@Home support to Homey
GNU General Public License v3.0
3 stars 6 forks source link

Status Updated not triggering for washing maschine #7

Open Chyllik opened 1 year ago

Chyllik commented 1 year ago

I'm trying to set up a flow for when the washing machine is done, but the "Status updated" card does not trigger. Remaining time and the other cards seem to work perfectly.

I have a WEF674 washing machine if it helps.

MichielMmm commented 1 year ago

I have the same. I created a logging to report the variables on any status change but does not seem to trigger at the right moment. The Miele app does give a push, but i would like to play a sound on homey when the laundry is done.

This deos however not work as usually i only get the finish triger when i turn it off (or long after program is finished). Not all variables seem to get trough consistently, examples below:

First update

Second update

Third update

timyboy12345 commented 1 year ago

The Homey SDK has some weird quirks, and flow cards aren't called anymore. I've looked into it, but it seems like a lot of impractical code changes. I would suggest using the newly released Official Miele Homey application, which should support these features.

MichielMmm commented 1 year ago

Thank you for looking into this. good suggestion and will try the newly released Miele app!