joBr99 / nspanel-lovelace-ui

Custom Firmware for NsPanel with the design of HomeAssistant's lovelace UI in mind, works with Tasmota.
GNU General Public License v3.0
880 stars 190 forks source link

Xiaomi/Roidmi/Roborock vacum #1047

Closed cr4shydlo closed 11 months ago

cr4shydlo commented 11 months ago

FEATURE DESCRIPTION

Add label for Vacum cleaner

ADDITIONAL CONTEXT

Add map/ or only Button for cleaning whole or a set configs to start celaning / info about battery etc.

PANEL / FIRMWARE VERION

Newest PL language

joBr99 commented 11 months ago

A map is not possible.

For start/stop simply add the robot to your config.

          - entity: vacuum.valetudo_dustin

You can call the service directly if you want to clean a specific room and add the required data for the room.

          - entity: service.vacuum.start
            data:
              entity_id: vacuum.valetudo_dustin
            name: Schlafzimmer
            icon: "mdi:play"
cr4shydlo commented 11 months ago

Hello. Can you write more complex howto ? I try to set this in NSPanel blueprint but i got errors. And i think i need to set this somewhere else... Thanks for help.

joBr99 commented 11 months ago

you can try service calls in HA Dev tools