30.01.2018, 14:10
hi everybody,
we have a little problems with a big scene. There are about 30. KNX commands in this scene and if we activate the scene all commands get send. the elapsed time for sending all the commands is very short (some where around 20ms). We are using a gateway in this projekt to connect knx to a wireless bus. And here is the problem:
Only the first few commands will exectued in the other bus. This is because the commands came in to fast.
So my question is:
Is it possible to slow down the knx command queue? something like "limit the commands to 10 commands / messages per second" or something?
otherwise i need to write an ugly lua script, which makes a "os.sleep" after every command...it think this is not a nice solution.
we have a little problems with a big scene. There are about 30. KNX commands in this scene and if we activate the scene all commands get send. the elapsed time for sending all the commands is very short (some where around 20ms). We are using a gateway in this projekt to connect knx to a wireless bus. And here is the problem:
Only the first few commands will exectued in the other bus. This is because the commands came in to fast.
So my question is:
Is it possible to slow down the knx command queue? something like "limit the commands to 10 commands / messages per second" or something?
otherwise i need to write an ugly lua script, which makes a "os.sleep" after every command...it think this is not a nice solution.