vacuum-card icon indicating copy to clipboard operation
vacuum-card copied to clipboard

Works well on Roborock S8 por ultra, but time changes units randomly

Open rarieg opened this issue 1 year ago • 5 comments

So far this card is running well on the Roborock s8 pro ultra

The only issue that is going on is that the values change from hours to seconds randomly when the robot is running

bellow are the screenshots and code

image

what it looks like when running

image

Code:

type: custom:vacuum-card entity_id: vacuum.roborock_s8_pro_ultra stats: default: - entity_id: sensor.roborock_s8_pro_ultra_filter_time_left attribute: null value_template: '{{ (value | float(0) / 3600) | round(1) }}' unit: hours subtitle: Filter - entity_id: sensor.roborock_s8_pro_ultra_side_brush_time_left attribute: null value_template: '{{ (value | float(0) / 3600) | round(1) }}' unit: hours subtitle: Side brush - entity_id: sensor.roborock_s8_pro_ultra_main_brush_time_left attribute: null value_template: '{{ (value | float(0) / 3600) | round(1) }}' unit: hours subtitle: Main brush - entity_id: sensor.roborock_s8_pro_ultra_sensor_time_left attribute: null value_template: '{{ (value | float(0) / 3600) | round(1) }}' unit: hours subtitle: Sensors cleaning: - entity_id: sensor.roborock_s8_pro_ultra_cleaning_time attribute: null value_template: '{{ (value | float(0) / 360) | round(1) }}' units: minutes subtitle: Cleaning Time - entity_id: sensor.roborock_s8_pro_ultra_cleaning_progress units: percent subtitle: Percentage Clean entity: vacuum.roborock_s8_pro_ultra

And if anyone can point me if/how i can add a moping status that would be great too Versions:

Running version 2.7.6

rarieg avatar Oct 24 '23 19:10 rarieg

Howdy,

running well on the Roborock s8

Can I ask how? It doesn't look like the Xiaomi Home app has support for S8, and it doesn't look like vacuum-card supports Roborock app. Wouldn't be the first time when my eyes block my vision tho :D

miklosbagi avatar Dec 04 '23 18:12 miklosbagi

Howdy,

running well on the Roborock s8

Can I ask how? It doesn't look like the Xiaomi Home app has support for S8, and it doesn't look like vacuum-card supports Roborock app. Wouldn't be the first time when my eyes block my vision tho :D

I did not use the Xiaomi home app, I used the roborock app and integration in HA.

rarieg avatar Dec 04 '23 19:12 rarieg

Oh interesting - that's what I would've expected, but for some reason I cant't see the devices from the roborock integration there.
Def some issue on my end, thanks for the heads up!

miklosbagi avatar Dec 04 '23 21:12 miklosbagi

There hasn't been any activity on this issue recently. This issue has now been marked as stale and will be closed if no further activity occurs. Please, update to the latest version and check if that solves the issue. Thank you for your contributions!

github-actions[bot] avatar Feb 02 '24 21:02 github-actions[bot]

I see the same issue on a Roborock S7. Looks like templates are not always evaluated correctly. It is very easy to watch when the robot is changing state (cleaning -> docking, ...). Refreshing the website fixes the issue temporarily.

boredomwontgetus avatar Feb 03 '24 10:02 boredomwontgetus

There hasn't been any activity on this issue recently. This issue has now been marked as stale and will be closed if no further activity occurs. Please, update to the latest version and check if that solves the issue. Thank you for your contributions!

github-actions[bot] avatar Apr 03 '24 12:04 github-actions[bot]

This issue was closed because it has been stalled for 30 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.

github-actions[bot] avatar May 03 '24 13:05 github-actions[bot]

I see the same issue on a Roborock S7. Looks like templates are not always evaluated correctly. It is very easy to watch when the robot is changing state (cleaning -> docking, ...). Refreshing the website fixes the issue temporarily.

I have noticed the same exact issue with my Roborock S6 as well.

HoreaM avatar Jul 16 '24 07:07 HoreaM