Error calling service xiaomi_miot/call_action. Service not found. #541
-
Hello, i am trying to get the clean zone and clean rooms working. My Card Config type: custom:xiaomi-vacuum-map-card
entity: vacuum.p2009_cloud_528227
map_source:
camera: camera.xiaomi_cloud_map_extractor
calibration_source:
camera: true
map_modes:
- name: Pin & Go
icon: mdi:map-marker-plus
run_immediately: false
coordinates_rounding: true
selection_type: MANUAL_POINT
max_selections: 999
repeats_type: NONE
max_repeats: 1
service_call_schema:
service: vacuum.send_command
service_data:
command: app_goto_target
params: '[[selection]]'
entity_id: '[[entity_id]]'
predefined_selections: []
variables: {}
- name: Zone reinigen
icon: mdi:select-drag
run_immediately: false
coordinates_rounding: true
selection_type: MANUAL_RECTANGLE
max_selections: 1
repeats_type: EXTERNAL
max_repeats: 5
service_call_schema:
service: xiaomi_miot.call_action
service_data:
entity_id: '[[entity_id]]'
siid: 4
aiid: 1
predefined_selections: []
variables: {}
- name: Räume
icon: mdi:floor-plan
run_immediately: false
coordinates_rounding: true
selection_type: ROOM
max_selections: 1
repeats_type: EXTERNAL
max_repeats: 5
service_call_schema:
service: xiaomi_miot.call_action
service_data:
entity_id: '[[entity_id]]'
siid: 4
aiid: 1
predefined_selections:
- id: 4
label:
text: Room 4
x: -3466
'y': -3323
offset_y: 838
icon:
name: mdi:broom
x: 300
'y': 2925
- id: 5
label:
text: Room 5
x: -3975
'y': 1950
offset_y: 35
icon:
name: mdi:broom
x: -3975
'y': 1950
- id: 1
label:
text: Room 1
x: 950
'y': 3050
offset_y: 35
icon:
name: mdi:broom
x: 950
'y': 3050
- id: 6
label:
text: Room 6
x: 1350
'y': 5075
offset_y: 35
icon:
name: mdi:broom
x: 1350
'y': 5075
- id: 3
label:
text: Room 3
x: -3575
'y': 7050
offset_y: 35
icon:
name: mdi:broom
x: -3575
'y': 7050
- id: 2
label:
text: Room 2
x: 650
'y': 7775
offset_y: 35
icon:
name: mdi:broom
x: 650
'y': 7775
variables: {}
vacuum_platform: send_command
tiles:
- tile_id: battery_level
entity: vacuum.p2009_cloud_528227
label: Batterie
attribute: battery_level
icon: mdi:battery
unit: '%'
icons:
- icon: mdi:play
conditions:
- entity: vacuum.p2009_cloud_528227
value_not: cleaning
- entity: vacuum.p2009_cloud_528227
value_not: error
- entity: vacuum.p2009_cloud_528227
value_not: returning
tooltip: Start
tap_action:
action: call-service
service: vacuum.start
service_data:
entity_id: vacuum.p2009_cloud_528227
- icon: mdi:stop
conditions:
- entity: vacuum.p2009_cloud_528227
value_not: docked
- entity: vacuum.p2009_cloud_528227
value_not: idle
- entity: vacuum.p2009_cloud_528227
value_not: error
- entity: vacuum.p2009_cloud_528227
value_not: paused
tooltip: Stop
tap_action:
action: call-service
service: vacuum.stop
service_data:
entity_id: vacuum.p2009_cloud_528227
- icon: mdi:home-map-marker
conditions:
- entity: vacuum.p2009_cloud_528227
value_not: docked
- entity: vacuum.p2009_cloud_528227
value_not: returning
tooltip: Rückkehr zur Basis
tap_action:
action: call-service
service: vacuum.return_to_base
service_data:
entity_id: vacuum.p2009_cloud_528227 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 36 replies
-
You can migrate to Xiaomi Miot Auto integration and use this config: #406 (comment) (recreate the card from the beginning after migration) |
Beta Was this translation helpful? Give feedback.
You can migrate to Xiaomi Miot Auto integration and use this config: #406 (comment) (recreate the card from the beginning after migration)