Slightly off topic but does anyone know how to reset the Wifi on a Candy/Hoover appliance when you can’t connect to it, e.g. you’ve changed ISP and your SSID etc. have changed? I’ve seen a Hoover doc that says:
" RESET:
This is a combination of two buttons that
you press simultaneously to restore the WiFi system to the “default” status."
But doesn’t say which two buttons. It does look like the sequence to set up the Wi-Fi in the first place and get the ‘rr’ prompt but I don’t know which two keys to press, I think I’ve tried all of them. My Hoover HBTDW H7A1TCE-80 tumble dryer has the following buttons left to right:
If you read posts further up, like mine and many others you will see what “Pr”, “PrPh” etc a, means.
“RemTime” is 136 seconds
“MachMd” 1 means “Not yet started” Machine is on but no program has been selected or started.
I only tested the following on a washer-dryer, it may or may not apply to other candy appliances.
The first thing is that the appliance must be in remote control mode. On mine, this is done using the program selection wheel. This also means that you cannot stop/pause remotely a program launched manually.
To control the appliance you send GET request to the http-write.json end point.
Then it depends if you appliance works with encrypted=0 or not. If this works, you pass your arguments normally. Otherwise you make a string with all you argument, encrypt it, encode it in hex and send that as a data argument (just check the example below).
Now, for the arguments, it’s complicated. See the getParameterString of the various *Command classes of the application for the details.
It seems that you can start some stuff that you cannot start manually, like a program to wash the machine
Hi.
My oven returns “TempRead” field(temperature read). Whene oven is off, then this value is between 320 and 340. When over is on, this value go over 700(with selected temperature = 250 celsius).
How can I do to interpret this value? 340 fahrenheit in celsius are about 100 degree … it’s impossible if oven is off.
If you got the 70 while the oven was still heating, I would guess the value is in tenth of degree celsius (320=32°C, 700=70°C).
Otherwise you could measure the temperature at various point during heating and get the value returned by the api at the same time. And then plot the values from the api against the real values and see if this helps.
From my VERY limited experience with the http-write.json endpoint this could be because you are missing some mandatory argument(Write=1 for examples, or something to start the program), the value of an argument is not valid, the values of multiple arguments are incompatible, your machine doesn’t support this endpoint with encrypted=0.
On my Hoover Washing Machine the WiFi is reset via the hOn app. Open the App, select the washing machine, at the bottom go to “other”, go to settings, then Wifi settings etc.
Im hoping to be able to start my Hoover H-500 washing machine remotely over Wifi when my Raspberry Pi script detects surplus PV solar generation, so I’ll need to be able to send commands to it to do this. I see we can only read status etc at the moment. Watching this thread with great interest!
@vince31 I cannot link my machine to the Alexa skill, I keep getting password error? hoover are no help they did not even know about Alexa control. Can I ask what Alexa skill did you use? as there is not a specific one for the washing machine, but one for dish, dry, cook and the wizzard?