Hoover Washer/Dryer machine support: H-WASH 300 Pro HBDOS695TAMCET #286
geekypenguin
started this conversation in
Device support improvements
Replies: 1 comment
-
Programs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Decoded JSON:
"statusLavatrice":{ "WiFiStatus":"0", "Err":"255", "MachMd":"2", "Pr":"5", "PrPh":"2", "SLevel":"255", "Temp":"40", "SpinSp":"16", "Opt1":"0", "Opt2":"0", "Opt3":"0", "Opt4":"0", "Opt5":"0", "Opt6":"0", "Opt7":"0", "Opt8":"0", "Steam":"0", "DryT":"0", "DelVal":"255", "RemTime":"49", "RecipeId":"0", "CheckUpState":"0" }
What I have decoded so far:
McMd -> Machine Mode? 1 when ready, 2 when running
Pr -> Program. 1-15 (Full program list below)
PrPH = Washing Phase
SLevel -> Stain Level 1,2,3 or 255 for off
Temp -> Washing temperature, min 20 max 90
SpinSp -> Spin Speed /100 (16=1600, 14=1400 etc). min 0, max 16.
Opt1-8 -> Additional options. 1 = Prewash, 8 = Aqua plus / Extra Rinse. Rest unknown.
Steam -> Steam program 1-3
DryT -> Dry Type. 0=off, 1=Extra Dry, 2=Cupboard dry, 3=Iron Dry, 4=Cooldown, 5=120 mins, 6=90 mins, 7=60 mins, 8=30 mins
DelVal -> Delay Start in hours, 1-24, 255 for off
RemTime -> Remaining time in mins
RecipeId -> Unknown, possibly related to sequences that can be built with simplifi app
CheckUpState -> Unknown, possibly binary for if the checkup program is due.
Programs:
Beta Was this translation helpful? Give feedback.
All reactions