arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.07k stars 4.78k forks source link

Add RuleSet in Template definition #8102

Closed akram closed 4 years ago

akram commented 4 years ago

Have you looked for this feature in other issues and in the docs?
yes

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Many devices cannot work as-is with tasmota Template and often requires an additionnal RuleSet to protect them from being bricked or malfunctionned. Right now, when on installs a new Template for a device, it often has to add an additional set of rules separately.

Describe the solution you'd like
A clear and concise description of what you want to happen. That would be great if we can have a Device configuration including the Template and RuleSet to apply with it.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered. Right now, we have to create the Template, then apply the Rules and enable them.

Additional context
Add any other context or screenshots about the feature request here.

(Please, remember to close the issue when the problem has been addressed)

ascillato commented 4 years ago

Yes, you are right. Required rules must be added later. But they can't be added on the template. You have to manualy introduced them. There is no enough space in a template to add everything.