mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-06-27 13:31:05 +02:00
filter out geo from non-geo sensors, and publish gps for device tracking
This commit is contained in:
@@ -1179,14 +1179,22 @@ function MqttHaConfigEditor({
|
||||
|
||||
<div>
|
||||
<span className="font-medium text-foreground">Per tracked contact</span> — updates
|
||||
passively when advertisements with GPS are heard. Shown for one contact; a tracker is
|
||||
created for each selected contact.
|
||||
passively when advertisements with GPS are heard, and from any GPS reading in the
|
||||
contact's CayenneLPP telemetry. Shown for one contact; a tracker is created for each
|
||||
selected contact.
|
||||
<ul className="mt-0.5 ml-4 list-disc space-y-0.5">
|
||||
<li>
|
||||
<code className="text-[0.6875rem]">
|
||||
{`device_tracker.meshcore_${exampleContactNodeId}`}
|
||||
</code>{' '}
|
||||
— latitude/longitude
|
||||
— latitude/longitude (plus altitude when telemetry provides it)
|
||||
</li>
|
||||
<li>
|
||||
<code className="text-[0.6875rem]">
|
||||
{`sensor.meshcore_${exampleContactNodeId}_lpp_temperature_ch1`}
|
||||
</code>
|
||||
, etc. — CayenneLPP sensors (when the contact is tracked for telemetry; GPS
|
||||
goes to the tracker above)
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user