-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
customize tasmota http request timeout value #142
Comments
I had added that lower timeout fairly recently. I have no issue with either making it configurable, or possibly just increasing the value to something higher like 10 seconds? The only reason I added the timeout is because a request would go forever without it and in cases where a device wasn't responding it would just create a memory leak in the plugin. |
making the timeout configurable would be great. Thx 👍 |
I've enabled a configurable option in the above commit. If you want to test out and confirm you can change the plugin's release channel in OctoPrint's Software Update settings to |
thx for implementing. I have installed 1.0.4rc1 but there is no option for the timeout. I see in git, that you have changed it in the "rc" branch, but its not changed in the tagged 1.0.4rc1 code. |
My bad, I pushed the changes to my rc branch but forgot to create the release. You should be able to force check for updates and get an update notice now. |
Test was successful. Thx for implementation. |
* fix bug with M150 command not having I parameter causing the command to get lost in the queue, #143 * make request timeout configurable in settings, #142 * add numeric StatusSTS messages for chk values, #150 * account for energy data with multiple relay device, #155 * M118 support for LED commands for more real-time control based on what's happening on the printer (ie waiting for heat up). The function is similar to the M150 support but you will need to use the command `M118 TASMOTA_M150 I192.168.0.105 R### G### B### W### P###`
Hi,
i have the problem, that my tasmota device sometimes needs more than 3sec to react for a webrequest.
I use Tasmota 8.2.0
So i see in the plugin logs the following:
Can you implement a input box to set a custom timeout value? Maybe a dropdown box with values from 3-10Sec ?
Thx®ards
togeis
The text was updated successfully, but these errors were encountered: