-
Notifications
You must be signed in to change notification settings - Fork 28
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
please add support for additional parameters for dishwasher #28
Comments
What are the possible values of this field? What does it mean when the number is larger than 0?
Is this
Just to confirm, these are |
Possible values are 0-23. Meaning delay of start in hours.
Yes
Yes |
Thank you, added the extra attributes to the dishwasher support. It's released as version 0.6.0: https://github.com/ofalvai/home-assistant-candy/releases/tag/0.6.0 |
Hello,
Please add support for additional parameters. Info is from dishwasher Candy CDIM 3T623PRDF.
CandySimplyFi-tool output:
./simplyfi '' '' read
{"statusDWash":{"StatoWiFi":"1","StatoDWash":"4","CodiceErrore":"E0","StartStop":"1","Program":"P2","OpzProg":"0","DelayStart":"0","RemTime":"58","TreinUno":"0","Eco":"1","MetaCarico":"0","ExtraDry":"0","OpenDoorOpt":"1","MissSalt":"0","MissRinse":"1","OpenDoor":"0","Reset":"0"}}
Additional parameters:
"DelayStart":"0" (info about delayed start)
"OpenDoorOpt":"1" (info about option for opening door during drying)
"MissSalt":"0" (info about missing salt)
"MissRinse":"1" (info about missing rinse aid)
Thank you.
The text was updated successfully, but these errors were encountered: