Skip to content
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

Slow sending after receiving #25

Open
abmantis opened this issue May 8, 2016 · 0 comments
Open

Slow sending after receiving #25

abmantis opened this issue May 8, 2016 · 0 comments

Comments

@abmantis
Copy link

abmantis commented May 8, 2016

I have some rules in pimatic so that after a button on a remote is pressed, it sends a signal to a switch.
But many times homeduino takes a long time to send after receiving.
I've already tried reducing the wait time on the listenBeforeTalk() method from 1 sec to 500 millis, but it still takes a long time (about 2 seconds a lot of the times). If I reduce it to 100 millis it works quickly, but then it is much less reliable (will talk before listening to everything :D ).

I've checked if the remote was sending for too much time, but it is not. It only repeats the signal for less than half a second, so that is not the problem.

Could it be that, when not receiving anything anymore, the package identification is taking too long to go to the last state (STATUS_RECORDING_END), causing the delay?

I'm not sure if this should be posted here or in RFControl...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant