-
Notifications
You must be signed in to change notification settings - Fork 41
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
Support for GE Washer and Dryer #8
Comments
I too would love to see support for washers & dryers, and would also gladly help. It appears that most of the constants, etc. that are needed can be found here. I don't want to try adding support on my own yet given the ongoing work on PR #7 ... |
I've ordered a set myself. I'm more than happy to do the heavy lifting once I have them installed. |
Using the code from PR #7, I was able to get information from my Dryer. I can confirm the erd code 0x2007 is time remaining. The erd codes from "can be found here" seem to map to the list below. As it's from 2014 this list is at least incomplete as I see codes not on this list (ex: 201C). Once PR #7 is merged in I'd be happy to add this to the code. 2000 machineStatus |
I've got a GE Washing machine with SmartHQ, so I can assist with the Washer side of the fence. I've been using this SDK, the erd codes from "can be found here", along with pulling the names out of the Smart HQ apk (classmap.txt) to try to map out some of the status codes for the washer. I'll update this as I go and will probably do a PR to add them in... 0x2000 - machineStatus |
Just providing an update on this thread. Jack and I have added laundry support to his fork - https://github.com/simbaja/gehome. I've got a washer but no dryer, however we've added the ERDs that I could find from the app, if someone with a dryer wants to test it out and let us know we can continue to expand out support. |
I've both the GE SmartHQ Washer and Dryer. I tried to use the above gehome lib and see the params but it's failing to execute as shown in the error below: pi@Home-Assistant:~/ge-appliances $ python3 test.py I am able to execute the test app with the original gekitchen lib and it is sending out the ERDs and relevant info pertaining to the washer and dryer. But this above fork is running into some execution error tied to the ensure_future call in the asyncio module. Rgds, |
I've personally been using the websocket_example.py and editing it to change the path to the secrets.py file |
Thank you. So the Washing machine appears to be good to go, with the exception of the 4 unknowns that i haven't bee able to identify. We're missing a few ERDs for the dryer, specifically 0x201c, 0x2022, 0x2023, 0x2041, 0x2051, 0x2052, 0x2053 and 0x206f. I'll see if i can find any of those in the original app. Would you be able to test the dryer with some known cycles and settings and provide those, along with what was set so we can further isolate values/options? If you wouldn't mind, can we also take this over to the gehome project, as that's where I'll be applying the updates to. You probably want to either delete the log file or remove the first 18 lines, your access token for the API is in there, typically I should only need the entries after: Thanks! Warren |
Sure let's move the discussion to the gehome project. I'll try to check with some known cycles and revert back the observations. Rgds, |
I understand this is an old thread, but I have a question. GE smart washing machine dispenser loads left not working home assistant. Thanks |
Hi - wanted to reach out to see if it's possible for you to add support within this component for GE Washer and Dryer that has SmartHQ support.
I can assist in providing any captures, etc needed to add this.
Help is much appreciated.
Rgds,
-mo
The text was updated successfully, but these errors were encountered: