Added a valetudo robot, missing mopping/water options #777
borgqueenx
started this conversation in
General
Replies: 3 comments 3 replies
-
Please show the config of your card |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is the config, i simply let the card itself make it, no manual edits from my side. type: custom:xiaomi-vacuum-map-card
map_source:
camera: camera.valetudo_x40_ultra_occasionalmurkyguanaco_camera
calibration_source:
camera: true
entity: vacuum.valetudo_occasionalmurkyguanaco
vacuum_platform: Hypfer/Valetudo
map_modes:
- template: vacuum_clean_zone
- template: vacuum_goto
- template: vacuum_clean_segment
predefined_selections:
- id: "1"
icon:
name: mdi:broom
x: 3200
"y": 1952
label:
text: Naelis Room
x: 3200
"y": 1952
offset_y: 35
outline:
- - 3035
- 1755
- - 3365
- 1755
- - 3365
- 2150
- - 3035
- 2150
- id: "2"
icon:
name: mdi:broom
x: 3157
"y": 2230
label:
text: Hallway Bathroom
x: 3157
"y": 2230
offset_y: 35
outline:
- - 3050
- 2160
- - 3265
- 2160
- - 3265
- 2300
- - 3050
- 2300
- id: "3"
icon:
name: mdi:broom
x: 3330
"y": 2345
label:
text: Hallway
x: 3330
"y": 2345
offset_y: 35
outline:
- - 3040
- 2130
- - 3620
- 2130
- - 3620
- 2560
- - 3040
- 2560
- id: "4"
icon:
name: mdi:broom
x: 3737
"y": 2340
label:
text: Entrance
x: 3737
"y": 2340
offset_y: 35
outline:
- - 3620
- 2135
- - 3855
- 2135
- - 3855
- 2545
- - 3620
- 2545
- id: "6"
icon:
name: mdi:broom
x: 3660
"y": 2715
label:
text: Billiard Room
x: 3660
"y": 2715
offset_y: 35
outline:
- - 3450
- 2540
- - 3870
- 2540
- - 3870
- 2890
- - 3450
- 2890
- id: "7"
icon:
name: mdi:broom
x: 2662
"y": 3060
label:
text: Master Bathroom
x: 2662
"y": 3060
offset_y: 35
outline:
- - 2595
- 2930
- - 2730
- 2930
- - 2730
- 3190
- - 2595
- 3190
- id: "8"
icon:
name: mdi:broom
x: 3677
"y": 3042
label:
text: Kitchen
x: 3677
"y": 3042
offset_y: 35
outline:
- - 3490
- 2870
- - 3865
- 2870
- - 3865
- 3215
- - 3490
- 3215
- id: "9"
icon:
name: mdi:broom
x: 2417
"y": 3147
label:
text: Bedroom
x: 2417
"y": 3147
offset_y: 35
outline:
- - 2085
- 2930
- - 2750
- 2930
- - 2750
- 3365
- - 2085
- 3365
- id: "10"
icon:
name: mdi:broom
x: 2892
"y": 3140
label:
text: PC Corner
x: 2892
"y": 3140
offset_y: 35
outline:
- - 2745
- 2915
- - 3040
- 2915
- - 3040
- 3365
- - 2745
- 3365
- id: "12"
icon:
name: mdi:broom
x: 3240
"y": 2955
label:
text: Living Room
x: 3240
"y": 2955
offset_y: 35
outline:
- - 3030
- 2535
- - 3450
- 2535
- - 3450
- 3375
- - 3030
- 3375
- id: "13"
icon:
name: mdi:broom
x: 3690
"y": 3292
label:
text: Kitchen Side
x: 3690
"y": 3292
offset_y: 35
outline:
- - 3515
- 3195
- - 3865
- 3195
- - 3865
- 3390
- - 3515
- 3390 |
Beta Was this translation helpful? Give feedback.
1 reply
-
thanks, that worked out great! Im just figuring out how to replace the vacuum/fan icons now. because all fan icons are the same. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added the mqtt of valetudo to the mosquito broker in home assistant, and it created a new device in home assistant. (it is a dreame x40 ultra)
I added this map card integration and the vacuum map.
However, i am not seeing any mopping or water options, see screenshot:
How do i add water or mopping ability's to the card or robot? in the MQTT device that has been made in home assistant i have some settings, like mode (vacuum, vacuum then mopping, mopping, or vacuuming and mopping at the same time) and water amounts(min, medium, max etc) However those options do not show in the card.
Any idea's how to get this working? Would be much appriciated :)
Here is a screenshot of the options in the MQTT device:
Beta Was this translation helpful? Give feedback.
All reactions