vacuum-card
vacuum-card copied to clipboard
Works well on Roborock S8 por ultra, but time changes units randomly
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
what it looks like when running
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
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
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.
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!
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!
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.
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!
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.
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.