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

Switch slowing down #26

Open
adamclerk opened this issue Mar 3, 2014 · 0 comments
Open

Switch slowing down #26

adamclerk opened this issue Mar 3, 2014 · 0 comments

Comments

@adamclerk
Copy link

I'm using a rasberry pi with a razberry controller. I've disabled the original software that was install with the razberry. I've gotten the test script to communicate with the controller.

Here's the problem. I'm using a switch that also is a meter. Once the switch is turned on I'm getting lots of 'value change' events thrown by commandClass 50(decimal) which is the meter class.

Each time I toggle the switch it takes a little longer to effect the real world switch.

on - instant on
off - near instant off
on - 1 sec delay
off - 2 sec delay
etc...

thinking that there is a problem with the callbacks queueing up too much...

I modified openzwave.cc to not call MakeCallback for the 'value change' event when the CommandClass == 50.

And still the delay occurs.

I'm not looking for you to solve this issue...but rather help direct my next efforts at debugging.

Thanks.

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