simbaja / ha_gehome

GE Home Appliances (SmartHQ) for Home Assistant
MIT License
343 stars 80 forks source link

Feature Request: Door Status for Washer/Dryer Combo #182

Open mconway opened 1 year ago

mconway commented 1 year ago

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 :)

simbaja commented 1 year ago

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?

knobunc commented 7 months ago

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.