Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 954 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 954 Bytes

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:

  • A specific person leaves or arrives at a specific (or any) place
  • Any person (in a Life360 "circle") leaves or arrives at a specific (or any) place
  • First person (in a Life360 "circle") arrives at a specific place
  • Last person (in a Life360 "circle") leaves a specific place
  • Any person in any circle leaves/arrives at a specific (or any) place

This package adds 2 nodes to Node Red:

  • Server node (which contains login credentials and communicates with Life360)
  • Location node (which contains the rules for specifying the types of events to output)