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

Feature Request: Ability to define coordinates of zones as template #72

Closed
jacekpaszkowski opened this issue Oct 24, 2020 · 7 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@jacekpaszkowski
Copy link

jacekpaszkowski commented Oct 24, 2020

I think it would be useful to have an option to define list of coordinates element of configuration. eg. sensor, variable, input_text. Then reuse it in frontend.

I use ValetudoRE, zones are defined there. I also would like to be able to define name of the zone on the map, then this name could be passed as service parameter.

Would it be possible?

@PiotrMachowski PiotrMachowski self-assigned this Oct 24, 2020
@PiotrMachowski PiotrMachowski added the enhancement New feature or request label Oct 24, 2020
@jacekpaszkowski
Copy link
Author

My example sersor data for forbidden zones could be:

areas: 
- - all
  - - - 25110
      - 19057
      - 35388
      - 27625
      - 1
- - bathroom
  - - - 30752
      - 24896
      - 32411
      - 27549
      - 2
- - hall
  - - - 29810
      - 23798
      - 32560
      - 25080
      - 2
    - - 28081
      - 22729
      - 29793
      - 27673
      - 2
- - kitchen
  - - - 27795
      - 19119
      - 29778
      - 22968
      - 2
- - salon
  - - - 25122
      - 19089
      - 28440
      - 25946
      - 2
- - room
  - - - 32373
      - 23335
      - 35393
      - 27623
      - 2
- - bedroom
  - - - 30571
      - 19716
      - 35355
      - 23800
      - 2

@PiotrMachowski
Copy link
Owner

I plan to implement it, but configuration will probably be different

@jacekpaszkowski
Copy link
Author

@PiotrMachowski great to hear this :) thank you

@raduparvan0
Copy link

You're script is awesome but is any way to define the zones of vacuum with buttons? Without the map?
I have 10 zones in my house but is very difficult for me to define them in the map because the child pressed on vacuum buttons and the map reseted every week, so I have to make the calibration again and again.
I want to create a lovelace where I can select the rooms selecting the buttons, than clean.
Is really helpful for me to do that because I can copy the zones from flolevac than paste them in configuration.
Thanks,

@raduparvan0
Copy link

Thank you!
Just i discovered you're cloud map extractor that is very useful.

@PiotrMachowski
Copy link
Owner

Handled in v2.0.0

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

3 participants