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.26k stars 4.81k forks source link

Rule cannot be deleted. #18462

Closed neophytemad1 closed 1 year ago

neophytemad1 commented 1 year ago

PROBLEM DESCRIPTION

A clear and concise description of what the problem is.

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
  Rules output here:
No Output with this Command.
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

Steps to reproduce the behavior:

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed) I deleted a rule with Rule1 "". However, it always restarts itself after a few hours. I can't change them either. The Rule1 that I had run for a year keeps coming up. Rule1 0 doesn't work either, it restarts anyway.

MaceMoneta commented 1 year ago

This should be in discussions.

But the command to clear rule1 is:

rule1 "

(a single double-quote), not

rule1 ""

(two double-quotes).

neophytemad1 commented 1 year ago

I've also tried it with just a single double-quote. Don't work. If disabling the rule doesn't work either, I think that's a bug and therefore an issue.

sfromis commented 1 year ago

If you have turned off saving of data (command SaveData), flash will not be updated, and next restart will revert.

neophytemad1 commented 1 year ago

That's an announcement! SaveData was set to OFF. However, I didn't set them to OFF. I have now activated it and deleted the rule again. I hope this fits now. Thank you very much!!!

sfromis commented 1 year ago

If it was set to OFF, you did do that, no way around that :grin:

neophytemad1 commented 1 year ago

Ok maybe a While ago and can`t remember, maybe, only maybe. :) Thanks anyway. ;)