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: 26 days ago
JSON representation
A node to decrypt encrypted Owntracks location messages.
- Host: GitHub
- URL: https://github.com/hardillb/node-red-contrib-owntracks
- Owner: hardillb
- License: apache-2.0
- Created: 2016-04-25T20:46:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-16T17:38:25.000Z (over 8 years ago)
- Last Synced: 2024-05-02T06:17:10.951Z (6 months ago)
- Language: JavaScript
- Homepage: https://www.hardill.me.uk/wordpress/2016/04/26/owntracks-encrypted-location-node-red-node/
- Size: 13.7 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodered - owntracks - Converts Owntrack Messages into standard geo message and deals with encrypted locations. (Nodes / Utility)
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.