That’s because it is not a functionality of map card (and therefore not CSS as well), but map extractor:
Thanks, I have 4 ‘levels’ in my house, am I able to add that many? Kinda struggling with this one.
Hi,
this card is awesome and is very usefull, great work.
I can almost ditch the app the only thing missing:
- Resetting the filters/brushes when they have been replaced by long pressing the info tab for example
- When I haven’t open the lid for a while and that i have to empty the bin. I could have a binary sensor set to 1. I could than automate a notificaion
Are these functions something that could be added?
You can do as many as you want to
- It’s possible to do it, but you have to override default tiles
- As far I understand this functionality has to be provided by the integration…?
Thanks a lot for your fast answer! So, “color_scan” did the job
Thanx I was able to figure this out, just sharing in case this may help someone:
hold_action:
action: call-service
service: vacuum.send_command
service_data:
entity_id: vacuum.roborock_s6_maxv
command: reset_consumable
params: filter_work_time
It most probably should be part of the integration, I am unable to figure out if there is something showing if the bin is full, will continue searching.
You can’t
So it is designed by HA latest versions
I recreated the look of the card which i like but with the hold-action to reset the filters. Here is the complete code I wrote. (might help sommeone).
Is there a way to have a dynamic icon for the battery like it’s the case in the default setup?
tiles:
- label: Status
entity: vacuum.roborock_s6_maxv
attribute: status
icon: mdi:robot-vacuum
- label: Battery
entity: vacuum.roborock_s6_maxv
attribute: battery_level
unit: '%'
icon: mdi:battery
- label: Fan speed
entity: vacuum.roborock_s6_maxv
attribute: fan_speed
icon: mdi:fan
- label: Sensor left
entity: sensor.roborock_s6_maxv_sensor_dirty_left
multiplier: 0.0002777777777777778
unit: h
icon: mdi:eye-outline
precision: 1
hold_action:
action: call-service
service: vacuum.send_command
service_data:
entity_id: vacuum.roborock_s6_maxv
command: reset_consumable
params: sensor_dirty_time
- label: Filter left
entity: sensor.roborock_s6_maxv_filter_left
multiplier: 0.0002777777777777778
unit: h
icon: mdi:air-filter
precision: 1
hold_action:
action: call-service
service: vacuum.send_command
service_data:
entity_id: vacuum.roborock_s6_maxv
command: reset_consumable
params: filter_work_time
- label: Main brush left
entity: sensor.roborock_s6_maxv_main_brush_left
multiplier: 0.0002777777777777778
unit: h
icon: mdi:brush
precision: 1
hold_action:
action: call-service
service: vacuum.send_command
service_data:
entity_id: vacuum.roborock_s6_maxv
command: reset_consumable
params: main_brush_work_time
- label: Side brush left
entity: sensor.roborock_s6_maxv_side_brush_left
multiplier: 0.0002777777777777778
unit: h
icon: mdi:brush
precision: 1
hold_action:
action: call-service
service: vacuum.send_command
service_data:
entity_id: vacuum.roborock_s6_maxv
command: reset_consumable
params: side_brush_work_time
Nicely done You can also double-click “play” button to retrieve autogenerated config, it will be printed in browser’s console (it is almost exactly the same as your, the only thing that is missing are translations, but they are not required for English )
Currently it’s not possible to have a dynamic icon, but I plan to add this feature
I like your approach
What’s the best way to have this card display the map of a valetudo robot?
Still ICantBelieveItsNotValetudo?
Yup, I don’t really want to parse raw map data…
You can check out this issue:
Is this specifically for Valetudo RE or also the original Valetudo?
And doesn’t that also rely on valetudo-mapper (which is a fork of ICantBelieveItsNotValetudo)?
I haven’t tried it with original Valetudo, so you have to check it out by yourself. Yes, it relies on valetudo-mapper, my suggestion was to check out controls section
Ah allright, thanks
Hey guys! I am having a problem with this card. I am using a Xiaomi Roborock S5 Max vacuum with xiaomi-miot-auto integration on home assistant 2022.3.5 running on a raspberry pi 4 4/32gb. I generated my config using the generator on the github page. The problem is that the card is basically useless because the buttons are unresponsive. Only the map controls work. Here is the card’s config: type: custom:xiaomi-vacuum-map-cardentity: vacuum.roborock_s5_max_a_szolga_rob - Pastebin.com I really like the look of the card and want to use it and definitely will buy you some coffee when this error is resolved. Thank you for your time!