al-one / hass-xiaomi-miot

Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices. 小米米家智能家居设备接入Hass集成
https://miot-spec.com
Apache License 2.0
4.17k stars 584 forks source link

Selecting vacuum mode Viomi v8 #1396

Open RackerCRO opened 8 months ago

RackerCRO commented 8 months ago

Can't change vacuum mode for Xiaomi Mop-P to sweep, sweep-mop or just mop. Tried setting value "Miio.is mop" to 0 but it won't allow me. Only option I can change is fan speed.

device model: viomi.vacuum.v8 component version: 0.7.13 HA core version: 2023.11.2

Thank you.

codyc1515 commented 7 months ago

Same issue for xiaomi.vacuum.b112.

d13g0m0nt3s commented 5 months ago

Same for Xiaomi.vacum.b112gl

Guergeiro commented 5 months ago

Does the following code work if you call the service?

# https://home.miot-spec.com/spec?type=urn:miot-spec-v2:device:vacuum:0000A006:viomi-v8:1  
service: xiaomi_miot.call_action
data:
  throw: false
  entity_id: {vacuum.viomi_v8 entidy}
  siid: 2
  aiid: 3
d13g0m0nt3s commented 5 months ago

Does the following code work if you call the service?

# https://home.miot-spec.com/spec?type=urn:miot-spec-v2:device:vacuum:0000A006:viomi-v8:1  
service: xiaomi_miot.call_action
data:
  throw: false
  entity_id: {vacuum.viomi_v8 entidy}
  siid: 2
  aiid: 3

Yes, the vacuum begins to sweep. If i change the action number to 5 | start-sweep-mop or 6 | start-mop the vacuum says the same, sweep. Normally the vacuum says a diferent frase when sweep or mop,

https://home.miot-spec.com/spec/xiaomi.vacuum.b112gl

D0NY3NK0 commented 3 months ago

Can't change vacuum mode for Xiaomi Mop-P to sweep, sweep-mop or just mop. Tried setting value "Miio.is mop" to 0 but it won't allow me. Only option I can change is fan speed.

device model: viomi.vacuum.v8 component version: 0.7.13 HA core version: 2023.11.2

Thank you.

Same here, (same vacuum, Mop P) vacuum.viomi_v8_da80_robot_cleaner. Does not seem to work by spec: https://home.miot-spec.com/spec?type=urn:miot-spec-v2:device:vacuum:0000A006:viomi-v8:1

D0NY3NK0 commented 2 months ago

Can't change vacuum mode for Xiaomi Mop-P to sweep, sweep-mop or just mop. Tried setting value "Miio.is mop" to 0 but it won't allow me. Only option I can change is fan speed. device model: viomi.vacuum.v8 component version: 0.7.13 HA core version: 2023.11.2 Thank you.

Same here, (same vacuum, Mop P) vacuum.viomi_v8_da80_robot_cleaner. Does not seem to work by spec: https://home.miot-spec.com/spec?type=urn:miot-spec-v2:device:vacuum:0000A006:viomi-v8:1

any updates with this issue?