Dishwasher #42
Replies: 8 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. |
Beta Was this translation helpful? Give feedback.
-
@ofalvai Thank for your answer! I think these values:
I'm available for any test :) |
Beta Was this translation helpful? Give feedback.
-
Thank you, one last question before creating a PR for dishwasher support: what is the meaning of the values of |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry for late response! "StatoDWash":"0" idle Thank for your support! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the investigation @scaramatto, based on the API responses, I added initial support for dishwashers in #26 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
-
I'll try to log a few entries next time I use the machine |
Beta Was this translation helpful? Give feedback.
-
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!!!
Beta Was this translation helpful? Give feedback.
All reactions