Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi Floor Support #780

Open
Tmatz27 opened this issue Dec 5, 2024 · 6 comments
Open

Multi Floor Support #780

Tmatz27 opened this issue Dec 5, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@Tmatz27
Copy link

Tmatz27 commented Dec 5, 2024

Description

The current system does well handling when i switch the floor that the vacuum is on. The issue is i have to use a different card to switch the floor or use the vacuum app. Additionally is there a way to generate rooms for a multi-floor?

Solution

It would be amazing to have this integrated with a simple button or like a floor number (1,2,3) on the side of the card to change the floor to clean.

Adding the ability to generate rooms for a multi floor config.

Alternatives

No response

Context

No response

@Tmatz27 Tmatz27 added the enhancement New feature or request label Dec 5, 2024
@PiotrMachowski
Copy link
Owner

Have you checked out additional_presets config?

@Tmatz27
Copy link
Author

Tmatz27 commented Dec 11, 2024

I did! but this doesnt really get after what I was looking for. My vacuum supports multiple floors. I currently have to have an additional card to switch the floor that my vacuum is on. It works but would be amazing if there was a simple numbering on the vacuum card itself to simply select the floor i want the vacuum on. Also the ability to generate rooms for more than a single floor would be great!
Screenshot 2024-12-11 140547

@PiotrMachowski
Copy link
Owner

Do you have a select entity for that changes the active floor?

@Tmatz27
Copy link
Author

Tmatz27 commented Dec 12, 2024

Yes the vacuum I have had an entity that allows me to change that so I created a drop-down card for it currently.
Screenshot_20241211_215231_Home Assistant
Screenshot_20241211_215224_Home Assistant

@PiotrMachowski
Copy link
Owner

Add this to your config:

append_icons: true
icons:
  - type: "menu"
    menu_id: "selected_map"
    icon_id: "selected_map"
    entity: "select.rosie_selected_map"
    available_values_attribute: "options"
    icon: "mdi:map"
    tap_action:
        action: "call-service"
        service: "select.select_option"
        service_data:
            option: "[[value]]"
            entity_id: "[[entity_id]]"

@Tmatz27
Copy link
Author

Tmatz27 commented Dec 12, 2024

That did it for the map select! I must have missed that in the present config! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants