Closed Jezza34000 closed 1 year ago
See #454 for a temporary fix
I'm also investigating on my side in parallel, and I found some interesting stuff using the debug mode. I sent a pull request on python-roborock. https://github.com/humbertogontijo/python-roborock/pull/114
Doing the same, working also in docking commands. Are you sure about mop mode? mine are different please take a look https://github.com/humbertogontijo/python-roborock/pull/115
Make sure you are both talking about the same thing. There is mop mode and mop intensity.
Te be sure, when we talk about "mop_mode" we re talking about this parameter ? @iddiek
For my part about my first post, i didn't notice we have 4 choice (only in Mop). I got only 2 in Vac&Mop mode.
Sorry for misunderstood, mop intensity is right, what about renaming in "route mode" :)
OK, then : Parameter "mop_mode" is "Route" in app Parameter "water_box_mode" is "Water Flow" in app
That mean "mop_mode" code are exactly same as "RoborockMopModeS8ProUltra" and Q Revo dosen't need a new class to define its levels...
But actually selecting standard doesn't do anithing. Also fast mode is unavailable.
Il lun 4 set 2023, 20:07 Jezza @.***> ha scritto:
OK, then : Parameter "mop_mode" is "Route" in app Parameter "water_box_mode" is "Water Flow" in app
That mean "mop_mode" code are exactly same as "RoborockMopModeS8ProUltra" and Q Revo dosen't need a new class for defining it level...
— Reply to this email directly, view it on GitHub https://github.com/humbertogontijo/homeassistant-roborock/issues/457#issuecomment-1705590262, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACMU5OHVECAQ5LA22VDBNRDXYYKHDANCNFSM6AAAAAA4HOYMBM . You are receiving this because you were mentioned.Message ID: @.***>
Sorry for misunderstood, mop intensity is right, what about renaming in "route mode" :)
Not all devices call it route is my understanding. I wasn't the one who added that parameter. But a comment would be a good move
@iddiek you're right but this will fix the problem :
@dataclass
class P10Status(Status):
fan_power: Optional[RoborockFanSpeedP10] = None
water_box_mode: Optional[RoborockMopIntensityV2] = None
mop_mode: Optional[RoborockMopModeS8ProUltra] = None
dock_mop_wash_mode_interval : Does not work, stuck at "unknow" dock_washing_mode : Does not work, stuck at "unknow"
Fixed in new PR : https://github.com/humbertogontijo/python-roborock/pull/117
What about the volume? I have that same issue on an S7
edit: the volume works on the official built in Roborock integration, but not in this custom one which I thought was a more advanced version of the official one.
Version of the custom_component : 1.0.11
What vacuum are you using? Roborock Q Revo (roborock.vacuum.a75)
Describe the bug :
List of entity not working properly on Roborock Q Revo :
sound_volume (slider) : Does not work i got message : Failed to call service number/set_value. required key not provided @ data['value'] dock_mop_wash_mode_interval : Does not work, stuck at "unknow" dock_washing_mode : Does not work, stuck at "unknow" dock_dust_collection_mode : Stay at 0 (This value does not change for Q REVO / P10 there is no dust collection mode)
Debug log
Get_status from my Q Revo (when idle) :