Skip to content
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

Closed
NoFace3D opened this issue Oct 16, 2021 · 3 comments · Fixed by #31
Closed

please add support for additional parameters for dishwasher #28

NoFace3D opened this issue Oct 16, 2021 · 3 comments · Fixed by #31

Comments

@NoFace3D
Copy link

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.

@ofalvai
Copy link
Owner

ofalvai commented Oct 17, 2021

"DelayStart":"0" (info about delayed start)

What are the possible values of this field? What does it mean when the number is larger than 0?

"OpenDoorOpt":"1" (info about option for opening door during drying)

Is this 1 when opening the door is allowed and 0 when not?

"MissSalt":"0" (info about missing salt)
"MissRinse":"1" (info about missing rinse aid)

Just to confirm, these are 1 when salt or rinse aid is missing, right?

@NoFace3D
Copy link
Author

"DelayStart":"0" (info about delayed start)

What are the possible values of this field? What does it mean when the number is larger than 0?

Possible values are 0-23. Meaning delay of start in hours.

"OpenDoorOpt":"1" (info about option for opening door during drying)

Is this 1 when opening the door is allowed and 0 when not?

Yes

"MissSalt":"0" (info about missing salt)
"MissRinse":"1" (info about missing rinse aid)

Just to confirm, these are 1 when salt or rinse aid is missing, right?

Yes

@ofalvai
Copy link
Owner

ofalvai commented Oct 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants