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

Setup Error #2

Closed
alancoleman1972 opened this issue Aug 26, 2021 · 6 comments · Fixed by #6
Closed

Setup Error #2

alancoleman1972 opened this issue Aug 26, 2021 · 6 comments · Fixed by #6

Comments

@alancoleman1972
Copy link

Hi Oliver

Thanks for creating this integration.

I seem to be struggling to get it to execute. I have added the device IP and encryption key (detemined using CandySimplify-tool) but I get the following error on the integrations page in HA....

Retrying setup: Error communicating with API: 'FillR'

Any idea?
Thanks
Alan

@ofalvai
Copy link
Owner

ofalvai commented Aug 26, 2021

Hello @alancoleman1972 👋

Can you post an API response from your device? I assumed that the FillR field is present in every model's response, but looks like it's missing from yours.

@alancoleman1972
Copy link
Author

I certainly can if I knew how. Can you point me in the right direction to get the resposne please? :)

@ofalvai
Copy link
Owner

ofalvai commented Aug 26, 2021

The easiest way is to use the Candy tool:

./simplyfi 192.168.0.x {key} read

@alancoleman1972
Copy link
Author

Ahhh, so thats how simplyfi parameters work!

{
"statusLavatrice":{
"WiFiStatus":"0",
"Err":"255",
"MachMd":"1",
"Pr":"4",
"PrPh":"0",
"SLevel":"255",
"Temp":"40",
"SpinSp":"10",
"Opt1":"0",
"Opt2":"0",
"Opt3":"0",
"Opt4":"0",
"Opt5":"0",
"Opt6":"0",
"Opt7":"0",
"Opt8":"0",
"Steam":"0",
"DryT":"0",
"DelVal":"255",
"RemTime":"59",
"RecipeId":"0",
"CheckUpState":"0",
"Det":"0",
"Soft":"1",
"DetWarn":"1",
"SoftWarn":"0",
"DetPreW":"1",
"SoftPreW":"0",
"DPrgCnt":"0",
"SPrgCnt":"0",
"WaterHard":"3"
}
}

@alancoleman1972
Copy link
Author

Hi
I've just tweaked the code locally to return 0 for FillR.
Setup has now completed and I have the entities available.
:)
Alan

@ofalvai
Copy link
Owner

ofalvai commented Sep 3, 2021

@alancoleman1972 this is now fixed in the latest version, you can update via HACS

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