Open jpoeppelman1 opened 3 years ago
It polls at an interval of 15 seconds:
It polls at an interval of 15 seconds:
Anyway we can make this configurable through Node Red configuration node?
I agree having that as a configurable option would be nice. I don't however have the time to do it, TBH. (You wouldn't believe how swamped I am on multiple fronts.) However, I will take a look at any new feature PR if you would like to take a stab at it.
Hello! Just wondering if you now have the time to make this a configurable option within the config node? :)
I don't even have time to set up my new pi 4 which has been sitting for about a year unopened. And I've been taking 2 vacation days a week for over a month to try and wrap up a DIY bathroom remodel. The wife keeps bugging me about that.
I'd look at a PR if you submit one though.
Lol. Thanks for the offer. Though I don't think there's an amount of money corresponding to what this feature is worth that would tempt me to divert attention from my other projects. Though if you come help me with my bathroom remodel, that may be worth it for me. ;)
What's your native programming language? I dove into Node.js when I started this project. My native language is perl. Though I've been doing more and more JavaScript since I did the Life360 node.
Is disappointing that we have to resort to polling and there isn't some sort off streaming API. But I guess that is all that life360 provides. Or maybe all that has been reversed engineered so far.
Hi. On a similar note, what is the bearer token expiration against the Life360 API? Just curious how often this needs to refreshed or if it ever expires?
Oh yeah! I remember encountering something like that but I didn't save it. Probably should have set it up in my reminders.
Does the bearer token ever expire?
Just a few questions.. Does this node poll for location status or is the application event driven meaning websockets? If poll, what is the poll frequency?