hepcat72 / node-red-contrib-life360

GNU General Public License v3.0
3 stars 4 forks source link

Life360

Description

node-red-contrib-life360

Life360 is an iOS/Android app for location tracking and geofencing your own (and friends'/family) location. It has a multitude of features, but this repo is explicitly for triggering home automations in Node Red. It mimmicks the triggers available in the IFTTT Life360 service by providing triggers for:

This package adds 2 nodes to Node Red:

Fork

This package is a fork of the package: node-red-contrib-life (version 0.1.4)

It fixes the following bugs:

It adds the following filters for location change events:

Examples of location change events to monitor:

Install

To install the latest stable npm-published release, use the palette manager in node-red. To install the latest stable npm-published release from the command line:

cd ~/.node-red
npm i node-red-contrib-life360

To install the latest development version:

cd ~/.node-red
npm i https://github.com/hepcat72/node-red-contrib-life360