I recently had an extension built so having seen this thread previously, made sure all our appliances were Candy!
I have successfully used the Candy integration to integrated 2 x Ovens, 1 x Dishwasher and 1 x Tumble Dryer.
I am just having trouble with a Washing Machine though… The washing machine is a HOOVER product, rather than Candy, so im unsure if this is my issue.
However, all appliances show in both the Hoover Wizard and Candy Simplyfi Apps on Android so you would assume it would work the same. I just needed to use the Hoover app for the onboarding process as the Candy app rejects the QR code as not one of its own.
Anyway. if I access the IP of the Hoover Washing machine I get
{"response":"BAD REQUEST"}
If I try and add the Washing Machine to the integration at this point, it will success but straight away I have an issue with the integration and it wont load
Checking back with the IP now instead of BAD REQUEST, I have
7B22726573706F6E7365223A224552524F52227D
This seems to stay like this now until I reset the device.
After resetting the device, accessing http-read.json?encrypted=0 I get
{"response":"BAD REQUEST"}
Accessing http-read.json?encrypted=1 I get
7B0D0A09227374617475734C6176617472696365223A7B0D0A09092257694669537461747573223A2231222C0D0A090922457272223A22323535222C0D0A0909224D6163684D64223A2231222C0D0A0909225072223A223135222C0D0A09092250725068223A2230222C0D0A090922534C6576656C223A2232222C0D0A09092254656D70223A223930222C0D0A0909225370696E5370223A2234222C0D0A0909224F707431223A2230222C0D0A0909224F707432223A2230222C0D0A0909224F707433223A2230222C0D0A0909224F707434223A2230222C0D0A0909224F707435223A2230222C0D0A0909224F707436223A2230222C0D0A0909224F707437223A2230222C0D0A0909224F707438223A2230222C0D0A090922537465616D223A2230222C0D0A09092244727954223A2230222C0D0A09092244656C56616C223A22323535222C0D0A09092252656D54696D65223A22313239222C0D0A0909225265636970654964223A2230222C0D0A090922436865636B55705374617465223A2230220D0A097D0D0A7D
This is my data in a hex format, as I can convert it back to
{
"statusLavatrice":{
"WiFiStatus":"0",
"Err":"255",
"MachMd":"7",
"Pr":"15",
"PrPh":"5",
"SLevel":"255",
"Temp":"0",
"SpinSp":"0",
"Opt1":"0",
"Opt2":"0",
"Opt3":"0",
"Opt4":"0",
"Opt5":"0",
"Opt6":"0",
"Opt7":"0",
"Opt8":"0",
"Steam":"0",
"DryT":"0",
"DelVal":"255",
"RemTime":"10",
"RecipeId":"0",
"CheckUpState":"0"
}
}
So I can get to the data but am unable to pull it into this integration.
Am I missing something, or do I just need to use a curl sensor instead and split out the info myself??
Thank you