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: Manage Neviweb automations #218

Open
alcos-duck opened this issue Feb 11, 2024 · 3 comments
Open

Feature request: Manage Neviweb automations #218

alcos-duck opened this issue Feb 11, 2024 · 3 comments

Comments

@alcos-duck
Copy link

Feature request:
Is it possible to manage (aka turn on/off) automations groups and individual automations?

Screenshot_20240211_072649_Neviweb
Screenshot_20240211_072722_Neviweb
Screenshot_20240211_072813_Neviweb
Best regards,

@claudegel
Copy link
Owner

claudegel commented Feb 11, 2024

It will be hard to set that as the commande to turn_on or turn_off an automation is not a single commande like turn_on automation_name. We have to send each time the complete description of the automation with all the devices.
Have a look at scheduler-component that can be installer via HACS. with this you can easily make all automation you want or need and it is easy to turn_on or turn_off those automations like this:

service: switch.turn_on
      data:
        entity_id:
          - switch.schedule_chauffage_salon_pointe
          - switch.schedule_chauffage_salle_a_diner_pointe
          - switch.schedule_chauffe_salle_de_lavage_pointe
          - switch.schedule_chauffe_chambre_1_pointe
          - switch.Chauffe_chambre_enfant_pointe
          - switch.Chauffe_invite_pointe
          - switch.schedule_allumer_chargeur_auto_jour 

Every automation are registered as a switch that you can turn_on or off.

@alcos-duck
Copy link
Author

Yes and no
As all my automations are already set in Neviweb I would have like to turn the automations (or even better automation group) on and off.
I exemple, HA knows that my son is not at home for the last 24h, it sets his room temperature to 19C (that is already possible) and turn off his group schedule (because I grouped my schedules by room).
Then when he's back, I turn back his rooms schedules.
As of now, I'm doing that manually with Neviweb.

@claudegel
Copy link
Owner

I'll check if I can find a way to do that.

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

No branches or pull requests

2 participants