Replies: 1 comment 8 replies
-
script seems to be OK no load issues, however you should not call svars every second. this saves vars to flash and will wear out flash very soon. call it only when vars have changed or at regular large intervals e.g. every hour probably monitor heap size to see if it remains stable heap: {m}%heap% |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i did build myself a tasmoa binary for supporting scripts and my humidity sensor with the following additions on the user_config_override.h
Everything seems working fine with this Script i entered in the webui
This is supposed to be a configurable humidification script and basically it works
But now im facing the problem that after a certain amount of time the microcontroller webui is not reachable anymore
I have to unplug the power to reboot and then its reachable again
Here are my sleep settings from console:
Can you tell me what i am doing wrong, maybe wrong settings or even too high load due to the script?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions