-
Notifications
You must be signed in to change notification settings - Fork 159
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
Interrupt support for raspberry module with bouncetime #79
Conversation
Adding sensor interface and LM75 i2c sensor support
Co-Authored-By: BenjiU <46675043+BenjiU@users.noreply.github.com>
Co-Authored-By: BenjiU <46675043+BenjiU@users.noreply.github.com>
Co-Authored-By: BenjiU <46675043+BenjiU@users.noreply.github.com>
Co-Authored-By: BenjiU <46675043+BenjiU@users.noreply.github.com>
Co-Authored-By: BenjiU <46675043+BenjiU@users.noreply.github.com>
Co-Authored-By: BenjiU <46675043+BenjiU@users.noreply.github.com>
Wow, this is amazing work! I can only apologise that I haven't seen it until now. I've had a cursory look over the changes, and I'm going to merge it with a degree of trust that everything works as you say. I can see that there are some other PRs on the go as well, so I'll likely review and merge those as appropriate and then spend some time properly going through manual tests myself before cutting a new version. I'm quite wary to avoid carelessly breaking people's installs, since quite a number of people use this project now. I'd like to add you as a collaborator on this repo, if you think that'd be helpful? If so, let's chat on Gitter at some point to establish some better release processes etc. |
So, here is support for interrupts on raspberry pi module. This should fix #5 and #48
-- topic_prefix - not always, in mqtt callbacks its still global
-- _LOG (I now need a basic initialization, if xml parsing fails)
Currently i've running it in my home: half the switches with polling, the others with interrupts. There are no problems.