ha_gehome icon indicating copy to clipboard operation
ha_gehome copied to clipboard

Feature Request: Door Status for Washer/Dryer Combo

Open mconway opened this issue 1 year ago • 2 comments

Hello, I just got a new Washer/Dryer Combo, and looking through the python libraries, it looks like there's a property available for door status. This isn't available in HA.

I understand it's fully possible that the appliance doesn't report the status, but I've played with several of the examples and scripts trying to see some of the raw data coming through the API with no luck. I'm happy to do whatever logging/data collection you need to help get this data captured if possible. I just need to know where to start :)

I'm sure if I spend a couple more hours analyzing code I can smush something together to see the data I'm looking for, but I figured it might be faster to ask :)

mconway avatar Jul 27 '23 04:07 mconway

Can you go to the SDK repo and follow the instructions to produce a debug log? Once you have that, can you identify the ERD code that represents the washer/dryer door? It also might be that the combo is a new device type that needs to be added. Does the official app support a door status?

simbaja avatar Jul 30 '23 19:07 simbaja

Thanks for all your work on this project!

Not OP, but I've added the snippet from my debug log for my combo washer/dryer (model PFQ97HSPVDS): combo.txt

And here's that the app shows for the device: Screenshot_20240405-150058 Screenshot_20240405-150103

Please let me know if there is anything else I can do to help.

knobunc avatar Apr 05 '24 19:04 knobunc