-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
timeout for ack... #522
Comments
That's a bit suspicious. Unless you are flooding the Miniserver with updates it really shouldn't timeout often. You could try changing this to a higher value (like 2000ms or something): FWIW, if you use |
Thanks for your reply. Can you help me how to expand my script to a higher ack timeout? I don´t care about lost values. 99,9% of them are power states from smart plugs or the photovoltaik on the roof or something. So they have lots of changes in a minute and if there is an old state, it would update fast enough :-) but i know what you think... :-) and yes, maybe the timeouts are since i send a lot of values from the three power lines to loxone... :-D but i think it shouldnt be a problem because the values are all set correctly? :-) or there are some not set correctly but then i can ignore because the next one is correct... Maybe there is a way to update just every 2 seconds or something instead of every value? |
Yes. Edit |
Yes... that is exactly what you should do in the case of fast changing states and is easy to do with a timer in your script. Or TBH, if your IoB installation is being flooded with many updates perhaps you should raise an issue with the source adapter and ask that it throttle updates (always better to go to the source). |
I‘m experiencing the same warnings. My script is updating about 15 virtual Inputs in bulk (50ms) every 5 minutes. Now adapted my script to delay the update of the virtual inputs. Will monitor of tis improves the Situation.. But how about the idea to have a Adapter Setting „max Updates to Miniserver per second“? |
Throttling updates to the Miniserver does sound plausible. |
Somewhat related to #399 (referencing here for the ideas in that). |
I have a few scripts, this scripts reads some values and push that to virtual inputs in Loxone.
The values are availbale in loxone without problems, but in the Log there are many entries like "Timeout for ack loxone.0.***"
This is one of the scripts:
Can you help me to ignore or fix this warnings? :-)
The text was updated successfully, but these errors were encountered: