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

Relay open/close can cause a button to be 'pressed' #4

Closed
mbtown01 opened this issue Nov 22, 2019 · 1 comment
Closed

Relay open/close can cause a button to be 'pressed' #4

mbtown01 opened this issue Nov 22, 2019 · 1 comment

Comments

@mbtown01
Copy link
Owner

I'm pretty sure the Pi is looking for a hi->low edge. A power dip could cause enough of a voltage drop at the pi for this to look like a button press. Maybe simply looking for low->hi edges would be a better solution here.

@mbtown01
Copy link
Owner Author

Resolved in the GenericThermostatDriver by tracking relay closures. Not the best solution as hopefully in the future we'll resolve this at the hardware level.

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