How to retain set parameters of device instead of returning to default values (driver specified inputs) after restart? #22274
Replies: 2 comments 7 replies
-
When you have a file system, using I suppose that the specific settings you mention were assumed to be pretty static, not being changed "all the time", and hence no feature for saving them automatically. It would be doable to create rules to pick up changes, save them in persistent |
Beta Was this translation helpful? Give feedback.
-
I managed to get it working with this command: Rule1 on PID#Pidsp do mem1 %value% endon on Power1#boot do backlog pidsp %mem1% endon edit: Is there a way to make it perform action only on PID#Pidsp value change and not every second? Floods the console.... Thank you very much for your help i really appreciate it. Have a lot of hobby projects with automations but still need to learn a lot :) |
Beta Was this translation helpful? Give feedback.
-
Hi.
This question is currently related to PID control driver.
Most data in tasmota like template, rules and other parameters stay saved after reboot of device, but parameters like pidsp, pidpb, pidtd etc. get back to default values after rebooting. How to get these data to save after setting/changing them via console?
I noticed there is autoexec.bat option, which with weblog 4 was showing the file is not found. If i created autoexec.bat and i insert data, it will take these values after reboot, but i do not know how to make it to save changes in autoexec.bat after every changed input?
Beta Was this translation helpful? Give feedback.
All reactions