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

IFTTT feature: add support for realtime API #275

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mauryquijada
Copy link

Lately, it seems like myopenHAB has been struggling with IFTTT polling overload. I looked into this, and according to IFTTT API documentation, this could be improved by the realtime API. This also has the benefit of making IFTTT updates more realtime. Also, there's been a 2 year old issue about this here: #116

…nce of IFTTT integration.

Signed-off-by: Maury Quijada <maury.quijada@gmail.com>
@digitaldan
Copy link
Contributor

digitaldan commented Aug 4, 2019

Thanks so much for the contribution! I was actually chatting with @kaikreuzer about this API call and the fact we are not using it, but should be. As soon as i modify how we store our events i will look at your changes so we can incorporate them.

Just to be clear, our primary load issue is not IFTTT polling (well, at least not the main load problem) , the big issue is the Item and Event updates coming from peoples openHABs (whether they use IFTTT or not). I have a change to how these are stored that i hope will alleviate much of the issue, but I need to run it through some tests first.

Base automatically changed from master to main January 18, 2021 20:16
@hmerk
Copy link

hmerk commented Jun 12, 2022

@digitaldan Same as before, or is IFTTT back ?

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

Successfully merging this pull request may close these issues.

None yet

3 participants