- bot.py: vollständige Payload-Daten für Position, Telemetry (Device+Env), NodeInfo (hw_model), Routing (error), Traceroute (hops), Neighborinfo (count) - packets.js: fmtPayload() zeigt alle Felder; TELEMETRY_APP vom eigenen Node (my_node_id / short_name FTLW) wird unterdrückt und nicht gezählt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
215 B
YAML
20 lines
215 B
YAML
version: "0.8.6"
|
|
|
|
bot:
|
|
name: "MeshDD-Bot"
|
|
command_prefix: "?"
|
|
|
|
meshtastic:
|
|
host: "192.168.11.4"
|
|
port: 4403
|
|
|
|
web:
|
|
host: "0.0.0.0"
|
|
port: 8081
|
|
|
|
database:
|
|
path: "meshdd.db"
|
|
|
|
auth:
|
|
session_max_age: 86400
|