Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hardillb/node-red-contrib-owntracks

A node to decrypt encrypted Owntracks location messages.
https://github.com/hardillb/node-red-contrib-owntracks

Last synced: 2 months ago
JSON representation

A node to decrypt encrypted Owntracks location messages.

Lists

README

        

# Owntracks node

A Node-RED node to decrypt encrypted OwnTracks location messages and to add the
msg.location field to the on going message so it can be used with things like the
geofence node or the mapping output.

##Install

To install globally:

`npm install -g node-red-contrib-owntracks`

To install for just the current user

```
cd ~/.node-red
npm install node-red-contrib-owntracks
```

## Usage

Connect a MQTT input node to the input side, enter the shared secret in the setting
dialog and decrypted messages will be sent to the output.