forked from iarv/meshtastic-bridge
Add documentation to the use-cases
This commit is contained in:
12
use-cases/owntracks/config.mqtt.yaml
Normal file
12
use-cases/owntracks/config.mqtt.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
mqtt_servers:
|
||||
- name: local
|
||||
server: localhost
|
||||
port: 1883
|
||||
topic: msh/2/json/#
|
||||
pipelines:
|
||||
owntrack:
|
||||
- owntracks_plugin:
|
||||
server_name: local
|
||||
tid_table:
|
||||
"12345": ["Van", "GV"]
|
||||
"-6789": ["Home", "HR"]
|
||||
18
use-cases/owntracks/config.net.yaml
Normal file
18
use-cases/owntracks/config.net.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
devices:
|
||||
- name: radio1
|
||||
tcp: 192.168.1.110
|
||||
|
||||
mqtt_servers:
|
||||
- name: external
|
||||
server: localhost
|
||||
port: 1883
|
||||
|
||||
|
||||
|
||||
pipelines:
|
||||
owntracks:
|
||||
- owntracks_plugin:
|
||||
server_name: external
|
||||
tid_table:
|
||||
"1234": ["Van", "GV"]
|
||||
"-5678": ["Home", "HR"]
|
||||
Reference in New Issue
Block a user