-
Notifications
You must be signed in to change notification settings - Fork 28
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Dishwasher #10
Comments
Hey @scaramatto I can add some basic support for dishwashers based on the API response you posted. But I would need a bit more information on how to parse the values and what they mean in practice, such as:
I'd appreciate any other observation about the meaning of the fields. |
@ofalvai Thank for your answer! I think these values:
I'm available for any test :) |
Thank you, one last question before creating a PR for dishwasher support: what is the meaning of the values of |
Hi, sorry for late response! "StatoDWash":"0" idle Thank for your support! |
Thanks for the investigation @scaramatto, based on the API responses, I added initial support for dishwashers in #26 |
hey hi, I have HDPN 4S603PX DishWasher, State 3 here seems to be a Pre-Wash
EDIT: Seems like this Dishwasher might not send the correct status? Its now on "Last Rinse" when I check the app but the StatoDWash is still on 3 |
@IrealiTY that's weird, and I hope that we can somehow come up with a universal response parsing because there is no API to get the model number and do model-based custom rules. Let me know if you figured out what's happening with your device :) Maybe the app displays the status based on another property, not just |
I'll try to log a few entries next time I use the machine |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hi,
I can't integrate my dishwasher in home assistant:
I have this error:
Config entry 'Candy' for candy integration not ready yet: Error communicating with API: Exception('Unable to detect machine type from API response', {'statusDWash': {'StatoWiFi': '1', 'StatoDWash': '0', 'CodiceErrore': 'E0', 'StartStop': '0', 'Program': 'P1', 'OpzProg': 'p', 'DelayStart': '0', 'RemTime': '0', 'TreinUno': '0', 'Eco': '0', 'MetaCarico': '0', 'ExtraDry': '0', 'MissSalt': '0', 'MissRinse': '0', 'OpenDoor': '0', 'Reset': '0', 'FWver': 'L1.12'}}); Retrying in background
if i connect at site: http://x.x.x.x/http-read.json?encrypted=0 i view this parameters:
{ "statusDWash":{ "StatoWiFi":"1", "StatoDWash":"0", "CodiceErrore":"E0", "StartStop":"0", "Program":"P1", "OpzProg":"p", "DelayStart":"0", "RemTime":"0", "TreinUno":"0", "Eco":"0", "MetaCarico":"0", "ExtraDry":"0", "MissSalt":"0", "MissRinse":"0", "OpenDoor":"0", "Reset":"0", "FWver":"L1.12" } }
Have any suggestions?
Thank you!!!
The text was updated successfully, but these errors were encountered: